
body {
	background: url(/images/public/bg.gif) repeat-y center;
}

a {
	text-decoration: none;
	color: #0669B2;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#header {
	height: 182px;
	background: url(/images/public/bg-header.gif) repeat-x bottom;
}

#header h1 {
	position: relative;
	width: 860px;
	margin: 0 auto;
	background: url(/images/public/bg-logo.gif) no-repeat;
	background-position: 30px 6px;
	height: 139px;
}

#header h1 a {
	position: absolute;
	width: 100%;
	height: 110px;
	bottom: 0;
	outline: none;
	text-indent: -9999px;
	overflow: hidden;
}

#info {
	position: absolute;
	top: 0;
	left: 50%;
	width: 870px;
	margin: 5px 0 0 -432px;
	text-align: right;
	color: #8e8e8e;
	font-family: georgia;
}

#info a {
	color: #8e8e8e;
}

#info span {
	padding-left: 15px;
}

#body {
	width: 870px;
	margin: 20px auto 0 auto;
}

#content {
	margin-left: 218px;
}

#content h1 {
	font-size: 182%;
	color: #044476;
	font-family: georgia;
}

#content h2 {
	margin-top: 1.5em;
	font-size: 135%;
	font-weight: bold;
}

#content h3 {
	margin-top: 1.5em;
	font-size: 128%;
	color: #555;
}

#content p {
	margin: 10px 0;
}

#content ul {
	margin: 10px 0 10px 30px;
	list-style: disc;
}

.box {
	background: url(/images/public/bg-box-mid.gif) repeat-y;
	width: 642px;
	margin-bottom: 20px;
}

.box h1 {
	background: url(/images/public/bg-box-top.gif) no-repeat;
	padding-top: 11px;
	padding-left: 10px;
}

.box .btm {
	background: url(/images/public/bg-box-btm.gif) no-repeat left bottom;
	padding-bottom: 6px;
}

#content .box p {
	margin: 10px;
}

#content .images {
	float: right;
	padding: 0 10px;
	background: #deedf5;
	border: 1px solid #a9c1ce;
	margin: 0 0 20px 20px;
	clear: right;
}

#content .images a {
	display: block;
	margin: 10px 0;
	text-align: center;
}

img.home {
	border: 1px solid #d28125;
}

#footer {
	clear: right;
	font-size: 85%;
	color: #818181;
	font-family: georgia;
	margin: 20px 0 20px 218px;
}

#footer span {
	padding-right: 5px;
}

#footer a {
	color: #555;
}

.copyright {
	text-align: right;
	font-family: georgia, "times new roman", serif;
	color: #818181;
	font-size: 100%;
	padding-right: 10px;
}


/* @group Baisc nav rules. */

#nav {
	background: url(/images/public/bg-nav.gif) no-repeat 3px top;
	float: left;
	width: 204px;
	padding-top: 2px;
	font-family: georgia;
	font-size: 107%;
}

#nav a {
	display: block;
	color: #595959;
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 13px;
	overflow: hidden;
}

#nav a:hover {
	text-decoration: none;
}

#nav a.parent {
	background: url(/images/public/bg-li.gif) no-repeat right 9px;
}

#nav li {
	background: url(/images/public/bg-nav.gif) no-repeat 3px bottom;
}

#nav li.sfhover {
	background: url(/images/public/bg-nav-mo.gif) no-repeat 4px bottom;
}

#nav li#current.root {
	background: url(/images/public/bg-nav-active.gif) no-repeat;
	height: 30px;
	line-height: 26px;
	color: #303030;
}

/* @end */

/* @group All List Items */

#nav li {
	position: relative;
	float: left;
	width: 204px;
}

/* @end */

/* @group Second-Level Lists */

#nav ul {
	position: absolute;
	background-color: #E1ECF4;
	margin-left: 201px;
	width: 196px;
	margin-top: -31px;
	border: 1px solid #AFC0CC;
}

#nav ul ul {
	margin-left: 196px;
}

#nav ul li {
	width: 196px;
}

/*#nav ul a:hover {
	background-position: 0;
}*/

/* @end */

/* @group Third-Plus-Level Lists */

#nav li ul {
	left: -999em;
}

/* @end */

/* @group Magic happens here! */

#nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* @end */

#gallery {
	margin-top: 10px;
	width: 100%;
}

#gallery img {
	margin-bottom: 10px;
}

ul#document_list {
	float: right;
	clear: right;
	width: 200px;
	margin: 0 0 1em 1em;
	list-style: none;
	padding: 10px 10px 5px;
	background-color: #deedf5;
	border: solid 1px #a9c1ce;
}

ul#document_list li {
	display: block;
	margin-bottom: 0.5em;
	list-style: none;
	list-style-image: none;
	line-height: 1.4em;
}

ul#document_list a {
	display: block;
	background: url(/images/icons/page.png) no-repeat left center;
	padding-left: 24px;
	margin: 0;
	min-height: 16px;
}

ul#document_list a.pdf { background: url('/images/icons/pdf.png') no-repeat left center; }
ul#document_list a.xls, ul#document_list a.xlsx { background: url('/images/icons/excel.png') no-repeat left center; }
ul#document_list a.doc, ul#document_list a.docx { background: url('/images/icons/word.png') no-repeat left center; }
ul#document_list a.ppt, ul#document_list a.pptx { background: url('/images/icons/powerpoint.png') no-repeat left center; }
ul#document_list a.zip { background: url('/images/icons/zip.png') no-repeat left center; }
