﻿@import url(dropdown_menu.css);
@import url(form.css);

body {border: 0; margin: 0; padding: 0;}

html {border: 0; margin: 0; padding: 0;}

body {
  	font: 90%/1 arial, helvetica;
	background: url(../images/bg_repeat.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}
/***** Common Formatting *****/

h7 {
  	margin: 0;
  	padding: 0;
  	font-weight: bold;
  	color:#bb3126
}

h6 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
  	color:#bb3126
}

h5 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
  	color:#bb3126
}

h4 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
  	color:#bb3126
}

h3 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
  	color:#bb3126
}

h2 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
  	color:#bb3126
}

h1 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
  	color:#bb3126
}

p {margin: 0; padding: 0 0 18px 0;}

ul {list-style: none; margin: 0; padding: 0;}

blockquote {
  	font-family: arial, helvetica;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	display: block;
}

blockquote span.open {
	background: url(../images/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(../images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
  	background-color: #F5F4F3;
  	border: #E2DBD8 1px solid;
  	color: #666666;
  	padding: 3px 5px;
  	margin: 10px 15px;
	font-size: 1.2em;
}

pre {
  	padding: 1em;
  	border: 1px dashed #2f6fab;
  	color: black;
  	background-color: #f9f9f9;
  	line-height: 1.1em;
}

small {font-size: 0.85em;}

big {font-size: 1.4em;}

.red {
	color: #FF0000;
}


/***** Links *****/

a {
  	text-decoration: none;
  	color: red;
  	/* #0099CC; */
}

a:hover {text-decoration: none; color: orange;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Global Classes *****/
.clear {clear: both;}

.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* images */
img {border: none;}

img.aligncenter {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignright {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	display: block;
	padding: 3px;
	background: #F5F4F3;
	border: 1px solid #E8E4E2;
}

img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

/***** Main Layout ****/

#container {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
  	background: url(../images/bg.jpg) repeat-x 0 0;  
	position: relative;
	z-index: 0;
}

#wrapper {
  	width: 960px;
/*   	background: url(../images/bg_content.jpg) repeat-y top left; this shows a faint grey line b4 sidebar details*/
    background: white;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	position: relative;
	z-index: 2;
}

/***** HEADER *****/
#header {
	width: 960px;
	height: 246px;
	background: url('../images/header.jpg') no-repeat;
	position: relative;
	z-index: 1;
	color: #bb3126;
	font-family: arial, helvetica;
}

/***** CONTENT *****/
#content {
	display: block;
	float: left;
	clear: left;
	width: 655px;   /* was 635 */
	padding: 20px;
	margin: 0 0 0px 0;		/* 3RD PX SETTING IS FOR spacing before footer */
	clear: both;
	text-align: justify;
	font-size: 0.9em;
}

#content h1 {
	height: 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 1px 0 0 5px;
	margin: 10px 0;
	color: #bb3126;
}

#content h2 {
	height: 20px;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 0 0 5px;
	margin: 10px 0;
	color: #bb3126;
/*		color: #65C80B; */
}

#content h3 {
	font-size: 1.4em;
	color: #4A4A4A;
	font-weight: bold;
	margin: 30px 0 10px 0;
	padding: 5px 0;
}

#content h4 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 10px 0 10px 20px;
}

#content a {
	text-decoration: underline;
}

#content p {
	padding: 5px 0  5px 5px;
}

#content ol {
	padding: 5px 0 5px 20px;
	margin-left: 15px;
}

#content ul {
	padding: 5px 0 5px 20px;
	margin-left: 15px;
}

#content ul li {
	background: url(../images/bullet.jpg) 0 6px no-repeat;
	padding-left: 15px;
}

/* content typography */
#content .error {
	display: block;
	width: 585px;
	min-height: 35px;
	float: left;
	margin: 10px 0;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;
}

#content .note {
	display: block;
	width: 585px;
	min-height: 35px;
	float: left;
	margin: 10px 0;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;
}

#content .note {background: #FFF9D7 url(../images/info.jpg) no-repeat 5px 4px;}

#content .error {
	background: #FF9D9D url(../images/error.gif) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}

/***** SIDEBAR *****/
#sidebar {
	display: block;
	float: right;
	width: 255px;
	padding-left: 5px;
/*	margin-bottom: 5px;*/
	font-size: 0.8em;
	background: url(../images/bg_repeat.jpg) repeat 0 0;
}

#sidebar h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	color: #bb3126;  /* was #65C80B */
	border-bottom: 1px solid #ccc;
	width: 255px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

/* News */
#sidebar ul#news li  {
	line-height: normal;
/* 	border-bottom: dotted 1px #ccc; */
	margin: 0 0 20px 0;   /* this 3rd px setting defines where the dark part ends into the footer @ bottom */
	padding: 0;
	text-align: center;
}

#sidebar ul#news li a img {
	display: block;
	float: right;
	border: #EDEBE9 1px solid;
	background: #F5F4F3;
	padding: 3px;
	margin: 0 5px 0 0;
}

#sidebar ul#news li a:hover img {
	border: #ccc 1px solid;
	background: #eee;
}

#sidebar ul#news li h3 {
	color: #CC3300;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	display: block;
	float: left;
	width: 188px;
	padding: 0;
}

#sidebar ul#news li p {
	margin: 0;
	padding: 0 0 5px 0;
}

  #sidebar ul#news li a {
/*	text-decoration: underline; */
}


/***** FOOTER *****/
#footer {
	clear: both;
	width: 960px;
	height: 50px;
	background: #F4F4EA url(../images/footer_bg.jpg) repeat-x 0 0; 
	color: #999;
	font-size: 0.9em;
}

#footer a {
	color: #999;
	border-bottom: 1px dotted #555;
}

#footer a:hover {
	color: #bbb;
	border-bottom: none;
}

#footer .foot_l {
	background: url(../images/footer_l.jpg) no-repeat left top;
	width: 80px;
	height: 74px;
	float: left;
}

#footer .foot_l a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}

#footer .foot_r {
	background: url(../images/footer_r.jpg) no-repeat right top;
	width: 26px;
	height: 74px;
	float: right;
	clear: none;
}

#footer .foot_content {
	display: block;
	clear: none;
	width: 800px;
	float: left;
	clear: none;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer .foot_content p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#footer .foot_content .logo {
	display: block;
	width: 196px;
	height: 38px;
	margin-top: 3px;
	float: left;
}

#footer .foot_content .logo a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	background: url(../images/footer_logo.jpg) no-repeat 0 0;
}

#footer .foot_content .logo a:hover {
	display: block;
	background: url(../images/footer_logo.jpg) no-repeat 0 -38px;
}

#footer .foot_info {
	display: block;
	clear: both;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.80em;
	line-height: normal;
}


/* Back to top */
#footer .backToTop {
	display: inline;
	width: 40px;
	height: 74px;
	float: right;
}

#footer .backToTop a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: url(../images/footer_backToTop.jpg) no-repeat 0 0;
}

#footer .backToTop a:hover {
	border: none;
	background: url(../images/footer_backToTop.jpg) no-repeat 0 -74px;
}

#footer ul li {
	display: inline;
}
