/* global */
html{height: 100%;}

body
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(../fade_bg.jpg);
	background-color: #10385B;
	background-repeat: repeat-x;
	font-size: 0.68em;
}

img{border: 0px;}

h1 {
	font-size: 16px;
	color: #00193A;
}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{
	float: right;
	padding: 0px 0px 0px 20px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}


/* main container */
#main
{
	width: 850px;
	background-color: #FFFFFF;
	float: left;
}

#wrapper
{
	width: 850px;
	margin: 0 auto;
	background-color: #666666;
}

#menu_bar
{
	width: 850px;
	background-color: #CC0000;
}




/* links above the logo / footer */
#links, #footer
{
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	width: 850px;
	height: 40px;
	font-size: 94%;
	text-transform: uppercase;
	color: #02385F;
}

#links{text-align: right;}

#footer{
	text-align: center;
	width: 850px;
	background-color: #999999;
	float: left;
	color: #00193A;
	line-height: 1.7;
	padding-top: 15px;
	padding-bottom: 12px;
}

#links a, #footer a{
	text-decoration: underline;
	color: #00193A;
}

#links a:hover, #footer a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

/* logo */

#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 115px;
	text-align: left;
	background-image: url(../index.jpg);
}

/* navigation menu */
#menu
{
	height: 44px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../menu_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 44px;
	text-decoration: none;
	padding: 3px 19px 2px 19px;
	text-transform: uppercase;
	color: #FFFFFF;
} 

/* image bar */
#image_bar
{
	width: 850px;
	height: 40px;
}

/* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: auto;
	padding: 0px;
	overflow: hidden;
	background-color: #00CC33;
} 

/* right - contains sidebar items */
#right
{
	width: 200px;
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	float: right;
	color: #333333;
	font-size: 11px;
}

.sidebaritem
{
	text-align: left;
	width: 156px;
	margin: 0px 5px 25px 0px;
	background-image: url(../feature_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

.sbicontent h4 {
	line-height:12px;
}

.sbicontent{
	padding: 14px 8px 2px 19px;
}

.sbicontent p
{
	line-height: 14px;
	padding: 0px 0px 5px 0px;
	color: #666666;
}

.sbicontent a
{
	color: #00193A;
}

.sbicontent a:hover
{

	color: #666666;
}


.sidebaritem ul{
	line-height: 1.7;
} 

.sidebaritem li 
{
	list-style: none;
} 

.sidebaritem li a , .sidebaritem li a:hover
{
	color: #00193A;
} 

/* left - page content */
#left
{
	width: 550px;
	float: left;
	padding: 5px 3px 30px 60px;
	color: #333333;
	line-height: 1.5;
	font-size: 11px;
}

#left a
{
	
	color: #333333;
	
}

#left a:hover
{
	color: #0066FF;
}

#bottom_image
{
	width: 610px;
	float: left;
	padding: 20px 0px 20px 0px;
	color: #333333;
	font-size: 11px;
}



#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

#numbers {
	overflow: hidden;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 40px;
}

#numbers a{
	color: #CCCCCC;
	text-decoration: none;
}

#numbers a:hover{
	color: #FFFFFF;	
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
