@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	
	/*text-align:center; IE6 needs this to center the layout in the browser window */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	}

h1 {
	font-size: 16pt;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #407bc1;
	padding-bottom:8px;
	}

h2 {
	font-size: 14pt;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color:#000000;
	padding-bottom:1px;
	padding-bottom:8px;
	}

h3 {
	font-size: 12pt;
	text-align: left;
	line-height: 1.6em;
	color: #407bc1;
	margin-top: 12px;
	margin-bottom: 2px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
	}
	
h4 {
	font-size: 10pt;
	text-align: left;
	line-height: 1.6em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-bottom:8px;
	}
		
p {
	font-size: 10pt;
	line-height: 1.7em;
	color:#000000;
	padding-bottom: 12px;
		}
		
table tr td {
	font-size: 10pt;
	line-height: 1.7em;
	color:#000000;
	padding-bottom: 6px;
		}

table {
padding: 5px;
}
		
form {
font-size: 10pt;
font-weight: bold;
}

ul {
margin-left: 15px;
padding-left:20px;
padding-bottom: 10px;
}

ol {
margin-left: 15px;
padding-left:20px;
padding-bottom: 10px;
}
		
ul li {
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
	}
	
ol li {
	padding-left:20px;
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
		}
		
ul li ul li{
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
	}
	
ol li ol li{
	font-size: 10pt;
	color:#000000;
	line-height: 1.5em;
		}
		
img {
margin: 5px; /*trbl*/
}


.list {  /*to indent lists that get lost in * declarations */
padding-left:20px;
padding-bottom: 10px;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style:italic;
	font-weight:normal;
	line-height: 1.7em;
	padding: 8px 12px 8px 12px; /*trbl*/
	text-align:center;
	}
		
a:link {
	background-position: center;
	color: #407bc1;
	font-weight:bold;
}
a:visited {
	background-position: center;
	color: #407bc1;
}
a:hover {
	background-position: center;
	font-weight: bold;
	
}
a:active {
	background-position: center;
}

table {
border-spacing:12px;
}

	
/*--------LAYOUT DIVS ------------------*/
	
#main_wrapper {
	width:955px; /* sets max layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position:relative;
	height:100%;
	background-color:#fff;
	}
	
#header {
	/* full width by default */
			
	}
	
#content {
	position:absolute;
	padding:0;
	width:500px;
	left:230px;
	
	}
	
#content_innerpages {
	position:absolute;
	padding:0;
	width:725px;
	left:230px;
	
	}
	
#nav {  /* LEFT NAV COLUMN */
	position:absolute;
	padding-top 5px;
	left:0px;
	width:230px;
	background-image:url(images/large_vert_swoosh.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:500px;
	border-right:2px solid #00a4b2;
	}
	
#nav ul li {
	list-style-type:none;
	text-transform:uppercase;
	letter-spacing: .1em;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	padding-left:8px;
	padding-right:5px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 2px solid #00a4b2;

}

#nav ul li ul li {
padding-top: 5px;
padding-bottom: 10px;
text-transform:capitalize;
border-bottom: none;
}
	
#nav ul li a{
	text-decoration:none;
	color:#000000;
	
}

#nav ul li a:hover{
	text-decoration:none;
	color: #00a4b2;
	font-weight:bold;
	
	
}

	
#promo {
	position:relative;
	float:left;
	margin-top:40px;
	margin-left:725px;
	width:225px;
	height:350px;
	border: 2px solid #999999;
	background-image:url(images/small_horiz_swoosh.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
		}
		
#promo table tr td {
	font-size: 10pt;
	line-height: 1.7em;
	color:#000000;
	padding-bottom: 6px;
		}

#promo table {
padding: 5px;
}
	
#footer {
	/* full width by default */
	
	
	
	}

/*--- the Inner Div items ----- */

#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
	
#header_inner {
	/*padding:.25em 2em;*/
	height:200px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
	
#logo_left {
	position:absolute;
	top:0px;
	left:0px;
}

#nav_inner {
	margin:.75em .75em;
	text-align:left;
	}
	
#content_inner {
	margin:1em 2.5em 1em 2em;
	padding:0;
	}
	
#promo_inner {
	margin:1em 1.2em;
	
	}

#promo_inner p {
padding-bottom: 5px;
text-align:center;
}

#promo_inner h2 {
font-size:10pt;
font-weight:bold;
text-align:center;
}

#promo_inner table tr td{
padding:0;
}
	
#footer_inner {
	padding:.5em .5em;
	text-align:center;
	}
	
#footer_inner p {
	font-size: 8pt;
	}
	
/*------------CLASSES -------------------*/

.indent
{
padding-left:30px;
}

.smalltext
{
font-size:8pt;
}

.bluebox {
border: 3px solid #407bc1;
padding: 3px 3px 3px 3px;
margin-top:50px;
text-align:center;
}

