/*CSS 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*==========================================================*/



body {
	background:url(../images/bg.gif) #fff repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b6365;
}
a {
	color:#2E8BCE;
	font-size:1em;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width:900px;
	margin:0 auto;
}
#header {
	height:156px;
}
h1 {
	float:left;
	width:255px;
	height:65px;
	margin:30px 0 10px;
}
h2 {
	font-size:24px;
	color:#1fbff3;
	margin-bottom:15px;
	border-bottom:1px solid;
}
h3 {
	font-size:16px;
	margin-bottom:5px;
}
h4 {
	margin:5px 0;
}
p {
	margin-bottom:20px;
}
ol {
	padding-left:30px;
}
dl {
	list-style:disc inside;
	border-bottom:1px dotted;
	margin-bottom:15px;
}
dt {
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
dd {
	margin-bottom:20px;
}
dl.last {
	border:none;
}
#topnav {
	float:right;
	margin:30px 0 10px;
}
#topnav ul {
	width:145px;
	float:left;
}
#topnav li {
	float:left;
	width:65px;
	margin:0 5px 5px 0;
}
#topnav li a {
	color:#2e8bce;
	font-size:1em;
	text-decoration:none;
}
#topnav li a:hover {
	text-decoration:underline;
}
#topnav ul.login {
	cursor:pointer;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#1fbff3 url(../images/arrow.png) no-repeat 90% 50%;
	color:#fff;
	text-decoration:none;
	width:60px;
	padding:5px 0 0 10px;
	margin-left:32px;
}
#topnav .login li {
	position:relative;
	height:20px;
	margin:0;
}
#topnav .login li ul {
	position:absolute;
	top:15px;
	left:-10000px;
	box-shadow:-2px 4px 4px #117B9D;
	-moz-box-shadow:-2px 4px 4px #117B9D;
	-webkit-box-shadow:-2px 4px 4px #117B9D;
}
#topnav .login li.over ul {
	z-index:999;
	left:-105px;
	background-color:#1fbff3;
	padding:10px;
	border-radius:7px 0 7px 7px;
	-moz-border-radius:7px 0 7px 7px;
	-webkit-border-radius:7px 0 7px 7px;
}
#topnav .login li.over ul li {
	float:none;
	width:auto;
}
#topnav .login li a {
	color:#fff;
}
#topnav p.clearleft {
	border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	-moz-border-radius:7px 7px 7px 7px;
	background-color:#1FBFF3;
	color:white;
	line-height:1.2em;
	margin:5px 0;
	padding:2px 5px;
}
#navigation {
	clear:both;
}
span.more {
	position:absolute;
	right:211px;
	bottom:40px;
}
span.more a {
	color:#fff;
	text-decoration:underline;
	text-shadow:1px 1px #1393bd;
}
span.more a:hover {
	text-decoration:none;
}
#content {
	float:left;
	margin:20px 0;
	line-height:1.5;
}
.box {
	float:left;
	width:290px;
	margin-right:15px;
}
.latter {
	margin:0;
}
.box span {
	background:url(../images/nav-bg.gif) repeat-x 0 0;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	color:#FFFFFF;
	display:block;
	font-size:18px;
	height:30px;
	padding:5px 5px 0 20px;
}
.box >* {
	padding:15px;
}
.box p {
	padding:15px 15px 0 15px;
	margin:0;
}
.box ul+p {
	padding-top:0;
}
.box span img {
	margin:5px 5px 0 0;
	float:left;
}
.box ul {
	padding:15px;
	list-style:url(../images/tag.gif) outside;
	margin:0 15px;
}
.box form p {
	padding:0;
	margin-bottom:10px;
}
.box form {
	border:1px solid #C1E5FB;
	padding:15px;
}
#social a {
	margin-right:10px;
}
#column {
	float:left;
	width:650px;
	margin:0 20px 20px 15px;
}
#sidebar {
	float:right;
	margin:0 15px 20px 0;
	width:200px;
}
#sidebar.left{float:left;
margin:0 0 20px 15px;
}
.widget {
	border:1px solid #c1e5fb;
	padding:10px;
}
.widget.contact {
	height:150px;
	padding:0;
}
#column ul {
	list-style:disc inside;
	margin:15px;
}
#column .left {
	float:left;
	margin-top:0;
	width:45%;
}
.clearleft {
	clear:left;
}
.center {
	text-align:center;
}
.left {
	float:left;
}
#column p+ul {
	margin-top:-10px;
}
#partner, #contact {
	margin:20px 0;
}
#partner div, #contact div {
	overflow:auto;
	padding:0 15px;
}
#partner .label, #partner .contact, #contact .label, #contact .contact {
	float:left;
	margin-right:20px;
	text-align:right;
	width:220px;
}
#contact .label, #contact .contact {
	width:125px;
}
#partner .field, #contact .field {
	float:left;
	width:350px;
}
#partner .field input, #contact .field input {
	width:250px;
}
#partner .field textarea, #contact .field textarea {
	width:350px;
	height:150px;
}
#submit {
	float:right;
	margin-right:150px;
}
#contact #submit {
	margin-right:280px;
}
.field img {
	vertical-align:bottom;
}
#mission {
	background:url(../images/mission-bg.gif) repeat #e3f4fb;
	border-radius:0 17px 17px 0;
	-moz-border-radius:0 17px 17px 0;
	-webkit-border-radius:0 17px 17px 0;
	padding:0 25px 15px;
	color:#20608F;
	font-style:italic;
	line-height:1.6em;
	text-shadow:1px 1px #FFFFFF;
	font-family:"Lucida Grande", "Times New Roman", serif;
	font-size:1.5em;
}
#mission p {
	border-left:1px ridge red;
	padding-left:10px;
}
#mission h3 {
	font-size:20px;
}
#column ul.numbered {
	list-style:decimal;
	margin:0 0 15px 20px;
}
.grid {
	float:left;
	margin:0 40px 18px 0;
	width:305px;
}
.grid.last {
	margin-right:0;
}
h3.sec-hdr {
	background:url(../images/add.png) no-repeat 0 0;
	padding-left:40px;
	height:32px;
}
.table td {
	border:1px solid;
	padding:2px;
}
.table {
	margin:15px 0;
	border:1px solid;
	text-align:center;
}
#column .grid ul {
	list-style:none;
	margin:15px 0 0 0;
}
#column .grid ul li {
	border-top:1px dotted;
}
#column .list {
	list-style:decimal;
	list-style-position:inside;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	background-color:#E3F4FB;
	color:#20608F;
	text-shadow:1px 1px #FFFFFF;
	padding:15px;
	margin:0 0 15px 0;
}
/*=============================Footer Style=========================================*/

#footer {
	background:url(../images/bar.gif) no-repeat 100% 100% #c1e5fb;
	border-radius:17px 17px 0 17px;
	-moz-border-radius:17px 17px 0 17px;
	-webkit-border-radius:17px 17px 0 17px;
	min-height:54px;
	clear:both;
	margin-bottom:25px;
	padding:17px 15px 7px;
}
#footer .map li {
	float:left;
	margin:0 20px 5px 0;
	width:125px;
}
#footer .map li.last {
	margin-right:0;
}
#footer .map {
	margin:0 0 10px 10px;
}
#footer .map li ul li ul {
	padding-left:10px;
}
#footer .map a {
	font-size:0.8em;
}
#footer strong {
	font-size:20px;
	background-color:#fff;
}
#footer p span {
	float:right;
	margin:5px 45px 0 0;
}
h5 {
	font-size:1em;
	margin-bottom:10px;
	border-bottom:1px dotted;
	padding-bottom:5px;
}
h6 {
	font-size:0.8em;
	font-weight:bold;
	color:#20608f;
	margin-bottom:5px;
}
