﻿html, body{
	margin: 0;
	padding: 0;
	
}

body{
	font-family: arial, sans-serif;
	font-size: 62.8%; 
	background-color: #1d1d1d;	
	min-height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}

#container{
	width: 615px;
	margin: 30px auto 15px auto;
	/*background-color: white;*/
}

.header img{
	float: left;
}

/* NAVIGATION */

.header ul{
	float: right;	
	width: 330px;
	height: 25px;
	background: #2d2d2d;
	margin: 25px 0 0 0 !important;
	padding: 0 0 0 0;
}
	
.header ul li{
	float: left;
	text-indent: -9999px;
}

.header ul li a:link,
.header ul li a:visited{
	display: block;
}

.header ul li.homeBut a:link,
.header ul li.homeBut a:visited{
	background: url('../images/navigation/home_off.gif') no-repeat top left;
	height: 25px;
	width: 64px;	
}

.header ul li.homeBut.menu_on a:link,
.header ul li.homeBut.menu_on a:visited{
	background: url('../images/navigation/home_menu_on.gif') no-repeat top left;
}

.header ul li.homeBut a:hover,
.header ul li.homeBut a:active,
.header ul li.homeBut.menu_on a:hover,
.header ul li.homeBut.menu_on a:active{	
	background: url('../images/navigation/home_on.gif') no-repeat top left;	
}

.header ul li.aboutBut a:link,
.header ul li.aboutBut a:visited{
	background: url('../images/navigation/about_us_off.gif') no-repeat top left;
	height: 25px;
	width: 86px;	
}

.header ul li.aboutBut.menu_on a:link,
.header ul li.aboutBut.menu_on a:visited{
	background: url('../images/navigation/about_us_menu_on.gif') no-repeat top left;
}

.header ul li.aboutBut a:hover,
.header ul li.aboutBut a:active,
.header ul li.aboutBut.menu_on a:hover,
.header ul li.aboutBut.menu_on a:active{	
	background: url('../images/navigation/about_us_on.gif') no-repeat top left;	
}
	
.header ul li.servicesBut a:link,
.header ul li.servicesBut a:visited{
	background: url('../images/navigation/services_off.gif') no-repeat top left;
	height: 25px;
	width: 86px;	
}

.header ul li.servicesBut.menu_on a:link,
.header ul li.servicesBut.menu_on a:visited{
	background: url('../images/navigation/services_menu_on.gif') no-repeat top left;
}

.header ul li.servicesBut a:hover,
.header ul li.servicesBut a:active,
.header ul li.servicesBut.menu_on a:hover,
.header ul li.servicesBut.menu_on a:active{	
	background: url('../images/navigation/services_on.gif') no-repeat top left;	
}	
	
.header ul li.contactBut a:link,
.header ul li.contactBut a:visited{
	background: url('../images/navigation/contact_off.gif') no-repeat top left;
	height: 25px;
	width: 86px;	
}

.header ul li.contactBut.menu_on a:link,
.header ul li.contactBut.menu_on a:visited{
	background: url('../images/navigation/contact_menu_on.gif') no-repeat top left;
}

.header ul li.contactBut a:hover,
.header ul li.contactBut a:active,
.header ul li.contactBut.menu_on a:hover,
.header ul li.contactBut.menu_on a:active{	
	background: url('../images/navigation/contact_on.gif') no-repeat top left;	
}	
	
.banner{
	clear: both;
	width: 513px;
	height: 283px;
	margin: 0 auto;
	background-color: #363636;	
	padding: 8px 7px;
}
	
h1{	
	float: left;
	background-color: #2d2d2d;
	margin: 25px 0 0 45px;
	height: 19px;
	padding: 3px 25px;
	font-weight: bold;
	font-size: 1.8em;
	color: #fff;
	letter-spacing: -1px;
}

h1 em,
.contact_details p em{
	color: #da2128;
}

.contact_details{
	float: right;
	margin: 20px 45px 0 0;
	text-align: right;
}

.contact_details a:link,
.contact_details a:visited{
	color: #dddddd;
	text-decoration: none;
}

.contact_details a:hover,
.contact_details a:active{
	color: #da2128; 
}

.contact_details p{
	font-weight: bold;
	color: #dddddd;
	padding: 3px 0 0 0;
	font-size: 1em;
}

.contact_details p.phone{
	font-size: 1.2em;
}

.contact_details p.phone em{
	font-size: 0.8em;
}

.contact_details a.mediaPackLink:link,
.contact_details a.mediaPackLink:visited{
	display: block;
	background: url('../images/pdf_icon.png') no-repeat top left;	
	height: 16px;
	padding: 4px 0 0 25px;
}

/* CONTENT TAGS GO HERE */	
	
.content{	
	clear: both;
	width: 475px;
	padding: 50px 0 0 0;
	margin: 0 auto 65px auto;	
}
	
.content p{	
	font-size: 1.1em;
	color: #808080;
	line-height: 1.8em;
	margin-bottom: 15px;
	text-align: justify;	
}

.content p strong{	
	font-weight: bold;
	color: #c8c8c8;	
}


.content h2{	
	margin: 20px 0 10px 0;
	color: #f8222a;
	font-size: 1.5em;
	font-weight: bold;	
}
	
.content a:link,
.content a:visited{
	color: #2574c5;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover,
.content a:active{
	color: #da2128;
}

.content h3{
	font-size: 1.5em;
	color: #858585;
	font-weight: bold;
}

.content ul{
	margin: 0 0 0 30px;
}

.content ul.siteLinks{
	margin: 25px 0 0 30px;
}

.content ul li{
	font-size: 1.1em;
	color: #858585;
	padding-bottom: 3px;
}

.content ul li a:link,
.content ul li a:visited{
	color: #fff;
	display: block;
	height: 22px;
	margin-left: 50px
}

.content ul li a:hover,
.content ul li a:active{
	color: #9bbcdb;
}



/* CONTACT FORM */	
	
.content fieldset{	
	width: 299px;
	height: 351px;
	padding: 18px;
	background-color: #363636;	
	float: left;
}

fieldset.contactForm label{
	display: block;
	color: #cdcdcd;
	font-size: 1.1em;
	font-weight: bold;	
	margin-bottom: 9px;
}

fieldset.contactForm input{
	width: 290px;
	margin-bottom: 12px;	
}
	
fieldset.contactForm textarea{	
	width: 290px;
	margin-bottom: 12px;
	height: 75px;
}
	
fieldset.contactForm a:link,
fieldset.contactForm a:visited{
	color: #cf2229;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
}	
	
fieldset.contactForm a:hover,
fieldset.contactForm a:active{	
	color: #fff;	
}
	
.content .message{	
	background-color: #838383;
	margin: 0 0 5px 0;
	text-align: center;
	padding: 10px 10px;
	color: #767676;
	font-size: 1.2em;
	width: 315px;
	background-color: #171717;
	border: 1px solid #404040;
	line-height: 1.8em;
}

.contactRight{
	float: right;
	text-align: right;
	height: 387px;
	width: 140px;
	background: url('../images/email_back.jpg') no-repeat bottom right;
	margin-right: -25px;
}
	
.contactRight address{	
	font-weight: bold;
	font-size: 1.2em;
	color: #7e7e7e;	
	line-height: 1.4em;
	letter-spacing: -1px;
}

.contactRight address strong{
	color: #da2128;
	font-size: 1.8em;	
}
	
/* FOOTER */

.footer{	
	clear: both;
	width: 508px;
	height: 11px;
	background-color: #363636;	
	margin: 0 auto 30px auto;
	padding: 4px 10px;
}
	
.footer p{	
	color: #919191;
	font-weight: bold;	
}
	
.footer a:link,
.footer a:visited{
	color: #919191;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover,
.footer a:active{
	color: #da2128;
}

.CLB{	
	clear: both;	
}
	
.FLL{	
	float: left;	
}
	
.FLR{	
	float: right;	
}
	
	
	
