﻿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,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin: 0; padding: 0; border: 0; font-style: normal; font-size: 100%; line-height: 1.25em; font-family: inherit; text-align: left;}
body {background-color: #fff; color: #000;}
em {font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
ol,ul {	list-style: none;}
q:before,q:after,blockquote:before,blockquote:after {content: "";}
hr {display:none}
body{
	
	font-size: 62.5%;
	text-align: center;
    font-family: Arial, Helvetica, Verdana, _sans;
	background-repeat: no-repeat;
	background-position: top center;
	
}
/*
    	font-family: 'Lucida Sans Unicode','Lucida Grande';
*/
.gc 
{
    zoom: 1;
    overflow: hidden;
    padding-top: 5px;
}
a {
	color: #09155f;
	outline: 0px solid #000;
}
p {
	/* color: #6D6E70; */
	color: #666;
	font-size: 1.3em;
	line-height: 1.5em;
}
address {
	color: #6D6E70;
	font-size: 1.3em;
	line-height: 1.5em;
}

#top-nav ul,
#main,
.main {
	width: 940px;
	margin: 0 auto;
	padding:0px;
	position: relative;
}
.clear 
{
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}

#top-nav { 
	background-color: #0c1560;
	background-image: url("../img/global/top-nav.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 3px 0px 0px;
}
#top-nav ul {
	overflow: hidden;
	zoom: 1;
}
#top-nav ul li 
{
	float: left;
}
#top-nav ul a{
	color: #fff;
	padding: 6px 24px;
	display: block;
	font-size: 1.3em;
	color: #adc8d3;
	text-decoration: none;
	margin: 1px 7px 0px;
	
}
#top-nav ul a.selected,
#top-nav ul a.selected:hover {
	background-color: #fff;
	color: #09165c;
	border: 1px solid #fff;
	border-bottom: 0px solid #000;
	background-image: url("../img/global/top-nav-selected.gif");
	background-repeat: repeat-x;
	background-position: top left;
	margin: 1px 6px 0px;
	padding: 6px 24px;
}
#top-nav ul a:hover {
    background-color:#004161;
    border-color:#336781 #004161 #000000;
    border-style:solid;
    border-width:1px 1px 0;
    margin:2px 6px 0;
    padding-top:4px;
}

#footer-wrap {
	background-image: url("../img/global/footer.gif");
	background-repeat: repeat-x;
	background-position: top right;
	background-color: #f4f5ef;
}
#footer {
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	padding-top: 20px;
}
#footer-wrap #footer h2 {
	border-bottom: 1px solid #bcbdc1;
}
#footer ul {
	background-image: url("../img/global/horidot.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#footer li {
	padding: 4px 0;
}
#footer a {
	font-size: 1.1em;
	color: #545b8f;
	text-decoration: none;
}

#footer a:hover {
	background-color: #545b91;
	color: #fff;
}
#footer address {
	font-size: 1.1em;
	color: #242021;
	margin-top: 20px;
	padding-right: 120px;
	line-height: 1.8em;
	background-image: url("../img/home/goldstandardawards.gif");
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: 20px;
}

/* columns */

.col1,
.col2,
.col3,
.col3-home {
	float: left;
	width: 266px;
	margin-right: 30px;
}
.col3,
.col3-home {
	margin-right: 0px;
}
.col3-home {
    padding-top: 13px;
}
.col-stretch {
	float: left;
	width: 562px;

}

#footer .col-stretch ul {
	background-image: none;
}
.body h2,
#footer h2 {
	color: #231F20;
	font-weight: normal;
	font-size: 1.3em;
	padding: 20px 0px;
	border-bottom: 1px solid #e6e7e2;
	margin-bottom: 20px;
}

.error, 
.field-validation-error, 
.validation-summary-errors
{
	color: Red;
	font-size: 12px;
	padding-top: 10px;
	display: block;
}

