@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body, ul, li, form, {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg.jpg) top repeat-x #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#111111;
	font-size:11pt;
	text-align:justify;
}

#wrapper {
	margin:0 auto;
	width:870px;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#header {
	background:url(../images/header.png);
	height:144px;
	position:relative;
	z-index:2;
}

#photo {
	margin-top:-40px;
	height:300px;
	position:relative;
	z-index:1;
}

#pageHeader {
	margin-top:-40px;
	background:url(../images/pageHead.jpg) center no-repeat;
	height:63px;
	position:relative;
	z-index:3;
}

#content {
	margin-top:-5px;
	padding-bottom:25px;
	height:100%;
	position:relative;
	z-index:2;
	background:url(../images/pageBG.jpg) repeat-y center;
}

#rtSide {
	position:absolute;
	width:220px;
	float:right;
	top:0;
	right:0;
	margin-right:70px;
	margin-top:0px;
	clear:both;
}

#footer {
	position:relative;
	width:846px;
	margin:0 auto;
	background:url(../images/footer.jpg) center no-repeat;
	margin-top:-15px;
	height:94px;	
}

.clear {
	clear:both;
}

#imageMenu {
	float:right;
}

/* typography */

#pageHeader h1 {
	margin:0;
	margin-left:55px;
	font-size:16pt;
	line-height:400%;
	text-transform:uppercase;
}

#content p {
	margin:5px 300px 10px 55px;
	line-height:160%;
	letter-spacing:.1em
}

.important {
	font-style:italic;
	color:#052a4c;
}

.heading {
	font-size:14pt;
	color:#003f7d;
	margin:0;
}

a {
	color:#0033CC;
	text-decoration:underline;
	margin:0;
}

#content img {
	padding-left:48px;
}

a:hover {
	text-decoration:overline;
}

a[href $='.pdf'] {
	padding-right: 40px;
	padding-top:30px;
	background:url(../images/pdfico.jpg) no-repeat bottom right;
	border:none;
}

.home {
	width:400px;
	height:100px;
	display:block;
	margin-left:30px;
	margin-top:30px;
	float:left;
}

ul {
	list-style:circle;
	list-style-position:inside;
	line-height:150%;
	font-size:12pt;
	color:#000000;
}

li {
	text-indent: -1em;
	margin-right:240px;
}

#content ul {
	margin-left:10px;
	*margin-left:50px;
}

.module {
	width:200px;
	height:200px;
}

.module img {
	border:none;
}

#footer .sitenav {
	text-align:right;
	font-size:9pt;
	padding-top:57px;
	margin-right:20px;
}

#footer .pchouse {
	color:#FFFFFF;
	font-size:9pt;
	float:right;
}

ul, li, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
