﻿/* General Style Settings */
html {
	overflow:scroll;
}
body {
	background-color: #EBEBEB;    /* off-white */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a {
	color:navy; 
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
}
a:hover {
	color:blue;
	text-decoration:none;
}
a:active{
	color:blue;
	text-decoration:none;
	font-size:1em;
}
ul{
	list-style:none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
ol{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
hr {
	width: 894px;
	color:#7E9BBA;
	background-color:#7E9BBA;
	margin: 0px 0px 0px 10px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h2 {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
strong {
	color:#860722;
	font-size:1.25em;
}
img {
	border:0px;
	margin:0px;
	padding: 0px;
}





/* Container Styles */
/* This section defines the background images used for the main page */
#container_header {
	background-image: url('../images/layout/containter_header.gif');
	background-repeat:no-repeat;
	height:20px;
	width: 924px;
	margin: 0px auto;
}
#container {
	background-image: url('../images/layout/containter_background.gif');
	background-repeat: repeat-y;
	height:auto;
	width: 924px;
	margin: 0px auto;	
}
#container_footer {
	background-image: url('../images/layout/containter_footer.gif');
	background-repeat:no-repeat;
	height:20px;
	width: 924px;
	margin: 0px auto;	
}





/* Header Styles */
/* This section defines how the header section of each page is displayed */
#header_style {
	background-color:white;
	width:914px;
	height:80px;
	margin:0px 0px 0px 2px;
	line-height:10px;
}
#header_style img {
	padding: 5px 0px 0px 10px;
	float:left;
}
#header_style p {
	font-size: .9em;
	padding: 5px 10px 0px 0px;
	text-align: right;
}




/* Menu Styles */
/* This section defines how the menu section of each page is displayed */
#menu_style {
	background-color:white;		
	width:914px;
	height:16px;
	margin:0px 0px 0px 2px;
}
#menu_style li {
	list-style-type:none;
	float:right;
}
#menu_style a {
	padding: 0px 10px 0px 10px;
}



/* HR Style */
/* This section defines how the horizontal line section of each page is displayed */
#hr_style {
	background-color:white;
	width:914px;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 2px;	
}




/* Banner Style */
/* This section defines how the banner section of each page is displayed */
#banner_bakground {
	background-image:url('../images/layout/banner_background.gif');
	background-repeat:repeat-x; 
	height: 200px;
	width:914px;
	margin:0px 0px 0px 2px;
}




/* Content Style */
/* This section defines how the content section of each page is displayed */
#content_background {
	background-image:url('../images/layout/content_background.gif');
	background-repeat:repeat-x; 
	min-height: 400px;
	width: 914px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}
#content_background h1.split {
	padding: 8px 0px 8px 15px;
	color:white;
	font-size: 1.25em;
}
#content_background h1.simple {
	padding: 0px 0px 0px 15px;
	color:black;
	font-size: 1.25em;
}
#content_background h2 {
	padding: 0px 0px 0px 15px;
	color:black;
	font-weight:bold;
	font-size: 1em;
}
#content_background h2.red {
	padding: 0px 0px 0px 15px;
	color:#860722;
	font-weight:bold;
	font-size: 1.25em;
}
#content_background p {
	padding: 0px 10px 0px 15px;
}
#content_background ul {
	list-style-image:url('../images/layout/content_bullet.gif');
	list-style-type:none;
	padding: 0px 10px 0px 30px;
}
#content_background ul.split {
	list-style-image:url('../images/layout/content_bullet.gif');
	list-style-type:none;
	padding: 0px 10px 0px 60px;
}
#content_background ol {
	padding: 0px 10px 0px 30px;
}
#content_background li {
	padding: 5px 0px 3px 0px;
}
#content_background li.simple {
	padding: 5px 0px 5px 0px;
}
#content_background li.spread {
	padding: 5px 0px 10px 0px;
}
#content_background li.split {
	padding: 5px 0px 5px 0px;
}
#content_background li.numbered {
	padding: 0px 0px 3px 0px;
}



/* CONTENT LAYOUT */
/* This section defines the header, background attribtues, and footers of the content section types */
/* Split Content Large Style */
#large_content_header {
	background-image: url('../images/layout/large_content_header.gif');
	background-repeat: no-repeat;
	height: 30px;
}
#large_content {
	background-color: white;
	width: 525px;
}
#large_content_footer {
	background-image: url('../images/layout/large_content_footer.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;	
}
/* Split Content Small Style */
#small_content_header {
	background-image:url('../images/layout/small_content_header.gif');
	background-repeat:no-repeat; 
	height:30px;
}
#small_content {
	background-color:white;
	width:349px;
}
#small_content_footer {
	background-image: url('../images/layout/small_content_footer.gif');
	background-repeat: no-repeat;
	height: 15px;
	padding: 0px 0px 10px 0px;
}
/* Simple Content Style */
#simple_content_header {
	background-image: url('../images/layout/simple_content_header.gif');
	background-repeat: no-repeat;
	height: 15px;
}
#simple_content {
	background-color:white;
	width: 894px;
}
#simple_content_footer {
	background-image: url('../images/layout/simple_content_footer.gif');
	background-repeat: no-repeat;
	height: 15px;
	padding: 0px 0px 10px 0px;
}




/* Fotter Style */
/* This section defines how the footer section of each page is displayed */
#footer_style {
	background-image: url('../images/layout/footer_background.gif');
	background-repeat: repeat;
	width: 914px;
	height: 35px;
	margin:0px 0px 0px 2px;
	padding: 5px 0px 0px 0px;
	line-height:16px;
}
#footer_style p {
	font-size: .9em;
	margin: 5px 0px 0px 0px;
	text-align:center;
}
#footer_style p.legal {
	font-size:.8em;
}