/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 12px;
    line-height: 12px;
    font-family: arial, sans-serif;
    color: #999;
    background: #353536 url(images/bg.png) repeat 0 0;
    min-width: 882px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 { 
	font-weight: normal;
	font-size: 36px;
	line-height: 1.1em;
	font-family: Palatino, serif;
	color: #cc3300;
}
h3 { 
	font-weight: normal;
	font-size: 21px;
	line-height: 1.1em;
	font-family: Palatino, serif;
	color: #cc3300;
}

a { 
	color: #0252aa; 
	text-decoration: none; 
	cursor: pointer; 
}
a:hover { 
	text-decoration: underline;
}
a img { 
	border: 0;
}
input, textarea, select { 
	font-size: 12px; 
	font-family: arial, sans-serif;
}
strong {
	font-weight: bold;
}

.cl { 
	display: block; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
	clear: both;
}
.notext { 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px;
}
.left { 
	float: left; 
	display: inline;
}
.right { 
	float: right;
	display: inline;
}

.shell { 
	width: 882px;
	margin: 0 auto;
	position: relative;
}

#siteHeader { 
	margin-top: 15px; 
	background: url(images/header-bg.png) repeat-x 0 0; 
	padding: 4px 0 21px 0; 
	position: relative; 
}

#logo { 
	width: 185px; 
	float: left;
}
#logo a { 
	display: block; 
	background: url(images/logo.png) no-repeat 0 0; 
	height: 116px;
}

#siteNav { 
	float: right;
	margin: 92px 0px 0px;
}
#siteNav ul li {
	margin: 0px 21px;
	padding: 0px 0px; 
	float: left; 
	display: inline; 
	font-family: Palatino, serif;
	position: relative;
}
#siteNav ul li:last-child {
	margin: 0px 0px 0px 20px;
}
#siteNav ul li a { 
	float: left; 
	font-size: 16px; 
	line-height: 16px; 
	color: #999; 
	padding: 0 5px 2px;
}
#siteNav ul li a:hover, #siteNav ul li a.active { 
	text-decoration: none; 
	border-bottom: solid 4px #3f3f3f;
}
#siteNav ul ul {
	display: none;
	margin: 0px;
	padding: 0px;
	background: #353536;
	border: 1px solid #666;
	list-style: none;
	position: absolute; 
	top: 24px;
	left: 0px;
	z-index: 100;
}
#siteNav ul ul li {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666;
}
#siteNav ul ul li:first-child {
	border-top: none;
}
#siteNav ul ul li a {
	margin: 0px;
	padding: 5px 30px 9px 10px;
	min-width: 150px;
}
#siteNav ul ul li a:hover {
	margin: 0px;
	padding: 5px 30px 9px 10px;
	background: #666;
	border: none;
}
#siteNav > ul > li:hover ul {
	display: block;
}
#wrapper { 
	position: relative;
	margin: 12px 0 49px 0; 
	padding: 49px 0 37px 0; 
	border-top: solid 1px #666666; 
	border-bottom: solid 1px #666666; 
}

#wrapper .centerLogo {
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(images/center-logo.png) no-repeat 0 0;
	width: 109px;
	height: 41px;
}

#main { 
	background: url(images/main-bottom.png) no-repeat 0 bottom; 
	width: 882px; padding: 0 32px 26px 32px; 
	position: relative; margin: 0 -32px; 
}
#mainTop { 
	background: url(images/main-top.png) no-repeat 0 0; 
	padding: 12px 0 0 0; 
}
#mainCnt { 
	background: url(images/main-cnt.png) repeat-y 0 0; 
	padding: 0 14px;
}
.mainCnt {
	width: 500px;
}

#welcome { 
	padding: 18px;
}
#welcome .cnt {
	padding: 3px 0 0 0;
	font-size: 15px; 
	line-height: 1.4em;
	color: #333; 
	font-family: Palatino, serif;
}
#welcome .cntItemBlock {
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
}
#welcome .cntItemBlock ul {
	margin: 0px 15px 1.4em 0px !important;
	padding: 0px 15px 0px 0px !important;
	float: left;
}
#welcome .cntItemLeft {
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	width: 500px;
}
#welcome .cntItemRight {
	width: 257px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	border-left: 1px solid #ddd;
	float: left;
}
#welcome .cnt h1 { 
	padding: 0 0 0.5em 0;
}
#welcome .cnt h3 { 
	padding: 0 0 0.5em 0;
}
#welcome .cnt p { 
	padding: 0 0 1.4em 0; 
}
#welcome .cnt ul {
	margin: 0px 0px 1.4em;
	padding: 0px;
}
#welcome .cnt ul li {
	margin: 0px 0px 5px 18px;
	padding: 0px;
	list-style: square;
}
#welcome .image { 
	margin: 0px 0px 18px 18px;
	float: right;
}
#welcome .image img { 
	display: block;
 }

#pageFooter { 
	height: 167px; 
	background: url(images/footer-bg.png) repeat-x 0 0; 
	padding: 43px 0 0 0; 
	text-align: center;
}
#pageFooter p span { 
	padding: 0 3px;
}