﻿html,body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
}

form
{
	margin: 0;
	padding: 0;
}

.wrapper
{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

.tabbar
{
	background: #ff3300 url(../images/tabbg.gif) repeat-x;
	height: 35px;
	border-bottom: solid 5px #000;
}

.tabbar ul
{
	margin: 0 80px;
	padding: 0;
	list-style-type: none;
}

.tabbar ul li
{
	float: left;
}

.tabbar ul li a
{
	background: #ff3300 url(../images/tab160.gif) no-repeat left top;
	display: block;
	width: 160px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	font: bold 16px/35px Arial;
	color: #fff;
}

div.breadcrumb
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	font-weight: normal;
	color: #333333;
	margin: 10px 0 10px 0;
}

ul.breadcrumb-nav
{
	display: inline;
	margin: 0;
	padding: 0;
}

ul.breadcrumb-nav li
{
	display: inline;
	margin: 0 12px 0 12px;
}

ul.breadcrumb-nav a
{
	color: #333333;
	text-decoration: none;
	background: url(../images/bcbullet.gif) no-repeat 0 6px;
	display: inline-block;	/* IE needs this for proper background image position if lines break */
	padding: 0 0 0 18px;	/* list indent */
}

ul.breadcrumb-nav a.selected
{
	font-weight: bold;
}

ul.breadcrumb-nav a:hover
{
	text-decoration: underline;
}

.footer
{
    clear: both;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #33cc33;
	line-height: 12px;
	margin-top: 10px;
}

/*----------------------------NEW------------------------*/

#wrapper {
	width:990px;
	height:auto;
	margin:0 auto;
	padding:0;
	}
	
#top_shadow {
	width:990px;
	height:10px;
	margin:26px 0 0 0;
	padding:0;
	background:url(../images/bg_shadow_top.gif) top left no-repeat;
	}
	
#bottom_shadow {
	width:990px;
	height:7px;
	margin:0;
	padding:0;
	background:url(../images/bg_shadow_bottom.gif) top left no-repeat;
	}
	
#wrapper_2 {
	width:990px;
	height:auto;
	margin:0;
	padding:0;
	background:url(../images/bg_shadow.gif) top left repeat-y #fff;
	}
	
#header {
	width:916px;
	height:83px;
	margin:0 0 0 36px;
	padding:0;
	background:url(../images/bg_header.gif) top left no-repeat #FFFFFF;
	clear:both;
	font-family:"trebuchet ms"
	}
	
#logo {
	width:199px;
	height:83px;
	margin:0;
	padding:0;
	float:left;
	}
	
#header_contact_1 {
	width:160px;
	height:43px;
	margin:0 0 0 60px;
	padding:40px 0 0 0;
	float:left;
	color:#221e58;
	font-size:14px;
	font-weight:bold;
	}
	
#header_contact_2 {
	width:300px;
	height:43px;
	margin:0;
	padding:40px 0 0 0;
	float:left;
	color:#221e58;
	font-size:14px;
	font-weight:bold;
	}
	
.header_contact {
	color:#2aace3;
	font-size:16px;
	margin:0 0 0 14px;
	font-weight:normal;
	}
	
#header_contact_2 a {
	color:#2aace3;
	font-size:16px;
	text-decoration:none;
	}
	
#header_contact_2 a:hover {
	color:#2aace3;
	font-size:16px;
	text-decoration:underline;
	}
	
#header_image {
	width:924px;
	height:176px;
	margin:20px 0 0 32px;
	padding:0;
	}
	
.headerpanel {
    width:919px;
	height:171px;
	padding:0;	
	border:1px solid #231e58;
}
	
/*hack*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /* slightly enhanced, universal clearfix hack - http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */

.content_image 
{
    margin:0 8px 8px 0;
    float:left;
}

img 
{
     border:0;
}

.content_image 
{
    margin:0 8px 8px 0;
    float:left;
}



