/* CSS Document */

body { 
	background: #d7dcdf;
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
}


#container { 
	width: 863px;
	margin:0 auto;
	background:#fff;
}

div.nav-bottom {
	clear:both;
	height:9px;
	background:#333333;
}

div.clear { clear:both; }

/* navigation */

#nav { 
	background:#667d78;
}

#nav ul { 
	margin:0;
	padding:0;
}

#nav li { 
	list-style:none;
	float:left;
	background:url(../images/nav-divider.gif) no-repeat right;
}

#nav li.end { 
	background:none;
}

#nav li a { 
	color:#ffffff;
	font-size:16px;
	display:block;
	padding:15px 15px 15px 12px;
	background:#667d78;
	text-decoration:none;
	margin-right:4px;
}

#nav li a:hover { 
	background:#586c68;
}

#nav li.selected a { 
	background:#fff;
	color:#333333;
}


/* left column */
#left-column { 
	width:290px;
	float:left;
	background:url(../images/smiling-girl.jpg) no-repeat top;
	padding-top:485px;
	margin:0 30px 15px 0;
}

/* main content */
#main-content { 
	float:left;
	width:492px;
	margin-top:50px;
}

#main-content a {
	color:#476861;
	font-weight:bold;
	text-decoration:none;
}

#main-content h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	color:#667d70;
}

#main-content h2 { 
	color:#476861;
	font-size:14px;
}

#main-content h2 a { 
	color:#476861;
	text-decoration:none;
}

#main-content h2 a:hover { 
	text-decoration:underline;
}

/* box (in left col) */
div.box { 
	background:url(../images/box-top.gif) no-repeat top;
	width:255px;
	margin:0 auto;
}

div.box-bottom { 
	background:url(../images/box-bottom.gif) no-repeat bottom;
	height:17px;
	margin-bottom:10px;
	width:255px;
	margin:0 auto;
}

div.box-content { 
	padding:19px 23px 0 20px;
	font-size:12px;
}

div.box-content a { 
	color:#476861;
	text-decoration:underline;
	font-weight:bold;
}

div.box-content a:hover { 
	color:#476861;
	text-decoration:none;
}

/* footer */
#footer { 
	background:#b7bec5;
	padding:12px 27px 12px 27px;
	font-size:12px;
	color:#000000;
	line-height:1;
	margin:0;
}

#footer span { 
	margin:0 0 0 22px;
	padding:0;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover { 
	text-decoration:underline;
}

#credit { 
	width: 863px;
	margin:0 auto;
	letter-spacing:2px;
	padding-top:10px;
	text-align:right;
	font-size:10px;
}

#credit a { 
	color:#666666;
	text-decoration:none;
}

#credit a:hover { 
	text-decoration: underline;
}

div.lined-link { 
	float:left;
}

div.lined-link a { 
	color:#476861;
	font-size:12px;
	text-decoration:none;
	display:block;
	border-top:2px solid #dddddd;
	border-bottom:2px solid #dddddd;
	padding:8px 0;
	font-weight:bold;
	margin-right:26px;
}

div.lined-link a:hover { 
	border-top:2px solid #476861;
	border-bottom:2px solid #476861;
}

img.left-shift { 
	margin-left:-12px;
}

ol li a { 
	color:#476861;
	text-decoration:none;
	font-weight:bold;
}

ol li a:hover { 
	text-decoration:underline;
}


/* for forms */
fieldset
{
border: 1px solid #476861;
margin-top:10px;
}

legend {
	color:#476861;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

td.contact { 
	font-size:12px;
	color:#000;
	font-weight:bold;
}

td.checkbox { 
	font-size:12px;
	color:#000;
}

input, textarea { 
	background:#fff!important;
	border: 1px solid #999;
}

#contact-us { 
	width: 260px;
	font-size: 12px;
}

#contact-us h1 { 
	font-size: 12px;
}

input.submit { 
	font-size: 14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0 10px 100px;
	padding: 10px;
	background:#f0f0f0!important;
	text-align:center;
}

