@charset "UTF-8";
/* CSS Document */
form {width:215px;
	position:relative;
    right:19px;
	margin-left: 0px;
	margin-top:20px;
	padding:20px 10px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0; }

#login form .submit input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}
#login form .submit input {
	border-color: #ff9900;
	font-weight: bold;
	color: #FFF;
	background: #21759B url(images/button-grad.png) repeat-x scroll left top;
}

#login form p {
	margin-bottom: 0;
}

label {
	color: #777;
	font-size: 13px;
}

form .forgetmenot label {
	font-size: 11px;
	line-height: 19px;
}

form .submit { float: right; }

form p { margin-bottom: 24px; }

h1 a {
	background: url(images/loginlogo.png) no-repeat top center;
	width: 326px;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

body{background:#e6e6e6; margin:0 auto; text-align:center; font-family: Arial, Helvetica, sans-serif; color:#666; font-size:14px;}
.content{background:#fff; margin:0 auto; padding-top:10px; text-align:left; width:1000px; border:1px solid #ccc; border-top:none;}
a{text-decoration:none; color:#ff9900;}
a:hover{text-decoration:underline;}
.maincontent{width:60%; float:right; margin-right:50px; margin-top:50px; padding-bottom:50px;}
.leftcontent{width:24%; margin:50px 50px; padding-right:25px; border-right:1px dotted #ccc;}
.orange{color:#ff9900;}

.nav{}
.nav li a{color:#666;}
.nav li a:hover{color:#ff9900;}
.nav ul{padding-left:15px;}
.nav li{}
.dirnav{border:1px dotted #ccc; padding:10px 20px; float:right; font-size:12px;}
.dirnav a{color:#666;}
.dirnav a:hover{color:#ff9900;}

.impacted{text-align:center; color:#990000; font-size:5em; padding:0px; margin:0px;}
.impactsub{color:#666; font-size:14px;}
.totalimpact{border-top:1px dotted #ccc; padding:10px; margin:0px; position:relative; top:10px; font-size:12px;}
.totalnum{color:#990000; font-weight:bold; margin-left:1em; font-size:13px;}

#welcome{margin-bottom:30px;}
.video{float:left; margin-right:15px;}
.resource{margin-bottom:80px;}
.rthumb{float:left; margin-right:15px;}
.rthumb img{border:none;}
.rthumb img:hover{filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}
.maincontent h1{color:#990000; font-size:1.4em; padding:0px; margin:0px; margin-top:20px;}
.maincontent h2{color:#666; font-size:1.1em; padding:0px; margin:0px; margin-bottom:20px;}
.maincontent h3{color:#666; font-size:1.1em; border-bottom:1px dotted #ccc; margin-top:25px;}
#dirlink{color:#666; text-decoration:none;}
#dirlink:hover{color:#ff9900; text-decoration:underline;}

.greybox{background:#F0F0F1; clear:left;}
.greybox h3{background:#C7C8CB; color:#990000; padding:5px; padding-left:20px; font-size:1.1em;}
.greyboxcontent{padding:0px 20px 40px 20px;}
.greybox a{color:#ff9900; text-decoration:none;}
.greybox a:hover{text-decoration:underline;}

.footer{width:950px; margin:0 auto; margin-top:20px; margin-bottom:75px;}
.footlogo{float:right; border:none;}
.footerlinks{float:right; padding:0px; margin:0px 25px;}
.footerlinks li{display:inline; padding-left:40px;}
.footerlinks li a{color:#666; font-size:.8em;}