/* Default stylesheet for all compliant browsers */

body {
	color: rgb(50,50,50);
	line-height:16px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 { font-size: 17px; color: #1ab859; font-weight: normal; line-height: 17px; margin: 0px;}

h2 { font-size: 17px; color: rgb(50,50,50); font-weight: normal; }

h3 { font-size: 11px; color: rgb(50,50,50); font-weight: bold; margin:0px; }

h4 { font-size: 14px; color: rgb(50,50,50); font-weight: normal; }

h5 { font-size: 14px; color: #1ab859; font-weight: normal; }

h6 { font-size: 14px; color: #1ab859; font-weight: bold; }

a { color: #1ab859; text-decoration: none; }

a:hover { text-decoration: underline; }

fieldset {
	border: none;
	border-top: 1px solid #1ab859;
	padding-left: 10px;
}

legend {
	font: normal 150%/2.5 "Arial Narrow", arial, sans-serif;
	color: rgb(106,173,192);
	padding: 0 10px;
}

form { line-height: 2em; }
form p { line-height: 1.5em; }

input, 
select, 
textarea { 
	font: 1em/1 Verdana, Helvetica, sans-serif; 
	color: #333; 
	padding: 0.2em; 
	background-color: #FFF;
	border: 1px solid #ccc;
}


option { padding-right: 10px; }

hr { border: none; border-top: 1px solid rgb(197,198,200); }

.right_padding { padding-right: 20px; }

.left_padding { padding-left: 20px; }



/* Form */

#contactform { float: right; border-left: 1px solid #ccc; padding-left: 20px; width: 250px; }

#contactform span { display: block; }

#contactform .title { text-transform: uppercase; }

#contactform .alert { margin-top: 0em; }

.checkbox { display: block; margin-bottom: 0.3em; }

.checkbox input { margin-right: 0.5em; }

.date { float: left; margin-right: 1em; }

.date select { width: auto; }

.fixed_width_font { width: 30px; }

.checkbox input, .radio input { width: auto; border: none; }

.alert { color: #FF0000; }

span.radio { margin-right: 1em; }

input.button {
	background: rgb(117,117,119);
	color: #FFF;
	cursor: pointer;
	width: auto;
	padding: 0 3px 2px 0px;
	font-size: 90%;
	margin-top: .75em;
}

input.button:focus {
	border: none;
}

.fixed_width_font { font-family: Lucida Console, Courier New, Courier, monospace; font-size:1em; line-height:1.75em; }

input.fixed_width_font { line-height:1em; }



/* Layout */

#print {left:673px; padding-top:20px; position:absolute;}
#print a img{ border: none;}

#greenline {
	display:none;
}

#container {
	width: 786px;
	margin: 0;

}

#header {
	height: 139px;
	background-color: rgb(88,88,90);
	background-image: url(../img/header.jpg);
	border-top: 2px solid #fff;
}
#header #search_box { display: none;  }

#content { margin: 30px 20px 0 20px; list-style-position:inside; }
#content img{ padding-left: 10px; padding-right: 10px; }
table { border: none;}
#content table img{ padding-left:0px; padding-right: 4px;}
#footer {
	font-size: 10px;
	color: #FFFFFF;
	padding: 3px  10px 4px 10px;
	margin-top: 4px;
	border-top: 1px solid rgb(177,178,180);
	border-bottom: 1px solid rgb(177,178,180);
	background-color: #000000;
}

#footer a { color: #ffffff; text-decoration: none; }

#footer a:hover { text-decoration: underline; }
#righty {float: right;}


/* First navigation (horizontal) */

#nav-first {
	display:none;
}

/* Second navigation */

#nav-second {
	display:none;
}

#bottommenu {
display: none;
}

/* Response */

#response { float: left; color: #b9131d; font-weight: bold; border: 1px solid #b9131d; padding: 5px 10px; background-color: #ecafb0; margin-bottom: 1em; }

/* Search page */

#search #content h3 { padding-top: 1em; }
.search-keyword { color: #1ab859; padding: 0 0.2em; }
.disabled { color: #999; }


/* misc */

.clearing { 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	line-height: 1px; 
	clear: both;
}
#content .clearing {
margin-bottom: 50px;
}
