/* 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;
}

h1 a{
	font-size: 11px;
	color: #00193A;
	text-decoration: none;
	font-style: italic;
}

h1 a:hover{
	color: #B3B4B8;
}


/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.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: 234px;
}

/* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: auto;
	padding: 0px;
	overflow: hidden;
	background-color: #00CC33;
} 

#locations
{
	clear: both;
}


/* right - contains sidebar items */
#right
{
	width: 510px;
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	float: right;
	color: #333333;
	font-size: 11px;
}

#right a
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

#right a:hover
{
	color: #2267B2;
}



.sidebaritem
{
	text-align: left;
	width: 156px;
	float: left;
	margin: 0px 5px 10px 0px;
	background-image: url(../feature_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.sbihead
{
	height: 14px;
	width: 137px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
}

.sbihead h1
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 100%;
}

.sbicontent{
	padding: 14px 8px 2px 19px;
}

.sbicontent p
{
	line-height: 14px;
	padding: 0px 0px 5px 0px;
	color: #333333;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{
} 

/* left - page content */
#left
{
	text-align: justify;
	width: 275px;
	float: left;
	padding: 5px 3px 15px 40px;
	color: #333333;
	line-height: 1.2;
	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;	
}
