* { 
	padding:0;
	margin:0;
}

/* -- HTML Tags -- */
body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.6em;
	text-align:center;
	background: #0b4452 url(graphics/header_tile.gif) top center repeat-x; 
}
img { border:0; }
a { color:#a94528; }
td { vertical-align:top; padding:5px; }
.desc { text-align:right; font-weight:bold; }
table { margin-bottom:25px; width:470px; }
hr { height:1px; color:#c6d0d3; background-color:#c6d0d3; border:0; margin-top:5px; margin-bottom:20px; }
ul { padding:0 0 10px 36px; }

/* -- <h#>s -- */
h1 { text-indent: -5000px; }
h4 { text-indent: -5000px; }
h2 { height: 30px; }
h6 { height: 14px; }

#contactUs {  height:27px; background: url(graphics/title_contactuswhite.gif) no-repeat; } 



/* -- Header -- */
#header {
	height:117px;
	width:820px;
	margin: 0 auto;
	background: url(graphics/header_bg.jpg) bottom right no-repeat; 
	text-align:left;
}
#logo {
	margin:17px 0 0 10px;
	float:left;
}
#nav {
	margin:67px 20px 0 0;
	float:right;	
	display:inline;
}



/* -- Sidebar -- */
#sidebar {
	float:left;
	width:290px;
	padding:0 20px 20px 0;
	background: url(graphics/sidebar_bg.jpg) top right no-repeat;
}
#sidebar p { 
	margin:2px 0 12px 14px;
}
#sidebar #businessOnlineHeader {
	margin-top:35px;

}
#sidebar img {
	margin-top:10px;
}

#subpage #sidebar img { margin:22px 0 0 26px; }

/* -- Body -- */
#body {
	width:100%;
	background-color:#fff;
	min-height:530px;
	height:auto !important;
  	height:530px;
}
#subpage #body {
	min-height:530px;
	height:auto !important;
  	height:530px;
}
#home #mainContent { 
	float:right;
	width:490px;
	margin-top:45px;
}
#subpage #mainContent { 
	float:right;
	width:480px;
	margin-top:30px;
}
#mainContent p {
	margin: 10px;
}
#subpage #mainContent p { 
	margin-left:0;
}
#container { 
	margin:0 auto;
	text-align:left;
	width:800px;
}
#tagline {
	margin:0 0 10px 10px;
}
#req_fields {
	padding-left:170px;
	color:#888;
	font-size:11px;
	padding-top:10px;
}




/* -- Subcontent -- */
#subcontent {
	clear:both;
	padding:20px 0 4px 0;
	width:100%;
	background-color:#e7ecf1;	
	min-height:120px;
}
#subcontent div {
	text-align:left;
	margin:0 auto;
	padding-left:13px;
	width:790px;
}
#subcontent p {
	margin:0 0 15px 2px;
}



/* -- Footer -- */
#footer {
	width:100%;
	color: #56808a;
	height: 50px;
	background: url(graphics/footer_tile.gif) repeat-x;
}
#home #footer {
	background: url(graphics/footerMain_tile.gif) repeat-x;
}
#footer p { padding-top:20px; }



/* -- Utility -- */
.star {
	color:#A23718;
}
.clearFloats { clear:both; }