@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image:url(images/chipboard.jpg);
	background-repeat:repeat;
}

.wrapper {
	background-image:url(images/backpages.png);
	background-repeat:no-repeat;
	width:996px;
	min-height: 100%;
	height: auto !important;
	height:850px;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
	margin-top:72px;
	z-index:1;
}


.footer, push {
	width:996px;
	margin:auto;
	height: 150px; /* .push must be the same height as .footer */
	clear:both;
}

.header {
	width:996px;
 height:1px;
	margin:0 auto;
}

.logo {
	width:248px;
	height:146px;
	position:absolute;
	margin-left:50px;
	top:5px;
	z-index:2;
}


.pages {
	width: 933px;
	height:100%;
	margin:auto;
	top:0px;
	margin-top:-25px;
	margin-left:25px;
	float:left;
	background-color:#FFF;
	-moz-box-shadow: 0 0 4px gray;
	-webkit-box-shadow: 0 0 4px gray;
	box-shadow: 0px 4px 4px #818181;
	position:relative;
	border:1px solid #a09a92;
}

.pagebottom {
	width:931px;
	height:70px;
	margin:auto;
}



.leftpanel {
	width:570px;
	background-image:url(images/indexleftboxgradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e0dac4;
	border: 6px solid #FFF;
	margin-left:10px;
	margin-top:130px;
	margin-bottom:10px;
	min-height:600px;
	float:left;
	z-index:1;
	padding:10px;
		-moz-box-shadow: 0 0 4px gray;
	-webkit-box-shadow: 0 0 4px gray;
	box-shadow: 0px 4px 4px #818181;
}

.index_leftpanel {
	width:570px;
	background-image:url(images/indexleftboxgradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e0dac4;
	border: 6px solid #fefdf8;
	margin-left:25px;
	margin-top:70px;
	margin-bottom:5px;
	height:227px;
	float:left;
	position:relative;
	z-index:1;
	padding:10px;
	-moz-box-shadow: 0 0 4px gray;
	-webkit-box-shadow: 0 0 4px gray;
	box-shadow: 0px 4px 4px #818181;
}

.index_searchpanel {
	width:585px;
	height:65px;
	background-image: url(images/gradient_searchbox.jpg);
	background-repeat:repeat-x;
	border: 6px solid #fefdf8;
	margin-left:25px;
	margin-top:5px;
	float:left;
	z-index:1;
	padding:3px;
		-moz-box-shadow: 0 0 4px gray;
	-webkit-box-shadow: 0 0 4px gray;
	box-shadow: 0px 4px 4px #818181;
}

.index_photo {
	width:441px;
	height:273px;
	float:left;
	margin-left:0px;
	margin-top:-20px;
	z-index:2;
}

.factbox {
	width:400px;
	float:right;
	margin-right:50px;
	margin-top:0px;
	z-index:2;
	background-image:url(images/fact.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.factcopy {
	font-family:Georgia;
	font-weight:normal;
	font-size:20px;
	line-height:24px;
	color:#484746;
	letter-spacing:-1px;
	margin-left:40px;
	margin-top:80px;
}



.indexpanel_sponsor {
	width:880px;
	float:left;
	margin-left:25px;
	margin-top:5px;
	margin-bottom:10px;
	z-index:2;
	background-image:url(images/index_sponsorgradient.jpg);
	background-repeat:repeat-y;
	background-position:right;
	border: 6px solid #fefdf8;
		-moz-box-shadow: 0 0 4px gray;
	-webkit-box-shadow: 0 0 4px gray;
	box-shadow: 0px 4px 4px #818181;
	}
	
	.sponsorintro {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:18px;
		color:#405464;
	}
	
	.index_rightpanel {
		background-image:url(images/indexleftboxgradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:240px;
	float:right;
	margin-right:20px;
	margin-top:70px;
	z-index:2;
	background-color:#e0dac4;
	border: 6px solid #fefdf8;
	margin-bottom:8px;
	min-height:350px;
	padding:10px;
		-moz-box-shadow: 0 0 4px gray;
	-webkit-box-shadow: 0 0 4px gray;
	box-shadow: 0px 4px 4px #818181;
}

.rightpanel {
	width:250px;
	float:left;
	margin-left:10px;
	margin-top:100px;
	z-index:2;
}
.rightpanel_photo {
	width:250px;
	float:left;
	margin-left:-60px;
	margin-top:80px;
	z-index:2;
}

.rightpanel_sponsor {
	width:280px;
	float:left;
	margin-left:10px;
	margin-top:90px;
	z-index:2;

}


.newsheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.newscopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	text-align:left;
}

.readmore{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#960502;
}

.readmore a{
		font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#960502;
}

.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999999;
	text-align:center;
}

.copyright a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
}
.copyright hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
	text-align:center;
	text-decoration:underline;
}
.copyright visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
}


.topnavcontainer {
	width:600px;
	margin:auto;
	position: relative;
	top:10px;
	float:right;
	right:30px;
	z-index:50;
	clear:right;
}

.menu { font-family:"Georgia", Times New Roman, Times, serif; position:relative; margin:0px; padding:0px; font-weight:normal; z-index:100; font-size:18px; border-right: 1px dashed #575653;}
.menu ul li a, .menu ul li a:visited {font-family:"Georgia", Times New Roman, Times, serif;text-decoration:none; color:#575653; font-size:16px; line-height:20px; font-weight: normal;}/*controls main tab button fonts*/
.menu ul {padding:0;margin:0;list-style-type: none;}
.menu ul li {position:relative;height:32px; width:100%; text-align:center; padding-right:5px;}/*controls spacing around main tab buttons*/
.menu ul li ul {display:none;padding-top:3px;}
.menu ul li ul li {border-bottom: 1px solid #c1b6a7; height:18px;padding-top:1px; padding-bottom:1px; width:90%;} /*border color and width of drop down items, spacing*/
.menu ul li:hover a {color:#575653;text-decoration: none;background-image:url('images/trans.gif');}
.menu ul li:hover ul {display:block;position:absolute;top:25px;left:0px; width:100%;}
.menu ul li:hover ul li a.hide {color:#575653;font-size: 12px;font-weight: normal;}
.menu ul li:hover ul li:hover a.hide {font-size: 14px;text-decoration: none;}
.menu ul li:hover ul li ul {display: none;text-decoration:none;}
.menu ul li:hover ul li a {display:block; color:#575653;font-size: 12px; line-height:12px;font-weight: normal;text-decoration:none;}/*controls leading between lines of flyout*/
.menu ul li:hover ul li a:hover {font-size: 12px;color:#575653;font-weight: normal;text-decoration: none;}
.menu ul li:hover ul li:hover ul {display:block; width:100%;position:absolute;top:14px;left:0px;color:#ffffff;font-size: 12px;font-weight: normal;text-decoration:none;}
.menu ul li:hover ul li:hover ul li a {display:block;color:#d8cdb4;font-size: 12px;font-weight: normal;text-decoration:none;}
.menu ul li:hover ul li:hover ul li a:hover {color:#000000;font-size: 12px;font-weight: normal;text-decoration: none;}

.bodycopy {
font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#080707;
width:517px;
}

p {
font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#080707;
}

p a {
	font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#080707;
text-decoration:underline;
}
A {
	font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#080707;
text-decoration:underline;
}
A:link  {
	font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#080707;
text-decoration:underline;
}
A:visited  {
	font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#080707;
text-decoration:underline;
}
A:active  {
	font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#080707;
text-decoration:underline;
}
A:hover  {
	font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 15px;
color:#666666;
text-decoration:none;
}

.bold {
font-family: Georgia, serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 15px;
color:#080707;
}
.bolder {
font-family: Georgia, serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 17px;
color:#080707;
}

h1 { /*headers*/
font-family: Georgia, serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
letter-spacing: -1px;
line-height: 30px;
color:#20469c;
}

h2 { /*links & resources*/
font-family: Georgia, serif;
font-size: 60px;
font-style: normal;
font-weight: normal;
letter-spacing: -1px;
line-height: 50px;
color:#a6d2f1;
}

h3 { /*subheaders*/
font-family: Georgia, serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
letter-spacing: normal;
line-height: 16px;
color:#20469c;
margin-top:10px;
margin-bottom:5px;
}

.searchboxheaders {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#FFF;
	letter-spacing:-1px;
}

.index_mainnavcontainer{
	width:961px;
	height:56px;
	position:relative;
	top:285px;
	margin:auto;
	z-index:10;
	border-left:1px solid #7a0502;
	border-right:1px solid #7a0502;
	border-bottom:1px solid #7a0502;
}

.mainnavcontainer{
	width:961px;
	height:56px;
	position:relative;
	top:100px;
	margin:auto;
	z-index:10;
	border-left:1px solid #7a0502;
	border-right:1px solid #7a0502;
	border-bottom:1px solid #7a0502;
}

.mainnav {font-family: Arial, Helvetica, sans-serif; position:relative;margin:0px; padding:0px; outline:none;}
.mainnav ul li a, .mainnav ul li a:visited {display:block; height:56px;text-decoration:none; color:#fff; text-align:center; vertical-align:middle;font-size:18px; line-height:18px;font-weight: normal; outline:none;}
.mainnav ul {padding:0;margin:0;list-style-type: none; outline:none;}
.mainnav ul li {float:left;margin-right:0px;position:relative; padding-top:8px; outline:none;}/*top padding centers text vertically in main buttons*/
.mainnav ul li ul {display:none;padding-top:2px;line-height:16px; outline:none;}
.mainnav ul li ul li {border-bottom: 1px solid #c9c4c7; height:20px; width:100%; outline:none;} /*border color and width and height of drop down items*/
.mainnav ul li:hover a {color:#dad1cd;text-decoration: none;background-image:url('images/trans.gif'); outline:none;}
.mainnav ul li:hover ul {display:block;position:absolute;top:55px;left:0px; width:100%; background:#920401; border:1px solid #ccc; outline:none;}
.mainnav ul li:hover ul li a.hide {color:#fff;font-size: 11px;font-weight: normal; outline:none;}
.mainnav ul li:hover ul li:hover a.hide {font-size: 14px;text-decoration: none; outline:none;}
.mainnav ul li:hover ul li ul {display: none;text-decoration:none; outline:none;}
.mainnav ul li:hover ul li a {display:block; color:#fff;font-size: 11px;font-weight: normal;text-decoration:none; outline:none;}
.mainnav ul li:hover ul li a:hover {font-size: 11px;color:#ccc;font-weight: normal;text-decoration: none; outline:none;}
.mainpnav ul li:hover ul li:hover ul {display:block; width:100%;position:absolute;top:14px;left:0px;color:#ffffff;font-size: 11px;font-weight: normal;text-decoration:none; outline:none;}
.mainnav ul li:hover ul li:hover ul li a {display:block;color:#ffffff;font-size: 11px;font-weight: normal;text-decoration:none; outline:none;}
.mainnav ul li:hover ul li:hover ul li a:hover {color:#000000;font-size: 12px;font-weight: normal;text-decoration: none; outline:none;}

#bulletedlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 16px;
	color:#000;
}

#bulletedlist li
{
padding-left: 15px;
background-image: url(images/squarebullet.png);
background-repeat: no-repeat;
background-position: 0 .3em;
margin-bottom:5px;
}

#bulletedlist li a
{
color:#000;
}

#bulletedlist ul li {
padding-left: 15px;
background-image: url(images/squarebullet.png);
background-repeat: no-repeat;
background-position: 0 .3em;
margin-bottom:5px;
list-style-type:none;
}

#bulletedlist ul li a{
	color:#000;
}
