@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #13346b url(../images/body_bg.jpg) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearer {
	clear:both;
}

/**********************************
		STRUCTURAL LAYOUT
**********************************/
.wrap {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#top {
	background: url(../images/top_bg.jpg) no-repeat center top;
	height: 260px;
}

#content {
	background: #fff;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#subcontent_top {
	height: 4px;
	background: #fff url(../images/content_top_bg.jpg) bottom center no-repeat;
}

#subcontent_bottom {
	height: 4px;
	background: #fff url(../images/content_bottom_bg.jpg) top center no-repeat;
}

#subcontent {
	background: #fff url(../images/content_middle_bg.jpg) center repeat-y;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	background: #13346a url(../images/footer_bg.jpg) top repeat-x;
	padding-bottom: 100px;
}

#left_col {
	width: 225px;
	float: left;
}

#right_col {
	width: 715px;
	float: right;
}

#spacer {
	height: 40px;
	background: #fff;
	width: 100%;
}

/**********************************
		GENERAL LAYOUT
**********************************/

h1#logo {
	width: 300px;
	font: 34px/70px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	background: url(../images/logo.jpg) 0 19px no-repeat;
	text-indent: -9999px;
}

#nav {
	width: 660px;
	height: 70px;
	float: left;
}

#nav ul li {
	float: left;
}

#nav li a, #nav li a:visited {
	text-decoration: none;
	float: left;
	padding: 17px 15px;
	text-align: center;
	color: #fff;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

#nav li a:hover {
	color: #70ce7c;
	background: url(../images/nav_arrow.gif) center bottom no-repeat;
}

#nav li.active a {
	color: #ddd;
	background: url(../images/nav_arrow.gif) center bottom no-repeat;
}

#banner {
	color: #fff;
}

h2#announce {
	color: #fff;
	font: 40px/60px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#banner p {
	font: 20px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 740px;
}

#content p {
	padding: 20px 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #555;
}

#content h3 {
	font: 22px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #13346b;
}

#edchoice {
	background: url(../images/edchoice_bg.jpg) no-repeat;
	width: 960px;
	height: 100px;
}

#edchoice_logo {
	width: 224px;
	height: 100px;
	float: left;
}

#edchoice_details {
	width: 470px;
	height: 100px;
	margin: 0 20px;
	float: left;
}

#edchoice p {
	font: 18px/22px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 7px 0 3px 0;
}

#edchoice p del {
	color: #990000;
}
	
#edchoice p span {
	color: #039;
	font: bold italic 22px/22px Arial, Helvetica, sans-serif;
}

.edchoice_list {
	float: left;
	width: 205px;
	padding-left: 20px;
	
}

.edchoice_list li {
	list-style-type: disc;
	font: italic 12px/14px Arial, Helvetica, sans-serif;
}

#edchoice_button {
	width: 204px;
	height: 100px;
	float: left;
}
	
#edchoice_button a, #edchoice_button a:visited {
	width: 204px;
	height: 47px;
	font: 24px/47px Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	margin-top: 26px;
}

#edchoice_button a:hover {
	color: #21ca36;
}

#grid {
	width: 960px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.headerRow {
	font: bold 14px/41px Arial, Helvetica, sans-serif;
	color: #fff;
	height: 41px;
	background: #fff url(../images/grid_row_header.png) no-repeat;
	position:relative;
	text-align: center;
}

.grid_row_top {
	background: url(../images/grid_row_top.png) no-repeat;
	height: 58px;
}

.grid_row_bottom {
	background: url(../images/grid_row_bottom.png) no-repeat;
	height: 58px;
}

.grid_row {
	background: url(../images/grid_row.png) no-repeat;
	height: 58px;
}

.grid_list {
	margin-top: 8px;
	padding-left: 18px;
	float: left;
	width: 105px;
}

.grid_list li {
	list-style-type: disc;
	text-indent: -5px;
}

.fivezero_head, .onesevenfive_head, .ninefive_head, .onezerozero_head, .oneonefive_head, .twofivefive_head, .sevenfive_head {
	float: left;
}

.fivezero, .onesevenfive, .ninefive, .onezerozero, .oneonefive, .twofivefive, .sevenfive {
	float: left;
	line-height: 58px;
}

.sevenfive {
	width: 75px;
	text-align: center;
}

.sevenfive_head {
	width: 75px;
	text-align: center;
}

.fivezero {
	width: 50px;
	text-align: center;
}

.fivezero_head {
	width: 50px;
	color: #003370;
}

.onesevenfive {
	width: 175px;
}

.onesevenfive_head {
	width: 175px;
	color: #003370;
}

.ninefive {
	width: 95px;
	text-align: center;
}

.ninefive_head {
	width: 95px;
	text-align: center;
}

.onezerozero {
	width: 100px;
	color: #003370;
	font: bold 18px/58px Arial, Helvetica, sans-serif;
	text-align: center;
}

.onezerozero_head {
	width: 100px;
	float: left;
}

.oneonefive {
	width: 115px;
	text-align: center;
}

.oneonefive_head {
	width: 115px;
	text-align: center;
}

.twofivefive {
	width: 255px;
	font: 11px/13px Arial, Helvetica, sans-serif;
	text-align: left;
}

.twofivefive_head {
	width: 255px;
	text-align: center;
}


.blue {
	color: #003370;
}

a.button, a.button:visited {
	text-decoration: none;
	color: #fff;
}

a.button:hover {
	color: #003370;
}

a.review, a.review:visited {
	color: #2260b8;
}

a.review:hover {
	text-decoration: none;
	color: #22b834;
}

/*
button {
	color: #003370;
	background: #ccc;
	border: 1px solid #999;
	font-weight: bold;
}

button:hover {
	color: #fff;
	background: #003370;
}

#conceal {
	display: none;
}
*/

/********* START TEMP **************/

button {
	display: none;
}

#conceal {
	display: block;
}



/********* END TEMP **************/

#right_col p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom: 20px;
}

#right_col h1 {
	font: 20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

#right_col h1 a, #right_col h1 a:visited {
	font: 20px/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #090;
	text-decoration: none;
}

#right_col h1 a:hover {
	text-decoration: underline;
	color: #003370;
}

#right_col h2 {
	font: 16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
}

#right_col h3 {
	font: bold 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
}

#right_col ul {
	padding-left: 25px;
	margin-bottom: 20px;
}

#right_col ul li {
	list-style-type: disc;
	line-height: 16px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #888;
}

#right_col ol {
	padding-left: 25px;
	margin-bottom: 20px;
}

#right_col ol li {
	list-style-type: decimal;
	line-height: 16px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #888;
}

ul.left_list {
	float: left;
}

#right_col ul li span {
	color: #060;
}

#left_col h2 {
	font: 18px/48px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003370;
	text-indent: 10px;
}

#left_col li {
	background: url(../images/list_bg.jpg) top no-repeat;
	height: 40px;
	width: 225px;
	color: #152a50;
	font: 14px/40px Arial, Helvetica, sans-serif;
}

#left_col p {
	padding: 0 8px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #555;
}

#left_col p span {
	color: #090;
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
	display: inline;
}

#left_col li a, #left_col li a:visited {
	width: 225px;
	float: left;
	display: block;
	color: #152a50;
	text-decoration: none;
	font: 14px/40px Arial, Helvetica, sans-serif;
	height: 40px;
	text-indent: 10px;
}

#left_col li a:hover {
	background: #ddd url(../images/arrow.gif) left no-repeat;
	color: #444;
}

#left_col li.active a {
	font-weight: bold;
	text-indent: 20px;
	background: url(../images/arrow_gray.gif) left no-repeat;
	color: #777;
}

#overview {
	background: #f3f3f3;
	padding: 20px;
	margin: 30px 0;
}

.col {
	float: left;
	width: 215px;
}

.marg_right {
	margin-right: 15px;
}

#hostlink {
	width: 215px;
	height: 80px;
	text-indent: -9999px;
}

#hostlink a, #hostlink a:visited {
	width: 215px;
	height: 65px;
	display: block;
	background: url(../images/hostlink.jpg) 0 0;
}

#hostlink a:hover {
	background: url(../images/hostlink.jpg) 0 -65px;
}

#host_intro {
}

#host_offer {
	width: 265px;
	height: 320px;
	background: #2260b8 url(../images/host_offer.jpg) repeat-x top;
	color: #555;
	float: right;
	padding: 15px;
	color: #fff;
}

#host_offer h2 {
	font: bold 24px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#left_col span {
	text-align: center;
	font: bold 110px/110px Arial, Helvetica, sans-serif;
	display: block;
	margin: 5px 0;
	color: #003370;
}

#left_col span b {
	vertical-align: text-top;
	font: bold 60px/70px Arial, Helvetica, sans-serif;
}

.host_site {
	float: left;
	width: 400px;
	height: 350px;
}
/* BLOG LIST */

#left_col ul#blog {
	background: url(../images/list_bg.jpg) no-repeat bottom;
}
	
#left_col ul#blog li {
	background: url(../images/list_bg.jpg) top no-repeat;
	padding: 1px 0;
	width: 225px;
	text-indent: 0px;
	display: block;
	float: left;
	height: auto;
}

#left_col ul#blog li a, #left_col ul#blog li a:visited {
	padding-top: 1px;
	color: #777;
	text-decoration: none;
	font: 12px/15px Arial, Helvetica, sans-serif;
	height: auto;
	text-indent: 0px;
	display: block;
	float: left;
}

#left_col ul#blog li span.trunc, span.newstitle {
	padding: 0 10px;
	font-size: 12px;
	text-align: left;
	margin: 0;
}

#left_col ul#blog li span.trunc {
	display: block;
	line-height: 15px;
	padding-bottom: 6px;
	font-weight: normal;
}

#left_col ul#blog li span.newstitle {
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	color: #152a50;
	padding-top: 6px;
	text-align: left;
	margin: 0;
}

#left_col ul#blog  li a:hover {
	background: #e8e8e8 url(../images/arrow.gif) left no-repeat;
	color: #444;
}


.tri_col {
	width: 225px;
	float: left;
}

.marg_left {
	margin-left: 20px;
}

/*****************************
		FOOTER
*****************************/

.foot_links {
	width: 220px;
	margin: 30px 20px 0 0;
	float: left;
}

.foot_links h2 {
	font: bold 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

.foot_links ul {
	border-top: 1px solid #2e64bf;
}

.foot_links li a, .foot_links li a:visited {
	color: #ddd;
	border-bottom: 1px solid #2e64bf;
	float: left;
	display: block;
	font: 12px/20px Arial, Helvetica, sans-serif;
	width: 220px;
	text-decoration: none;
	text-indent: 3px;
}

.foot_links li a:hover {
	color: #fff;
	background: #27539d;
}

#copyright {
	font: 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	width: 960px;
	height: 20px;
	margin-top: 40px;
}
	