@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	line-height:1.25 px;
	background:#000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFF;
	background-image: url(img/bg1.gif);
}

.bottomcolumn img{
	margin-right:10px;
}

.wrap #container {
	width: 1024px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrap #header {
	background:#000;
	height: 75px;
	width: 212px;
	float:left;
} 

.wrap #header img{
	border:0;
}

.wrap #headermenu {
	background:#000;
	height: 75px;
	width: 812px;
	float:left;
} 
.wrap #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrap #carousel{
	width:100%;
	height:325px;
	float: left;
}

.wrap #animationgif{
	width:100%;
	height:200px;
	float: left;
}
.wrap #mainContent {
	background: #333;
	background-image: url(img/bg2.gif);
	float: left;
	width: 100%;
}

.wrap #mainContent img{
	border:0;
}

.wrap #mainContentblack {
	background:#000;
	width: 100%;
	float: left;
	margin-top: 0px;
}

.wrap #4column{
	float:left;
	width:20%;
	margin-right:5px;
	border-bottom:thin;
}


.wrap #mainContentblack img{
	border:0;
	margin-right:10px;
}

.wrap #shortdiv {
	background:#000;
	width: 75%;
	float: left;
	margin-top: 0px;
	margin-left:10%;
}

.wrap #shortdiv img{
	border:0;
}

.wrap #mainContentblue {
	background-image:url(img/maincontactblackbg.jpg);
	background-repeat:repeat-x;
	float: left;
	width: 100%;
	
}
.wrap #mainContentblue img{
	border:0;
}

.wrap #leftcolumn {
	width:25%;
	margin-right:9px;
	padding:5px;
	float:left;
	background-color:#333;
}

.bordercolumn{
	width:25%;
	background-color:#333;
	vertical-align:top
}

.bordercolumn p{
	font-size:12px;
	text-align: left;
	padding-left: 15px;
	padding-right: 7px;
}

.bordercolumn a{
	color: #FFBA4F;
}

.bordercolumn h1{
	font: 100% Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:lighter;
	color:#FF9B00;
	text-align: left;
	padding-left: 14px;
}

.bordercolumn h1 a{
	text-decoration:none;
	color:#F90;
}

.bordercolumn img{
	margin:5px 5px 0 0;
	border:0;
}

.bordercolumnfarright{
	width:25%;
	background-color:#333;
	vertical-align:top;
}

.bordercolumnfarright img{
	padding-bottom: 5px;
	border: 0;
}

.bottomcolumn{
	vertical-align:top;
}

.bottomcolumn p{
	font-size:12px;
	line-height:1.5em;
}

.bordercolumn ul{
	font-size:12px;
	line-height:1.5em;
	font-size: 12px;
}

.bottomcolumn a{
	color: #FFBA4F;
}

.bottomcolumn h1{
	font: 100% Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:lighter;
	color:#FF9B00;
}

.bottomcolumn h2{
	color:#F90;
	font-size:12px;
	font-style:normal;
	font-weight:lighter;
	color:#09C;
}

.bottomcolumn img{
	border:0;
	margin-right:10px;
}

.bottomcolumn td.blue{
	color:#099;
}

.bottomcolumn td{
	font-size:12px;
	margin: O;
	vertical-align: top;
}

.bottomcolumn h5{
	color:#F90;
	font-size:130%;
	font-weight:lighter;
}
	
	
.wrap #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align:center;
	color:#CCC;
	font-size:10px;
} 
.wrap #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #000;
}
.wrap #footer a{
	color: #FFBA4F;
}
.wrap #blank{
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align:center;
	color:#000;
	font-size:8px;
}
.bottomcolumntitle {
	font: 150% Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:lighter;
	color:#FF9B00;
	vertical-align: top;
}

.bottomcolumntitle a {
	color:#F90;
	text-decoration:none;
}

.bottomcolumnSUBtitle {
	font: 125% Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:lighter;
	color:#3CC;
	vertical-align: top;
}

