@charset "utf-8";

/* CSS Reset - Sets element attributes to 0, 100% etc to even out browser differences. Based partially on Eric Meyer's */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img, p, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* Put it back on certain elements */
pre, form, fieldset, ul { margin: .8125em 0; }

p { margin-bottom: .8125em; }

blockquote { margin: .8125em 30px; }
/*  End CSS Reset   */

/*  BODY STYLES   */
body, td, th { font: 12px Arial, Helvetica, sans-serif; color:#061556;}
html, body { height: 100%; left: 0px; top: 0px; }
body { background: #152B52 url(images/page_bak.jpg) repeat-x; text-align: center;}

/*  MENU STYLES   */
#nav { width: 752px;text-align:center; position: relative; left: 0px; top: 0px; font: bold 14px Arial, Helvetica, sans-serif; }
#nav h3, #nav h3 a { display: block; float: left; position: relative; text-align: center; }
#nav a { color: #7EADFE; 	background-color: #587EBD; text-decoration: none;}
#nav a:hover { color: #FFF;}
#nav a span { display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0;}

#home, #home a { height: 20px; width: 70px;}
#keynote, #keynote a { height: 20px; width: 146px; }
#resources, #resources a { height: 20px; width: 94px; }
#services, #services a { height: 20px; width: 88px; }
#testimonials, #testimonials a { height: 20px; width: 110px; }
#affiliates, #affiliates a { height: 20px; width: 90px; }
#blog, #blog a { height: 20px; width: 60px; }
#contact, #contact a { height: 20px; width: 90px; }

/*  END MENU STYLES   */

/*  ID's, LAYOUT  */
#border {
	width: 899px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #585d94;
}

#container {
	background-color: #D7E0F2;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}

#content {
	background: #C2DFFF url(images/content_bak.jpg) no-repeat bottom;
	width: 752px;
	float: right;
	position: relative;
	border-left: 1px solid #FFF;
}

#footer {
	background:#6990C7;
	border-top: 1px solid #FFF;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

#footer p {
	font-size: 11px;
	line-height: 19px;
	letter-spacing: 1px;
	margin: 0;
}
#footer p a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFFFFF;
}

#footer p a:hover {
	color: #021e68;
}

#header { border-bottom: 1px solid #FFFFFF; }
	
#header h2 {
	height: 47px;
	width:752px;
	font: normal 36px/47px "Times New Roman", Times, serif;
	color: #7CAAFA;
	position: relative;
	background: #172C54;
	}
	
#header h2 span {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/header.gif);
}

#mainContent {
	padding: 20px 50px 30px 30px;
	clear: both;
	height: 505px;
	border-top: 1px solid #FFF;
	overflow: hidden;
}

#mainContent h1 {
	color: #172C54;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-left: -10px;
	font:bold 16px "Times New Roman", Times, serif;
}
#mainContent h2 { color: #304B7A; letter-spacing: 1px; font: 1.1em "Times New Roman", Times, serif; }
#mainContent h3 { color: #304B7A; letter-spacing: 1px; font: .94em Arial, Helvetica, sans-serif; }
#mainContent ul { margin: -.5em 0em 0em 2em; list-style: url(none) none; font-size:12px; color:#061556;}
#mainContent li { margin: .3em 0em; }

#mainContent a:link { font-weight: bold; color: #061556; text-decoration: none; }
#mainContent a:visited { font-weight: bold; color: #36568B; text-decoration: none; }
#mainContent a:hover { font-weight: bold; color: #061556; text-decoration: underline; }

#mainContent p {
	font-size: 12px;
	line-height: 1.2em;
	color: #061556;
}

#mainContent p.left { width: 395px; }

#sidebar { float: left; width: 144px; }

.clear { clear: both; }

img.floatleft { float: left; margin: 7px 20px 20px 0; }

img.floatright { float: right; margin: 7px 0 20px 20px; }

.listPhrase { font: bold italic 14px "Times New Roman", Times, serif; }

.quoteName { font: bold normal 14px "Times New Roman", Times, serif; }

#bottom {
	background: #FFFFFF;
	height: 1px;
}
