*{
/*	font-size:11px; */
	font-family:Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
}

body{
	background:#e6e6e6;
	color:#123240;
}

p{
	margin:0 0 16px 0;
}

div:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:1px solid #12323F;
	margin: 9px;
}

a{
	color:#00a;
}

a:hover{
	color:#00d;
}


/* BEGIN: Headings ================== */
h1{
	font-size:26px;
}

h2{
	font-size:15px;
}

h2.home{
       font-size: 26px;
       text-align: center;
       letter-spacing: -0.05em;
}

.trade{
       font-size: 18px;
       vertical-align: top;
}

h3{
	font-size:14px;
}

h4{
	font-size:13px;
}

h5{
	font-size:12px;
}

h6{
	font-size:11px;
}
/* END: Headings ================== */

#main{
	margin:0 auto;
	width:951px;
	background:#FFF;
}

#header{
	width:951px;
	height:297px;
	padding:20px 0 0 0;
	background:url(images/bgHeader.jpg) no-repeat;
}

#logo{
	float:right;
	display:block;
	text-indent:-9999px;
	width:403px;
	height:85px;
	margin:0 50px 90px 0;
	background:url(images/imgLogo.jpg) no-repeat;
}

#top-nav{
	clear:both;
	width:500px;
	float:right;
	margin-bottom:24px;
	font-weight:bold;
}

#top-nav li, #top-nav li a, #btm-nav li, #btm-nav li a{
	float:left;
	display:inline;
	font-weight:bold;
}

#top-nav li a, #btm-nav li a{
	color:#FFF;
	font-size:10px;
	margin-right:20px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#top-nav li a.last, #btm-nav li a.last{
	margin-right:0;
	font-weight:bold;
}

#top-nav li a:hover{
	color:#c5aab7;
}
#top-nav .active a{
	color:#c5aab7;
}


#btm-nav{
	clear:both;
	width:546px;
	margin-left:4px;
	font-weight:bold;
}

#btm-nav li a{
	margin-right:12px;
	padding-left:12px;
	font-weight:bold;
}

#btm-nav li a:hover{
	background:url(images/bgBtmNav.jpg) left center no-repeat;
}
#btm-nav .active a{
	background:url(images/bgBtmNav.jpg) left center no-repeat;
}
#content{
	padding-top:15px;
	background:url(images/bgContent.jpg) left repeat-y;
}
#ezinebox{
	width:250px;
	float:left;
	margin-left:20px;
}
#callout{
	display:block;
	float:left;
	width:248px;
	height:107px;
	margin:15px 0 0 15px;
	text-indent:-9999px;	
	background:url(images/bgCallout.jpg) no-repeat;
}

#content-container{
	float:left;
	width:620px;
	margin-bottom:30px;
	padding:15px 0 0 26px;
}

#content-container ul{
list-style:inside;
padding:5px 5px 5px 15px;
}

#content-container h1{
	margin-bottom:15px;
}

#content-container p, #content-container em, #content-container strong{
	font-size:16px;
/*	margin-bottom:0; */
}

#home-list{
	clear:both;
	width:950px;
	height:189px;
	margin:0 0 50px 1px;
	background:top url(images/bgHomeList.gif) no-repeat;
}

#home-list-container{
	width:505px;
	margin:0 auto;
	padding-top:40px;
}

#home-list-container h2{
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:25px;
}

#home-list-container li{
	float:left;
	width:200px;
	font-size:16px;		
	list-style:none;
	padding-left:12px;
	background:url(images/bgHomeListItem.gif) left center no-repeat;
}

#home-list-container li.left{
	margin:0 40px;
}

#footer{
	clear:both;
	width:885px;
	height:24px;
	padding:58px 0 0 67px;
	background:url(images/bgFooter.jpg) no-repeat;
}

#footer p, #footer span, #footer span a, #footer a{
font-size:11px;
	color:#FFF;
}

#footer span#phone{
	margin-right:70px;
}

#footer span#email{
	margin-right:80px;
}

#footer span#copy{
	margin-right:70px;
}

#footer a{
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

