/* HSRU CSS */

html {
	min-height:101%;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#D6E0EE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#414141;
}

h1 {
	color:#7F9ECA;
	font-size:150%;
	font-weight:bold;
	margin-top:10px;
}

h2 {
	color:#7F9ECA;
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
}

h3, h4, h5, h6 {
	color:#7F9ECA;
	font-size:100%;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:2px;
}

td p {
	font-size: 100%;
}

td {
	border-collapse:collapse;
	border-color:#D6D6D6;
}

table {
	border-collapse:collapse;
	border-color:#D6D6D6;
}

a {
	color:#CC3366;
	text-decoration:none;
}

a:hover {
	color:#056FB8;
}

/* Containers */

#wrapper1 {
	float:left;
	width:100%;
	background:url(../images/layout/wrapper1_bkgd.jpg) top center repeat-x;
}

#contentwrapper {
	width:980px;
	margin:0px auto;
	text-align:left;
}

#content {
	float:left;
	width:980px;
}

#header {
	float:left;
	width:980px;
	height:121px;
	background:url(../images/layout/header.jpg) left no-repeat;
}

#menuwrap {
	float:left;
	width:980px;
	height:24px;
	background:url(../images/layout/menuwrap_bkgd.jpg) left no-repeat;
}

#menu {
	position:relative;
	width:935px;
	text-align:right;
	padding:0px 30px 0px 10px;
	margin:0px;
}

#menu ul {
	margin:0px;
	list-style-type:none;
	margin-top:-2px;
}

#menu ul a {
	display:inline-block;
	width:103px;
	height:19px;
	margin-right:-5px;
	padding-top:7px;
	color:#003366;
	text-decoration:none;
	background:url(../images/layout/menu.jpg) right center no-repeat;
	border-left:1px solid #003366;
	text-align:center;
	font-size:85%;
	font-weight:bold;
}

#menu ul li {
	display:inline;
}

#menu ul a:hover {
	color:#003366;
	text-decoration:none;
	background:url(../images/layout/menu_hover.jpg) right center no-repeat;
}

#menu ul a.active {
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/layout/menu_active.jpg) right center no-repeat;
}

#spacer {
	float:left;
	width:980px;
	height:29px;
	margin:0px;
	background:url(../images/layout/spacer.jpg) top center no-repeat;
}

#maincontent {
	float:left;
	width:980px;
	margin:0px;
	background:url(../images/layout/maincontent_bkgd_pages.jpg) top center repeat-y;
}

#leftcol {
	float:left;
	width:175px;
	margin:0px;
	padding-left:30px;
}

#leftcol_head {
	float:left;
	width:175px;
	height:59px;
	margin:0px;
}

#submenu ul {
	float:left;
	margin:0px;
	list-style-type:none;
	padding:0px;
}

#submenu ul a {
	display:block;
	width:145px;
	padding:7px 15px;
	color:#CC3366;
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	text-align:left;
	font-size:90%;
}

#submenu ul a:hover {
	color:#056FB8;
	text-decoration:none;
	background-color:#E4EBF3;
	border-bottom:1px solid #FFFFFF;
}

#submenu ul a.active {
	color:#056FB8;
	text-decoration:none;
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#submenu ul ul {
	margin:0px;
	list-style-type:none;
}

#submenu ul ul a {
	width:140px;
	padding:7px 15px 7px 20px;
	border-bottom:1px dotted #FFFFFF;
	color:#CC3366;
	background-color:#EEF3F9;
	font-size:85%;
}

#submenu ul ul a:hover {
	color:#056FB8;
}

#submenu ul ul a.active {
	color:#056FB8;
}

#submenu ul ul ul {
	margin:0px;
	list-style-type:none;
}

#submenu ul ul ul a {
	width:140px;
	padding:5px 15px 5px 20px;;
	color:#656B74;
	font-weight:normal;
}

#submenu ul ul ul a:hover {
	color:#056FB8;
	background-color:#E4EBF3;
	border-bottom:1px dotted #FFFFFF;
}

#rightcol {
	float:left;
	width:745px;
	margin:0px;
	padding-right:30px;
}

#rightcol_text {
	float:left;
	width:705px;
	margin:0px;
	padding:20px 20px 20px 20px;
}

#cse-search-results {
	float:left;
	width:705px;
	margin:0px;
}

#footerwrap {
	float:left;
	width:980px;
	height:250px;
	background:url(../images/layout/footer_bkgd_pages.jpg) top center no-repeat;
}

#footer {
	float:left;
	width:950px;
	padding-left:30px;
	padding-top:25px;
	font-size:80%;
	color:#ECECE1;
	/*color:#003871;*/
}

#cse-search-results iframe {
 width:700px;
 background-color:#EEECE6;
}

#cse-search-results iframe a {
 color:#CC6262
}

#cse-search-results iframe a:hover {
 color:#000000
}
