/******************************************
			Tag Classes
******************************************/
body { 	margin: 0px; }
p { 	margin-top: 0px; 	margin-bottom: 12px;  }
ul {
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 8px;
}
ol {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}

li {  margin-top: 0px;  margin-bottom: 5px;  }

hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px none;
	border-right: 1px none;
	border-left: 1px none;
	background-color: #fff;
   height: 1px;
}
/*td { vertical-align: top; } This style is buggy and may not work properly. */

/******************************************
			Header Classes
******************************************/
h1 {
	color:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	text-decoration:none;
	margin-top: 0px;
	padding-top: 20px;
}
h2 {
	color:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	text-decoration:none;
	margin-top: 0px;
	padding-top: 5px;
}
h3 {
	color:#000000;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	text-decoration:none;
	margin-top: 0px;
	padding-top: 5px;
}


/******************************************
			Background Classes
******************************************/
.bg-black { background-color: #000000; }
.bg-gray3 { background-color: #333333; }
.bg-gray2 {	background-color: #666666; }
.bg-gray1 { background-color: #EEEEEE; }
.bg-white { background-color: #FFFFFF; }
.bg-red { background-color: #c40001; }

.bg-dots1 { background-image:url(images/bg-dots1.gif); background-repeat: repeat-x; }

/******************************************
			Text Classes
******************************************/
.txt-small-red {
	color: #c40001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.txt-copy {
	color: #5B5B5B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.txt-copy-table {
	color: #5B5B5B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 3px;
	text-align: left;
}

.txt-secondarycopy {
	color: #5B5B5B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	margin-left: 22px;
	margin-right: 17px;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-bottom: 15px;
}


/******************************************
			Menu Classes   
			
		.m1 = Menu Level 1, 
		.m2 = menu level 2, 
		etc.
		the ".m" classes should control everything but "color" and "text-decoration" styles 
		which should be controlled by link classes, ie: ".a-m1"

******************************************/
.m1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:92px;
	height: 33px;
	float:left;
	text-align:center;
		
}
.m2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

.m3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}


.m-func {        /* function menu formatting */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	text-align: right;
	padding-right: 20px;
}

.m-urhere {  /*  class for a "You Are Here" indicator */
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

/******************************************
			Link Classes
******************************************/
a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:active { text-decoration: underline; color: #000000;}
a:hover{ text-decoration: underline;  color: #C40001; }

a.a-m1:link { text-decoration: none; color: #333333; }
a.a-m1:visited { text-decoration: none;  color: #333333; }
a.a-m1:active { text-decoration: none; color: #333333; }
a.a-m1:hover{ text-decoration: none;  color: #C40001; }

a.a-func:link { text-decoration: none; color: #eee; }  /* function menu colors and underline info */
a.a-func:visited { text-decoration: none; color: #eee; }
a.a-func:active { text-decoration: none; color: #eee; }
a.a-func:hover{ text-decoration: underline; color: #eee; }
/******************************************
			List Classes
******************************************/
.redList {
	list-style-type: disc;
	list-style-image: url(images/redDisc.gif);
	list-style-position: inside;
	}


/******************************************
			Page Layout Class
******************************************/
.pagebody { /* main content area class, includes baseline text formatting and possibly padding info */
	margin-left: 20px;
	margin-right: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/******************************************
			Homepage Classes
******************************************/
.pad-home1 {
	padding-right: 35px;
}
/******************************************
			Footer Classes
******************************************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a.a-foot:link { text-decoration: underline; color: #666666; }
a.a-foot:visited { text-decoration: underline;  color: #666666; }
a.a-foot:active { text-decoration: underline; color: #666666; }
a.a-foot:hover{ text-decoration: underline;  color: #333333; }

/******************************************
			Search Form Classes
******************************************/
#search{
 /* this is the div that the search form is in */
 	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
 }
#search form{
  /* this is the html tag */
 }
.form-searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 100px;
	margin-right: 3px;
	margin-bottom: 1px;
	border: 1px solid #000000;
	height: 15px;
	vertical-align: baseline;
}
.form-searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #666666;
	border: 1px solid #717171;
	height: 19px;
	width: 50px;
	margin-right: 20px;
	text-transform: uppercase;
	vertical-align:middle;
	vertical-align: baseline;
}
/******************************************
			Misc Classes
******************************************/
.ul-nopad {
	margin: 0px;
}
.no-margin {
	margin: 0px;
}

#container {
	margin: 0 0 0 0;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:url(images/grey_bar.gif);
	background-repeat:repeat-x;
	height:80px;
}

#header {
	margin: 0 0 0 0;
	width: 950px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#logo {
	width: 420px;
}


#main_nav {
	height: 33px;
	width: 1000px;
}



#content_txt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	line-height: 2em;

}


a.a-m1, a.a-m1:link, a.a-m1:visited, a.m1:hover, a.a-m1:active { 
	text-decoration: none;
	color: #333333;
	height: 33px;
	display:block;
	padding-top:9px;
	width: 92px;
	border:none;
	text-align: -moz-center; 
	text-align:center;
	
	
	}
	
	a.a-m1:link {
	background-image:url(images/btn.gif);
	background-repeat:repeat-x;

}
	a.a-m1:visited { 
	background-image:url(images/btn.gif);
	background-repeat:repeat-x;

}
	a.a-m1:active {
	background-image:url(images/btn.gif);
	background-repeat:repeat-x;

}
	a.a-m1:hover{ 
	background-image:url(images/btn_selected.gif);
	background-repeat:repeat-x;

}

	
a.a-m1_urhere, a.a-m1_urhere:link, a.a-m1_urhere:visited, a.m1_urhere:hover { 

	
	text-decoration: none;
	color: #333333;
	height: 33px;
	background-image:url(images/btn_selected.gif);
	background-repeat:repeat-x;
	display:block;
	padding-top:9px;
	text-align: center;
	width: 92px;
	border:none;
	text-align: -moz-center; 
	text-align:center;
	


	}
	
	
#footer{
background-image:url(images/line.gif);
background-repeat:repeat-x;
height:30px;
width:100%;

}

#home_flash{
padding-left:10px;
}

#footer_nav{

background-image:url(images/footer_bg.gif);
background-repeat:repeat-x;
height:17px;
width:263px;

float:right;

margin-left:69%;
margin-top:2px;
position:absolute;

}

#content_container {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 0px;



}

.f1{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;

}

	a.a-f1:link {
	font-size:11px;
	color:#666666;

}
	a.a-f1:visited { 

	font-size:11px;
	color:#666666;

}
	a.a-f1:active {

	font-size:11px;
	color:#666666;

}
	a.a-f1:hover{ 
	font-size:11px;
	color:#000000;

	text-decoration:underline;
}


#content_bg {
	width:950px;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	padding-left: 35px;
	padding-right:35px;
	
}
	

#main_txt {
width:300px;


}

#main_img {
width:300px;


}
