/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 0px;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-top: 0px;
text-align: left;
background: url(../images/tlo.jpg);
	}

/*  Global Formatting */
h1 {font-size:14px;line-height: 1em;font-weight: 900;}
h2 {font-size:13px;line-height: 1em;font-weight: 900;}
h3 {font-size:12px;line-height: 1em;font-weight: 900;}
h4 {font-size:11px;line-height: 1em;font-weight: 900;}
h5 {font-size:11px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 11px;}
th{font-size: 11px;}
a {color: #f6bb06; text-decoration: none;}
a:hover {color: #f6bb06; text-decoration: none;}
a:visited {color: #dc9d08; text-decoration: none;}
a.image, a.image:hover  {border:0;}
li{ list-style: square;}
ul { list-style: square;}

/* #######################  END GENERAL SETTINGS ############################ */

/*##################### NAVIGATION SECTION #####################*/	
/* Pathway Breadcrumbs */	
	.pathway {font-size: 11px;color:#333; text-align: left;}
	a.pathway:link {color:#659FDE;}
	a.pathway:visited {color:#659FDE;}
	a.pathway:active {color:#659FDE;}
	a.pathway:hover {color:#659FDE;text-decoration:underline;}

/* Mainlevel menu */
.mainlevel {height: 18px;}

a.mainlevel {
	display: block;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	background-color: #2b3739;
	}
	
a.mainlevel:hover {
	color: #FFFFFF;
	background: #A0A0A0;
					}
/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel{height: 18px;}

a.sublevel{	display: block;
	background: #A0A0A0;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
		}

   a.sublevel:hover {
	display: block;
	color: #FFFFFF;
	background: #822C0F;}
/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */


/*##################### NAVIGATION SECTION #####################*/

/* ##################### STANDARD MODULE TABLE  #################*/	
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable th { 
background: #2F3E57;
height: 18px;  
color: #FFFFFF;
}

table.moduletable td {height: 18px;}

/* Add here Custom Modules */

/* End Custom Modules */

/* ##################### END STANDARD MODULE TABLE  #################*/

/* ##################### FORM SECTION  #####################*/	
form{font-size: 9px}
input {
font-family: Verdana, Helvetica, sans-serif; 
background-color:#415458; font-size: 11px; color: #ffffff;
}
.inputbox {background: #415458;}
.text_area {background: #415458;}
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {border: 1px solid #999; background: #333;color: White;}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}
/* ##################### END FORM SECTION  ##################### */