/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 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;
}

ol, 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;
}

a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* 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;
}
/* end of reset
   ************ */

/* ************************************************************************* */

body {
	color: #000;
	font-family: "Verdana", "Arial", "Liberation Sans", sans-serif;
	position: relative;
	font-size: 10px;
	background: #fff url(../img/design/bg.jpg) top center no-repeat fixed;
}

.header {
	width: 100%;
	height: 250px;
	background: #4384c3 url(../img/design/header1.png) top center no-repeat fixed;
}

.header .qform fieldset {
	display: block;
	position: absolute;
	top: 22px;
	right: 0;
	line-height: 22px;
}

.header .qform input.text {
	width: 185px;
	height: 24px;
	background: transparent;
	border: none;
	margin-right: 10px;
}

.header .qform input.submit {
	width: 45px;
	background: transparent;
	border: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: -3000px;
	margin-right: 0px;
	height: 22px;
}

.header .qform label {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}

#client_login {
	position: absolute;
	right: 0px;
	top: 10px;
	border: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	background: transparent url(../img/design/button_bg.png) top right repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#client_login a {
	color: #fff;
	text-decoration: none;
}

#contacts {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	position: absolute;
	right: 80px;
	top: 100px;
}

#contacts .num {
	color: #00529c;
	font-size: 28px;
	font-weight: normal;
}

.fitter {
	margin: 0 auto;
	width: 980px;
	position: relative;
	z-index: 2;
}

.header .bg {
	height: 250px;
	width: 100%;
	background:  url(../img/design/header.gif) 0 0 repeat-x;
}

.header .fitter {
	height: 250px;
	background: transparent url(../img/design/header_bg.png) top right no-repeat;
}

.main {
	width: 100%;
}

.main .fitter {
	background: #fff;
	padding: 10px 20px;
	width: 940px;
	z-index: 1;
}

.main .slde {
	width: 938px;
	height: 240px;
	border: 1px solid #09579e;
	position: relative;
	overflow: hidden;
}

.main .sldenav {
	width: 920px;
	background: #cacbcd;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 10px;
	margin-bottom: 7px;
}

.main .lcol .slde {
	width: 615px;
}

.main .lcol .sldenav {
	width: 597px;
}

.main .slde img {
	position: absolute;
	top: 0;
	left: 0;
}

.main ul {
	list-style: disc;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.3em;
}

.main ul li {
	margin: 0.5em 0;
}

.main ol {
	list-style: decimal;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.4em;
	margin: 1em;
}

.main .sldenav a {
	text-decoration: none;
	padding: 0 5px;
	color: #00529c;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
}

.main .sldenav a.active {
	background: #00529c;
	color: #fff;
}

.main .sldenav .pause {
	float: right;
}

.main .sldenav .pause a {
	margin-right: 0;
}

.main .bicol {
	overflow: hidden;
}

.main .rcol {
	width: 305px;
	float: right;
}

.main .lcol {
	width: 615px;
	float: left;
}

.main p, .main td {
	line-height: 1.5em;
	margin: 1.5em 0;
	font-size: 13px;
}
.main h2 {
	font-size: 28px;
	margin: 10px 0px;
	font-style: normal;
	font-weight: normal;
	cursor: text;
}
.main h1 {
	font-size: 50px;
	color: #666;
	margin-top: 0;
	padding: 0 0 0 25px;
	background: url(../img/design/h2.gif) 0 24px no-repeat;
	font-family: "Trebuchet MS", "Arial", "Liberation Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	cursor: text;
}

.main h3 a,
.main h3 {
	font-size: 22px;
	color: #00529b;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	margin: 10px 0px;
	cursor: text;
	width: 100%;
	clear: both;
	/*padding-bottom: 5px;*/
}

.main h4 {
	font-size: 16px;
}

.main h1 a, .main h2 a, .main h3 a {
	cursor: pointer;
	text-decoration: none;
}

.main .colel {
	background: url(../img/design/col.png) left bottom repeat-x;
	border: 1px solid #a8a9aa;
	padding: 0px;
	position: relative;
	overflow: hidden;
	margin-bottom: 7px;
}

.main .colel div {
	padding: 0px 10px 4px 10px;
}

.main .colel p {
	margin: 1em 0;
	font-size: 11px;
}

.main .event {
	overflow: hidden;
	padding: 0px;
	font-size: 12px;
}

.main .event a {
	text-decoration: none;
}

.main .colel h4 {
	width: 100%;
	background: url(../img/design/col-h3.png) 0 0 no-repeat;
	height: 30px;
	line-height: 28px;
	color: #fff;
	font-size: 19px;
	/*position: absolute;
	top: 0;
	left: 0;*/
	text-indent: 35px;
	padding-top: 6px;
}

.main .colel a.more {
	background: url(../img/design/more.png) 0 0 no-repeat;
	display: block;
	width: 135px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	/*position: absolute;
	top: -1px;
	right: 10px;
	float: right;*/
	margin-left: 160px;
}

.main .colel h5 {
	color: #00529c;
	line-height: 1.2em;
	font-size: 12px;
	font-weight: normal;
}

.main .colel .event img {
	/*float: left;
	border: 1px solid #00529c;
	margin: 0 5px 0 0;*/
	border: none;
	margin: 0 0 6px 0;
}

span.date {
	display: block;
	/*height: 38px;*/
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
	text-transform: uppercase;
	color: #676767;
	line-height: 1.5em;
	padding-top: 2px;
	font-size: 12px;
}

span.date a {
}

span.date span {
	display: block;
}

span.date span.day {
	float: left;
	font-size: 32px;
	line-height: 1em;
	font-weight: bold;
	color: #00529c;
}

/*span.date span.year,
span.date span.month {
	text-transform: uppercase;
	color: #676767;
	line-height: 1em;
	padding-top: 2px;
	font-size: 12px;
}*/

.footer {
	width: 100%;
	background: #747474;
}

.footer .fitter {
	background: url(../img/design/footer.png) top center no-repeat;
	height: 330px;
}

.footer .contacts {
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 115px;
	top: 26px;
}

.footer .contacts .num {
	font-size: 32px;
}

.footer fieldset {
	display: block;
	width: 340px;
	position: absolute;
	top: -15px;
	left: 483px;
}

.footer fieldset p {
	margin-bottom: 5px;
}

.footer fieldset textarea,
.footer fieldset input.text {
	border: 1px solid #00529c;
	width: 200px;
	height: 21px;
	padding-top: 3px;
	background: #fff url(../img/design/form.png) 0 0 repeat-x;
}

.footer fieldset textarea {
	height: 64px;
}

.footer fieldset label {
	width: 60px;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	padding-right: 10px;
}

.footer fieldset input.submit  {
	position: absolute;
	top: 209px;
	left: 197px;
	width: 113px;
	border: none;
	background: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
}

.footer .map {
	color: #fff;
	font-size: 12px;
	line-height: 1.3em;
	position: absolute;
	top: 130px;
	left: 65px;
}

.footer .map a {
	color: #fff;
	text-decoration: none;
}

.footer .map2 {
	left: 330px;
}

.footer .map img {
	vertical-align: middle;
}

.footer .bottom_nav {
	/*font-size: 11px;
	position: absolute;
	top: 254px;
	width: 900px;
	position: absolute;
	left: 40px;
	text-align: center;*/
	position: absolute;
	top: 240px;
	color: #fff;
	text-align: center;
	width: 900px;
	margin: 0px 30px;
	padding: 0px 10px;
	font-size: 12px;
}

.footer .bottom_nav p {
	margin: 1em;
	line-height: 1.4em;
}

.footer .bottom_nav li {
	/* float: left; */
	border-left: 1px solid #fff;
	padding: 0 5px 0 7px;
	/* position: relative; */
	height: 10px;
	line-height: 10px;
	display: inline;
}

.footer .bottom_nav li.home {
	border: none;
}

.footer .bottom_nav a {
	text-decoration: underline;
	color: #ffffff;
}

.footer .bottom_nav a:hover {
	text-decoration: none;
}

.footer .bottom_nav li ul {
	display: block;
	position: absolute;
	left: -1px;
	top: 20px;
	width: 200px;
	font-size: 12px;
}

.footer .bottom_nav li ul li {
	float: none;
	height: auto;
	overflow: hidden;
	height: auto;
	line-height: 1.1em;
	padding: 3px 5px;
}

.footer .bottom_nav li ul li a {
	float: none;
	color: #b6b6b6;
}

.footer .copy {
	width: 980px;
	position: absolute;
	/*left: 40px;*/
	bottom: 10px;
	text-align: center;
	color: #fff;
}

.footer .copy a {
	color: #fff;
}

.hr {
	border-bottom: 1px solid #00529c;
}

#slideshowBlock {
	background-color: #fff;
	margin: 0 auto;
	padding: 1px 0 10px 0;
	width: 980px;
}

.attn {
	color: red;
}

.button {
	display: block;
	margin: 0;
	font-size: 13px;
	border: 1px solid #555;
	color: #676767;
	width: 100px;
}
.button a {
	display: block;
	padding: 8px;
	text-align: center;
	background: #fff;
	color: #676767;
	text-decoration: none;
	border: none;
}
.button a:hover {
	background: #CEF;
	border-color: #8FC1DA;
	color: #000
}

#headerImages {
	list-style: none;
	color: #444;
	margin: 0;
	padding: 0;
}

ul.column140 {
	float: left;
	margin-right: 20px;
	width: 140px;
}

#printlogo, #printfooter {
	display: none;
}

