/* CSS Document */

body {
	background: #f5f5f5 url(images/sitebg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

form {
	margin: 0;
	padding: 0;
	}

/**************** Structural Elements ****************/

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 788px;
	height: auto;
	}

#folio {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 828px;
	height: auto;
	background: #fff;
	border-right: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	}

.clear {clear:both;}

/**************** Site Container ****************/

#site_wrapper {
	float: left;
	width: 788px;
	height: auto;
	margin: 12px 0 0 20px;
	padding: 0;
	background: #fff;
	display: inline;
	}

/**************** Logo Container ****************/

#logo_strip {
	float: left;
	width: 788px;
	height: auto;
	margin: 0;
	padding: 0;
	}

.logo {
	float: left;
	width: 510px;
	height: 72px;
	margin: 0;
	padding: 0;
}

/**************** Top Right Styles ****************/

.topright {
	float: right;
	width: 278px;
	height: auto;
	margin: 12px 0 0 0;
	padding: 0;
	text-align: right;
}

.topright p {
	font-size: 11px;
	color: #b3c3dc;
	margin: 0;
	padding: 0;
	}

.topright a:link {color: #444;text-decoration: none;font-size: 11px}
.topright a:visited {color: #444;text-decoration: none;font-size: 11px}
.topright a:hover {color: #444;text-decoration: underline;font-size: 11px}
.topright a:active {color: #444;text-decoration: none;font-size: 11px}

.topright_split {
	margin: 0 10px;
	}

/************** Navigation ****************/

#nav {
	float: left;
	width: 790px;
	height: 37px;
	margin: 0;
	padding: 0;
	background: #fff url(images/navbg3.gif) no-repeat;
	text-align: center;
	}

#nav p {
	margin: 9px 0 0 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #fff !important;
	}

#nav a:link {color: #fff;text-decoration: none;font-size: 14px}
#nav a:visited {color: #fff;text-decoration: none;font-size: 14px}
#nav a:hover {color: #cfe0f6;text-decoration: none;font-size: 14px}
#nav a:active {color: #fff;text-decoration: none;font-size: 14px}

#nav a.topnavselected {color: #cfe0f6;text-decoration: none;}

.navsplit {
	margin: -5px 13px;
	}

/*************** Main Content Wrapper and Area Styles ****************/

#main_content {
	float: left;
	width: 788px;
	height: auto;
	margin: 0;
	padding: 0;
	}

/**************** Left Column ****************/

#left_content {
	float: left;
	width: 206px;
	height: auto;
	margin: 0;
	padding: 0;
}

.left_module {
	float: left;
	width: 206px;
	height: auto;
	margin: 13px 0 0 0;
	padding: 0;
	}

.left_module img {
	vertical-align: middle;
	}

.left_module h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #111;
	font-weight: bold;
	}

.left_module p {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #222;
	font-weight: normal;
	}

.left_module a:link {color: #0965ae;text-decoration: none;font-size: 12px}
.left_module a:visited {color: #0965ae;text-decoration: none;font-size: 12px}
.left_module a:hover {color: #0965ae;text-decoration: underline;font-size: 12px}
.left_module a:active {color: #0965ae;text-decoration: none;font-size: 12px}

.left_module a.black {color: #222;text-decoration: none;}
.left_module a.black:hover {color: #222;text-decoration: underline;}

.left_resources_wrap {
	float: left;
	width: 206px;
	height: auto;
	margin: 13px 0 0 0;
	padding: 0;
	}

.left_resources {
	float: left;
	width: 206px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #e6eff8 url(images/leftbg.gif) no-repeat;
	}

.left_resources h2 {
	margin: 10px 12px 4px 12px;
	padding: 0 0 4px 0;
	font-size: 14px;
	color: #980F08;
	font-weight: bold;
	background: url(images/lefth2-bg.gif) bottom left repeat-x;
	}

.left_resources h2 a:link {color: #980F08;font-size: 14px;text-decoration: none;}
.left_resources h2 a:visited {color: #980F08;font-size: 14px;text-decoration: none;}
.left_resources h2 a:hover {color: #980F08;font-size: 14px;text-decoration: underline;}
.left_resources h2 a:active {color: #980F08;font-size: 14px;text-decoration: none;}

.left_resources h3 {
	margin: 8px 12px 0 12px;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #980F08;
	font-weight: bold;
	background: url(images/lefth3-bg.gif) top left repeat-x;
	}

.left_resources h3 a:link {color: #980F08;text-decoration: none;font-size: 12px}
.left_resources h3 a:visited {color: #980F08;text-decoration: none;font-size: 12px}
.left_resources h3 a:hover {color: #980F08;text-decoration: underline;font-size: 12px}
.left_resources h3 a:active {color: #980F08;text-decoration: none;font-size: 12px}

.left_resources p {
	margin: 2px 12px 0 12px;
	padding: 0 0 2px 10px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	background: url(images/leftp-bg.gif) left .2em no-repeat;
}

.left_resources p.active {
	margin: 2px 12px 0 0;
	padding: 0 0 2px 22px;
	font-size: 12px;
	color: #0965AE;
	font-weight: bold;
	background: url(images/leftp-bg-active.gif) left .2em no-repeat;
}

.left_resources p.active a {
	color: #0965AE;
}

.left_resources a:link {color: #000;text-decoration: none;font-size: 12px}
.left_resources a:visited {color: #000;text-decoration: none;font-size: 12px}
.left_resources a:hover {color: #000;text-decoration: underline;font-size: 12px}
.left_resources a:active {color: #000;text-decoration: none;font-size: 12px}

.left_resources_bottom {
	float: left;
	width: 206px;
	height: 9px;
	margin: 0;
	padding: 0;
	font-size: 2px;
	background: #e6eff8 url(images/leftbg-bottom.gif) no-repeat;
	}

/**************** Right Column ****************/

#right_content {
	float: right;
	width: 555px;
	height: auto;
	margin: 0;
	padding: 0;
	}

.right_module {
	float: left;
	width: 555px;
	height: auto;
	margin: 13px 0 0 0;
	padding: 0;
	}

.right_module h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #0965ae;
	}

.right_module h1 a:link {color: #0965ae;font-size: 20px;text-decoration: none;}
.right_module h1 a:visited {color: #0965ae;font-size: 20px;text-decoration: none;}
.right_module h1 a:hover {color: #0965ae;font-size: 20px;text-decoration: underline;}
.right_module h1 a:active {color: #0965ae;font-size: 20px;text-decoration: none;}

.right_module h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}

.right_module h2 a:link {color: #0965ae;font-size: 14px;text-decoration: none;}
.right_module h2 a:visited {color: #0965ae;font-size: 14px;text-decoration: none;}
.right_module h2 a:hover {color: #0965ae;font-size: 14px;text-decoration: underline;}
.right_module h2 a:active {color: #0965ae;font-size: 14px;text-decoration: none;}

.right_module h3 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	}

.right_module p {
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	line-height: 1.4em;
	font-size: 12px;
	}

.right_module ul, #right_content ul {
	margin-bottom: 1em;
	padding-left:2em;	/*setting for FF and other standards compliant browsers*/
	#padding-left:0;	/*setting for IE7*/
	#margin-left: 2em;
	_padding-left:0;	/*setting for IE6*/
	_margin-left: 2em;
	line-height: 1.4em;
	font-size: 12px;
}

.right_module ol, #right_content ol {
	margin-bottom: 1em;
	padding-left: 2em;
	line-height: 1.4em;
	font-size: 12px;
	}

.right_module li {
	margin-bottom: 1em;
}

.right_module a:link {color: #0965ae;text-decoration: none;font-size: 12px}
.right_module a:visited {color: #0965ae;text-decoration: none;font-size: 12px}
.right_module a:hover {color: #0965ae;text-decoration: underline;font-size: 12px;}
.right_module a:active {color: #0965ae;text-decoration: none;font-size: 12px;}

/****************** Positioning Area *******************/

.positioning_wrap {float: left;width: 555px;height: auto;margin: 0;padding: 0;}

.positioning_image {float:left;width:172px;height:auto;margin:0;padding:0}
.positioning_image img{border:none}

.positioning_top {float: right;width: 348px;height:109px;margin:0;margin-bottom:20px;padding:8px;background: url(images/pos-copy-bg.gif) no-repeat;}
.positioning_top h1 {font-size: 16px;font-weight: bold;margin:0;padding: 0;color: #c00025;}
.positioning_top h1 a:link {font-size: 16px;color: #c00025}
.positioning_top h1 a:visited {font-size: 16px;color: #c00025}
.positioning_top h1 a:hover {font-size: 16px;color: #c00025}
.positioning_top h1 a:active {font-size: 16px;color: #c00025}

.positioning_left {
	float: left;
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	}

.positioning_left h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #c1cd21;
	}
	
.positioning_left h1 a:link {font-size: 18px;color: #ed8d1e}
.positioning_left h1 a:visited {font-size: 18px;color: #ed8d1e}
.positioning_left h1 a:hover {font-size: 18px;color: #ed8d1e}
.positioning_left h1 a:active {font-size: 18px;color: #ed8d1e}

.positioning_left2col {
	float: left;
	width: 265px;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
.positioning_left2col h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #c1cd21;
	}
	
.positioning_left2col h1 a:link {font-size: 17px;color: #ed8d1e}
.positioning_left2col h1 a:visited {font-size: 17px;color: #ed8d1e}
.positioning_left2col h1 a:hover {font-size: 17px;color: #ed8d1e}
.positioning_left2col h1 a:active {font-size: 17px;color: #ed8d1e}

.positioning_middle {
	float: left;
	width: 170px;
	height: auto;
	margin: 0 0 0 25px;
	padding: 0;
	display: inline;
	}

.positioning_middle h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #ed8d1e;
	}

.positioning_middle h1 a:link {font-size: 18px;color: #c00025}
.positioning_middle h1 a:visited {font-size: 18px;color: #c00025}
.positioning_middle h1 a:hover {font-size: 18px;color: #c00025}
.positioning_middle h1 a:active {font-size: 18px;color: #c00025}

.positioning_right {
	float: right;
	width: 170px;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
.positioning_right h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #c00025;
	}

.positioning_right h1 a:link {font-size: 18px;color: #c1cd21}
.positioning_right h1 a:visited {font-size: 18px;color: #c1cd21}
.positioning_right h1 a:hover {font-size: 18px;color: #c1cd21}
.positioning_right h1 a:active {font-size: 18px;color: #c1cd21}
	
.positioning_right2col {
	float: right;
	width: 265px;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
.positioning_right2col h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #c00025;
	}

.positioning_right2col h1 a:link {font-size: 17px;color: #c00025}
.positioning_right2col h1 a:visited {font-size: 17px;color: #c00025}
.positioning_right2col h1 a:hover {font-size: 17px;color: #c00025}
.positioning_right2col h1 a:active {font-size: 17px;color: #c00025}

.positioning_right p, .positioning_middle p, .positioning_left p {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 6px 0;
	color: #222;
	}
	
.positioning_right2col p, .positioning_left2col p {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 6px 0;
	color: #222;
	}

.positioning_right p.img, .positioning_middle p.img, .positioning_left p.img {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	color: #222;
	}
	
.positioning_right img, .positioning_middle img, .positioning_left img {
	border: none;
	width: 168px;
	height: 1138px;
}

.positioning_right2col p.img, .positioning_left2col p.img {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	color: #222;
	}

.positioning_right a, .positioning_middle a, .positioning_left a {
	color: #0965ae;
	text-decoration: none;
	}
	
.positioning_right2col a, .positioning_left2col a {
	color: #0965ae;
	text-decoration: none;
	}

.positioning_right a:hover, .positioning_middle a:hover, .positioning_left a:hover {
	color: #0965ae;
	text-decoration: underline;
	}
	
.positioning_right2col a:hover, .positioning_left2col a:hover {
	color: #0965ae;
	text-decoration: underline;
	}

.positioning_right img, .positioning_middle img, .positioning_left img {
	border: none;
	width: 168px;
	height: 138px;
	}
	
.positioning_right2col img, .positioning_left2col img {
	border: solid 1px #c9d6e6;
	width: 256px;
	height: 144px;
	}


/*********************** Search Feature *********************/

.search_feature {
	float: left;
	width: 555px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(images/search-bg.gif) no-repeat;
	text-align: center;
	}

.search_feature p {
	font-size: 12px;
	color: #444;
	font-weight: bold;
	margin: 12px 0 0 0;
	padding: 0;
	}

/**************** Blog and News Section Styles ********************/

.blog_module {
float: left;
width: 553px;
height: auto;
margin: 0 0 0 0;
padding: 0 0 1em 0;
}

.blog_module h3 {
margin: 12px 0 0 0;
padding: -1em 0 0 0;
color: #444;
line-height: normal;
font-size: 12px;
font-weight: bold;
}

.blog_module h3 a:link {color: #444;text-decoration: none;font-size: 12px}
.blog_module h3 a:visited {color: #444;text-decoration: none;font-size: 12px}
.blog_module h3 a:hover {color: #0965AE;font-size: 12px}
.blog_module h3 a:active {color: #444;text-decoration: none;font-size: 12px}

.blog_module p {
margin: 3px 0 0 0;
padding: 0;
color: #000;
line-height: 1.4em;
font-size: 12px;
}

.blog_module a:link {color: #0965ae;text-decoration: none;font-size: 12px}
.blog_module a:visited {color: #0965ae;text-decoration: none;font-size: 12px}
.blog_module a:hover {color: #0965ae;text-decoration: underline;font-size: 12px}
.blog_module a:active {color: #0965ae;text-decoration: none;font-size: 12px}

.news_module {
float: left;
width: 553px;
height: auto;
margin: 0 0 0 0;
padding: 0 0 1em 0;
}

.news_module h3 {
margin: 12px 0 0 0;
padding: -1em 0 0 0;
color: #444;
line-height: normal;
font-size: 12px;
font-weight: bold;
}

.news_module h3 a:link {color: #444;text-decoration: none;font-size: 12px}
.news_module h3 a:visited {color: #444;text-decoration: none;font-size: 12px}
.news_module h3 a:hover {color: #0965AE;font-size: 12px}
.news_module h3 a:active {color: #444;text-decoration: none;font-size: 12px}

.news_module p {
margin: 3px 0 0 0;
padding: 0;
color: #000;
line-height: 1.4em;
font-size: 12px;
}

.news_module a:link {color: #0965ae;text-decoration: none;font-size: 12px}
.news_module a:visited {color: #0965ae;text-decoration: none;font-size: 12px}
.news_module a:hover {color: #0965ae;text-decoration: underline;font-size: 12px}
.news_module a:active {color: #0965ae;text-decoration: none;font-size: 12px}

/************************* Form Elements ***********************/

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 1px;
	margin: 0;
	font-weight: normal;
	}


/************************* Footer ***********************/
#footer {float: left; width: 100%; height: auto; margin: 1em -3px 0 0; padding: .75em 0 1em 0; border-top: solid 1px #CCC; color: #666; font-size:.925em;}
#footer a:link {color:#666; text-decoration:none; font-size:inherit}
#footer a:visited {color:#666; text-decoration:none; font-size:inherit}
#footer a:hover {color:#666; text-decoration:underline; font-size:inherit}
#footer a:active {color:#666; text-decoration:none; font-size:inherit}
#footer p {font-size: .95em; color: #666; text-align: left}
#footer_left {width: 110px; float: left; padding: 0em 0; margin-right:2em}

/************************* Added in-house ***********************/

#right_content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	border-left: solid 6px #980F08;
	line-height: 1.4em;
	font-size: 12px;
	font-weight: bold;
}

#right_content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

#right_content table {margin: 1em 0em;line-height: 1.4em;font-size: 12px;}
#right_content table th {text-align: middle;font-weight: bold;padding: 0.5em;color: #FFFFFF;background: #0965ae;}
#right_content table td {padding: 0.5em;}
#right_content table tr.rowA {background-color: #F5F5F5;color: inherit;}
#right_content table tr.rowB {background-color: #E0E0E0;color: inherit;}
#right_content table tr.hlight {background-color: #FFC;color: inherit;font-weight: bold;}

hr {
	border: 0;
	color: #CCC;
	background-color: #d2d2d2;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom:1em;
}

.callout {
	font-weight: bold;
	color: #980F08;
}

.applyNow {
	width:100%;
	text-align: center;
	font-weight:bold;
}

.applyNow p {
	margin-top: 0;
}

div.calculator {
	float:right;
	clear:none;
	width:200px;
	text-align:center;
}

div.calculator img {
	border:0;
}

td.hlcolumn {
	font-weight: bold;
}

.small {
	font-size: 92%;
}

.callout_box {
float:right;
clear:none;
text-align:center;
padding:1em;
margin:1em;
border: 1px solid #c9d6e6;
background-color: #F6FBFF;
font-size: 12px;
}

#htmltagcloud_wrap {
	float: left;
	width: 553px;
	height: auto;
	margin: 1em 0 0 0;
	padding: 0;
	}

#htmltagcloud {
	width: 533px;
	font-size: 1em;
	font-family: 'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif; 
	line-height:2.4em; 
	word-spacing:normal; 
	letter-spacing:normal; 
	text-decoration:none; 
	text-transform:none; 
	text-align:justify; 
	text-indent:0em; 
	background: #e6eff8 url(images/tagbg.gif) no-repeat;
	margin:0em; padding: 1em 10px 0 10px;
}

#htmltagcloud a:link {
	font-size: 1em;
	text-decoration: none
}

#htmltagcloud a:visited {
	font-size: 1em;
	text-decoration: none
}

#htmltagcloud a:hover {
	font-size: 1em;
	text-decoration: none;
	color: white;
	background-color: #05f
}

#htmltagcloud a:active {
	font-size: 1em;
	text-decoration: none;
	color: white;
	background-color: #03d
}

span.tagcloud0 {font-size: 1.0em;padding: 0em;color: #ACC1F3;z-index: 10;position: relative; white-space: nowrap;}
span.tagcloud0 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #ACC1F3}
span.tagcloud1 {font-size: 1.4em;padding: 0em;color: #ACC1F3;z-index: 9;position: relative; white-space: nowrap;}
span.tagcloud1 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #ACC1F3}
span.tagcloud2 {font-size: 1.8em;padding: 0em;color: #ACC1F3;z-index: 8;position: relative; white-space: nowrap;}
span.tagcloud2 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #ACC1F3}
span.tagcloud3 {font-size: 1.8em;padding: 0em;color: #86A0DC;z-index: 7;position: relative; white-space: nowrap;}
span.tagcloud3 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #86A0DC}
span.tagcloud4 {font-size: 2.2em;padding: 0em;color: #ACC1F3;z-index: 6;position: relative; white-space: nowrap;}
span.tagcloud4 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #ACC1F3}
span.tagcloud5 {font-size: 2.6em;padding: 0em;color: #607EC5;z-index: 5;position: relative; white-space: nowrap;}
span.tagcloud5 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #607EC5}
span.tagcloud6 {font-size: 2.8em;padding: 0em;color: #4C6DB9;z-index: 4;position: relative; white-space: nowrap;}
span.tagcloud6 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #4C6DB9}
span.tagcloud7 {font-size: 2.6em;padding: 0em;color: #395CAE;z-index: 3;position: relative; white-space: nowrap;}
span.tagcloud7 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #395CAE}
span.tagcloud8 {font-size: 3.2em;padding: 0em;color: #264CA2;z-index: 2;position: relative; white-space: nowrap;}
span.tagcloud8 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #264CA2}
span.tagcloud9 {font-size: 3.4em;padding: 0em;color: #133B97;z-index: 1;position: relative; white-space: nowrap;}
span.tagcloud9 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #133B97}
span.tagcloud10 {font-size: 3.2em;padding: 0em;color: #002A8B;z-index: 0;position: relative; white-space: nowrap;}
span.tagcloud10 a:link, a:visited, a:hover, a:active {text-decoration: none;color: #002A8B}
#htmltagcloud_bottom {
	float: left;
	width: 553px;
	height: 9px;
	margin: 0;
	padding: 0;
	font-size: 2px;
	background: #e6eff8 url(images/tagbg-bottom.gif) no-repeat;
}

#errormsg {
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em 0;
}

#errormsg h2 {
	color: #980F08;
	font-size: 150%;
}

#errormsg p {
	color: #980F08;
	font-size: inherit;
}

.rssList ul {

}

.rssList li {
	list-style: url(images/feed-icons/feed-icon-10x10.png);
}

.chooseApp {
	width:250px;
	float:left;
	clear:none;
	border:1px solid #d2d2d2;
	margin: 1em 0;
	padding:0;
	background-color: #e6eff8;
	font-size: 12px;
}

.chooseApp h2 {
	text-align:center;
	width: 244px;
	margin: 0 0 0 -1px;
	padding: 4px;
	color: #FFF;
	background-color: #980F08;
}

.chooseApp img {
	margin: .5em auto;
}

ol ul {
	list-style: disc;
}

.live_support {
	text-align: right;	
	margin-right: -4px;
	padding: .5em 0 5px 0;
	font-weight: bold;
	font-size: 150%;
	color: #000000;
	letter-spacing: 4px;
	white-space: nowrap;
}

.bzzt {
	text-decoration: line-through;
}

#button {
	border: 1px #980F08 solid;
	width: auto;
	height: 8px;
	padding: 8px;
	text-align: center;
	background: url(images/button_bgnd.gif) repeat-x;
	color: white;
	font: bold 12px/.6em Arial, Helvetica, sans-serif;
	letter-spacing: .15em;
	cursor: pointer;
	cursor: hand;
}

#button a{
	text-decoration: none;
	color: #ffffff;
}

h2.link {text-align:center;margin: 1em 0;}
h2.link a:link {text-decoration:underline;color:#980F08;font-size:1.1em;}
h2.link a:visited {text-decoration:underline;color:#980F08;font-size:1.1em;}
h2.link a:hover {text-decoration:underline;color:#980F08;font-size:1.1em;}
h2.link a:active {text-decoration:underline;color:#980F08;font-size:1.1em;}

/* Newsletter signup box */

#newsletter {
	float: left;
	width: 525px;
	height:auto;
	margin:1em 0;
	padding:1em;
	border: 1px solid #c9d6e6;
	background-color: #F6FBFF;
}

#newsletter h1 {
	line-height: 0;
	margin: .25em 0 1em 0;
}

#newsletter label {
	float:left;	
	margin: .15em .15em 0 0;
	font-size: 1em;
	font-weight:bold;
	color: #666;
}

#newsletter .textinput {
	float: left;
	height: 22px;
	width: 280px;
	margin-right: .15em;
	border-left:2px solid #d2d2d2;
	border-top:2px solid #d2d2d2;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	font-size: 1.5em;
	color: #666;
}

#newsletter .checkbox {
	float: left;
	margin-right: .25em;
	border: 2px solid #d2d2d2;
	color: #666;
}

#newsletter .submit {
	padding: .5em;
	text-align: center;
	font-size: 1.2em;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}

#newsletter #foo {
	float: left;
	clear: both;
	font-size: 1.4em;
	padding: 0;
}

#newsletter #foo #warn {
	font-weight: bold;
	color: #c00025;
}

#newsletter #foo #notice {
	font-weight: bold;
	color: green;
}

#newsletter #foo #notice a:link {color: green;text-decoration: underline;font-size: 1.4em}
#newsletter #foo #notice a:visited {color: green;text-decoration: underline;font-size: 1.4em}
#newsletter #foo #notice a:hover {color: green;text-decoration: underline;font-size: 1.4em}
#newsletter #foo #notice a:active {color: green;text-decoration: underline;font-size: 1.4em}

/* two boxes side-by-side */
#two_boxes_container {float: none;width: 555px;height: auto;margin: 1em 0;}
div.left_box {float: left;width: 270px;height: auto;}
div.right_box {float: right;width: 270px;height: auto;}

/* rounded corners with css */
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#c9d6e6; margin:0 5px;}
.b2 {height:1px; background:#F6FBFF; border-right:2px solid #c9d6e6; border-left:2px solid #c9d6e6; margin:0 3px;}
.b3 {height:1px; background:#F6FBFF; border-right:1px solid #c9d6e6; border-left:1px solid #c9d6e6; margin:0 2px;}
.b4 {height:2px; background:#F6FBFF; border-right:1px solid #c9d6e6; border-left:1px solid #c9d6e6; margin:0 1px;}

.contentb {background: #F6FBFF; border-right:1px solid #c9d6e6; border-left:1px solid #c9d6e6;padding:1em;}
.contentb div {margin-left: 5px;}

#leftAd {clear:left;width:200px;padding:10px 0 0 3px;}

/**************** Ad Styles ****************/

#adLeaderboard {
	width:728px;
	height:auto;
	float:none;
	clear:none;
	margin:.25em auto;
}
.adClear {
	clear: both;
}
#adRectangle {
	width:180px;
	height:173px;
	margin:1em auto;
	background: url('images/ad-disclosure.png') no-repeat bottom left;
}
#adMedRectangle {
	width:300px;
	height:267px;
	background: url('images/ad-disclosure.png') no-repeat bottom left;
	float:right;
	clear:none;
	text-align:center;
	margin:1em 0em 1em 0em;
}
#adMedSquare {
	width:206px;
	height:auto;
	float:right;
	clear:none;
	text-align:center;
	margin:1em 0em 1em 1em;
}
#adSkyscraper {
	width:160px;
	height:auto;
	float:right;
	clear:none;
	margin:1em 0em 1em 1em;
}
#adBanner {
	width:468px;
	height:auto;
	margin:1em auto;
}

/**************** 720x300 Popup ****************/

#container { width:100%;height:320px;position:absolute;top:120px; }
#container #cbody { width:720px;height:300px;background-color:#FFFFFF;border:16px solid #EEEEEE;border-bottom:none;margin:0em auto; }
#container #cclose { width:716px;height:20px;clear:left; text-align:right;background-color:#EEEEEE;border:2px solid #EEEEEE;padding-right:20px;padding-top:4px;margin:0em auto}
#container #cclose a { cursor: pointer;color:#000000;text-decoration:none;font-weight:normal }

/**************** Ribbon ****************/

#ribbon {
/*	
	red:	background: #980F08;
	blue:	background: #1E2E92;
	green:	background: #006E2E; 
*/	
	background: #980F08;
	color: white;
	position: fixed;
	bottom: 1em;
	left: 0;
	width: 100%;
	height: 60px;
	margin:0;
	padding: 0;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity :0.9;
	z-index: 99;
}

#ribboncontent {
	padding:0;
	text-align: center;
}

/* 3/11/09 Callout Box */

#co_stafford
{
float:right;
clear: none;
width:200px;
height:158px;
padding: 37px 5px 5px 15px;
margin: 12px 0 12px 12px;
background: url('http://www.gradloans.com/images/stafford-loan-benefits_bg.png') no-repeat aqua;

font: bold 14px Verdana, Arial, Helvetica, sans-serif; 
}

/* Second callout box because a stafford header is inappropriate for a private ad */

#co_private
{
float:right;
clear: none;
width:200px;
height:158px;
padding: 37px 5px 5px 15px;
margin: 12px 0 12px 12px;
background: url('http://www.gradloans.com/images/apply-online_bg.png') no-repeat aqua;

font: bold 14px Verdana, Arial, Helvetica, sans-serif; 
}

#co_stafford span, #co_private span {
font: bold 14px Verdana, Arial, Helvetica, sans-serif; 
margin: 0;

}
#co_stafford ul, co_private ul {
font: normal 11px Verdana, Arial, Helvetica, sans-serif;

list-style: disc;
margin: 5px 0 0 15px;
padding: 0;
}
#co_stafford li, #co_private li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
padding: 5px 0 0 0;

margin: 5px 0 0 0;
}
#co_stafford .button, #co_private .button {
margin:12px 0 0 20px;
}

/****************HomePAGE****************/

.options_wrap
{
float:right;
clear: none;
width:450px;
height:105px;
padding:0em;
margin:0em;
}

.options_left
{
float:left;
clear: none;
width:170px;
height:90px;
padding:1em .5em 0em 0em;
margin:0em;
}

.options_mid
{
float:left;
clear: none;
width:180px;
height:105px;
padding:1em 0em 0em 0em;
margin:0em;
}

.options_right
{
float:right;
clear: none;
width:170px;
height:105px;
padding:1em 0em 0em 0em;
margin:0em;
}

/* home page style fixes 07.2010 ecr */
.right-info-wrapper {width: 555px; float: left;}
#right-info-top-bg {width: 555px; height: 10px; float:left; background-image: url(http://www.gradloans.com/images/home-bg-top.jpg);}
#right-info-middle-bg {width: 555px; float:left; background-image: url(http://www.gradloans.com/images/home-bg-middle.jpg); padding-bottom: 15px;}
#right-info-bottom-bg {width: 555px; height: 10px; float:left; background-image: url(http://www.gradloans.com/images/home-bg-bottom.jpg); margin-bottom: 10px;}
#right-info-middle-bg h2 {margin-left: 15px; margin-top: 10px; margin-bottom: 10px; float:left; width: 100%;}
p.margin-left {margin-left: 15px; padding-right: 15px;}
.home-page-li {font-size: 11px;}
.home-list-wrap {width: 160px; height: 120px; padding: 0 5px 0 15px; float: left;}
.home-list-wrap ul {margin-left: -10px;}
.home-list-wrap .center-it a {font-size: 11px; color: #980F08; text-decoration: underline;}
.center-it {text-align: center;}
.home-list-wrap-divider {background-image: url(http://www.gradloans.com/images/left-nav-blue.gif); height: 120px; width: 1px; float:left; margin: 0 3px;}

/*********************** Lender Widget Logos *********************/

#right_content #lenderLogos {
	border: 1px solid #C9D6E6;
	border-top:0;
	padding: 1px;
}
#right_content #lenderLogos table {
	border: 5px solid #E6EFF8;
	margin: 0;
}

#right_content #lenderLogos table td {
	border-left: 1px dotted #ccc;
	padding: 5px;
	height: 65px;
}

#right_content #lenderLogos table td.first {
	border-left: 0;
}


.right_module .socialContainer {
	margin-top: 0px;
	padding-top: 0px;
}

