/* BODY
---------------------------------------------------------------------- */

body {
	padding: 0;
	margin: 0 0 1.5em 0;
	background: #f3f3f3;
	font: 80%/180% Verdana, helvetica, sans-serif;
	color: #555;
	text-align: left;
}



/* DIVS
---------------------------------------------------------------------- */

#skip_to a, #skip_to a:hover, #skip_to a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
} 


#skip_to a:focus {
	position: static;
	width: auto;
	height: auto;
}


#top {
	position: absolute;
	left: 0px;
	top: -400px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#border {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/background.png) repeat-y left center;
}


#main_wrapper {
	width: 920px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: #FDF4E3;
}


#header {
	width: 920px;
	padding: 0;
	margin: 0;
	height: 110px;
	background: #fff;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #E83A00;
	
}


#header_image {
	width: 690px;
	text-align: left;
	height: 160px;
	background: #fff url(../images/header_image.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
}


#content_wrapper {
	width: 690px;
	float: right;
	text-align: left;
	background: #fff;
	padding: 0;
	margin: 0;
	border-left: 1px solid #FFAC91;
}


#content_single_column {
	width: 630px;
	text-align: left;
	background: #fff;
	padding: 1.5em 30px 3em 30px;
	margin: 0;
	min-height: 400px;
	height: auto !important; /* IE 6 FIX */
	height: 400px; /* IE 6 FIX */
}


#content_two_columns_left {
	float: left;
	width: 480px;
	text-align: left;
	background: #fff;
	padding: 1.5em 20px 3em 30px;
	margin: 0;
}


#content_two_columns_right {
	float: right;
	width: 140px;
	text-align: left;
	padding: 2em 10px 1em 10px;
	margin: 0;
}


#footer_links {
	text-align: center;
	background: #FFFF8A url(../images/gradient_small_yellow.png) repeat-x left top;
	border-top: 1px solid #98CEFA;
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: 0.85em;
	line-height: 1.6;
}


#footer {
	width: 920px;
	padding: 0;
	margin: 0;
	background: #FF9572;
	text-align: center;
	height: 3em;
	border-top: 8px solid #E83A00;
	border-bottom: 10px solid #fff;
}


#footer_blog_page {
	width: 920px;
	padding: 0;
	margin: 0;
	background: #085CA0;
	text-align: center;
	height: 3em;
	border-top: 8px solid #042C4D;
	border-bottom: 10px solid #fff;
}


#pagetop_wrapper {
	float: right;
	height: 25px;
	padding: 0;
	margin: 0;
	background: #fff;
}


#w3c_icons {
	width: 100%;
	padding: 0;
	margin: 1.5em 0 0 0;
	text-align: center;
}


#top_shadow {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/top_shadow.png) no-repeat left top;
	height: 6px;
}


#bottom_shadow {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/bottom_shadow.png) no-repeat left top;
	height: 6px;
}


.right_box {
	text-align: left;
	background: #F3F3F3;
	padding: 0 8px;
	margin: 0 0 2em 0;
	border: 1px solid #98CEFA;
	font-size: 0.85em;
	line-height: 1.4;
	text-align: center;
}


.right_box_floated {
	width: 240px;
	float: right;
	background: #fff;
	padding: 0;
	margin: 20px 0 0 30px;
}


/* NAVIGATION
---------------------------------------------------------------------- */


#navigation_wrapper {
	width: 200px;
	float: left;
	padding: 10px 0 0 10px;
	margin: 0;
	text-align: left;
	}


#navigation_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	_margin: 10px 0 0 0; /* IE 6 FIX */
	}


#navigation_list li {
	padding: 0;
	_line-height: 1;  /* IE 6 FIX FOR TOO MUCH PADDING */
	}


#navigation_list a {
	display: block;
	padding: 8px 6px 8px 18px;
	_padding: 0 6px 12px 18px; /* IE 6 FIX FOR TOO MUCH PADDING */
	text-decoration: none;
	border-bottom: 1px dotted #FFAC91;
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 1px;
	background: url(../images/arrow.gif) no-repeat left center;
	_background: url(../images/arrow.gif) no-repeat left top; /* IE 6 FIX */
	}


#navigation_list a:link {
	color: #E83A00;
	}


#navigation_list a:visited {
	color: #E83A00;
	}


#navigation_list a:hover {
	color: #000;
	text-decoration: underline;
	}


#navigation_list a:active {
	color: #000;
	text-decoration: underline;
	}


#navigation_list a:focus {
	color: #000;
	text-decoration: underline;
	}


#navigation_list li#current a {
	color: #000;
	}


#navigation_list li#current a:hover {
	color: #fff;
	}


#navigation_list li#current a:active {
	color: #fff;
	}


#navigation_list li#current a:focus {
	color: #fff;
	}



/* LISTS
---------------------------------------------------------------------- */

#content_single_column ul {
	list-style-type: square;
} 


#content_single_column li {
	margin-bottom: 1em;
}


/* IMAGES
---------------------------------------------------------------------- */

img {
	border: none;
}


.w3c_icon_padding {
	padding: 16px 0 0 0;
	border: 0;
}


.logo_padding {
	margin: 20px 20px 20px 0;
	padding: 6px;
	border: 0;
	border: 1px solid #ddd;
}


.image_border {
	padding: 8px;
	border: 1px solid #CEDBF9;
}


.image_float_left {
	padding: 0;
	float: left;
	margin: 4px 12px 0 0;
}


.image_float_right {
	padding: 8px;
	float: right;
	margin: 0 0 0 8px;
}


.header_logo {
	margin: 18px 0 0 4px;
	padding: 0;
}




/* FONT STYLES
---------------------------------------------------------------------- */

h1 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #E83A00;
	padding: 1em 0 1em 0;
	text-transform: uppercase;
}


h2 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #E83A00;
	margin-top: 1.5em;
}


h3 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.1em;
	color: #E83A00;
	margin: 2em 0 0 0;
	padding-bottom: 0;
	line-height: 1;
}


.page_title_h1 {
	font-family: arial, helvitica, sans-serif;
	font-size: 1.2em;
	color: #E83A00;
	margin: 0;
	padding: 0.8em 6px 0.6em 30px;
	border-bottom: 1px solid #FFAC91;
	text-transform: uppercase;
	background: #FEFBF3;
	letter-spacing: 1px;
	text-align: left;
}


.quote {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #E83A00;
	text-align: left;
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 1em;
}


.smaller_font {
	color: #777;
	text-align: left;
	font-size: 0.85em;
}


.copyright {
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	padding: 8px 0 0 0;
}


pre {
	font-family: verdana, arial, helvitica, sans-serif;
	font-size: 1em;
	line-height: 1.8;
}



/* LINK STYLES
---------------------------------------------------------------------- */

a {
	color: #E83A00;
}


a:hover, a:active, a:focus {
	color: #FFAC91;
	text-decoration: none;
}



/* FLOATS, ALIGNEMENTS and MISC
---------------------------------------------------------------------- */

.float_left {
	float: left;
}


.float_right {
	float: right;
}


.text_left {
	text-align: left;
}


.text_center {
	text-align: center;
}


.text_right {
	text-align: right;
}


.clear {
	clear:both;
}


.hidden {
	visibility: hidden
}


.line {
	margin-top: 0;
	border-bottom: 1px solid #FF6F3E;
	line-height: 1;
}


.left_floated_box {
	float: left;
	text-align: center;
	width: 220px;
	padding: 8px;
	margin: 0 14px 8px 0;
	background: #fff;
	border: 1px solid #CECECE;
}


/* FORMS
---------------------------------------------------------------------- */


fieldset {
	border: 0;
}


.subscribe_input_box {
	color: #AE0000;
	padding: 0.3em;
	border: 1px solid #98CEFA;
	background: #fff;
	margin: 0 0 10px 0;
}


.subscribe_button {
	margin: 10px 0 0 0;	
}


.contact_form {
	width: 560px;
	padding: 10px 30px;
	border: 1px solid #98CEFA;
	background: #F3F3F3;
	margin: 0 0 30px 0;
}


.input_border {
	color: #AE0000;
	padding: 0.3em;
	border: 1px solid #98CEFA;
	background: #fff;
	margin: 0 0 10px 0;
}


input:focus, textarea:focus {
	background-color: #FFFFCE;
}


label {
	padding: 0.8em 0 0.3em 0;
	line-height: 2em;
}


textarea {
	font-family: Arial, helvitica, sans, serif;
	color: #AE0000;
	padding: 0.4em;
	border: 1px solid #98CEFA;
	background: #fff;
	margin: 0.4em 0 1.4em 0;
}


.form_input_error {
	color: #CC0000;
	font-weight: bold;
	background: #ffff00;
	padding: 0;
	margin: 0;
}



