/***********************************************/
/* mainsite.css                                */
/*   Common css to support body/header/footer  */
/*   for all main site pages.					*/
/*   09/12/08 HRN Mod#32 link & visited same color */
/***********************************************/

/************************************************/
/* Initialize and zero tags                     */
/* Note:html font set 125% and body 50%,        */
/*      so Body can use	ems settings that relate */
/*      to point size.                          */
/*      like 1em = 10pt, 1.2em = 12pt           */
/***********************************************/ 
/* basic zeroing of selectors */
* {margin:0; padding:0;}
img {border:0;}

html{
	font-size:125%;
}
body{
	font-size:50%;
}


/************************************************/
/* Set defaults for html tags                   */
/************************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010101;
	/*background: #000074 url(../images/home_body_bkg.gif) repeat-x; */
	background: #4A3833 url(../images/site_bkg_vertical_gradient.gif) repeat-x;	
}

p{
	font-size:1em;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
}

h1{
	font-size: 1.6em;
	color: #334d55;
}

h2{
	font-size: 1.4em;
	color: #006699;
}

h3{
	font-size: 1.2em;
	color: #3333FF;
}

h4{
 font-size: 1em;
}

h5{
 font-size: 0.9em;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

img{
	display:inline;
	margin:0px;
	padding:0px;
	border-style: none;
}

a:link{color: #0099CC;}
a:visited{color: #0099CC;}
a:hover{color:#0000FF;}

 input
{
	color: #000000;
	background: #E0D5C2;
}

 textarea
{
	color: #000000;
	background: #E0D5C2;
}

 select
{
	color: #000000;
	background: #E0D5C2;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width:880px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	margin-top: 15px;
	padding: 0px;
	background: #FFFFFF url(../images/home_bkg.gif) no-repeat left top;
}

#header{
	padding: 0px;
	margin: 0px;
}

#subTitle{
	margin: 85px 0px 0px 390px;
	padding: 0px;

}

#subTitle h1{
	margin: 0px;
	padding: 0px;
	color: #009ACF;
}

/************* #menu styles **************/

#menu{
	border-bottom: 1px none #CCC;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 5px;
}

#menu img{
 display: block;
}

#menu a {
	font-size: 1.0em;
	padding: 0 4px 0 0;
	color: #0099cc;
	text-decoration: none;
}

#menu a:link{
	color: #0099cc;
	text-decoration: none;
}

#menu a:visited{
	color: #0099cc;
	text-decoration: none;
}

#menu a:hover{
	color: #006699;
	text-decoration: none;
}



/************* #footer styles ***************/

#footer{
	border: 1px solid #cccccc;
	font-size: 1em;
	color: #0099cc;
	padding: 10px 10px 10px 10px;
	clear: both;
	text-align: right;
}

#footer a:link{
	color: #0099cc;
	text-decoration: none;
}

#footer a:visited{
	color: #0099cc;
	text-decoration: none;
}

#footer a:hover{
	color: #006699;
	text-decoration: none;
}

	
/******* miscellaneous items ***************/
.clearit {
	clear:both;
	display: block;
}
.fontRed {
	color: #FF0000;
}
