/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
background: #666666 url(../images/bg_grad.jpg) fixed; /* -- dark grey outer background back with gradient grey pic over it -- */
/*background-color: #666666;*/ /* -- outer dark grey -- */
font-family: Arial, Helvetica, sans-serif;
color: #666666;  /* -- text dark grey -- */
font-size: 100.01%;
text-align: center;
}

#wrapper {
background-color:#CCCCCC; /* -- inner light grey -- */
background-image: url(../images/left_dark_metal.jpg);
background-repeat: repeat;
width: 770px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
border: 1px solid #666666; /* -- dark grey border -- */
text-align: left;
}

#banner {
height: 60px;
background-image: url(../images/blank_banner.jpg);
background-repeat: no-repeat;
}



#content{
background-color: #666666;
margin-left: 128px;
}

#content p {
font-size: 80%;
margin-left: 20px;
margin-right: 20px;
}

h1 {
font-size: 130%;
margin: 10px 10px 10px 20px;
}

h2 {
font-size: 109%;
margin: 10px 10px 10px 20px;
}

h3 {
font-size: 105%;
margin: 0px 0px 0px 0px;
color: #000000;  /* -- text black -- */
}

h4 {
font-size: 100%;
margin: 0px 0px 0px 0px;
color: #666666;  /* -- text dark grey -- */
}

h5 {
font-size: 110%;
margin: 10px 10px 10px 20px;  /*top, right, bottom, left */
}

h6 {
font-size: 105%;
margin: 0px 0px 0px 20px;
color: #000000;  /* -- text black -- */
}

.buttontext {
font-size: 90% /* samller text for name of location on left buttons*/
}

.leftimage {
float: left;
margin: 0 10px 5px 0;
border: 2px solid #666666; /* -- dark grey picture border -- */
}

.centerimage {
float: center;
margin: 0 0px 0px 0;
border: 2px solid #666666; /* -- dark grey picture border -- */
}

.rightimage {
float: right;
margin: 0px 7px 5px 15px;
border: 2px solid #666666; /* -- dark grey picture border -- */
}

.rightimage2 {
float: right;
margin: 0px 0px 5px 15px;
}

#leftcol {
float: left;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
width: 133px;
background-color: #F5f7f7; /* -- light grey -- */

}

/*.clearit {
display: block;
clear: both;
}*/

#footer {
clear: both;
border-top: 1px solid color:#000000; /* -- black border -- */
/*background-color: #999999; /* -- grey back -- */
color: #FFFFFF; /* -- white text -- */
}

#footer p {
text-align: center;
font-size: 70%;
padding: 3px;
}


a.footer_link_grey:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#CCCCCC;
	text-decoration: underline;
}

a.footer_link_grey:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#CCCCCC;
	text-decoration: underline;
}

a.footer_link_grey:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;
}

.footer_white10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer_grey10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#CCCCCC;
	border-top-color: #FFFFFF;
}



.container {
width: 99%;
float: right;
background-image: url(../images/metal_back.jpg);
/*background-color: #FFFFFF; /* -- white back for main text -- */
}

/************ Begin left buttons (sectionLinks styles) **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../g_css/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	color: #21536A;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	width: 9em;  /* makes whole button clickable, not just text */
}


/************* End of Left Buttons (SectionLinks styles) **************/


/************* Begin relatedLinks under buttons (styles) **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

/************* End relatedLinks under buttons (styles **************/