body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(bg_body.jpg) repeat-x #c4161c;
}

html, body {
	height: 100%;
}

form {
	display:inline;
}

a 			{ color:#c93527; text-decoration:none; }
a:hover		{ color:#666666; text-decoration:underline; }

#mainContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(bg_container.jpg) repeat-x top;
}

/* HEADER*/
#header {
	width: 100%;
	height: 135px;
	margin: 0px auto;
	background:#FFFFFF;
}
#headerContent {
	margin: 0 auto;
	width: 994px;
	height: 135px;	
}
#logo {
	float:left;
	padding:54px 0px 0px 25px;
}
#navigation {
	float:right;
	padding:75px 0px 0px 10px;
}
#navigation ul {
	list-style: none;
}

#navigation ul li {
	float:left;
}

/* IMAGE */
#section {
	width: 100%;
	height: 555px;
	background:url(bg_shadow.png) no-repeat center;
}
#flashContainer {
	margin: 0 auto;
	width: 994px;
	height: 329px;
	background:#FFFFFF;
}
#flash {
	padding-left:7px;
}


/* CONTENT */
#contentContainer {
	margin: 0 auto;
	width: 994px;
	height: 219px;	
}
#contentLeft {
	float:left; 
	width:358px;
}
#contentMiddle {
	float:left; 
	width:278px;
}
#contentRight {
	float:left; 
	width:358px;
}
#visitComm {
	background:url(bg_fin_kc.png) no-repeat;
}
#commButton{
	padding:8px 0px 10px 7px;
}
#servicesHeader {
	height:46px;
}
#services {
	background: url(bg_services.png) no-repeat top;
	height:223px;
	width:278px;
}
#companies {
	height:115px;
}
#news {
	height:108px;
	padding-top:7px;
}
#emailSignup {
	background:url(bg_email_signup.png) no-repeat;
	width:358px;
	height:104px;
}
.emailbox{
	background:url(bg_emailbox.jpg) no-repeat;
	border:0px;
	padding:3px 0px 3px 2px;
	width:144px;
}
#signup_container {
	padding-top:33px;
}
#signup_message {
	padding:33px 25px 0px 25px;
}
ul.serviceshome{
	list-style-type:none;
	text-align:center;
	line-height:16px;
	font-size:15px;
	padding:8px 0px 0px 0px;
	margin:0px;
	width:278px;
}
.serviceshome li {
	border-bottom:solid 1px white;
	padding:5px 0; 
	text-align:center; 
	margin:0;
}

/* FOOTER */
#footerContainer {
	width: 100%;
	height: 44px;	
	margin-top:-44px;
	background: url(bg_footer.jpg) repeat-x bottom #FFFFFF;
	color:#496677;
	font-size:11px;
	clear:both;

}
#footerContent {
	margin: 0 auto;
	width: 960px;
	padding-top:15px;
	color:#c0c0c0;
}

#footerContent a{
	color:#c0c0c0;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}
.padding {
	padding-bottom:44px;
}

/* CLASSES */
.clearIt {
	clear: both;
}

/* CAROUSEL */
#news{ 
	background:url(img_news.gif) no-repeat;
}
#newstop {
	width:325px; 
	height:32px;
	border-bottom: solid 2px #ececec; 
	margin:0px 20px 0px 20px;
}
#newsHeader {
	float:left;
	padding:6px 0px 10px 0px;
}
#links {
	padding-top:6px;	
	float:right;
}
#viewport{
	clear:both;
    width: 338px;
	height:71px;
    overflow:hidden;
	position:relative;
}
#viewport ul{
	*padding-top:12px;
    width: 320px;
    position: relative;
}
#viewport li{
    width: 320px;
    height: 65px;
    float: left;
    list-style: none;
    position: relative;
	left:-20px;
	margin-right:20px;
}
#next, #next2{ 
	cursor:pointer;
}
#previous, #previous2 { 
	cursor:pointer; 
}#viewport2{
	clear:both;
    width: 327px;
	height:71px;
    overflow:hidden;
	position:relative;
	margin-left:20px;
}
#viewport2 ul{
	*padding-top:12px;
    width: 327px;
    position: relative;
}
#viewport2 li{
    width: 109px;
    height: 65px;
    float: left;
    list-style: none;
    position: relative;
	left:-40px;
	margin:0px;
}



.wrapper ul     { margin: 0 0 25px 25px; }
.wrapper ul li  { margin: 0 0 8px 0; }

.wrapper * { margin: 0; padding: 0; }