@charset "UTF-8";
/* CSS Document */

* { behavior: url(iepngfix.htc) }

html, body {
		height:100%;
}

body {
	margin: 0;
	padding: 0;
	background-color:#f1f1f2;
	background-image: url(images/bg/bg_stretch.jpg);
	background-repeat: repeat-x;
	}
	
div#container{width:707px;margin:0 auto;text-align:left}

div#leftwrapper{float:left;width:210px}

div#rightwrapper{float:right;width:497px}

div#footer{clear:both;width:100%}

/* Type Treatments */

.bodyCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
	}
	
.bodyCopy12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767676;
	}
	
.blueCopy{
	color: #5e88a2;
	}

.bold {
	font-weight: bold;
}

.footerCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767676;
	}
	
.white{
	color:#FFFFFF;
}

a {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 11px;
	color: #5e88a2;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/* Left Wrapper */

div#logo {position:relative;margin:35px auto 0px auto;width:182px;height:111px}

div#navigation {position:relative;margin-top:30px;margin-left:0px;width:210px;height:171px}

div#ctatitle {position:relative;margin-top:15px;margin-left:0px;width:195px;height:20px}

div#cta {position:relative;margin:10px 0px 25px 0px;width:195px}

div#ctagrey {position:relative;margin:10px 0px 0px 0px;width:190px;padding:10px;background-color:#d7d5d3}

/* Right Wrapper */

div#mainimage {position:relative;margin-top:82px;margin-left:0px;width:412px;height:265px}

div#subnav {position:relative;margin-top:-209px;margin-left:412px;width:85px;height:209px}

div#content {position:relative;margin-top:0px;margin-left:0px;width:497px;background-color:#FFF;border-bottom-color:#5e88a2;border-bottom-style:solid;border-bottom-width:3px}

div#indexcta {position:relative;margin-top:0px;margin-left:1px;width:496px;height:130px;background-image:url(images/cta/top_cta_bg.gif);repeat:no-repeat}

div#indexctaimage {position:relative;top:12px;left:10px;width:190px;height:107px}

div#indexctacopy {position:relative;margin-top:-95px;margin-left:205px;width:265px;height:87px}

div#indexmaintitle {position:relative;margin-top:17px;margin-left:11px;width:340px;height:25px;}

div#maintitle {position:relative;margin-top:0px;margin-left:11px;width:340px;height:25px;}

div#copy {position:relative;margin-top:10px;margin-left:11px;width:474px}

/* Search */

#search {position:absolute;top:40px;margin-left:510px;}

/* new resource form */

form#new_resource, form#search_resources, form#admin_login, form#edit_resource { margin: 20px; }
	form label { color: #767676; margin: 5px 0 1px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; display: block; font-size: 12px; }
	form input, form select { margin-right: 10px; }
		form input.submit { background: #5e88a2; color: #fff; font-weight: bold; display: block; margin-top: 10px; }
	
	form#search_resources div.field { float: left; }

div#errors { color: #c00; }
div#resources div.manage_links { float: right; }
div#resources div.resource { margin: 10px 5px; padding-bottom: 5px; border-bottom: 1px solid #948671; }
	
/* Footer */

div#footerleft {position:relative;margin-top:10px;margin-left:0px;width:210px;height:65px}

div#footerright {position:relative;margin-top:-64px;margin-left:210px;background-color:#948671;width:477px;height:45px;text-align:right;padding:10px}










