/* universal set of reset styles
---------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,caption,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {vertical-align: baseline;font-size: 100%;outline: 0;padding: 0;margin: 0;border: 0; background: transparent;font-family: "Lucide Sans Unicode", "Lucida Grande", Arial, sans-serif;  }

/* Basic lists styles
----------------------------------------------------------------*/
ul{
	padding:0;
	margin:0;
}
ul li{
	padding:0;
	margin:0;
	list-style: none;
}
ul ul{
	padding-left:20px;
}
ul li a{
	text-decoration:none;
}
ol li{
	line-height:170%;
}


body, html, * {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /*ie6 hack */
	font-family: "Lucide Sans Unicode", "Lucida Grande", Arial , sans-serif;
	font-size: 12px;
	color:#000;
	//background: url(../images/body_background.gif) repeat-x top;
}


input, select, button {
	overflow:visible;
	font-family: "Lucide Sans Unicode", "Lucida Grande", Arial , sans-serif;
}

img {
	border: 0;
}

a {
	color: #004c7e;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline: none;
	border: none;
}

h1 {
	font-size: 16px;
	color: #5a6b73;
	display:block;
	margin-bottom: 5px;
}

h3 {
	margin-bottom: 5px;
}

.error{background:#EE9193 url(../images/exclamation-red.png) no-repeat 4px;padding:10px;color:#FFF;font-size:12px;padding-left:25px;display:block}
.success{background:#FFC url(../images/information-white.png) no-repeat 4px;padding:10px;color:#333;font-size:12px;padding-left:25px;display:block}

.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container_wrapper {
	width: 980px;
	margin: 0 auto;
	text-align:left;
}

#header_menu  li {
	list-style: none;
	float: left;
}

#header_menu li a {
	display:block;
	color:#FFF;
	line-height: 22px;
	font-size: 90%;
	margin-right: 25px;
	font-weight:bold;
}

#header_menu li.right {
	float:right;
}

#header_menu li.right a {
	margin-right: 0;
	margin-left: 25px;
}

.logo {
	background: url(../images/logo.jpg) no-repeat left top;
	display:block;
	width: 178px;
	height: 71px;
	text-indent: -9999px;
	overflow:hidden;
	float:left;
	position:absolute;
	top: 40px;
}

#searchform {

}

#searchform form {
	padding: 15px;
	background: #6c9cbf;
}

.margindex {
	margin-top: 110px;
}

.margres {
	margin-top: 80px;
}

#searchform h1 {
	color:#999;
	text-align:right;
}

.links {
	margin-top: 10px;
	text-align:right;
}


#searchform label {
	float:left;
	display:block;
}

.miniform label {
	float:left;
	display:block;
}

.country_sel {
	width: 170px;
}

.country_sel select {
	width: 150px;
	border: 0;
	padding: 2px;
}

.button_sel {
	width: 59px;
}

.query_sel {
	width: 700px;
}

.query_sel input {
	width: 694px;
	padding: 3px;
	border: 0;
}

.miniform {
	margin-top: 9px;
	margin-left: 200px;
}

.miniform a {
	margin-right: 20px;
}

.query_mini_sel {
	width: 360px;
}

.query_mini_sel input {
	width: 354px;
	padding: 3px;
	border: 0;
}

#results {
	border-top: 1px solid #6c9cbf;
}

.breadcrumbs {
	margin-top: 50px;
	margin-bottom: 10px;
}


.odometer {
	float:right;
}

.odometer span {
	display: block;
	float:left;
	height: 21px;
	font-size: 16px;
	width: 14px;
	text-align:center;
	border: 1px solid #FFF;
	color:#FFF;
	background: url(../images/odometer.png) repeat-x;
}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
		border-left: 1px solid #6c9cbf;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 15px 0 215px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:180px;
        position:relative;
        right:200px;
    }

.col1 ul {
	padding-top: 10px;
}

.col1 li {
	display:block;
	margin-bottom: 20px;
}


.col1 li h3 a {
	font-weight: normal;
	font-size: 16px;
	display:block;
	text-decoration:underline;
}

.col1 li span {
	display:block;
	margin-top: 3px;
}

.col1 h2 {
	font-size: 14px;
	font-weight:normal;
}

.col2 ul {
	margin-bottom: 10px;
	border-bottom: 1px solid #6c9cbf;
	font-size: 90%;
}

.col2 ul h2 {
	font-size: 12px;
}

.col2 li {
	list-style: none;
	display:block;
	padding: 3px;
}

.col2 label {
	display: block;
}

.col2 select  {
	width: 80px;
}

#qsp select, .col2 input {
	width: 165px;
}

.button {
	display:block;
	margin-top: 10px;
}

.related a {
	display:block;
}

.col1 li span a {
	text-decoration: none;
	color: #093;
}

/* ------------------------------ FOOTER -------------------------------------------- */

#footer ul {list-style: none}

#footer {margin-top: 20px;padding-top: 10px;border-top: 1px dotted #c0c0c0;margin-bottom: 20px;}

#footer p {color: #999;}

#footer .privacy {float: left; width: 140px; font-size: 90%;position: relative;}

#footer .privacy-3rd { width: 400px; }

#footer .htmltrans {border-bottom: 1px dashed #c0c0c0;}

#footer .bottommenu li {list-style-type: none;float: left;}

#footer .bottommenu li a {display: block;padding: 2px;margin-right: 8px; font-size: 14px; }

#footer .privacy li.copyright {color: #999999;padding: 2px;position: absolute;left: 290px;font-weight: bold;}

.ooyyonetwork {margin-top: 8px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; padding-top: 8px;  padding-bottom: 8px}
.ooyyonetwork h5 {color:#000; font-size: 90%; margin-bottom: 8px;}
.ooyyonetwork ul {display:block; float:left; width: 150px; padding: 3px;}
.ooyyonetwork ul li {display:block; float:none;color: #CCC; font-size: 90%; border-bottom:1px dotted #CCC; padding-bottom: 2px}
.ooyyonetwork a { color:#999;}
.ooyyonetwork a:hover { color: #333}


.sponsored_links {
	width: 205px;
	float:right;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #6c9cbf;
}

.s {
	color:#999;
	font-size: 90%;
	margin-top: 5px;
}

.ad_link {
	font-size: 90%;
	display:block;
	margin-bottom: 10px;
}

#content {
margin-top: 10px;
margin-bottom: 40px;
}

#quicksearch {
	margin-top: 20px;
	margin-bottom: 40px;
}

#quicksearch input, #quicksearch select {
	display: block;
	margin-top: 5px;
}

#quicksearch form {
	
}

#quicksearch .frmcontent {
	background: #FFF;
}

#frmcommand {
	margin-top: 10px;
}

#frmcommand input {
	display: inline;	
}

#frmcommand span {
	display:block;
	color:#FFF;
	float:left;
	margin-top: 5px;
	font-size: 18px;
}

#frmcommand .odometer {
	float:left;
}

.button {
	background: #5a6b73;
	color:#FFF;
	font-size: 12px;
	display: block;
	width: auto;
	border: 0;
	float: right;
	display:block;
	padding: 5px;
}

#quicksearch .firstgroup {
	float:left;
	border: 1px #6c9cbf solid;
	padding: 10px;
	margin-right: 10px;
}

#quicksearch .last {
	margin-right: 0px;
}

#quicksearch .firstgroup legend {
	font-size: 90%;
	color: #6c9cbf;
}

#quicksearch .firstgroup label {
	display: block;
	float: left;
	width: 145px;
}

#quicksearch .firstgroup select {
	width: 130px;
}

#paginator{padding:15px;padding-top:0; margin-top: 20px;}#paginator a{padding:7px;color:#FFF;display:inline;background:#004c7e;font-weight:bold}#paginator a.active{background:#6c9cbf}#paginator a:hover{text-decoration:none;background:#6c9cbf}

#content form {
	margin-top: 20px;
	border: 1px solid #CCC;
}


#content label {
	display: block;
	float:left;
	width: 150px;
	font-weight:bold;
}

#content fieldset {
	border: none;
}

#content fieldset span {
	color: #900;
	float:left;
	display:block;
	font-size: 12px;
	padding-left: 5px;
}

#content input, select, textarea {
	display: block; 
	float:left;
}

#content textarea {
	border:1px solid #CCC;
	width: 350px;
	height: 150px;
	font-family:Helvetica,Geneva,sans-serif;color:#49565E;
	font-size:12px;
}

#content fieldset {
	clear:both;
	padding: 10px;
}

#mess {
	margin-top: 20px;
	display: none
}

