@import "contact_us.css";
body {
	background-color: #e0e0e0;
	margin-top: 0px;
}
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
}
#background_wrap {
	background-image: url(../img/main_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#top_menu {
	height: 40px;
}
#log_in {
	height: 60px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#log_in a {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
#log_in a:hover {
	color: #E1E1E1;
}
#main_title {
	height: 31px;
}
#main_title h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#right_spacer {
	width: 35px;
	float: right;
	height: 35px;
}
#main_content {
	float: left;
	width: 550px;
	font: 12px/17px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 0px;
}
#main_content a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
#main_content ul {
	list-style: disc url(../img/bullet.gif) outside;
	margin: 0 0 8px 0;
	padding-left: 1em;
	color: #222;
}
#main_content h2 {
	margin: 16px 0 10px 0;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
}
#main_content p {
	margin: 0 0 12px 0;
	color: #222;
}
#right_fill {
	width: 1px;
	height: 390px;
	float: right;
}
#address {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
	color: #666;
	width: 600px;
	padding-bottom: 10px;
	clear: both;
}
#address a {
	color: #444;
	text-decoration: none;
}
#copyright {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 10px;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#copyright a {
	text-decoration: none;
	color: #666;
}
#copyright a:hover {
	color: #333;
}
#copyright h4 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#logos {
	float: left;
	text-align: left;
}
#admin_link {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#admin_link a {
	color: #888;
	text-decoration: none;
}
#admin_link a:hover {
	color: #666;
}
#login_form {
	margin-top: 100px;
}
#login_form input {
	border: 1px solid #999999;
	background-color:#E2E2E2;
}

/* Basic code - don't modify */
 
 #nav {
	display: block;
	margin: 0;
	padding: 10px 0 0 14px;
	position: relative;
	z-index: 1;
}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 150px; }
#nav ul ul { left: 150px; }

/* Everything else is theming */
 
#nav { background: transparent; height: 24px; }
#nav a { color: #000; font: 11px Arial, Helvetica, sans-serif; padding: 6px 10px; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }
  #nav li.hover a { color: #fff; text-decoration: none; }
  #nav ul { top: 24px; color: #fff; }
    #nav ul li a { background-color: #777; color: #fff }
      #nav ul a.hover { color:#000; }
   #nav ul a { border-right: none; opacity: 0.9; filter: alpha(opacity=90);}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
