﻿/* global reset *************************************************************************************/

td, th, blockquote, p, textarea, input, fieldset, form, pre, h6, h5, h4, h3, h2, h1, li, ol, ul, dd, dt, dl, div, class, body {   
	margin: 0px;
	padding: 0px;
}

h6, h5, h4, h3, h2, h1, p, ol, ul, dd, dt, dl , a{
	font-size: medium;
	font-weight: normal;
}

li, ol, ul {
	list-style: none; 
}

table {  
	border-collapse: collapse;
	border-spacing: 0px;
}  

img, fieldset {
	border: 0px;  
}
 
var, th, strong, em, dfn, code, cite, caption, address {  
	font-style: normal;  
	font-weight: normal;  
}
 
strong {
	font: caption;
}

th, caption {  
	text-align: left;
}

q:after {  
	content: '';  
} 
 
q:before {  
	content: '';  
} 
 
acronym, abbr {
	border: 0px;  
}

a {
	font: inherit;
	outline: none;
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





/* box elements *************************************************************************************/

#container {
	margin: 0px auto;
	width: 733px;
}

/* **************************************************************************************************/

#navigation, #navigation-bl, #footer, #footer-top, #footer-top h4, #footer-bl, .newsbox, .newsbox-top, .newsbox-top h5, .newsbox-bl {
	background: transparent url(../../images/box-orange.png) no-repeat bottom right;
}

#content, #content-top, #content-top h1, #content-bl {
	background: transparent url(../../images/box-white.png) no-repeat bottom right;
}

#header, #header-bl {
	background: transparent url(../../images/box-blue.png) no-repeat bottom right;
}

/* **************************************************************************************************/

#header {
	float: left;
	width: 309px !important;
	width: 279px;
	padding-right: 15px;
	margin: 0px 0px 20px;
}

#header-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 15px 0px 15px 15px;
}

/* **************************************************************************************************/

#navigation {
	float: right;
	width: 210px !important;
	width: 180px;
	padding-right: 15px;
	margin: 0px;
}

#navigation-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 15px 0px 15px 15px;
}

#navigation a {
	font-size: 1.2em;
	color: #FFF;	
	text-decoration: none;
	display: block;
	text-align: right;
	padding-bottom: 0.4em;
}

#navigation a:hover {
	color: #D49A07;
}

#navigation a.current {
	color: #D49A07;
}

#navigation a.subhead {
	color: #FFF;
	padding-right: 10px;
	font-size: 0.8em;
}

#navigation a.subhead:hover {
	color: #D49A07;
	padding-right: 10px;
	font-size: 0.8em;
}

#navigation a.current-subhead {
	color: #D49A07;
	padding-right: 10px;
	font-size: 0.8em;
}

#navigation a.current-subhead:hover {
	color: #D49A07;
	padding-right: 10px;
	font-size: 0.8em;
}

/* **************************************************************************************************/

.newsbox {
	clear: right;
	float: right;
	width: 210px !important;
	width: 180px;
	padding-right: 15px;
	margin: 20px 0px 0px;
}

.newsbox-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

.newsbox-top h5 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 15px;
	height:auto !important; height:1%;
}

.newsbox-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 15px;
}

.newsbox p {
	color: #FFF;
	font-size: 0.9em;
}

.newsbox a {
	color: #FFF;
	text-decoration: underline;
	font-size: 0.8em;
}

/* **************************************************************************************************/

#content {
	clear: left;
	width: 474px !important;
	width: 444px;
	padding-right: 15px;
	margin: 0px 0px 20px;
}

#content-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#content-top h1 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#content-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 30px;
}

/* **************************************************************************************************/

#footer {
	width: 718px !important;
	width: 688px;
	padding-right: 15px;
	margin: 0px auto 20px;
}

#footer-top {
	background-position:top right;
	margin-right:-15px;
	padding-right:15px
}

#footer-top h4 {
	background-position:top left;
	margin: 0px;
	border: 0px;
	padding:15px 0px 0px 30px;
	height:auto !important; height:1%;
}

#footer-bl {
	background-position:bottom left;
	margin-right: 15px;
	padding: 5px 0px 15px 15px;
}





/* single elements *************************************************************************************/

h1 {  /* Main head **************************************************************************************/
	font-weight: bold;
	font-size: 1.2em;
	color: #C7540C;
	text-transform: uppercase;
	display: block;
}

h2 {  /* Subhead ****************************************************************************************/
	font-weight: bold;
	font-size: 1em;
	color: #5D666E;
	padding-top: 0.4em;
	padding-bottom: 0.7em;
	text-transform: uppercase;
	display: block;
}

h3 {  /* Offset text ************************************************************************************/
	font-size: 0.8em;
	color: #5D666E;
	display: block;
	padding: 0em 1em 0.7em;
}

h4 {  /* Footer *****************************************************************************************/
	font-size: 0.7em;
	color: #FFF;
}

h5 {  /* Newsbox *****************************************************************************************/
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

h6 {  /* Form Labels ************************************************************************************/
	font-size: 0.8em;
	color: #5D666E;
	display: block;
	padding: 0em 1em 0.7em;
}

p {
	font-size: 1em;
	color: #5D666E;
	padding-bottom: 0.7em;
}

p.spacious {
	padding-bottom: 2em;
}

a {
	color: #5D666E;
	text-decoration: underline;
}

a h2 {
	text-decoration: underline;
}

dl {
	color: #5D666E;
}

dt {
	background: url(../../images/sml_bullet.gif) no-repeat 0em 0.3em;
	padding-left: 1em;
	padding-bottom: 0.3em;
}

dd {
	padding: 0em 1em 0.7em 3em;
	font-size: 0.8em;
}
	