@import url(font-default.css);

body, div {
	margin:0;
	padding:0;
	border:none;
	}
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#333;
	background:#8591B0;
	margin:0 auto;
	text-align:center;
	}
#wrapper {
	width:895px;
	margin:65px auto 25px auto;
	text-align:left;
	position: relative;
	}
#header {
	background:#2E4072 url(../images/site/bg_header.jpg) no-repeat top left;
	height:112px;
	width:895px;
	position:relative;
	}
#header_header {
		background:#2E4072;
		height:112px;
		width:895px;
		position:relative;
}
/*#header img {
	padding:10px 20px 5px 19px;
	float:left;
	}*/

#header table {
	background-color: #FFFFFF !important;
}

#rhn {
	margin-top: 0px !important;
}

#date_login {
	position:absolute;
	top:80px;
	right:19px;
	color:#fff;
	}
#date_login a {
	color:#fff;
	text-transform:uppercase;
	}

/* navigation */
#nav {
	width: 895px;
	overflow: hidden;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#2E4B85;
	}
#nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
	height: 20px;
	display: block;
	}
#nav li {
	display:inline;
	}
#main_menu li a {
	color:#fff;
	padding:4px 8px 4px 9px;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	border-left:solid 1px #000;
	}
#main_menu li a.home {
	padding:4px 27px;
	border-left:none;
	}
#main_menu{
	width:578px;
	float:left;
	}
#main_menu li a:hover, #main_menu li a#here {
	color:#2E4B85;
	background:#fff url(../images/site/bg_nav_here.gif) repeat-x left top;
	}
#main_menu li a:hover {
	background:#f0f0f0 url(../images/site/bg_nav_on.gif) repeat-x left bottom;
	}
#second_menu {
	width:317px;
	float:right;
	background:#556EA4;
	}
#second_menu li a {
	color:#fff;
	padding:0 10px;
	margin:4px 0;
	display:block;
	float:left;
	text-decoration:none;
	font-size: 10px;
	}
#second_menu li a:hover {
	color:#000;
	}
#second_menu li a.border {
	border-right:solid 1px #ccc;
	}


/* text-size */
#text-size{
	font-size: 12px;
	position: absolute;
	top: -19px;
	left: 851px;
	margin: 0;
	align: bottom;
	height: 15px;
}
	#text-size a{
		display: block;
		float: left;
		position: relative;
		overflow: hidden;
		background: #192c4e;
		color: #fff;
		text-align: center;
	}
		#text-size a span{
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			cursor: pointer;
		}
		#text-size a.text-increase{
			width: 23px;
			height: 19px;			
		}
		#text-size a.text-decrease{
			width: 19px;
			height: 15px;
			margin-top: 4px;
			margin-right: 2px;
		}
			#text-size a.text-increase span{
				background: url(../images/site/font_increase.gif) no-repeat
			}
			#text-size a.text-decrease span{
				background: url(../images/site/font_decrease.gif) no-repeat
			}

#donate {
	position: absolute;
	top: -35px;
	left: 721px;
	margin: 0;
	height: 34px;
}


/* content */
#content {
	clear: both;
	min-height:400px;
	position:relative;
	overflow: hidden;
	width: 895px;
	text-align: left;
	}
#homepage #content {
	background:#fff url(../images/site/bg_home_content.gif) repeat-y top left;
	}
#internal #content {
	background:#fff url(../images/site/bg_internal_content.gif) repeat-y left top;
	}
#content a {
	color:#2c4477;
	background:transparent;
	}
#content a:hover {
	text-decoration:none;
	}
#site_view {
	padding:4px; 
	background:#CE3E33;
	color:#fff;
	font-weight:bold; 
	}

/* Right Content*/
#content_right {
	min-height:400px;
	float:right;
	}
#internal #content_right {
	width:735px;
	}
#int_right_banner {
	position: absolute;
	left:578px;
	top: 0px;
	width: 317px;
	height: 261px;
	z-index:200;
	}

/* Main Content */
#internal #main_content {
	float:left;
	width:535px;
	padding-bottom:25px;
	padding-left:8px;
	min-height:375px;
	}
#ADAMContent {
	padding:12px;
	min-height:400px;
	}
	
	.ADAMContent {
		text-align: left !important;
		}
		
#rhn table {
	padding-top: 10px !important;
}		

.ADAMTnail {
	padding:8px;
	margin:10px 0;
	}
#main_content h1 {
	margin:0;
	padding:30px 0 20px 0;
	color:#2c4477;
	}
#main_content h2 {
	color:#2c4477;
	margin:0;
	padding:30px 0 10px 0;
	text-transform:uppercase;
	}
#main_content p, #main_content li {
	line-height:150%;
	}
#parent_topics {
	text-align:center;
	margin:18px auto 36px auto;
	}
#parent_topics img {
	border:none;
	}
#parent_topics img:hover {
	border:solid 1px #6F90DF
	}
#ob_classes h2 {
	background:#e1e6f2;
	color:#2c4477;
	padding:7px 13px 5px 13px;
	}
#ob_classes h4 {
	color:#7f7f7f;
	padding-bottom:0;
	margin-bottom:0;
	}
#ob_classes h4, #ob_classes p {
	padding-left:15px;
	padding-right:15px;
	}
#ob_classes a:hover {
	background:#E1E6F2;
	}

/* right sidebar */
#int_rt_sidebar {
	padding:5px 8px 0 0;
	float:right;
	width:155px;
	color:#cc6600;
	}
#int_rt_sidebar li {
	list-style:none;
	line-height:170%;
	}
#int_rt_sidebar p {
	padding: 5px;
	margin: 0;
	background:#ffefcb;
}
#int_rt_sidebar a {
	color:#5f5f5f;
	text-decoration:underline;
	}
#int_rt_sidebar a:hover {
	color:#000;
	text-decoration:none;
	}
.banners {
	padding:8px; 
	border-top:solid 1px #FFFAEF;
	border-bottom:solid 1px #EFDCB3;
	}
#int_rt_sidebar .banners a {
	text-decoration:none;
	}
#tertiary_links {
	border:solid 1px #EFDCB3;
	background:#EFDCB3;
	border-bottom:none;
	margin:0;
	padding:0;
	}
#tertiary_links ul, #tertiary_links li {
	margin:0;
	padding:0;
	list-style:none;
	}
#tertiary_links a {
	color:#1F355E;
	padding:4px;
	display:block;
	border-bottom:solid 1px #EFDCB3;
	}
#tertiary_links a:hover {
	text-decoration:none;
	background:#FFEFCB;
	}
#tertiary_links a.here, #tertiary_links a.here:hover {
	color:#fff;
	background:#6F5D37;
	}	

/* Left Content */
#left_sidebar {
	float:left;
	min-height:370px;
	padding-bottom:35px;
	}
body#homepage #left_sidebar {
	width:111px;
	}
body#internal #left_sidebar {
	width:147px;
	}
#left_sidebar label {
	display:block;
	margin:5px 0;
	}
#left_sidebar .keyword {
	border:solid 1px #ccc;
	width: 70px;
	}
#left_sidebar input[type="image"] {
	vertical-align:middle;
	}
#left_sidebar ul, #left_sidebar li {
	margin:0;
	padding:0;
	list-style:none;
	}
#left_sidebar input {
	font-size:85%;
	}
#left_sidebar form {
	margin:15px 10px;
	}
#left_sidebar ul {
	margin:0;
	}
#left_sidebar ul.side_banners {
	margin:10px 0;
	}
#left_sidebar .side_banners li {
	padding:0;
	margin:0;
	text-align:center;
	}
#left_sidebar div.hr {
	height:0;
	overflow:hidden;
	border-bottom:solid 1px #ccc;
	}
#left_sidebar .hr hr {
	visibility:hidden;
	display:none;
	}
#left_sidebar li a {
	text-decoration:none;
	color:#7f7f7f;
	padding:4px 2px 4px 6px;
	display:block;
	}
		li.left_sidebar_section  {
	color:#fff !important;
	font-size:11px !important;
	font-weight:bold !important;
	background:#1F355E !important;
	padding:4px 2px 4px 6px !important;
		}

#left_sidebar li a:hover {
	color:#333;
	background:#C2D2EF;
	}
#left_sidebar li a#on, #left_sidebar li a#on:hover {
	background:#fff;
	color:#000;
	font-weight:bold;
	}
#left_sidebar li a#thispage {
	color:#fff;
	background:#47618F
	}
#left_sidebar .side_banners li a:hover {
	background:#F2F4F8;
	}	



/* footer */
#footer {
	clear:both;
	padding:30px 0;
	text-align:center;
	color:#fff;
	}
#footer p {
	line-height:80%;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}

/* classes */
.clear {
	height:0px;
	clear:both;
	}
.gutter {
	padding:13px;
	width: 290px;
	line-height: 1.2em;
	}
.imageright {
	float:right;
	margin:0 0 20px 15px;
	}
.imageleft {
	float:left;
	margin:0 15px 20px 0;
	}
.imageborder {
	 margin: 0; 
	 border: 1px solid #000; 
	 padding: 3px;
	}
.find_provider {
	border:none;
	border-top:dotted 1px #ccc; 
	padding:12px;
	}
.find_provider_start {
	border:none;
	}
.attention {
	color:#FF3300;
	background:transparent;
	font-weight:bold;
	}
.item {
	display:none;
	padding:none;
	margin:none;
	}
.selected {
	display:block;
	}
.highlight {
	background:#E2E6F2;
	}
	#f_right_img_p p {
	padding:0px;
	margin:2px 0  2px 0;
	}
	
#content a.prgbullets {
	float: left !important;
}
#content a.prgbullets2 {
	float: left !important;
}
#content a.prgmain {
	float: left !important;
}