/*
Last Updated 08/03/08


	Contents:
	
	1. Universal
	2. Structure
	3. Navigation
	4. Page Specific
	
		a. Index
		
	5. Special Classes

*/	


/* /////////////////////////////////////////////////// 
1. Universal
////////////////////////////////////////////////////// */

body,html {
	background:#F9FBFC;
	font-family:'lucida grande', helvetica, arial, sans-serif;
	color:#323232;
}

span {
	display:none;
}

/* Logotype */
h1 a {
	background:url('../images/logo.gif') no-repeat;
	margin:12px 0px 0px 0px;
	display:block;
	width:183px;
	height:56px;
}
h2 {
	font-size:167%;
	color:#51637B;
	margin:0px 0px 10px 0px;
	clear:both;
}

h3 {
	font-size:138.5%;
	color:#51637B;
	margin:0px 0px 10px 0px;
	clear:both;
}

p {
	color:#323232;
	margin:0px 0px 20px 0px;
	line-height:14pt;
	clear:both;
}

strong {
	font-weight:bold;
}
em {
	font-style:italic;
}

a {
	color:#17349A;
}
a:hover {
	background-color:#DBECFC;
}
a:active {
	color:#17349A;
}
a:visited {
	color:#17349A;
}


/* /////////////////////////////////////////////////// 
2. Structure
////////////////////////////////////////////////////// */

#wrapper {
	background:url('../images/blue-bar.gif') repeat-x 0px 93px;
	width:100%;
	text-align:center;
	margin:50px 0px 0px 0px;
}
#container {
	text-align:left;
	margin:0px auto 0px auto;
	width:720px;
}

#main-leftcol {
	width:255px;
	float:left;
}
#main-rightcol {
	float:left;
	width:455px;
	margin:0px 0px 0px 10px;
}
#footer {
	padding:20px 0px 20px 265px;
	clear:both;
	color:#8E9FAF;
	font-size:11px;
}
#content {
	margin:30px 0px 0px 0px;
}
#content ul {
	margin:0px 0px 20px 0px;
	color:#323232;
}
#content li {
	background: url('../images/bullet.gif') no-repeat 10px 5px;
	padding:0px 0px 0px 25px;
}

.column_01 {
	clear:left;
	width:210px;
	float:left;
	margin:0px 20px 0px 0px;
}
.column_02 {
	width:210px;
	float:left;
}
.column_01 p, .column_02 p {
	clear:none;
}
.column_01 h2, .column_02 h2, .column_01 h3, .column_02 h3 {
	clear:none;	
}

/* /////////////////////////////////////////////////// 
3. Navigation
////////////////////////////////////////////////////// */

#nav_main {
	margin:33px 0px 0px 0px;
	height:20px;
	overflow:hidden;
	color:#17349A;
	color:#000;
	font-size:100%;
	display:block;
}
#nav_main a {
	color:#6E7698;
	text-decoration:none;
}
#nav_main a:hover, #nav_main a:active {
	color:#1C3EA9;
}
#nav_main li {
	float:left;
	padding:0px 0px 0px 30px;
	background: transparent url('../images/nav_seperator.gif') no-repeat 12px 0px;
	
}
#nav_main .first_child {
	background: none;
	padding:0;
}

/* /////////////////////////////////////////////////// 
4. Page Specific
////////////////////////////////////////////////////// */

/* 
a. Index
------------------------------- */

/* 
a. About
------------------------------- */

/* /////////////////////////////////////////////////// 
5. Special Classes
////////////////////////////////////////////////////// */

.hide {
	display:none;
}

.clearall {
	clear:both;
}