﻿body{
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	font-family: Garamond; 
	font-size: 14px; 
	background-color: #79715E; 
	background-image: url('../images/background.gif'); 
	background-repeat: repeat-x;
	color: #6D6E6F;
}

#container{
	width:1000px;	
	position:relative;
	margin:0 auto;	
	height: 100%;
}

#nav-header{
	background-color: #1C2E3A;
	width: 1000px;
	position: relative;
	font-family: Verdana;
	overflow:hidden;
	font-size:11px;
	color:#D3CE96;
}

#nav-header ul{
	padding: 10px;
	padding-left: 15px;
	margin:0 40px 0 0;
	list-style:none;
	float:left;
	display:inline;
}
#nav-header ul li{
	display:inline;	
}
#nav-header ul li.first a{
	background:none;	
}
#nav-header ul li a{
	background:url('../images/nav-header-seperator.gif') no-repeat 0 50%;
	padding:0 10px 0 15px;
	font-size:11px;
	color:#D3CE96;
	text-decoration: none;
}
#nav-header ul li a:hover{
	text-decoration:underline;
}

#header{
	background-color: #ffffff;
	width: 1000px;
	position: relative;
	overflow:hidden;
	height: 145px;
}

#header a.arrc-logo{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	background:url('../images/arrc-logo.png');
	left:30px;
	top:45px;
	width:315px;
	height:64px;
}

#header a.chartec-logo{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	background:url('../images/chartec-logo.png');
	left:360px;
	top:45px;
	width:192px;
	height:64px;
}

#header div.call-us{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url('../images/call-us.png');
	left:734px;
	top:48px;
	width: 237px;
	height: 57px;
}

#home-banner{
	background-color: #ffffff;
	width: 1000px;
	position: relative;
	overflow: hidden;
	height: 60px;
	background-image:url('../images/home-banner.gif');
	text-indent:-9999px;
}

#main{
	width: 1000px;
	background-color: #112452;
	clear: both;
	background-image:url('../images/main-background.gif');
}

#left-column{
	width:640px;
	float:left;
	background-color: #ffffff;
	text-align: left;
	padding: 30px;
	margin-bottom: 0;
}

#left-column h1{
	margin:0;
	display:block;
	overflow:hidden;
	width:640px;
	font-size: 18px;
	line-height: 26px;
}

#left-column h1 span{
	color: #083161;
	font-size: 20px;
}

#left-column ul{
	margin: 0;
	margin-left: 15px;
	padding: 5px 0 0 10px;
	list-style: none;
	font-family: Arial;
	font-size: 15px;
	color: #083161; 
	line-height: 21px;
}

#left-column ul li{
	padding-bottom: 10px;
	background: url(../images/list-bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 18px;
	padding-bottom: 10px;
}

#left-column h2{
	margin:0;
	display:block;
	overflow:hidden;
	width:640px;
	font-size: 18px;
	color: #fbb03f;
}

#left-column p{
	line-height: 22px;
}

#left-column p label.first{
	color: #083161;
	font-size: 16px;
}

#right-column{
	width:240px;
	float:right;
	background-color: #112452;
	padding: 30px;
	color: #ffffff;
	font-size: 16px;
	min-height: 1007px;
}

#right-column div.title-area{
	width:240px;	
	position:relative;
	margin:0 auto;
	margin-bottom: 30px;
}

#right-column div.title-area div.large-title{
	border: solid 1px #ffffff;
	padding: 10px;
	font-size: 18px;
	color: #fbb03f;
	width: 120px;
	text-transform: capitalize;
	margin:0 auto;
}

#right-column div.title-area div.small-title{
	border: solid 1px #ffffff;
	padding: 7px;
	font-size: 15px;
	color: #fbb03f;
	width: 225px;
	text-transform: capitalize;
	margin:0 auto;
}

#right-column p{
	line-height: 23px;
	margin-bottom: 30px;
}

#right-column ul{
	margin-left: 0px;
	padding-left: 19px;
	list-style: circle;
	font-size: 13px;
	color: #ffffff; 
	line-height: 21px;
}

#footer{
	width: 1000px;
	background-color: #46785B;
	min-height: 35px;
	clear: both;
}


