@charset "utf-8";
* {
	margin:0;
	padding:0;
	text-indent:0;
	zoom:1;
}

IMG,
.png {
	border:none;
	filter:expression(fixPNG(this));
}

BODY {
	background:#000;
}

a:link, a:visited {
	color: #0C3246;
	text-decoration: underline;
}

a:hover {
	color: #1D678E;
	text-decoration: none;
}

#page {
	position:relative;
	width:100%;
	margin:0 auto;
	background:#39605a url('images/header-bg.gif') top repeat-x;
}

#header {
	position:relative;
	-margin-bottom:-6px;
	height:280px;
	background:url('images/header-bg.jpg') top no-repeat;
}

#header .top-strip {
	height:12px;
	background:url('images/top-decor.gif') 40px top no-repeat;
	text-align:center;
	line-height:12px;
	color:#fff;
	font-family:Arial;
	font-size:12px;
}

#header .logo {
	float:left;
	width:132px;
	margin:50px 0 0 40px;
	line-height:0;
	font-size:0.01pt;
}

#header .contact-info {
	float:right;
	width:390px;
	height:80px;
	margin-top:10px;
	padding-right:20px;
	font-family:Verdana;
}

#header .contact-info .phones {
	padding:4px 0 6px 35px;
	background:url('images/phone-ico.gif') left center no-repeat;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

#header .contact-info .email {
	margin-top:10px;
	padding:6px 0 7px 35px;
	background:url('images/email-ico.gif') left center no-repeat;
	color:#fff;
	font-size:12px;
}

#header .contact-info .phones SMALL {
	color:#00c6fd;
	font-size:12px;
	font-weight:normal;
}

#header .car {
	clear:right;
	float:right;
	width:390px;
	height:140px;
	margin-right:10px;
	background:url('images/header-car.png');
	line-height:0;
	font-size:0.01pt;
}

.main-menu {
	clear:both;
	position:relative;
	z-index:1;
	width:95%;
	-width:90%;
	margin:0 auto;
}

.main-menu .sep {
	width:8px;
	background:url('images/menu-separator.gif') center 20px no-repeat;
	line-height:0;
	font-size:0.01pt;
}
.main-menu a:link, .main-menu a:visited {
	display:block;
	padding-bottom:4px;
	color:#fff;
	line-height:0;
	font-size:0.01pt;
	text-decoration:none;
	cursor:pointer;
}

.main-menu a:hover {
	text-decoration:underline;
}

.main-menu a.select:link, .main-menu a.select:visited {
	background:url('images/menu-decor.gif') center bottom no-repeat;
}

.main-menu SPAN {
	display:block;
	cursor:pointer;
}

.main-menu a.select SPAN {
	padding-left: 15px;
	background:url('images/menu-tab-left.gif') left top no-repeat;
}

.main-menu B {
	display:block;
	padding:10px 10px 10px 10px;
	text-align:center;
	line-height:normal;
	color:#fff;
	font-family:Verdana;
	font-size:13px;
	cursor:pointer;
}

.main-menu A.select B {
	background:url('images/menu-tab-right.gif') right top no-repeat;
	padding: 10px 15px 10px 0px;
}

.content {
	margin:0 15px;
	background:#edf3f2 url('images/wc-lt.gif') left top no-repeat;
}

.content .wcrt {
	background:url('images/wc-rt.gif') right top no-repeat;
}

.content .wclb {
	background:url('images/wc-lb.gif') left bottom no-repeat;
}

.content .wcrb {
	padding:25px;
	background:url('images/wc-rb.gif') right bottom no-repeat;
}

.content .car {
	background:url('images/content-car.jpg') left 95% no-repeat;
}

.columns {
	width:100%;
}

.leftside {
	width:350px;
	padding-bottom:170px;
	vertical-align:top;
}

.leftside H4 {
	color:#222;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
}

.leftside UL {
	padding:5px 0 25px 15px;
	list-style:none;
}

.leftside LI {
	padding: 0px 0px 0px 15px;	
	background:url('images/list-decor.gif') left 11px no-repeat;
	line-height: 18px;
}

.leftside a:link, .leftside a:visited {
	color:#0d9883;
	font-family:Verdana;
	font-size:13px;
	font-style:italic;
	text-decoration:none;
}

.leftside a:hover {
	text-decoration:underline;
}

.leftside h4 a:link, .leftside h4 a:visited {
	color:#222;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	font-style: normal;
}

.leftside h4 a:hover {
	text-decoration: underline;
}

td.leftside .active {
	text-decoration: underline;
}

td.leftside .active:hover {
	text-decoration:none;
}


.body {
	vertical-align:top;
	line-height:18px;
	color:#244a5e;
	font-family:Verdana;
	font-size:13px;
}

.body H1 {
	margin-bottom:10px;
	padding-left:20px;
	background:url('images/title-decor.gif') left top no-repeat;
	line-height:normal;
	color:#244a5e;
	font-family:Verdana;
	font-size:22px;
	font-weight:bold;
}

.body H2 {
	margin-bottom:10px;
	line-height:normal;
	color:#0c3246;
	font-family:Verdana;
	font-size:16px;
}

.body H2 A:link, .body h2 a:visited {
	padding-right:15px;
	background:url('images/ico-1.gif') right center no-repeat;
	text-decoration:none;
}

.body H2 A B, .body h2 a strong {
	padding:1px;
	border-bottom:1px #0c3246 dashed;
	color:#0c3246;
	cursor:pointer;
}

.body H2 A:hover B, .body H2 A:hover strong {
	border-bottom:1px #1d678e solid;
	color:#1d678e;
}

.body P	{
	margin:15px 0;
	text-align:justify;
}

.body UL {
	margin:10px 0;
	padding-left:10px;
	list-style:none;
	text-align:justify;
}

.body UL LI {
	padding:0 0 7px 12px;
	background:url('images/list-decor-2.gif') left 7px no-repeat;
}

.info-blocks {
	width:100%;
}

.info-blocks TD {
	width:50%;
	padding:0 15px 10px 15px;
	vertical-align:top;
}

table.copyright {
	width: 100%;
}

.copyright td {
	padding:20px 0;
	text-align:center;
	color:#fff;
	font-family:Verdana;
	font-size:13px;
}

.copyright a:link, .copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}

.page a:link, .page a:visited {
	color:#1d678e;
	text-decoration: none;
	margin: 0px 3px;
}

.page a:hover {
	color:#1d678e;
	text-decoration: underline;
}

div.page {
	padding: 15px 15px 15px 12px;
}

.body td {
   padding: 5px;
}

 div.readalso {
   color:#222;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	font-style: normal;
	margin: 10px 0px 10px 0px; 	
 }
 
 div.line {
 	line-height: 1px;
   background-color: #edd5af;
 }
 
a.readalso:link, a.readalso:visited {
   color:#0d9883;
	font-family:Verdana;
	font-size:13px;
	font-style:italic;
	text-decoration:none;
	padding: 0px 0px 0px 10px;
	margin: 10px 5px 0px 20px;
   display: block;
 }
 
a.readalso:hover {
   text-decoration: underline;
}
