/*
Copyright 2009 EllusiveMindz, LLC. All Rights Reserved. 
Author: Eric Lundberg
*/

* { 
	margin: 0;
	padding: 0;
}

html {
	border:none;
}

body#homepage {
	background:#5d666F url(../media/images/style/body_bg.jpg) repeat-x top center  !important;
	font: .9em Verdana, Arial, Helvetica, sans-serif !important;
}

body#homepage div#wrapper {
	margin: 0px auto;
	color: #333;
	text-align: left;
	width: 962px;
	padding: 0;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: none;
}

div#home-inner-wrapper {
	background:#fff url(../media/images/style/homepage_inner_wrapper_bg.jpg) repeat-x bottom left  !important;
	overflow:hidden;
	min-height:780px;
	height:auto !important;
	height:780px;
}

div#header {
	/* fix for IE background color */
	float: left;
	position:absolute;
	display:block;
	width: 962px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	height: 100px;
}

div#header img#logo {
	float: left;
	z-index: 1;
	margin-top: 2px;
	margin-left: 5px;
}
	
/* Content */
body#homepage div#content {
	clear: both;
}

/* Common */
body#homepage img {
	border: 0;
}

body#homepage .access-aid {
	display: none;
}

body#homepage a {
	/*color: #0f709d;*/
	text-decoration: none;
}

body#homepage a:hover {
	color: #006600;
}

body#homepage a.to_pdf {
	background: url(../media/images/style/pdf.gif) top left no-repeat  !important;
	padding: 2px 2px 2px 22px !important;
	line-height: 16px;
}


/*Homepage Siderail UI, LI Styles*/
body#homepage ul.cmsl,body#homepage ul.events-cmsl {
	list-style-type: none;
	margin:10px 0 20px 0;
}

body#homepage ul.cmsl li, body#homepage ol.cmsl li, body#homepage dl.cmsl dt {
	margin:0;
	padding:0;
}

body#homepage div#avertlinks ul.cmsl li, body#homepage div#useful-links ul.cmsl li {
	border:1px solid #fff;
}
	
body#homepage a.styled, body#homepage ul.cmsl li a, body#homepage ol.cmsl li a, body#homepage dl.cmsl dt a {
	text-decoration: none;
	font-size:11px;
	color:#666666 !important;
	display:block;
	line-height:12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
	
body#homepage a.styled:hover, body#homepage ul.cmsl li a:hover, body#homepage ol.cmsl li a:hover, body#homepage dl.cmsl dt a:hover {

	text-decoration: none !important;
	color:#006600 !important;
	background-image: url(../media/images/style/small_green_square_homepage.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

body#homepage div#threat_center_callout.tc-callout p a.toggle styled {
border:2px solid green !important;
}
