/******************************************
			Tag Classes
******************************************/
body { 	margin: 0px;
        margin-top:10px;
        height:100%;
}
p {
	margin-top: 5px;
	margin-bottom: 11px;
}
ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
ol {
	margin-left: 0px;
	padding-left: 20px;
	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;
}

.img_vertacle_align {
     vertical-align: middle;
	 }
/*td { vertical-align: top; } This style is buggy and may not work properly. */

/******************************************
			Header Classes
******************************************/

h1 {
	color: #990000;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	
}
h2 {
	color: #5B5B5B;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 3px;
}
h3 {
	color: #666666;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/******************************************
			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 { }

/******************************************
			Text Classes
******************************************/
.txt-small-red {
	color: #c40001;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/******************************************
			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:"verdana", arial, sans-serif;
	font-size: 13px;
	font-variant:small-caps;
	line-height: 16px;
	margin: 0px;
	line-height: 16px;
	text-align: center;
}
.m2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-variant:small-caps;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

.m3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}


.m-func {        /* function menu formatting */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #eeeeee;
	text-align: right;
	padding-right: 20px;
}

.m-urhere {  /*  class for a "You Are Here" indicator */
    font-family:"verdana", arial, sans-serif;
	font-size: 13px;
	font-variant:small-caps;
	text-align:center;
	line-height: 16px;
	margin: 0px;
	vertical-align:middle;
	display:block; 
	background-color:#EEEEEE;
	line-height: 16px;
}

/******************************************
			Link Classes
******************************************/
a:link {
	text-decoration: none;



}
a:visited {
	text-decoration: none;

	

}
a:active {
	text-decoration: none;


	
}
a:hover{
	text-decoration: none;


	
}

a.a-m1:link { text-decoration: none; color: #333333; font-weight:normal; display:block; line-height: 16px;}
a.a-m1:visited { text-decoration: none;  color: #333333;font-weight:normal;  display:block; line-height: 16px;}
a.a-m1:active { text-decoration: none; color: #333333;font-weight:normal; display:block; line-height: 16px; }
a.a-m1:hover{ text-decoration: none;  color: #333333; font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px;}

a.a-m1-urhere:link { text-decoration: none; color: #333333; font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px;}
a.a-m1-urhere:visited { text-decoration: none;  color: #333333;font-weight:normal;  display:block; background-color:#EEEEEE;line-height: 16px;}
a.a-m1-urhere:active { text-decoration: none; color: #333333;font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px; }
a.a-m1-urhere:hover{ text-decoration: none;  color: #333333; font-weight:normal; display:block; background-color:#EEEEEE;line-height: 16px;}

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; }


/******************************************
			Page Layout Class
******************************************/
.pagebody { /* main content area class, includes baseline text formatting and possibly padding info */
	font-family: Georgia, Times New Roman, serif;
	font-size: .8em;
	line-height: 1.6em;
	padding-left: 15px;
}
.listbody { /* main content area class, includes baseline text formatting and possibly padding info */
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	line-height: 16px;
}

/******************************************
			Homepage Classes
******************************************/
.pad-home1 {
	padding-right: 35px;
}
/******************************************
			Footer Classes
******************************************/
.footer {
	font-family:Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a.a-foot:link { text-decoration: none; color: #333333; font-weight:normal; }
a.a-foot:visited { text-decoration: none;  color: #333333; font-weight:normal;}
a.a-foot:active { text-decoration: none; color: #333333; font-weight:normal;}
a.a-foot:hover{ text-decoration: underline;  color: #333333; font-weight:normal;}

/******************************************
			Search Form Classes
******************************************/
#search{
	display: none;
 }
#search form{
	display: none;
  /* this is the html tag */
 }
.form-searchbox {

	display: none;
}
.form-searchsubmit {

	display: none;
}
/******************************************
			Misc Classes
******************************************/
.ul-nopad {
	margin: 0px;
}
.no-margin {
	margin: 0px;
}

#container {
	margin:0px;
	padding: 0px;
	page-break-inside:avoid;
}
#logo {
	margin: 0px 0px 50px;
	padding: 0px;
	top: 1px;
	
}
#search {

	display: none;
}
#navigation {

	display: none;
}

#navigation_temphome {

	display: none;
}

#header_container {
	margin: 0px;
	padding: 0px;
    
}

#header_container_index {
margin: 0px;
	padding: 0px;
	}

#footer {

	display: none;
}
#content {
	
	padding-left: 20px;
	padding-right: 20px;
	
}
#content_left {

	display: none;
}
#content_right {
	
	width: 248px;
	float: right;
	clear: none;
	padding-right: 20px;
	
}
.copy_block_white {
	
}
#content_container {

	display: none;
}

#hp_header_content_container {
	padding-top: 15px;
}                                                                             
#hp_header_content {
	display: none;
}

#content_container_index {
   
	background-repeat:repeat;
	background-position:0% 0%;
    padding-right: 20px;
	padding-left: 20px;
	clear: both;
    overflow:hidden;
}

#hp_content {
}

#hp_content_left {
	width: 600px;
	float:none;
	margin: 0px;
	padding: 0px;
    
}

#hp_cta {
	width: 600px;
	float: none;
	margin: 0px;
	padding: 0px;
	display:none;
}

.search_copy {

	display: none;
}
#m1_0 {

	display: none;
}
#m1_1 {

	display: none;
}
#m1_2 {

	display: none;
}
#m1_3 {

	display: none;
}
#m1_4 {

	display: none;
}
#m1_5 {

	display: none;
}
#m1_6 {
	display: none;
}
.image_area {
	width: 257px;
	float: right;
	text-align:left;
	margin-left: 15px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}             

.sp_image_area {

	display: none;
}
#footer_right {

	display: none;
}
#footer_left {
}
#interior_container {
	clear: both;
}
#border_left {
	width: 20px;

	height: 300px;
	vertical-align: bottom;
}
#border_right {

	height: 300px;
	width: 20px;
	float: left;
	vertical-align: bottom;
}
#interior_content_container {
	width: 699px;

	float: left;
}
#side_navigation {
	width: 300px;
	display: none;
}

#sp_header_content {

	 display:none;
    
}

#sp_header_content a:link {
 display:none;}
#sp_header_content a:visited {
 display:none;}

#sp_header_content ul li {

	 display:none;
}

#sp_header_content ul li a {

	 display:none;
}

#sp_header_content ul .li-selected,  #sp_header_content ul li a:hover {

	 display:none;
}
.li-selectedpg{

	
	 display:none;
}

/* ie7 renders ul < ul as an amorphous and indistinct area to the left and bottom of the first nested ul, because it is horrible */
#sp_header_content ul ul {
	
	display: none;
}

#sp_header_content ul ul li {
  
    display:none;
}

/* ie7 hack, because ie7 does not understand the very simple concept of style inheritance through unordered lists */
*:first-child+html #sp_header_content ul ul li {
   margin-left:0px;
}



#sp_header_content ul ul .li-selected, #sp_header_content ul ul li a:hover{
 
   
    background-position: 0px 8px;
    background-color:#dcd0b8;
}


#sp_header {
	
	width: 653px;

	margin-top: 12px;
	height: 30px;

	padding-right: 20px;


}
#sp_content {
	width: 500px;


	
	background-color:#fff;
	margin-bottom: 10px;
}
.title {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

.searchbar_top {

	display: none;
}

#sp_breadcrumbs {

	display: none;
}

