/* CSS Document for all Labome.Org htmls */
/* need to remove /EH/ in all url call */

/*PRINT STYLES not needed at the moment*/


/*GENERAL STYLES*/
body { 
	background-color:#FFF; 
	color:	#333; 
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, Veranda, sans-serif;
	font-size: 1em;
	width: 100%;
	line-height: normal;
}

/* only define headers with size, another class to define other attributes */ 
h1 {
	font-size: 1.8px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;	
} 

a:link { color: #000099; text-decoration: none; }
a:visited { color: #663399; text-decoration: none; }
a:hover { color: #000099; text-decoration:underline; }
a:active { color: #CC0000; text-decoration: none; }

/* need to block out here to remove the >> sine in menu */
ul { 
	list-style-type: none;
	padding: 7px 0px 4px 0px;
	margin: 0px;
}

ul li {
	list-style-type: none;
	background-image: url('../img/bullet_arrow.gif');
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal; 
	line-height: 1.4em; 
	padding: 0px 0px 0px 16px; 
	background-repeat: no-repeat; 
	background-position: 2px 6px; 
	margin: 0px;
}

ol {
	padding: 0px 0px 0px 25px;  
	margin: 0 0 0 5px;
}

ol li {
	list-style-type:decimal;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal; 
	line-height: 1.0em; 
	padding: 0px 0px 10px 0px; 
	margin: 0px 0px 0px 0px;
}

.ol_sub {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: x-small; 
	line-height: 1.0em; 
	font-style: italic; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	text-align: left; 
}


.bar_note {

	font-style: italic; 
	font-size: x-small;	
	text-align: right; 
	margin: 0px 0px 0px 10px;	
}

.more {
	padding: 0px;
	font-family: Georgia, serif;
	font-size: xx-small;
	font-style: italic;	
	text-align: right; 
}


img {
	border: 0px;
}

img.small {
	  height:12px; 
}

form {
	padding: 0px;
	margin: 0px;
}

input {
    vertical-align:middle; 
}

input[type="submit"]{
  background: #fff;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:6px;
}


 
/*Outer Wrapper* as opposed to main footer */
#outerdiv {
	margin: 0px auto;
	max-width: 960px;
	min-width: 790px;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 961 ? "960px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 789 ? "790px" : "98.7%"));
	border: 1px #20396C solid;
	text-align: left;
}

/*HEADER STYLES*/
#header {
	padding: 0px;
	margin: auto;
}

#header_top {
	background-image: url(../img/head_top_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	font-size: 0px;
}

#header_mid {
	background-image: url('../img/head_mid_bg.gif');
	background-repeat:repeat-x;
	height: 65px;    
/*	min-height: 65px; 
	height:expression(this > 0? "auto": "65px" ); */
}

#header_logo {
	float: left;
	height: 65px; 
/*	min-height: 65px; */
}

/* header subnav and main search */
#header_subnav_search {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: .85em;
	width: 248px;
	text-align: right;
	background-image: url('../img/head_subnav_bg.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header_subnav {
	color: #FFF;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: .85em;
	min-height: 17px;
	background: #3D5E9B;
	position: relative;
/*	top: -3px; */
}

#header_subnav a:link {color: #FFF; text-decoration: none; background-color:#3D5E9B; font-size: .92em; padding: 0px 7px;}
#header_subnav a:visited {color: #FFF; text-decoration: none; background-color:#3D5E9B; font-size: .92em; padding: 0px 7px;}
#header_subnav a:hover {text-decoration: underline;}
#header_subnav a:active {color: #FFF; text-decoration: none; background-color:#3D5E9B; font-size: .92em; padding: 0px 7px;}

#header_searchbox {

	clear: left;  
	width:120px;
	height:1.01em;
	border:1px #494949 solid;
	color: #494949;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 1px 0px 1px 3px;
}

#header_goimg {
	margin: 0px 14px 0px 0px;
	padding: 0px;
	position: relative;
	top: 4px;
}



/* header horizontal nav */

#header_horz_nav {
	clear: both;
	background: url('../img/head_bot_bg.gif') 0px 0px repeat-x;
	height: 28px;
	min-height: 23px;
	max-height: 1000px;
	padding-left:  11px;
	text-align: left;
}

#nav_bar {
	font-family: Georgia, serif;
	font-size: 0.7em;
	text-align: left;
	background: #D9E1F0;	
}

#ad {
       text-align: center; 
       margin-top: 10px; 
}
#content {
	text-align: center;
	clear:both;
	margin: 8px 0px;
	padding: 0px;
}

#home_content_tbl {
	clear: both;
	border: inherit;
	width: 100%;
}

#home_content_tbl td {
/*	border: 0px dotted #CCC; */
/*	width: 25%; 	  */
	vertical-align: top;
	padding: 8px;
}


#left_td {
	width: 190px;
	background: #FFF;
	font-size: .79em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px auto;
	text-align: left;
/*	border: 1px solid #C58917; */ 
}

.left_box {
     	clear: both;
	background: #FFF;
	display: inline;
	float: left;
	width: 188px;
	margin: 5px 3px 3px 0px; 
	border: 1px solid #EBEBEB; 
/*	height: 84px; /* Adjust height to line up bottom of three main columns */ */
}

.left_box_header {
	font-family: Georgia, Times, serif;
/*	font-size: 1.3em; */
	color: #20396C;
	background: #D9E1F0;
	margin: 0px;
	padding: 3px 4px;
	border: 1px solid #C58917;		
}


.left_box_content {
	padding: 0px 6px;
	margin: 7px 0px;
	line-height: 1.0em;
/*	height: 125px;	*/     
}



#mid_td {

}

#mid_td_title {
	padding: 4px;
	margin-bottom: 4px;
/*	border-top: 6px solid #EB9A43;
	border-right: 1px solid #EB9A43;
	border-bottom: 1px solid #EB9A43;
	border-left: 1px solid #EB9A43; */
	font-family: Georgia, serif;
	font-size: 1.8em; 
	text-align: center;
	color: white;	
/*	color: #EB9A43; */	
	background:  #1b3962; 
}


.summary_box {
     	clear: both;
	background:  #69656; /* #FFF; */
/*	display: inline; */
	text-align:left; 
	margin: 5px 5px 5px 5px; 
}

.summary_field {
	font-family: Georgia, Times, serif;
/*	font-size: 1.3em; */    
	color: #20396C;	      
/*	background: #D9E1F0; */
	margin: 0px;	
/*	padding: 3px 4px; */
	text-align: left;
  /*	width: 130px; */ 
}	

.summary_content {
/*	padding: 4px; */
	font-family: Georgia, serif;
	font-size: 0.8em; 
	text-align: left;
/*	height: 125px */
}


.mid_box {
     	clear: both;
	background: #FFF;
	display: inline;
	text-align:left; 
	margin: 5px 3px 3px 0px; 
}

.mid_box_header {
	font-family: Georgia, Times, serif;
/*	font-size: 1.3em; */    
	color: #20396C;	      
	background: #D9E1F0;
	margin: 0px;	
	padding: 3px 4px;
	text-align: left;  	
}	

.mid_box_content {
	padding: 4px;
	font-family: Georgia, serif;
	font-size: 0.7em;
	text-align: left;
/*	height: 125px */
}

#right_td {
	width: 190px;
	background: #FFF;
	font-size: .79em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px auto;
	text-align: left;
/*	border: 1px solid #EBEBEB; */
}

.right_box {
     	clear: both;
	background: #FFF;
	display: inline;
	float: left;
	width: 188px;
	margin: 5px 3px 3px 0px; 
	border: 1px solid #EBEBEB; 
/*	height: 84px; /* Adjust height to line up bottom of three main columns */ */
}

.right_box_header {
	font-family: Georgia, Times, serif;
/*	font-size: 1.3em; */
	color: #20396C;
	background: #D9E1F0;
	margin: 0px;
	padding: 3px 4px;
	border: 1px solid #C58917;	
}


.right_box_content {
	padding: 0px 6px;
	margin: 7px 0px;
	line-height: 1.0em;
/*	height: 125px;	*/     
}

/* Supplement */

#sup_separator {
	background-image: url(../img/head_top_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	font-size: 0px;
}


#supplement {
	text-align: left;
	padding: 10px;
}

#sup_head_title {
	font-family: Georgia, Times, serif;
	color: #20396C;
	background: #D9E1F0;
	padding: 3px 10px;	
	text-align: left; 
}

.super_box {

	background: #FFF;
/*	border: 1px solid #EBEBEB; */ 	 
}
.super_box_header {
	font-family: Georgia, Times, serif;
	color: #20396C;
	background: #D9E1F0;
	padding: 3px 4px;	
	text-align: left; 
}
.super_box_content {
 	font-size: 0.79em
}

.excerpt {

	 font-size:x-small; 
	 color: #696565;	     
}

/* footer main */
#footer_main {
	text-align: center;
	margin: 0px auto;
	padding:  0px;
	font-size: .8em;
}

#footer_hr {
	height: 1px; 
	background: #E0E0E0; 
	font-size: 1px; 
	padding: 0;
	margin: 6px 10px;
	line-height: 0px;
}


#footer_main_link {
}


#date {
	color: #666; 
	font-size: 0.78em; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: normal;
	font-style: italic; 
	padding: 0px; 
	margin: 0px; 
	line-height:normal;
}