/* GENERIC CONTENT STYLES
-------------------------------------------------*/

body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif;
	background-color: #fff;
}

p,
li,
input,
label,
textarea {
	font-size: 1.2em;
	line-height: 1.5em;
}

h1 {
	font-size: 3em;
	font-family: Verdana, Arial, sans-serif;
}


h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	color: #2767a5;
}


h2 {
	color: #2767a5;
	font-size: 1.8em;
	margin: 5px 0px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 1px;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover {
	color: #2767a5;
}

h3 {
	font-size: 1.4em;
	margin: 5px 0px 3px;
	font-family: Arial, Verdana, sans-serif;
	color: #2767a5;
}

h3 a:link,
h3 a:visited,
h3 a:active,
h3 a:hover {
	text-decoration: none;
	color: #2767a5;
}

h4 {
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
}

h4 a:link,
h4 a:visited,
h4 a:active,
h4 a:hover {
	color: #2767a5;
}

p {
	margin: 0px 0px 15px;
}

li p,
li li {
	font-size: 1em;
}

ul,
ol {
	margin-bottom: 1.3em;
}

ul {
	margin: 10px 0px 15px 13px;
	padding: 0px;
}

ul.link-list {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}

ul.link-list li {
	margin: 0px 0px 5px;
	padding-left: 8px;
	background: transparent url('../images/bullet_more.gif') no-repeat 0px 5px;
}

li {
	margin-bottom: .5em;
}

ul.link-list li a:link,
ul.link-list li a:visited,
ul.link-list li a:active {
	text-decoration: none;
}

ul.link-list li a:hover {
	text-decoration: underline;
}

/* = TABLES
-------------------------------------------------*/

.data-table {
	border: 1px solid #106090;
	margin: 20px 0px;
}

.data-table h2 {
	font-size: 1.2em;
	color: #2767a5;
	font-family: Arial, Verdana, sans-serif;
	padding: 3px 11px;
	margin: 0px;
	background-color: #dcebf5;
	border-bottom: 1px solid #106090;
}

.data-table table {
	margin: 0px;
}


.data-table table td,
.data-table table th {
	padding: 1px 11px;
	border-top: 1px solid #106090;
	font-size: 1.2em;
	line-height: 1.5em;
}

.data-table table th {
	color: #0b5f91;
	text-align: left;
}

/* = LINKS
-------------------------------------------------*/

a:link {
	color: #2767a5;
}

a:visited{ 
	color: #97894d;
}

a:hover {
	color: #2767a5;
	text-decoration: none;
}

a:active {
	color: #2767a5;
}

a.more:link,
a.more:visited,
a.more:active,
p.more a:link,
p.more a:visited,
p.more a:active {
	background: transparent url('../images/bullet_more.gif') no-repeat 100% 4px;
	padding-right: 7px;
	text-decoration: none;
}

p.more a:hover,
a.more:hover {
	text-decoration: underline;
}

p.more a,
a.more {
	white-space: nowrap;
}

a.button:link,
a.button:visited,
a.button:active {
	line-height: 23px;
	text-decoration: none;
	padding: 3px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #2767a5;
	white-space: nowrap;
	background: transparent url(../images/button_left_bg.png) no-repeat 0% 50%;
}

a.button:link span,
a.button:visited span,
a.button:active span {
	padding: 3px 23px;
	line-height: 12px;
	background: transparent url(../images/button_right_bg.png) no-repeat 100% 50%;
}



/* = IMAGES
-------------------------------------------------*/

a img {
	border: 0px;
}

.image-left {
	float: left;
	margin: 0px 15px 5px 0px;
}

.image-right {
	float: right;
	margin: 0px 0px 5px 15px;
}

/* = FORMS
-------------------------------------------------*/

form p select,
form p input,
form p textarea {
	font-size: 1em;
}

/* = CLEAR
-------------------------------------------------*/

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

/* = HR
-------------------------------------------------*/

.hr {
	margin: 20px 0px;
	width: 100%;
	height: 1px;
	line-height: 0px;
	background: transparent url('../images/hr_left_bg.gif') no-repeat 0% 0%;
}

.hr span {
	display: block;
	width: 100%;
	padding-top: 1px;
	height: 0px;
	line-height: 0px;
	background: transparent url('../images/hr_right_bg.gif') no-repeat 100% 0%;
}

/* = OUTER SHELL
-------------------------------------------------*/

#page-area {
	font-size: 1em;
}

/* = HEADER
-------------------------------------------------*/

#header-wrapper {
	width: 100%; 
}

#header {
	width: 960px;
	padding-top: 20px;
	margin: 0px auto; 
}


 

#home-page #header {
	width: 960px;
	margin: 0px auto 0px;
	padding-top: 20px;
	clear: both;
}
/* = TOP NAV
-------------------------------------------------*/

#top-nav {
	float: right;
	list-style: none;
	margin: 0px;
}

#top-nav li {
	float: left;
	padding: 0px 6px 0px 8px;
	margin: 0px;
	font-size: 1.1em;
	background: transparent url('../images/top_nav_bg.gif') no-repeat 0% 50%;
}

#top-nav li.first {
	padding-left: 6px;
	background: transparent none;
}

#top-nav a:link,
#top-nav a:visited,
#top-nav a:active {
	text-decoration: none;
	color: #666;
}

/* = SEARCH AND LOGIN BLOCK
-------------------------------------------------*/

#search-login {
	float: right;
	clear: right;
	padding: 11px 0px 0px;
}

/* = SEARCH
-------------------------------------------------*/

#search {
	float: right;
	margin: 0px;
	padding: 11px 0px 0px;
}

#search p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#search p input {
	vertical-align: middle;
}

#searchQuery {
	width: 100px;
	height: 12px;
	font-size: 10px;
	line-height: 12px;
	padding: 7px 5px 7px 7px;
	background: #fff url('../images2/search_query_bg.gif') no-repeat 0% 0%;
	color: #666;
	border: 0px;
}



/* = MAIN NAVIGATION
-------------------------------------------------*/



#main-nav {
height: 21px; 
width: 960px;
margin: 0px auto; 
background: url('../images/gray_block.gif') ;
font-size: 8pt; 
font-color: #000000;
}
 

#main-nav li {
float: left;
position: relative; top: 2px; left: 650px;
	display: inline;
	padding-left: 7px;
	padding-right: 6px;
	margin: 0px;
	font-size: 8pt; 
	background: transparent url('../images/top_nav_bg.gif') no-repeat 0% 50%;
}

#main-nav li.first {
	padding-left: 6px;
	background: transparent none;
	}
	
	#main-nav a:link {
	text-decoration: none;
	color: #000000;
}
#main-nav a:visited{
	text-decoration: none;
	color: #000000;
}
#main-nav a:active {
	text-decoration: none;
	color: #000000;
}

#main-nav a:hover {
	text-decoration: underline;
	color: #666;
}







/* = TOP PAGE IMAGE
-------------------------------------------------*/



#top-page-image {
height: 21px; 
width: 960px;
margin: 0px auto; 
background: url('images/page_header_bg.jpg') ;
}
 
 





/* = CONTENT AREA
-------------------------------------------------*/

 #content-area {
	width: 100%;
}

#main-content-area-outer-wrapper { 
	width: 100%;
}

#main-content-area-wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #fff;
}
 

#footer { 
height: 26px; 
width: 960px;
margin: 0px auto; 
background: url('../images/gray_block.gif');
position: relative; top: -3px; right: 0px;
font-size: 1.0em;
font-color: #000000;  
}

#footer-nav {
	float: right;
	position: relative; top: 8px; left: 6px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#footer-nav li {
	display: inline;
	padding: 0px 10px;
	margin: 0px;
	font-size: 1.0em;
	background: transparent url('../images/top_nav_bg.gif') no-repeat 0% 50%;
}

#footer-nav li.first {
	padding-left: 6px;
	background: transparent none;
	}

#footer-nav a:link {
	text-decoration: none;
	color: #000000;
}
#footer-nav a:visited{
	text-decoration: none;
	color: #000000;
}
#footer-nav a:active {
	text-decoration: none;
	color: #000000;
}

#footer-nav a:hover {
	text-decoration: underline;
	color: #666;
}
 
 
 
#footer #footer2 { 
margin: 0px auto;  
position: relative; top: 9px; left: 3px;
font-size: 1.0em;
font-color: #000000; 
border: 1px solid #106090;
}

#footer p {
width: 400px;
position: relative; top: 8px; left: 3px;
	font-size: 1.0em; 
	color: #000000;
	margin: 0px;
}



