@charset "UTF-8";
body  {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background: #C2B59B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(/assets/images/bg-top.png);
	background-repeat: repeat-x;
}


#outer-container {
	width: 995px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/assets/images/bg-outer.png);
	background-repeat: no-repeat;
} 

#container-top {
	width: 955px;
	margin: 0 auto;
	text-align: right;
	height: 17px;
	background-color: #F78F1E;
}

#container-bottom {
	width: 955px;
	margin: 0 auto;
	text-align: right;
	height: 17px;
	padding: 5px 0 0 0;
	color: #F5E5C6;
	font-size: 10px;
}

#container-bottom a {
	color: #F5E5C6;
	font-size: 10px;
	text-decoration:none;
}

#container-home {
	width: 955px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 588px;
} 

#container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/assets/images/bg-bottom.png);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
} 
#header {
	padding: 0;
	position: absolute;
	z-index: 1000;
	width: 955px;
	} 
#left-bar {
	width: 150px; 
	padding: 0; 
	position: absolute;
	z-index: 900;
	margin: 245px 0 0 45px;
}

#home-left-bar {
	width: 150px;
	padding: 0;
	position: absolute;
	z-index: 900;
	margin: 325px 0 0 45px;
}

#page-heading {
	width: 35px;
	padding: 0;
	position: absolute;
	z-index: 800;
	margin: 183px 0 0 215px;
}
#right-bar {
	float: right;
	width: 208px;
	padding: 0px;
	margin-top: 100px;
}
#mainContent {
	margin: 0px 220px 0 265px;
	padding: 180px 0 0 0;
} 

#mainContent ul {
	margin: 0 0 10px 10px;
	padding: 0px;
	list-style: none;
} 

#mainContent a {
	color: #021d6b;
} 

#mainContent a:hover {
	color: #012794;
	text-decoration: underline;
} 

#home-mainContent {
	margin: 0px 0 0 215px;
	padding: 80px 0 0 0;
	width: 740px;
	position: absolute;
	z-index: 10;
}

#mainContent p {
	margin: 0px 0 10px 0;
} 

#footer {
	padding: 0 10px 0 20px;
	background-color: #C2B59B;
	color: #000000;
	text-align: right;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
#carrier-box {
	margin: 0 0 0 -265px;
	position: absolute;
}
.float-right { 
	float: right;
	margin-left: 8px;
}
.float-left { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container-top ul {
	list-style:none;
	margin: 0 35px 0 0;
}

#container-top li {
	list-style:none;
	display:inline;
	margin: 0 0 0 30px;
}

#container-top a {
	color: #000000;
	text-decoration:none;
}

#container-top a:hover {
	color: #666666;
	text-decoration:none;
}
