@charset "utf-8";



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

*/
/*-----------------------------------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: 16px proxima-nova, verdana, arial, helvetica, sans-serif;
	color: #000;
	line-height:1.4em;
	background:#002180 url('images/top_bg.jpg') repeat-x;
}
/* #shadow-container{
	width: 970px;
	margin: 0 auto;
	background: url('images/container-shadow.png') repeat-y;
}
*/
#container{
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	border:1px solid #ccc;
	padding: 10px 10px 10px 10px;
	border: 1px solid #fff;
    -moz-box-shadow: 0px 0px 15px #000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 15px #000; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 15px #000; /* Opera 10.5, IE9, Chrome 10+ */

	position: relative;
}

#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: 2em;
	color: #000;
	font-family: "times new roman", serif;
/*	text-shadow: 1px 1px 4px #999; */

}
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;
}
.pink{
	color:#c33333;
}
.green{
	color:#70AC15;
}
p {
	margin:.5em 0 1em 0;
}

hr{	
	clear:both;
}
.center{
	text-align: center;
}
a{
	color:#003988;
	font-weight:500;
	text-decoration:none;

}
a:hover{
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
a.blue{
	color:#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{
	text-decoration:none;
	border:0;
}
a.none{
	text-decoration:none;
	border-bottom:none;
}
a.none:hover{
	text-decoration:none;
	border-bottom:none;
}
#content{
	width: 100%;
	background-color:#FFF;
}

#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:875px;
	margin-left:15px;
}

.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');
}	
.waterdrop li{
	margin-bottom:15px;
}
.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;
}
.mini_green{color:#008000;
   	font-weight:600;
	font-size:80%;
	line-height:1.1em;
}
.right{
	float:right;
	padding-left:.5em;
}

.left{
	float:left;
	padding-right:.5em;
}
.right200{
	float:right;
	padding-left:10px;
	width:200px;
	text-align:center;
}
.right175{
	float:right;
	padding-left:10px;
	width:175px;
	text-align:center;
}
.left675{
	float:left;
	width:675px;
}
.left200{
	float:left;
	padding-right:2em;
	width:200px;
	text-align:center;
}
.right600{
	float:right;
	width:575px;
}

.left600{
	float:left;
	width:600px;
}

.half430{
	float:left;
	width:430px;
}
.half425{float:left;
	width:425px;
	border:1px solid silver;
}
.half375{float:right;
	width:375px;
	border:1px solid silver;
}
.thirds {
	float:left;
	width:33%;
}
.fourths{
	float:left;
	width:25%;
}

.half{
  float:left:
  width:50%;
}

.goog{
	text-align:center;
}

.border{
	padding:5px;
	margin:5px;
	border:1px solid #CCC;
}
.border2{
	padding:5px;
	margin:5px;
	border-top:1px solid #AAA;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	border-left:1px solid #AAA;
}
.shadow{
	float: left;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 10px #333;

     	-webkit-border-radius: 10px; 
          
	border-radius: 10px; 
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	position: relative;
	margin:10px;
}
.photo_container{
  padding: 10px 10px 25px 10px;
  margin:10px;
  border:1px solid #ccc;
  background: #eee;
}

.rounded-corners {
	width: 120px;
	height: 100px;
	color: #ffffff;
	background: #eee;
	padding: 10px;
	text-align:center;
	border-color:#CCC;
	/* Firefox */
	-moz-border-radius: 5px; 
	/* WebKit */
	-webkit-border-radius: 5px; 
	/* IE9, Opera 10.5+, dev channel releases of Google Chrome */
	border-radius: 5px; 
}

.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;
}
.circle ul{
	margin-left:10px;
}	
.circle li{
	padding:2px 0px;
	list-style-type:circle;
}		
.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;}
img.middle {
	vertical-align:middle;
}
.news{
	width:200px;
}
/*-----------------------------------------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{
	color:#999;
	width:900px;
	margin:0 auto;
	height:200px;
	clear:both;
	border:1px solid #333;
	background-color:#333;
	padding: 10px 10px 10px 10px;
   -moz-box-shadow: 0px 0px 15px #000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 15px #000; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 15px #000; /* Opera 10.5, IE9, Chrome 10+ */

	position: relative;
}
	
.foot_left{

	float:left;
	height:180px;
	width:200px;
	margin-top:20px;
	margin-right:5px;
	text-align:center;
}

.foot_middle{

	float:left;
	height:180px;
	width:479px;
	margin-top:20px;
	margin-right:5px;
	text-align:center;
}
a.light {
	color:#999;
	padding:5px;
	text-decoration:none;
	border-bottom:none;
}
a.light:hover {
	color:#777;
	padding:5px;
	text-decoration:none;
	background-color:#666;
}
.foot_right{
	color:#000;
	float:left;
	height:180px;
	width:200px;
	margin-top:20px;
	text-align:left;
}
#footer p { 
	font-size: 80%; 
}
#footer a {
	text-decoration: none;
	color: #000000;
}
