﻿body
{
	background: #CCCCCC;
	font-family: Baskerville, Verdana, Sans-serif;
	font-size: .8em;
}
a, a:visited
{
	color: #2b4a83;
}
a:hover
{
	color: #FF9933;
}
a.pdf
{
	background: url(../images/pdf_icon.png) no-repeat 100% center;
	padding-right: 20px;
}

a.noline
{
	text-decoration: none;
}

a.pdfront
{
	background: url(../images/pdf_icon.png) no-repeat 0 center;
	padding-left: 20px;
	text-decoration: none;
	margin-left: 5px;
	line-height: 15px;
}
a.zip
{
	background: url(../images/zip_icon.png) no-repeat 100% center;
	padding-right: 20px;
}
a.user
{
	background: url(../images/user_icon.png) no-repeat 100% center;
	padding-right: 20px;
	text-decoration: none;
}
a.expand
{
	background: url(../images/expand.gif) no-repeat 0 center;
	padding-left: 20px;
	margin-left: 30px;
	text-decoration: none;
	line-height: 15px;
}
a.itemtitle
{
	background: url(../images/item_title.gif) no-repeat 0 center;
	padding-left: 20px;
	text-decoration: none;
}
a.plus
{
	background: url(../images/plus.gif) no-repeat 0 center;
	padding-left: 15px;
}
a.minus
{
	background: url(../images/minus.gif) no-repeat 0 center;
	padding-left: 15px;
}

header
{
	width: 100%;
	background: #2b4a83;
}
.inner
{
	padding: 0px;
	margin: 0px 20px 0 20px;
}
header hgroup
{
	height: 75px;
	margin: 0px;
	padding-top: 10px;
	color: #FFF;
}
header a
{
	text-decoration: none;
}
header hgroup h1
{
	background: url(../images/logo.png) no-repeat;
	height: 65px;
	text-indent: 174px;
	text-transform: uppercase;
}
header hgroup h2
{
	text-indent: 174px;
	text-transform: uppercase;
	height: 10px;
}

.nav-wrapper
{
	padding: -5px 0px 0px 0px;
	width: 100%;
	background: #666;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	z-index: 200;
}
.boxshadow .nav-wrapper
{
	-moz-box-shadow: 0px 2px 20px #000;
	-webkit-box-shadow: 0px 2px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

nav
{
	margin: 0 auto;
	width: 1000px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	position: relative;
	background-color: #666;
	font: 16px Tahoma, Sans-serif;
}
nav ul
{
	padding: 0;
	margin: 0;
}
nav li
{
	position: relative;
	float: left;
	list-style-type: none;
	z-index: 500;
}
nav ul:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
nav li a
{
	display: block;
	padding: 10px 20px;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	color: #EEE !important;
	text-decoration: none;
	font-weight: bold;
}
nav li a:hover
{
	color: #FF9933 !important;
	background: #808080;
}
nav li a:focus
{
	outline: none;
	text-decoration: underline;
}
/*nav li:first-child a { border-left:1px solid #999; }*/
nav li.last
{
	border-right: 1px solid #999;
}
nav li.last a
{
	border-right: 1px solid #333;
}
nav a span
{
	display: block;
	float: right;
	margin-left: 5px;
}
nav ul ul
{
	display: none;
	width: 200px;
	position: absolute;
	left: 0;
	background: #666;
	border: 1px solid #333;
}
nav ul ul li
{
	float: none;
}
nav ul ul a
{
	padding: 5px 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	border-left: none;
	border-right: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
nav ul ul li.last a
{
	border-bottom: none;
	border-right: none;
}
nav ul ul li.last
{
	border-right: none;
}
nav ul ul a:hover
{
	background-color: #555;
}


form#search-form
{
	float: right;
	margin-top: -33px;
	position: relative;
	right: 8px;
}
form#search-form div
{
	width: 249px;
	border: solid 1px #333;
	overflow: hidden;
	background: url(../images/search.png) no-repeat 4px 50% #FFF;
    left: 0px;
}
form#search-form div input[type="text"]
{
	margin: 0px 0px 0px 24px;
	padding: 0px;
	width: 150px;
	border: 0px;
	height: 22px;
}
form#search-form div input[type="submit"]
{
	cursor: pointer;
	margin: 0px;
	float: right;
	background: #FF9933;
	padding: 0px 5px 0px 5px;
	height: 24px;
	width: 75px;
	border-left: solid 1px #333;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font-weight: bold;
	color: #333;
}
form#search-form div input[type="submit"]:hover
{
	background: #FFAA00;
	color: #000;
}


.container-wrapper
{
	background: #FFF;
	margin: 0px auto;
	width: 1000px;
	min-height: 500px;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	clear: both;
}
.boxshadow .container-wrapper
{
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.main-container
{
	position: relative;
	padding: 15px;
	overflow: hidden;
}
.breadcrumbs
{
	margin-bottom: 15px;
}

footer
{
	margin-top: 10px;
	color: #333;
}
footer .inner
{
	padding: 10px;
}

.attention
{
	color: Red;
}
