body {
	background: #ddd;
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

.wrapper {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../images/bodybg4.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.subpage {
	background-image: url(../images/bodybg-small.png);
}

* {
	margin:0;
	padding:0;	
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #2878A1 none repeat-x scroll -15px 0;
}

td {
	background: #111;
	border-bottom: 1px solid #222;
	color: #999;
}

code, blockquote {
	display: block;
	border-left: 5px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #ddd;
	border: none;
}
blockquote {
	border-left: 5px solid #333;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #909090;
	height: 1%;
}

p {
	line-height: 0.5em;
	margin-bottom: 20px;
}

a {
	color: #256F94;
}

a:hover {
	color: #BC6637;
}

a:focus {
	outline: none;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #666;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form input.formbutton {
	border: none;
	background: #FFFFFF url(../images/search.png) repeat-x scroll 0 -160px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform p {
	margin: 5px 0;
}

form.searchform input.s {
	border: 1px solid #000;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
}

h1 {
	color: #900;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 35px;
}

h2 {
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 28px;
	letter-spacing: -0.5px;
	padding: 0 0 5px;
	margin: 0;
	font-weight: normal;
}

h3 {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h4 {
	padding-bottom: 10px;
	font-size: 15px;
	color: #240015;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h5 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #949494;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h6 {
	padding-bottom: 10px;
	font-size: 13px;
	color: #7D7D7D;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}


#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
}

#header {
	padding: 0;
	margin: 0 auto;
	height: 110px;
}

#header h1  {
	padding-top: 35px;
	padding-left: 10px;
}

#header h1 a {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #9B9B9B;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	text-transform:uppercase;
	text-shadow: 2px 2px #222;
}

#header h2 {
	color: #999;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	
	font-size: 13px;
	margin-left: 7px;
	padding-left: 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#nav {
	height: 50px;
	width: 960px;
}

#nav ul {
	list-style: none;
	padding: 0 5px;
	margin: 0;
	float: right;
	height: 50px;
}

#nav ul li {
	float: left;
	display: block;
	padding:0;
	background: transparent url('../images/nav-left.png') no-repeat scroll top left;
	margin: 0 2px;
}

#nav ul li.selected {
	background: transparent url('../images/nav-selected-left.png') no-repeat scroll top left;
}

#nav ul li a {
	color: #C69;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 22px 20px 12px;
	text-decoration: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	background: transparent url('../images/nav-right.png') no-repeat scroll top right;
}

#nav ul li a:hover {
	color: #990033;
}

#nav ul li.selected a, #nav ul li.selected a:hover {
	color: #c69;
	background: transparent url('../images/nav-selected-right.png') no-repeat scroll top right;
}

#nav ul li a.selected {
	color: #fff;
}

#nav ul li a.selected:hover {
	text-decoration: none;
}

#page-intro {
	height: 150px;
	padding: 50px 20px 0;
	color: #7F7F7F;
}

#page-intro h2, #page-intro-small h2 {
	color: #C9F;
	font-size: 33px;
	font-weight: bold;
	text-shadow: 2px 2px #FFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

#page-intro p {
	font-size: 12px;
}

#page-intro-small {
	height: 66px;
	padding: 30px 20px 0;
	color: #7F7F7F;
}


#body {
	background: transparent none repeat-y scroll 0 0;
	margin: 15px auto 0;
	padding: 15px;
	width: 930px;
}

#content {
	float: right;
	width: 700px;
	margin: 0;
}
.bar {
	float: right;
	height: 765px;
	width: 150px;
	border: medium solid #999;
	background-color: #999;
	letter-spacing: 0em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-size: 11px; /*12;*/
	font-style: normal;
	/*font-weight: bold;*/
	color: #200020;
}


.sidebar {
	width: 200px;
	padding: 10px 0 0;
	float: left;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/sidebar-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 0;
	line-height: 1.9em;
	padding-bottom: 0;
}

.sidebar li ul {
	background-color: #1C0010;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 10px;
	margin: 0;
	line-height: 1.5em;
	color: #999;
}

.sidebar li ul li a {
	font-weight: normal;
	color: #C9C;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	padding: 7px 8px;
	text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
	color: #ccc;
	background-color: #53001B;
}

.sidebar li ul li a:hover {
	color: #ccc;
}

.sidebar h4 { 
	display: inline-block; /* for IE 6, 7 */
}

.sidebar h4 {
	color: 240015;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 1em;
	margin: 0;
	padding: 12px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-color: #3E324A;
	background-image: url(../images/sidebar-h42.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.sidebar-end {
	width: 200px;
	height: 10px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../images/sidebar-botton.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.clear {
	clear: both;
}

#footer {
	margin:0 auto;
	padding: 30px 5px 0;
	background-attachment: scroll;
	background-color: #1c0010;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
}

#footer a {
	color: #999;
	text-decoration: underline;
}

#footer h4 {
	color: #ccc;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

#footer p {
	text-align: left;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer form {
	margin: 0;
	padding: 0;
}

#footer form input#searchbutton {
	background-color: #E53E91;
	margin: 0;
}

#footer form input#searchquery {
	background-color: #333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	padding: 6px 5px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #222;
}

#footer ul li {
	padding: 0;
}

#footer ul li a  {
	display: inline-block; /* for IE 6, 7 */
}

#footer ul li a {
	text-decoration: none;
	display: block;
	font-size: 11px;
	padding: 7px 10px;
	border-bottom: 1px solid #222;
}

#footer ul li a:hover {
	background-color: #111;
}

.footer-box {
	width: 220px;
	margin-right: 26px;
	float: left;
	right: auto;
}

.end-footer-box {
	margin-right: 0;
}

#footer-links {
	background-color: #1A0009;
	color: #ccc;
	padding: 10px;
}
div#footer-links p {
	text-align: right;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	width: 960px;
	display: block;
}
#footer-links a {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}
