/**************************************
 Premex Main CSS - (c) Musgrave

 Author : Paul Welsh
 Email  : Welshy@musgravedesign.co.uk
***************************************/

html{
	background-color: #112233!important;
	background-image: url(../images/backgrounds/main-repeat-bg.png)!important;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
}

hr,.rm{
	position: absolute;
	left: -9999em;
}

a:link, a:visited{
	color: #FFCC33;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: underline;
}

/**************************************
 Container
***************************************/

#background{
	background: none!important;
}

#feature{
	display: none;
}

#map_container{
	position: relative;
	top: 0;
	margin-left: 190px;
	overflow: hidden;
	z-index: 1;
}

#map_fixed{
	position: fixed;
	width: 100%;
	height: 100%;
}

#map_canvas{
	width: 100%;
	height: 100%;
	font-family:Sans-Serif;
}

#map_controls{
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 20;
	background: #14283C;
	padding: 7px 10px 7px 10px;
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	cursor: help;
}

#map_controls a{
	text-decoration: none;
	color: #FFCC33;
	font-weight: normal;
}

#map_controls a:hover{
	text-decoration: underline;
}

#logo{
	width: 180px;
	height: auto;
	padding: 0px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}

#display_options{
	width: 180px;
	height: auto;
	position: absolute;
	left: 780px;
	top: 0px;
	opacity: .97;
	background: #14283C;
	z-index: 11;
}

#display_options_inner .display_option{
	width: 160px;
	padding: 5px 10px 0px 10px;
	clear: both;
}

#display_options_inner h4{
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	line-height: 2em;
	padding-right: 5px;
}

#display_options_inner p{
	float: left;
	line-height: 2em;
	font-size: 1.1em;
}

#display_options_inner #text_options{

}

#display_options_inner #text_options h4{
	float: left;
	line-height: 1em;
	font-size: 1.1em;
	padding-top: 10px;
}

#display_options_inner #text_options img{
	float: left;
	margin-bottom: 5px;
	margin-right: 2px;
}

#options_toggle{
	width: 170px;
	padding: 7px 0 7px 10px;
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	cursor: help;
	color: #FFCC33;
}

#container{
	width: 960px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/**************************************
 Left
***************************************/

#left{
	width: 190px;
	float: left;
	margin-right: 20px;
	padding-top: 90px;
	color: #000;
	position: absolute;
	top: 0;
	left:0;
	z-index: 10;
}

#search_options{
	width: 190px;
	float: left;
}

#search_options input.inputbox{
	border: 0px;
	background: url(../images/search-box-bg.png) top left repeat-x;
	color: #000;
	width: 128px;
	height: 18px;
	font-size: 11px;
	padding: 6px 0px 0px 17px;
	margin: 0px 2px 0px 0px;
	letter-spacing: 0px;
	float: left;
}

#search_options input.search_btn{
	width: 24px;
	height: 24px;
	padding: 24px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(../images/search-btn-bg.png) no-repeat right center;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

form>input.search_btn { /* For non-IE browsers*/
	height: 0px;
}

#navigation{
	width: 170px;
	float: left;
	padding: 20px 10px 15px 10px;
}

#navigation ul{
	list-style: none;
}

#navigation ul li {
	position: relative;
	line-height: 1em;
	width: 160px;
}
	
#navigation ul li ul {
	position: absolute;
	top: 0;
	left: -9999em;
	z-index: 1000;
}

#navigation ul li a {
	display: block;
	width: 140px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 10px 6px 10px;
	font-size: 1.1em;
	color: #112233;	
	line-height: 1em;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li:hover, #navigation ul li.selected{
	background: #14283C;
	color: #FFCC33;
}

#navigation ul li a:hover, #navigation ul li a:focus{
	text-decoration: underline;
}

#navigation ul li:hover a, #navigation ul li.selected a{
	color: #FFCC33;
}
		
#navigation ul li:hover ul, #navigation ul li.over ul{ 
	left: 160px;
	width: 160px;
	background: #14283C!important;
	color: #FFCC33;
}

#navigation ul li:hover ul a, #navigation ul li.over ul a, #navigation ul li.selected ul li{
	color: #FFCC33;
	background: none!important;
}

#navigation ul li:hover ul a:hover, #navigation ul li.over ul a:hover{
	color: #FFCC33;
}

#contact_options{
	width: 150px;
	float: left;
	padding: 0px 20px 10px 20px;
	font-size: 1em;
}

#contact_options address, #contact_options p{
	padding-bottom: 10px;
	line-height: 1.4em;
}

#contact_options strong{
	color: #000;
}

#contact_options a{
	color: #333333;
}

#part_premex_group{
	padding-left: 15px;
}

/**************************************
 Main
***************************************/

#main{
	width: 750px;
	float: left;
	padding: 0!important;
	margin-bottom: 20px;
	position: absolute;
	top:0;
	left:210px;
	z-index: 9;
}

/**************************************
 Content
***************************************/

#main h1{
	font-size: 2.0em;
	line-height: 1em;
	color: #CCFFCC;
	width: 560px;
	min-height: 36px;
	height: auto!important;
	height: 36px;
	padding: 33px 180px 30px 0px;
	font-weight: bold;
	position: relative!important;
	left: 0!important;
}

#content{
	width: 530px;
	float: left;
	background: #112233!important;
	padding: 0px 10px;
	margin-right: 20px;
}

#content h2{
	padding-top: 5px;
	margin-bottom: 8px;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color: #CCFFCC;
}

#content h3{
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	color: #CCFFCC;
}

#content h4{
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #CCFFCC;
}

#content strong, #content b{
	font-weight: bold;
}

#content em, #content i{
	font-style: italic;
	padding: 1px;
}

#content p, #content address{
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#content p.intro{
	margin-bottom: 15px;
	font-size: 1.8em;
	line-height: 1.4em;
}

#content ul{
	margin-bottom: 12px;
	padding-left: 8px;
}

#content ul li{
	font-size: 1.2em;
	margin-bottom: 3px;
	line-height: 1.6em;
	list-style: disc;
	margin-left: 20px;
}

#content ol{
	margin-bottom: 12px;
	margin-left: 28px;
}

#content ol li{
	font-size: 1.2em;
	margin-bottom: 3px;
	list-style: decimal;
	line-height: 1.6em;
}

#content blockquote{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 28px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 3px solid #E8E9EB;
}

.default_table{
	border: 1px solid #E8E9EB;
	width: 510px;
	margin: 10px;
}

.default_table th{
	border: 1px solid #E8E9EB;
	background: #E8E9EB;
	padding: 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.default_table td{
	border: 1px solid #E8E9EB;
	padding: 8px;
	font-size: 1.1em;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background: #FFCC33;
	color: #112233;
	padding: 5px;
	font-size: 1.1em;
	width: 120px;
	font-weight: bold;
}

#tooltip h3, #tooltip div { margin: 0; }

/****************************************
 Form Elements
****************************************/

legend{
	display: none;
}

.form_error {
	color: #CF4D4D;
	font-weight:bold;
}

#content .form_error {
	display:none;
}

#content ol.form_container {
	width: 470px;
	padding: 10px 30px 10px 30px;
	margin: 0!important;
	list-style: none!important;
}

#content ol.form_container li {
	background-image: none!important;
	list-style: none!important;
	padding: 0px!important;
	margin: 0!important;
	clear: both!important;
	font-size: 1em!important;
	width: 470px;
	float: left;
}

#content strong.form_required {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px;
}

#content .form_caption {
	display: block;
	float: left;
	width: 120px;
	color: #CCFFCC;
	font-size: 1.2em;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: bold;
}

#content .form_body {
	display: block;
	float: left;
	padding-bottom: 10px;
	width: 350px;
}

#content .form_body input.inputbox{
	background: #fff;
	color: #000;
	font-size: 1.1em;
	padding: 4px 4px 4px 4px;
	border: 1px solid #DCDCDC;
	float: left;
	width: 340px;
	min-height: 13px;
}

#content .form_body textarea{
	background: #fff;
	color: #000;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #DCDCDC;
	float: left;
	width: 340px;
}

#content .form_body input.button{
	padding: 4px 8px 4px 8px;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	background: #FFCC33;
	color: #112233;
	border: 0;
	float: right;
	cursor: pointer;
}

#content .form_body .checkbox{
	margin-right: 3px;
	vertical-align: middle;
}

#content .form_body label{
	margin-right: 10px;
	font-size: 1.2em;
}

#content .form_description {
	margin-left: 3px;
	padding-left: 3px;
	font-weight: normal;
}

/**************************************
 Sidebar
***************************************/

#sidebar{
	width: 180px;
	float: left;
	padding-top: 90px;
}

#sidebar .sidebox{
	width: 180px;
	background: #14283C;
	margin-bottom: 20px;
}

#sidebar .sidebox_inner{
	padding: 10px 10px 2px 10px;
}

#sidebar .sidebox_inner li{ 
	padding-bottom: 8px;
	line-height: 1.4em;
	font-size: 1.1em;
}

#sidebar .sidebox_inner p{ 
	padding-bottom: 8px;
	line-height: 1.4em;
	font-size: 1.1em;
}

#sidebar .sidebox h4{
	display: block;
	padding: 10px 10px 0px 10px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	color: #CCFFCC;
}

#sidebar li.sting{
	width: 160px;
	background: #14283C;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

#stings img{
	margin-bottom: 5px;
}

#stings h3{
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #CCFFCC;
	font-weight: bold;
} 

#stings p{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.4em;
	color: #fff;
}

#stings a{
	position: absolute;
	height: 250px;
	float: left;
	display: block;
	width: 180px;
	text-indent: -9999em;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2;
	background: #14283C;
	opacity: 0.1;
}

.bite{
	width: 180px;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
	position: relative;
	background: #0178BC;
}

.bite img{
	float: left;
}

/**************************************
 Footer
***************************************/

#footer{
	width: 730px;
	float: left;
	padding: 2px 10px 0px 10px;
	margin-top: 20px;
}

#footer p{
	width: 568px;
	float: left;
	font-size: 1.1em;
	padding-top: 3px;
}

#footer_links{
	width: 568px;
	float: left;
	padding-top: 8px;
	padding-bottom: 5px;
}

#footer_links li{
	float: left;
	list-style: none;
	padding-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #fff;
	line-height: 1em;
	font-size: 1.1em;
}

#footer_links li:first-child{
	padding: 0;
	border: 0;
}

#footer img{
	padding-bottom: 5px;
	padding-top: 2px;
	float: right;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 ? 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
