*{
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Arial, sans-serif;
}

body{
	color:#11264f;
	background:#c67e1f;
}

p{
	margin:8px 0 8px 0;
}


div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

img{
	border:0px;
	margin:7px;
	border:2px solid #603D1F;
}

a{
	color:#11264f;
	text-decoration:none;
	outline: none;
}

a:hover{
	color:#11264f;
	text-decoration:underline;
}


/* BEGIN: Headings ================== */
h1{
	font-size:16px;
}

h2{
	font-size:15px;
}

h3{
	font-size:12px
}

h4{
	font-size:11px
}

h5{
	font-size:11px
}

h6{
	font-size:11px
}
/* END: Headings ================== */

#main{
	margin:0 auto;
	width:988px;
	background:url(images/bgMainMid.jpg) repeat-y;
}

#maincontainer{
	min-height:300px;
	padding-top:336px;
	background:url(images/bgMain.jpg) top no-repeat;
}

#nav{
	float:right;
	margin-right:58px;
}

#nav li{
	list-style:none;
	float:left;
	display:inline;
	margin-left:15px;
}

#nav li a{
	/* font-style:italic; */
	font-weight:bold;
}

#nav li a:hover, #nav li.active a{
	color:#4d2b13;
	text-decoration:none;
}

#nav li a.active{
	font-weight:bold;
}

#left{
	clear:right;
	float:left;
	width:204px;
	height:320px;
	margin:0 37px 0 57px;
	padding:22px 0 0 32px;
	background:url(images/bgLeft.jpg) bottom no-repeat;
}

#left h4{
	width:146px;
	height:36px;
	margin-bottom:5px;
	background:url(images/bgLetUsBring.gif) no-repeat;
	text-indent:-9999px;
}

#left a{
	display:block;
	width:146px;
	height:22px;
	background:url(images/btnContactUs.gif) no-repeat;
	text-indent:-9999px;
}

#left a:hover{
	background-position:0 -22px;
}

#content{
	float:left;
	width:590px;
	padding-top:36px;
/*	font-style:italic; */
}

#content h1{
	margin-bottom:16px;
}

#content ul, #content ol  {
list-style-position: outside;
padding-left:30px;
}

#footer{
	margin:0 auto;
	width:988px;
	height:51px;
	text-align:center;
	padding-top:10px;
	background:url(images/bgFooter.jpg) no-repeat;
}

#footer p, #footer p a{
	font-size:10px;
	color:#4d2b13;
	/* font-style:italic; */
}	

#footer p{
	padding-left:45px;
}

#footer p a{
	margin-left:10px;
}

#footer p a.map{
	text-decoration:underline;
}

#footer p a.map:hover{
	text-decoration:none;
}
