body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em; 
	margin: 0; 
	padding: 0;
	color: #333;
	}

a { text-decoration: underline; color: #B00000; }

a:hover { border: none; }	

li {
	list-style-type: square;
	}
	
h2 {
	color: #B00000;
	font-size: 1.5em;
	font-weight: 100;
	clear: both;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
	}	

#container {
	height: auto ;
	height: 100%;
	min-height: 100%;
	position: relative;
	}
	

#header { border-top: 5px solid #B00000; }	

#header div {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	padding-left: 20px;	
	}

#header h1 { 
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;	
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
	}			

#header h1 a {
	border: none;
	color: #000;	
	font-weight: normal;	
	text-decoration: none;
	}		

#nav {
	float: right;
	margin: 0;
	padding: 0;
	}
#nav li {
	list-style-type: none;
	display: inline;		
	float: left;	
	}	
#nav li a {
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: #000;
	padding-top: 5px;		
	display: block;	
	margin: 0 15px;		
	}		

#nav li a:hover { text-decoration: underline; }	

#nav li a:active { text-decoration: underline; }	

#strike {
	background-image:url(images/site-strike.jpg);
	text-align: center;
	clear: both;
	margin-bottom: 35px;
	padding-left: 10px;
	height: 150px;
	}
#strike div {
/*	background: url(images/header.jpg) no-repeat;*/
	height: 133px;
	width: 790px;
	margin: 0 auto;
	text-align: left;
	}		

#body { 
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: url(images/line_bg.gif) repeat-y 515px 20px;
	padding-left: 20px;
	padding-bottom: 61px;	
	}

#body:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}
* html #body { height: 1%; }

#l {
	width: 480px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
	}
#l p,
#r p {
	margin-top: 10px;
	}	

#r {
	width: 210px;
	float: right;
	margin-right:15px;
	}

#r p {
	margin: 1em 0;
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
}	

#r hr {
	border-top: 1px solid #eee; 
	height: 1px; 
	border-left: 0; 
	border-right: 0; 
	border-bottom: 0; 
	margin: 0; 	
	}			

#footer {
	background-color: #B00000;
	padding-top: 10px;
	font-size: .75em;
	color: #fff;
	width: 100%;
	height: 50px;
	border-top: 3px solid #1B2950;
	}

#footer a { color: #fff; text-decoration: underline;}		

label { font-weight: bold; }


#contact-form {
	border: 1px solid #999; 
	padding: 5px 15px;
	width: 450px;
}

#contact-form .required {
	color: #B00000; 
	font-size: smaller;
}
#contact-form input, #contact-form textarea {
	border: 1px solid #000;
}


#contact-form .label {
  padding-right: 5px;
  vertical-align: top;
  text-align: right;
  width: 50px;
  white-space: nowrap;
}

#contact-form .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#contact-form .status {
  padding-top: 3px;
  padding-left: 8px;
  vertical-align: top;
}

#contact-form label.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 20px;
  padding-bottom: 2px;
  font-size: smaller;
  color: #B00000;
}

#contact-form label.checked {
  background:url("images/checked.gif") no-repeat 0px 0px;
}
