/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background: #1D1A0C;
	text-align: center;
	display: block;
	padding: 0 0 20px 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #1D1A0C;
	font-size: 80%;
}
#Wrapper {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#Header {
	background: url(../_images_gen/header_bg.gif) repeat-x top;
	width: 910px;
	padding: 0 0 0 50px;
}
#Logo {
	width: 277px;
	float: left;
}
#Logo img {
	display: block;
}
#Navigation {
	width: 630px;
	float: right;
	padding: 68px 0 0 0;
}
#Navigation ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
}
#Navigation li {
	display: block;
	float: left;
	margin: 0 0 0 22px;
	padding: 0 0 4px 0;
}
#Navigation li.First {
	margin: 0;
}
#Navigation li.Active {
	background: url(../_images_gen/nav_active_arrow.gif) no-repeat bottom;
}
#Navigation li a {
	display: block;
	padding: 0 0 0 4px;
	margin: 0;
	text-decoration: none;
	color: #1D1A0C;
	font-size: 120%;
	background: url(../_images_gen/nav_bg_left.gif) no-repeat left -31px;
}
#Navigation li a span {
	display: block;
	padding: 6px 15px 7px 11px;
	background: url(../_images_gen/nav_bg_right.gif) no-repeat right -31px;
}
#Navigation li.Active a {
	background: url(../_images_gen/nav_bg_left.gif) no-repeat left 0px !important;
	color: #fff;
}
#Navigation li.Active a span {
	background: url(../_images_gen/nav_bg_right.gif) no-repeat right 0px !important;
}
#Navigation li a:hover {
	background: url(../_images_gen/nav_bg_left.gif) no-repeat left -62px;
}
#Navigation li a:hover span {
	background: url(../_images_gen/nav_bg_right.gif) no-repeat right -62px;
}
#Page {
	padding: 35px 50px;
}
h1#PageTitle {
	font-size: 200%;
	font-weight: normal;
	border-bottom: 1px solid #E3EAEF;
	margin: 0 0 0px 0;
	padding: 0 0 4px 0;
}
#Content {
	font-size: 95%;
}
.SubTitle {
	padding: 20px 0 20px 70px;
	border-bottom: 1px solid #E3EAEF;
	background: url(../_images_gen/watermark.gif) no-repeat left;
	margin: 0 !important;
}
#ContentLeft {
	width: 400px;
	float: left;
	padding: 25px 0 0 0;
}
#ContentRight {
	width: 400px;
	float: right;
	padding: 25px 0 0 0;
}
#ContentFullWidth {
	padding: 25px 0 0 0;
}
#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content h5,
#Content p,
#Content ol,
#Content ul,
#Content blockquote {
	margin: 0 0 15px 0;
}
#Content h1 {
	font-size: 180%;
	font-weight: normal;
}
#Content h2 {
	font-size: 140%;
	font-weight: normal;
}
#Content h3 {
	font-size: 130%;
}
#Content h4 {
	font-size: 110%;
}
#Content ul,
#Content ol {
	padding: 0 0 0 20px;
}
#Content a {
	color: #5B8BC7;
}
#Content a:hover {
	color: #444;
}


#Footer {
	background: #5b8bc7 url(../_images_gen/footer_bg.gif) no-repeat bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
}
#Footer p {
	float: left;
	padding: 18px 15px;
	letter-spacing: 1px;
}
#Footer a {
	color: #1D1A0C;
	text-decoration: none;
}
#Footer a:hover {
	color: #E3EAEF;
	text-decoration: underline;
}
#Footer img {
	float: right;
	padding: 10px;
}
p#PanCredit {
	width: 860px;
	text-align: right;
	margin: 0 auto;
	padding: 15px 0 0 0;
	font-size: 80%;
}
p#PanCredit a {
	color: #444;
	text-decoration: none;
}
p#PanCredit a:hover {
	color: #5b8bc7;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.Clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

hr {
	border: none 0;
	border-top: 1px dashed #d1ccdd;
	width: 100%;
	height: 1px;
	padding: 0 0 10px 0;
}