@charset "utf-8";
/* CSS Document */


html { height: 100%; margin-bottom: 1px; overflow-y:scroll; } /* force vert scrollbar so pages don't shift left/right if too short */

body {
background-image:url(images/layout/primarybg.jpg);
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
size:80%;
}

a {
color:#CC0000;
text-decoration:none;
}

a:visited {
color:#FF3300;
}

a:hover {
text-decoration:underline;
}

h1 {
margin-bottom:-.5em;
color:#990000;
font-weight:normal;
font-size:250%;
font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
color:#FF6600;
font-size:140%;
font-weight:normal;
}

h3 {
color:#666666;
text-transform:uppercase;
font-size:100%;
}

hr {
clear:left;
height:1px;
color:#990000;
background-color:#990000;
border:0;
}



/*---------------------------------------------- layout objects */

.spacer {
clear:both;
}

#homeStripe {
height:515px;
width:100%;
background-image:url(images/layout/homeStripebg.jpg);
background-repeat:repeat-x;
}

#pageBox {
margin:auto;
width:960px;
height:683px;
background-color:white;
}

#subPageBox {
margin:auto;
width:960px;
min-height:650px;
background-image:url(images/layout/paperbg.jpg);
background-repeat:repeat-y;
background-color:white;
}

#leftBorder {
float:left;
width:14px;
height:669px;
background-image:url(images/layout/leftborder.jpg);
}

#rightBorder {
float:right;
width:14px;
height:669px;
background-image:url(images/layout/rightborder.jpg);
}

#centerBox {
float:left;
width:932px;
height:669px;
}

#subCenterBox {
float:left;
width:932px;
margin:0 14px 0 14px;
padding:0;
}

#content {
width:842px;
min-height:500px;
padding:20px 45px 90px 45px;
background-image:url(images/layout/elements/cupBackground.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

div#content.dark {
background-color:#222;
background-image:none;
}

div.dark a {
color:#999999;
}

#banner {
height:168px;
}

#feature {
height:268px;
}

#menu {
height:59px;
}

#underMenu {
height:174px;
background-image:url(images/layout/quicklinksbg.jpg);
background-position:right;
background-repeat:none;
}

#quickLinks {
padding:0 5px 0 35px;
font-size:90%;
color:black;
}

#quickLinks ul {
list-style:none;
list-style-type:none;
}

#quickLinks a {
color:#CC0000;
}

#video {
width:457px;
float:left;
}

#links {
padding:40px 0 0 0;
width:475px;
float:right;
background-image:url(images/layout/makeadifference.jpg);
background-repeat:no-repeat;
}

#footer {
width:867px;
padding:20px 20px 20px 45px;
font-size:90%;
font-weight:bold;
/*border-top:10px solid #fa9128;*/
background-color:#Fc7;
}

#copyright {
margin:auto;
margin-top:0;
padding:0 5px 35px 5px;
clear:both;
width:950px;
color:#fa9128;
font-size:70%;
font-weight:bold;
text-align:right;
text-transform:uppercase;
}

#copyright a {
color:#fa9128;
text-decoration:underline;
}

#btmBorder {
margin:auto;
clear:both;
width:960px;
height:14px;
background-image:url(images/layout/btmborder.jpg);
}

.specialBox {
display:block;
float:right;
margin:20px 0 20px 20px;
padding:10px;
width:400px;
background-color:#CEBBA6;
}

.specialBox h1 {
margin:0;
font-size:300%;
color:#663300;
}

.specialBox h2 {
margin:0;
font-size:110%;
font-weight:bold;
text-transform:uppercase;
color:#996600;
}

.specialBox img {
margin: 5px -10px 0 -10px;
}

img.floatLeft {
float:left;
margin-right:10px;
}

img.slideUp {
margin-top:-30px;
z-index:-1px;
}

.mainPhoto {
float:right;
width:420px;
color:#666666;
font-size:80%;
margin:25px 0 15px 15px;
}

.caption {
color:#666666;
font-size:80%;
}






/* end */
