/* CSS Document */

body {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background-image: url(images/bground.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#9b9b9b;
	height:134px;
	padding:0;
	margin:0;
	line-height:1.3em;
}
#container {
	width:894px;
}
#header {
	height:130px;
}
#header-left {
	float:left;
}
#header-right {
	float:right;
	padding-top:5px;
}
/*  top nav  */
#topnavcontainer {
	padding:0;
	margin:0;
	margin-top:10px;
	height:28px;
	border-bottom:5px solid #585858;
	
}
#topnav{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#topnav li {
	display: inline;
	list-style-type: none;
}
#topnav a {
	padding:6px 11px 6px 10px;
	font-size:0.9em;
	color: #353037;
	background-color: #f4f1ee;
	text-decoration: none;
	height:28px;
}
#topnav a:hover, #topnav .on {
	color: #fff;
	background-color: #585858;
	text-decoration: none;
}
/*  top nav end */
/*  sub nav */
#navcontainer {
	width: 188px;
	float:left;
	margin-right:5px;
	padding-top:0;
	margin-top:10px;
	height:522px;
}
#navcontainer ul {
	padding-top:0;
	margin-top:0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-align:left;
}
#navcontainer ul a {
	display: block;
	padding: 3px;
	width: 183px;
	text-indent:5px;
	background-color: #f4f1ee;
	font-size:0.8em;
	color: #353037;
	border-bottom:3px solid white;
	color: #353037;
	text-decoration: none;
}
#navcontainer ul a:hover, #navcontainer ul .on {
	background-color: #585858;
	color: #fff;
}
/*  sub nav end */
.nopadd {
	padding:0;
	margin:0;
	position:relative;
	top:-10px;
}
#main-content {
	width:701px;
	float:right;
	text-align:left;
}
.bc {
	padding-top:10px;
	padding-left:10px;
	font-size:small;
	color:#064963;
}
.bc a{
	font-size:small;
	color:#064963;
}
.bc a:hover{
	text-decoration:none;
}
.sub {
	width:154px;
	float:left;
	text-align:left;
	border:1px solid #f4f1ee;
	height:263px;
	padding:5px;
	margin:10px 5px 0px 5px;
}
.sub h1 {
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}

.sub h1 a{
	font-size:small;
	background-color: #f4f1ee;
	text-decoration:none;
	display:block;
	width:154px;
	color:#3a3838;	
	text-indent:5px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}
.sub h1 a:hover{
	background-color: #585858;
	color: #fff;
}
.sub p{
	font-size:0.7em;
	margin:5px;
}
.sub a, .end a {
	color:#064963;
	font-weight:bold;
}
.sub a:hover, .end a:hover{
	text-decoration:none;
}
#why-baron {
	width:171px;
	padding:8px;
	height:208px;
	border:1px solid #f4f1ee;
	font-size:0.9em;
	text-align:left;
	line-height:1.4em;
	color:#3a3838;
}
.arrow {color: #9B9B9B}
.heading {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:8px;
}
.main-sub {
	width:684px;
	float:left;
	text-align:left;
	border:1px solid #f4f1ee;
	height:548px;
	padding:5px;
	margin:10px 5px 0px 5px;
	font-size:small;
}
.end {
	width:328px;
	float:left;
	text-align:left;
	border:1px solid #f4f1ee;
	height:308px;
	padding:5px;
	margin:10px 5px 0px 5px;
}
.end h1{
	font-size:small;
	width:328px;
	color:#3a3838;	
	font-weight:bold;
	text-indent:5px;
	padding-top:5px;
	margin-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.end p{
	font-size:0.7em;
	margin:5px;
	padding-top:0px;
	margin-top:0px;
}
#contact-left {
	float:left;
	width:485px;
}
#contact-right {
	float:right; 
	width:400px;
}

#contact-right a{
	text-decoration:underline;
	font-size:small;
	color: #353037;
}
#contact-right a:hover{
	text-decoration:none;
}
#text {
	clear:both;
	padding-top:1px;
	
}
#text p {
	background-color: #f4f1ee;
	padding:5px;
	text-align:left;
	font-size:small;
	margin-top:10px;
	margin-bottom:5px;
}
#footer {
	width:875px;
	background-color:#3a3838;
	padding:10px;
	color:gray;
	font-size:x-small;
	text-align:left;
	clear:both;
	margin-top:10px;
}
#footer a {
	color:white;
	font-size:1.2em;
	clear:both;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

