@charset "utf-8";



/*-----------------------------------Page Info--------------------------------------*/
/*
Edited: March 26, 2009
Colors:
	Dark Blue - #003A73
	

*/
/*-----------------------------------Meyer Reset-------------------------------------*/
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,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ul {list-style: none;}
a{text-decoration:none;}

/*----------------------------------------Main Elements-----------------------------------------------*/
body{
	font: 1.05em arial, helvetica, sans-serif;
	color: #000;
	line-height:1.5em;
}
#shadow-container{
	width: 970px;
	margin: 0 auto;
	background: url('images/container-shadow.png') repeat-y;
}
#container{
	width: 900px;
	margin: 0 auto;
	background: #FFF;
}

#logo{	
	float:left;
	width: 300px;
	height: 70px;
	background: #FFF url('images/logo_refl.jpg') no-repeat;
}

#top-nav{
	float:right;
	width:200px;
	height:30px;
	padding:10px 10px 0 0;
	font-size:.8em;
}

#header{	
	clear:both;
	width: 900px;
	height: 231px;
	background: #FFF url('images/banner_3_5.jpg') no-repeat;
}

h1 {
	clear:both;
	padding:20px 0 10px 0;
	font-size: 1.5em;
	color: #000;
}
h1.red{color:#CC0000;
}
h2 {
	font-size: 1.2em;
	margin:1em 0 1em 0;
	font-weight: 600;
	color: #003A73;
	letter-spacing: .1em;
}
h3 {
	font-size: 1em;
	margin:1.1em 0 1em 0;
	font-weight: 600;
	letter-spacing: .1em;
}
h2.pink{
	color:#c33333;
}
p {
	margin:.5em 0 1em 0;
}

hr{	
	clear:both;
}
.center{
	text-align: center;
}
a{
	color:#003988;
	font-weight:500;
	text-decoration:underline;
}
a:hover{
	color:#003988;
	text-decoration:none;
	border-bottom:1px dotted #003988;
}
a.blue{
	color:#003988;
	border-bottom:1px solid #003988;
	text-decoration:none;
}
a.blue:hover{
	color:#0077D4;
	border-bottom:1px dotted #003988;
	text-decoration:none;
}
a.pink{
	color:#c33333;
	text-decoration:underline;
}
a.pink:hover{
	color:#922222;
	text-decoration:none;
}

a.in{
	text-decoration:none;
	color:#003A73;
}
a.in:hover{
	textdecoration:none;
	border:0;
}

#content{
	width: 100%;
}

#left{
	width: 180px;
	float: left;
	padding: 15px;
	height: 100%;
	background-color: #EFEFEF;
	border-right:1px solid #CCC;
}

.leftnav{
	width:700px;
	margin:-20px;
}
.leftnav li{
	padding:5px 0;}
.leftnav a{
	color:#000;
	text-decoration:none;
}
.leftnav a:hover{
	color:#999;
	text-decoration:none;
}

#right {
	width: 565px;
	float: right;
	margin-right:33px;
	padding:15px;
}
#wide { width:817px;
	margin-left:45px;
}

.nav{

	float: left;
	height:35px;
	overflow: hidden;
	margin:-40px 0;
}

.nav li{
	display: inline;
}

.nav li a{
	float: left;
	padding: 11px 11px;
	text-decoration: none;
	color:#000;
}

.nav li a:hover{
	color: #999;
}
.current{
	border-bottom: 1px solid #000;
}
ol {
	list-style-type:decimal;
	padding-left:2em;
}
ol li {
	margin:.2em;
}
.arrow{

	list-style-image: url('images/bullet_arrow_bl_9.gif');
}
.waterdrop{
	list-style-image: url('images/droplet.jpg');
}	

.author {
	background: #fff url('images/bg_form.jpg') repeat-x;
	border:1px solid #CCC;
	padding:10px;
	color:#666;
	font-size:90%;
}
.author h2{
	color:#666;
}
.mini{color:#666;
	font-size:80%;
	line-height:1.1em;
}
.right{
	float:right;
	padding-left:.5em;
}

.left{
	float:left;
	padding-right:.5em;
}
.right200{
	float:right;
	padding-right:2em;
	width:200px;
}

.left600{
	float:left;
	padding-left:2em;
	width:600px;
}
.half400{
	float:left;
	width:400px;
}
.half425{float:left;
	width:425px;
	border:1px solid silver;
}
.half375{float:right;
	width:375px;
	border:1px solid silver;
}
.thirds {
	float:left;
	width:33%;
}
.goog{
	text-align:center;
}

.border{
	padding:5px;
	margin:5px;
	border:1px solid #CCC;
}
.info{
	text-align:right;
}
.underline{
	clear:both;
	border-bottom:1px solid #CCC;
	font:.9em arial, sans-serif;
	margin:1em 0;
}
.underline h2{
	font-size: 1.1em;
}
	
.underline li{
	padding:2px 0;
}	
.img_buy{
	padding:7px;
	border: 1px solid silver;
	float:left;
	margin:7px;
}
.clear{
	clear:both;
}
.raindrop{ 
	list-style-image: url('images/droplet-icon_sm.jpg'); 
	margin: 10px 30px;}

/*-----------------------------------------Form Styling----------------------*/
input, textarea{
	border:1px solid #999999;
	background: #fff url('images/bg_form.jpg') repeat-x;
	margin:0 1em;
}
.noborder{border:0;
}
textarea:focus{
	background: #fff url('images/bg_form_focus.jpg') repeat-x bottom;
}

input:focus{
	background: #fff url('images/bg_form_focus.jpg') repeat-x;
}

label{
	float:left;
	width:100px;
	text-align:right;
}

/*-----------------------------------------Footer-----------------------------------*/

#footer {
	clear: both; 
	width: 850px; 
	text-align: right;
	border-top:1px solid #CCC;
	margin:0 auto;
}
#footer p { 
	font-size: 80%; 
}
#footer a {
	text-decoration: none;
	color: #000000;
}