/*------------------html elements-----------------------*/

body {
	background: #cbeafb url('/images/main_bg_blue_tile.gif') repeat-x;
	color: #333333;
	font-size: .8em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

a,body,caption,div,em,fieldset,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,p,select,span,strong,sup,td,textarea,th,ul {
	font-family: verdana,arial,helvetica;
}

a {
	color: #3399CC;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: none;
}
a:focus {
    -moz-outline-style: none;
    outline: 0;
}

/*------------------general stuff-----------------------*/

h1 {
	color: #036;
	font-family: georgia,times;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	color: #2676bc;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px;
}

h3 {
	color: #293a88;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

sub {
	vertical-align: sub;
	font-size: .8em;
	}
	
sup {
	vertical-align: super;
	font-size: .8em;
	}
	
table {
	}
table {
	border: none;
	clear: both;
	font-size: 100%;
	margin: 2px 0;
	padding: 0;
	}
th {
	vertical-align: top;
	padding: 1px;
	}
td {
	vertical-align: top;
	padding: 2px 5px;
	}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

span.clear {
	display: block;
}

.container {
	border: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

.hr {
	background-color: #B4B4B4;
	border: 0px;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 7px 0px 7px 0px;
	padding: 0px;
}

/*------------------header-----------------------*/

.header {
	background: url('/images/sub_top_banner_bg_01.jpg') no-repeat;
	clear: both;
	width: 768px;
	height: 56px;
}
.header_left {
	width: 150px;
	float: left;
}
.header_left img {
	padding: 10px 0px 0px 46px;
}
.header_right {
	float: right;
}
.header_right ul.listHorizontal {
	margin: 5px 10px 5px 0px;
}
.searchbox {
	clear: right;
	float: right;
	width: 210px;
}
input.fieldText {
	background-color: #FFFFFF;
	border: none;
	border: 1px solid #688F9E;
	color: #333333;
	float: left;
	margin: 0;
	padding: 1px;
	width: 115px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 115px;
	font-size: 90%;
}
html>body input.fieldText {
	width: 115px;
}
input.search_button {
	padding: 0;
	margin: 0;
}
/*------------------body-----------------------*/

.body {
	background: #fff;
	background-position: 0% 0%;
	clear: both;
	width: 768px;
}

.bodyLeft {
	background: #fff url('/images/left_nav_bg.gif') no-repeat;
	margin: 0px;
	width: 186px;
	font-size: 80%;
}

.bodyLeft h2 {
	color: #f9e045;
	font-family: georgia,times;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px 5px;
	padding: 0;
}

.bodyRight {
	background: #fff url('/images/sub_content_bg_top.jpg') no-repeat left top;
	margin: 0;
	width: 582px;
	min-height: 450px;
}
.bodyRight .container {
	margin: 50px 5px 10px 10px;
	padding-left: 10px;
}


/*------------------page-----------------------*/

.page {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 768px;
}

/*------------------Left Nav menu-----------------------*/

.leftNav {
	clear: both;
	padding: 65px 0px 35px 20px;
	width: 186px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
}

html>body .leftNav {
	width: 155px;
}

.leftNav ul {
	border-top: 1px solid #fff;
	clear: both;
	display: inline;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 155px;
}

.leftNav ul li {
	border-bottom: 1px solid #ccc;
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

.leftNav ul li a {
	clear: both;
	color: #fff;
	display: inline;
	float: left;
	font-weight: bold;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	text-transform: uppercase;
	width: 155px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 13px;
	width: 143px;
}

html>body .leftNav ul li a {
	height: auto;
	min-height: 13px;
	width: 143px;
}

.leftNav ul li a:hover {
	color: #f9e045;
	text-decoration: none;
}

.leftNavFeatures {
	background: #fff;
	margin: 0px 10px 20px 10px;
	padding: 5px;
	width: 186px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
	border: 1px solid #f9e045;
}
p.leftnav_p {
	margin: 0px 0px 5px 0px;
}

/*------------------form classes-----------------------*/

form {
	border: none;
	margin: 0px;
	padding: 0px;
}

input {
	font-size: 100%;
}

label {
	clear: left;
	color: #333333;
	display: block;
	float: left;
	margin: 3px 10px 0px 0px;
	padding: 0px;
	position: relative;
	width: 350px;
}

label.hide {
	clear: none;
}

label span {
	position: absolute;
	right: -5px;
	top: 0px;
}

select {
	font-size: 100%;
}

textarea {
	font-size: 100%;
}

.wcform input.wcprefix, .wcform input.wcsuffix {
	border: 1px solid #336699;
	width: 30px;
}

/*------------------positional classes-----------------------*/

.left { text-align: left ! important; }
.center { text-align: center ! important; }
.right { text-align: right ! important; }
.top { vertical-align: top ! important; }
.middle { vertical-align: middle ! important; }
.bottom { vertical-align: bottom ! important; }
.sub { vertical-align: sub ! important; }
.floatLeft { float: left ! important; }
.floatRight { float: right ! important; }

/*------------------list classes-----------------------*/

ol {
	padding-left: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

ol ol {
	margin-bottom: 0px;
}

ol li {
	margin-bottom: 3px;
}

ul {
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

ul ul {
	margin-bottom: 0px;
}

ul li {
	margin-bottom: 3px;
}

ul li.last {
	background-image: none ! important;
	border-bottom: none ! important;
}

ul.listHorizontal {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}

ul.listHorizontal li {
	border-right: 1px solid #B4B4B4;
	display: inline;
	margin: 0px 4px 0px 0px;
	padding: 0px 2px 0px 0px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	margin: 0px 4px 0px 0px;
	padding: 0px 2px 0px 0px;
}

html>body ul.listHorizontal li {
	margin: 0px 1px 0px 0px;
	padding: 0px 5px 0px 0px;
}

ul.listHorizontal li.last {
	background-image: none ! important;
	margin: 0px ! important;
	padding: 0px ! important;
	border-right: none ! important;
}

ul.listHorizontal li a {
	color: #333333;
	text-decoration: none;
}

ul.listHorizontal li a:hover {
	color: #333333;
	text-decoration: underline;
}

/*------------------content-----------------------*/

.content {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
}
.contentType08 {
	padding-right: 315px;
	height: 148px;
	voice-family: "\"}\""; 
	voice-family: inherit;
}
.contentType09 {
	margin-left: 10px;
}

/*------------------data listed-----------------------*/

.dataListed {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 400px;
/*
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 400px;
*/
}

html>body .dataListed {
	width: 390px;
}

.dataListed ul {
	clear: both;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.dataListed ul li {
	background-image: url("/images/bullet.gif");
	background-position: 0% 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #B4B4B4;
	padding: 4px 0px 8px 15px;
}

/*------------------adverts box-----------------------*/

.adverts {
	margin: 0px 10px 0px 0px;
	width: 140px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 135px;
	float: right;
}

html>body .adverts {
	width: 135px;
}

.adverts .box {
	border: 1px solid #BAB1AA;
	margin: 5px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
	width: 135px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	/* width:133px; */
	width:130px;
	text-align: center;
}

html>body .adverts .box {
	/* width:133px; */
	width: 130px;
}

/*------------------data listed full width-----------------------*/

.dataListedFullWidth {
	padding: 0px 10px 0px 10px;
	width: 555px;
/*
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 550px;
*/
}

html>body .dataListedFullWidth {
	width: 530px;
}

.dataListedFullWidth ul {
	clear: both;
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.dataListedFullWidth ul li {
	background-image: url("/images/bullet.gif");
	background-position: 0% 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #B4B4B4;
	padding: 4px 0px 8px 15px;
}

/*------------------footer-----------------------*/

.footer {
	clear: both;
	padding: 5px;
	margin: 0;
	font-size: 9px;
	background: #ffc;
}

.footerLeft {
	float: left;
}

.footerRight {
	float: right;
	text-align: right;
}
.footer p {
	margin: 0;
	padding: 0 10px 4px 10px;
}

