body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: url(bg_body.jpg) repeat-x #F6F6F6;
}

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%;
}

/* HEADER*/
#header {
	width: 100%;
	height: 135px;
	margin: 0px auto;
}
#headerContent {
	margin: 0 auto;
	width: 994px;
	height: 165px;	
}
#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;
}
#servicesHeader {
	height:46px;
}
#services {
	background: url(bg_services.png) no-repeat top;
	height:173px;
	width:278px;
}
#companies {
	height:115px;
}
#news {
	height:115px;
}
#news p {
	margin:0;
	padding:0;
}
#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;
}
/* 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-color:#fff;}
#newstop{ width:325px; border-bottom: solid 2px #ececec; margin:0 18px 10px 24px;padding:6px 0;}
#viewport{
        width: 320px;
		height:65px;
        overflow:hidden;
		position:relative;
}
#viewport ul{
        position: relative;
        padding: 0;
		margin:0 18px 10px 24px;
}
#viewport li{
        width: 317px;
        height: 65px;
        float: left;
        list-style: none;
}
#next{ float:right; }
#previous { float:right; }