/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image:url(images/mainback.gif);
	background-color: #f7f6f6;
}

#header {
	margin: 0;
	padding-top: 30px;
	width: 100%;
	height: 320px;
	background-image:url(images/topback.gif);
	background-repeat:repeat-x;
	background-position: left top;
}

#logo {
	margin: 0 auto 0 auto;
	width: 823px;
	height: 85px;
	background-image:url(images/doubletriple-banner.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#navigation {
	margin: 0 auto 0 auto;
	min-height: 15px;
	padding: 15px 0 15px 0;
	width: 821px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	text-align: center;
	font-family: "Myriad Pro", "Myriad Web Pro Regular", "Lucida Grande", Geneva, "Trebuchet MS", sans-serif;
	font-size: 90%;
	font-weight:normal;
	color:#333333;
}

#navigation ul{
	display: inline;
	padding: 0;
	margin: 0;
}

#navigation li{
	display: inline;
	margin: 0;
	padding: 0 12px 0 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

#navigation li.firstnav {
	border: 0;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	text-decoration: none;
	color:#333333;
}

#navigation a:hover {
	text-decoration: none;
	color:#ee1c25;
}

#graphic {
	margin: 0 auto 0 auto;
	background-image:url(images/index_pic.jpg);
	background-repeat:no-repeat;
	height: 190px;
	width: 823px;
}

#contentwrapper {
	margin: 0 auto 0 auto;
	width: 823px;
}

#maincontent {
	float: left;
	width: 400px;
	padding: 0 10px 40px 10px;
	font-size: small;
	line-height: 1.5;
}

#leftcontent {
	float: left;
	width: 200px;
}

#leftcontent li a {
	color:#333333;
	font-size: 80%;
	font-weight:normal;
	line-height:2;
	font-family: "Myriad Pro", "Myriad Web Pro Regular", "Lucida Grande", Geneva, "Trebuchet MS", sans-serif;
	padding-left:20px;
	background-image:url(images/submenu_pic.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	text-decoration:none;
}

#leftcontent a:hover {
	color:#ee1c25;
}

#leftcontent ul, #leftcontent li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#rightcontent {
	text-align: right;
	float: right;
	width: 200px;
	font-size: small;
}

#rightcontenthome {
	text-align: left;
	float: right;
	width: 175px;
	font-size: small;
}

#featured {
	font-size: 90%;
}



#footer {
	margin: 0 auto 0 auto;
	clear: both;
	padding: 20px 0 0 0;
	background-image:url(images/footer.gif);
	width: 823px;
	height: 40px;
	text-align:center;
	font-family: "Myriad Pro", "Myriad Web Pro Regular", "Lucida Grande", Geneva, "Trebuchet MS", sans-serif;
	font-size: 90%;
	font-weight:normal;
	color:#aaaaaa;
}

#footer ul{
	display: inline;
	padding: 0;
	margin: 0;
}

#footer li{
	margin: 0;
	display: inline;
	padding: 0 12px 0 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaaaaa;
}

#footer li.firstnav {
	border: 0;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color:#aaaaaa;
}

#footer a:hover {
	text-decoration: none;
	color:#eeeeee;
}

#copyright {
	margin: 0 auto 0 auto;
	clear: both;
	padding: 20px 0 20px 0;
	width: 823px;
	font-size: 70%;
	font-weight:normal;
	text-align: center;
	color: #666666;
}

#resourcescontent {
	float: left;
	width: 780px;
	padding: 0 0 20px 40px;
	font-size: small;
	text-align: left;
}

#resourcescontent ul {
clear: both;
margin: 0;
padding: 0;
}

#resourcescontent li {
	float: left;
	width: 220px;
	min-height: 200px;
	padding: 0px 40px 40px 0;
	margin: 0;
	font-size: 90%;
	list-style-type: none;
	text-align: center;
	
}

#resourcescontent img {
	border: 0;
}


.hidden {
	display: none;
	}
	
h2 {
	margin: 0px;
	padding: 0px;	
}
