@charset "UTF-8";
/* CSS Document */
body {
	font-size: 100%;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.clearflt {
	clear: both;
}
p {
	margin-bottom: 1em;	
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 18px;
	margin-top: 1.6em;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;	
}
h3 {
	font-size: 13px;	
}
h4, h5 {
	font-size: 12px;
	margin-bottom: -1em;
	font-weight: bold;
}
h5 {
	font-weight: normal;
	margin-bottom: -.7em;
}
.nomarg {
	margin-top: 0;	
}
.drkgreen {
	color: #209244;	
}
ul, ol {
	margin-top: -1em;	
}
blockquote {
	font-style: italic;	
}
hr
{
  border-color: #cfd8c6;
  border-style: dashed;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 -.3em 0;
  height: 0;
  width: 99%;
}
a {
	color: #4f80ff;
	text-decoration: none;
}
a:hover {
	color: #134193;	
}


#wrap {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 10px;
	height: auto;
}
#header {
	height: 130px;	
	background-image: url(../_assets/hp_header_bkg.png);
	background-repeat: no-repeat;
	background-position: top left;
	}
#header-menu {
	position: relative;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	top: 0;
}
#header-menu a {
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0 10px;
}
#header-menu a.last {
	border-right: none;	
	padding: 0 0 0 10px;
}
#header-menu a:hover {
	text-decoration: underline;
}
#contentwrap {
	background-image: url(../_assets/inner_bkg.png);
	background-repeat: repeat-y;
	width: 900px;
	height: auto;
}
#sidebar {
	width: 200px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#sidebar img {
	border-bottom: 6px solid #fff;	
}
#sidebar_content {
	padding: 12px 0;
	margin-left: 30px;
	width: 140px;
	height: auto;
}
#sidebar_content p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style:italic;
	font-weight: bold;
	line-height: 1.9;
	color: #fff;
}
#content { 
	float: right;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	padding: 10px 40px 0 40px;
	width: 620px;
}
#content .heading {
	margin: 30px 0 40px 0;	
}
#subcontentwrap {
	width: 700px;
	margin: 30px 0 0 -40px;	
	background-image: url(../_assets/sub-content_bkg.png);
	background-repeat: no-repeat;
	height: 80px;
}
* html #subcontentwrap {
	margin: 30px -40px 0 -40px;	
}
#subcontent {
	width: 400px;
	position: relative;
	float: left;
	padding: 10px 0 0 200px;
}
* html #subcontent {
	margin-left: 4px;	
}

#subcontent p {
	margin: 0;
	width: 390px;
	font-size: 12px;
	line-height: 1.7;
	
}
#subcontent_link {
	float: right;
	width: 74px;
	padding: 10px 0 0 24px;
	margin: 0;
}
* html #subcontent_link {
	padding: 10px 0 0 0;	
}
#subcontent_link p {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	line-height: 1.7;
}

#subcontent_link a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
#subcontent_link a:hover {
	color: #000;	
}
#footer {
	height: 50px;
	background-image: url(../_assets/footer_bkg.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 14px;
}
