@charset "UTF-8";
/* CSS Document */

body {	
	color: #aaa;
	font-family: Arial, Verdana;
	font-size: 0.75em /*12px*/;
	line-height: 1.5em;
	text-align: center;
	background-color: #161616;
	margin: 0;
	padding: 0;
}

#container {
	width: 1070px;	
	height: 100%;
	display: block;
	margin: 0 auto;
	background: #161616 url(images/bgslither.gif) repeat-y center top;
	top: 200px;
}

#header{
	display: block;
	height: 140px;
	width: 100%;
	background: #161616 url(images/top-fade.gif) no-repeat 5px 130px;
	margin: 0;
	padding: 0;

}

.tabs{
	float:right;
	height:25px;
	margin: 5px 30px 0 0;
	width:245px;
	text-align:right;
}

.tabs a{
	/*background: url(images/tab.gif) no-repeat;*/
	/*width: 127px;
	height: 31px;
	color: #fff;
	font-weight: bold!important;
	display: block;
	text-align: center;
	float: right;
	font-size: 14px;
	margin-right: 2px;
	padding-top: 5px;*/
	
	color:#787878;
	font-size:14px;
	font-weight:bold;
	margin: 0 4px 0 8px;
	text-decoration:none;
	}

.tabs a:hover{ color:#ffff00;} 

.logo{
	height: 69px;
	width: 207px;
	float: left;
	clear: both;
	margin: 36px 35px 20px 30px;
}

.logo img{
	position: relative;
	height: 69px;
	width: 207px;
	clear: both;
}

.contactbits{
	position: relative;
	float: right;
	margin: 13px 30px 0 0;
	height: 57px;
	width: 245px;
}

.mainnav{
	margin: 80px 0px 0 0px;
	width: 500px;
	float: left;
	}

.content {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	height: auto;
	padding: 25px 0px;
	min-height: 100%;
	display: block;
	clear: both;
	top: 0;
	margin-top: 0px;
	
}

.min_page_height {
    height: 400px;
    float: left;
}

.column1{
	width: 210px;
	float: left;
	padding: 0px 10px 10px 0px;
	position: relative;
	display: block;
}

.column2{
	display:block;
	float:left;
	margin:0 0 0 17px;
	padding:10px 40px 20px 0;
	position:relative;
	width:475px;
}

.column3{
    /*display:block;
    float:right;
    font-size:12px;
    height:335px;
    line-height:1.3em;
    padding:10px;
    position:relative;
    width:210px;
	border-left: 1px solid #191919;*/
	border-left:1px solid #191919;
	display:block;
	float:right;
	height:335px;
	padding:10px 0 0 10px;
	position:relative;
	width:236px;
}

.column2a{
	display:block;
	float:left;
	margin:0 0 0 17px;
	padding:10px 20px 20px 0;
	position:relative;
	width:235px;
	line-height: 1.8em;
}

.column2b{
	border-left:1px solid #191919;
	display:block;
	float:right;
	padding:10px 0 0 20px;
	position:relative;
	width:486px;
}


.column3 p{ margin: 0; padding: 0; text-align: left;}
.column3 h3{ margin: 5px 0 0 0; padding: 0; font-weight: bold;}
.divide{color: #282828; margin: 0; font-size: 14px;}

.news img{
	border: 4px solid #1e1c1d;
	float: left;
	margin: 3px 5px 5px 0;
	}

.contact_details {
    float: left;
    display: inline; 
    width: 235px;
    text-align:center; 
}

.mike{
	width: 95px;
	float: left;
	margin: 5px 10px 0 0;
	}

/*.contact_details h1 , .contact_details p, .contact_details a{
    text-align: center;
}*/

.portal_container{
    float: left;
    padding: 10px 0px 20px 0px;;
    width: 780px;
}

/* QUICK FORMS TO LEFT OF PAGE */

input[type="submit"], a.but  {
    background-color:#1E1E1E;
    border-color:#1E1E1E #FFFF00;
    border-style:solid;
    border-width:1px 3px;
    color:#FFFF00;
    cursor:pointer;
    float:left;
    font-size:12px;
    font-weight:bold;
    margin:3px;
    position:relative;
    text-align:center;
    text-transform:lowercase;
    width:141px;
    text-decoration: none;
}

.quick_form {
	background-color: #1e1e1e;
	padding: 10px;
	float: left;
	width: 170px;/*150px;*/
	margin-bottom: 10px;
}

.quick_form FORM {
	padding: 0;
	margin: 5px 0 0 0;
	float: left;	
}	

.quick_form FORM .label {
	float: left;
	clear: left;
	width: 50px;
	margin: 5px 10px 0 0;
	text-align: left;
	padding: 5px 0 0 0;
}

.quick_form FORM INPUT, .quick_form FORM SELECT {
	width: 160px;/*130px;*/
	background-color: #404040;
	margin: 5px 0 0 0;
	padding: 2px 5px 2px 5px;
	float: left;	
	color: #b0b0b0;
	border: 1px solid #5d5d5d;
}
.quick_form FORM SELECT {
	width: 171px;/*130px;*/
	margin: 5px 0 0 0;
	padding: 2px 0px 2px 0px;
}

.quick_form FORM .go {
	margin: 5px 0 0 0px;	
	border-right: 3px solid #ffff00;
	border-left: 3px solid #ffff00;
	border-top: 0;
	border-bottom: 0;
	width: 171px;
	background-color: #1e1e1e;
	text-align: center;
	color: #ffff00;
	position: relative;
	clear: both;
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

/* MISC */

.small_logo{
	width: 71px;
	float: right;
	padding: 0 0px 10px 0;
	clear: both;
}

.bold{
	font-weight: bold;
}

.spacer { clear: both }

.largetxt{
	color: #787878;
	font-size: 34px;
	height: 80px;
	position:relative;
}

.smallertxt{
	color: #787878;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.9em;
}

.right_align{
	text-align: right;
	text-decoration: none;
	line-height: 1.3em;
	margin: 0 5px 0 0;
}



/* footer styles */

.footer{
	position: relative;
	padding: 30px 0 0 0px;
	margin: 0px 0 0 5px;
	top: 0px;
	text-align: center;
	clear: both;
	width: 1067px;		
	height: 100px;
	background: #161616 url(images/bottom.gif) no-repeat;
	
}

.footer p{
	font-size: 10px;
	text-align: center;
	color: #a2a2a2;
	line-height: 0.7em;
}

.footer a{
	text-decoration: none; 
	color: #a2a2a2!important; 
	padding: 0;	
	font-weight: normal!important;	
}

.footer a:hover{
	text-decoration: underline;  
	color: #a2a2a2; 	
}



/* text styles */

p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify
}
a {
	text-decoration: none;
    color: #58595b;
	font-weight: bold;
}
a:hover {
    color: #FFFF00;
}
p a {
/*	color: #ccc;
	text-decoration: underline;*/
}
a img {
    text-decoration: none;
    border: 0;
}

ul {
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
	padding: 0 0 5px 0;
}

h1{
    background-image: url(../img/greyfade1.gif);
    color: #FFFF00;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
    text-transform: lowercase;
}

h2{
	font-size: 14px;
	color: #ffff00;
	font-weight: bold;
    text-transform: lowercase;
}

h3{
	font-size: 13px;
	color: #ccc;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;	
    text-transform: lowercase;
}

h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;		
}

h5{
	color: #0a5d0b;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
}

h6{
	color: #c9191b;
	font-size: 16px;
	padding: 5px 0 5px 0;
}

.fr {
    float: right;
}



