ul#contactus{
	list-style:none;
}

form{
	font-size:0.8em;
}

form label{
	width:200px;display:block;
}

*{
    margin:0px;
	padding:0px;
}

body{
	background:#C8C8C8 url(images/body_bg.jpg) repeat-x;
	font-family:Arial;
	padding:8px 0 0px 0;
}

h1{
	background:url(images/h1.jpg) no-repeat;
	width:279px;
	height:98px;
	text-indent:-9999em;
	margin:8px 0 0 86px;
	float:left;
	display:inline;
}

h1 a{
	display:block;
	height:100%;
	width:100%;
}

h2{
	color:white;
	font-size:0.85em;
	padding:10px 30px;
    margin:0 -30px 14px -30px;
}

h3{
 font-size:0.85em;
 margin:5px 0 0 0;
}

a{
	text-decoration:none;
}

img{
	display:block;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

abbr{
	cursor:help;
}

q{
	font-style:italic;
}

q:before, q:after { /* Having to remove user-agent generated speech marks from IE7+ and manually inserting appropriate ampersands, as a workaround for IE6 - although W3C spec insists that it's the user-agent's responsibility to generate speech marks - NOT ELEGANT!*/
    content: '';
}

blockquote{
	margin:0 0 5px 0;
	font-style:italic;
}

table{
	border-collapse:collapse;
	margin:5px 0 0 0;
}

table thead{
	background:#F1AB05;
	font-weight:bold;
}

table td{
	border:1px solid #666666;
	padding:3px;
}

p,
#twocol_left ul,
#twocol_right ul,
#onecol ul,
blockquote,
#onecol address{
	padding:5px 0;
	line-height:1.5em;
}

p,
#twocol_left ul,
#twocol_right ul,
#onecol ul,
blockquote,
#onecol address,
table{
	font-size:0.8em;
}

#twocol_right,
#twocol_left,
#onecol{
		padding:0 30px 20px 30px;
}

#twocol_right img.bg,
#twocol_left img.bg,
#onecol img.bg{
	position:absolute;
	bottom:-19px;
	left:0;
}

#container{
	margin:0px auto;
	width:860px;
}

#header{
    background:url(images/header_bg.jpg) no-repeat;
    position:relative;
    padding:0 0 11px 0;
}

#header address{
	color:white;
	font-weight:bold;
	font-style:normal;
    font-size:0.85em;
	float:right;
	margin:25px 23px 0 0;
	letter-spacing:1px;
	display:inline;
}

#header span{
	font-family:Bookman Old Style, Georgia, Times New Roman;
	color:white;
	position:absolute;
	right:23px;
	bottom:20px;
	margin:30px 0 0 0;
}

#navigation{
	list-style:none;
	background:#F1AB05;
	border-right:3px solid white;
	border-left:3px solid white;
	text-align:center;
    padding:6px 0 3px 0;
}

#navigation li{
	display:inline;
	white-space:nowrap;
}

#navigation li a{
	padding:6px 17px 3px 30px;
	background:url(images/navigationli_bg.gif) no-repeat left center;
	font-family:Georgia;
	font-size:0.8em;
	color:black;
}

#navigation li a:hover{
	background:url(images/navigationli_bg-hover.gif) no-repeat 0px 3px;
}

ul#gallery img{
	margin:0px auto;
}

ul#gallery li{
	width:250px;
}

#navigation:after,
#header:after,
#footer:after,
#footer ul:after,
#container:after,
#onecol:after,
ul#gallery:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#navigation,
#header,
#footer,
#footer ul,
#container,
#onecol,
ul#gallery {display: inline-block;}

/* Hides from IE-mac \*/
* html #navigation,
* html #header,
* html #footer,
* html #footer ul,
* html #container,
* html #onecol,
* html ul#gallery{height: 1%;}
#navigation,
#header,
#footer,
#footer ul,
#container,
#onecol,
ul#gallery {display: block;}
/* End hide from IE-mac */

#navigation_bg-bottom{
	display:block;
	margin:0 0 8px 0;
}

#twocol_left{
	width:474px;
	float:left;
	background:white url(images/twocol_left_bg.gif) bottom no-repeat;
	margin-left:4px;
	position:relative;
	display:inline;
}

#twocol_left,
#twocol_right,
#onecol{
	margin-bottom:32px; /* Height of #twocol_left/#twocol_right bg img + height of #footer bg img*/
}

img.right{
	float:right;
	margin:10px 0 0px 20px;
}

img.left{
	float:left;
	margin:10px 20px 0px 0;
}

img.center{
	display:block;
	margin:0px auto;
}

#twocol_right{
	width:253px;
	float:left;
	background:white;
	position:relative;
}

#twocol_right,
#onecol{
	margin-left:4px;
}

#onecol{
	width:791px;
	background:white;
	position:relative;
}

#onecol ul{
	margin:10px 0 0 20px;
}

#onecol ul li{
    height:1%;
}

#onecol h2{
	background:#222021 url(images/onecol_h2.jpg) no-repeat;
}

#twocol_right h2{
	background:#222021 url(images/twocol_right_h2.jpg) no-repeat;
}

#twocol_left h2{
	background:#222021 url(images/twocol_left_h2.jpg) no-repeat;
}

span#opening{ 
	font-weight:bold;
	font-size:0.8em;
	display:block;
	margin:0 0 10px 0 ;
}

#onecol ul{
	font-size:0.8em; /* Culprit */}

#onecol address{
	display:inline;
}

#twocol_left ul,
#twocol_right ul,
#onecol ul{
	margin:0 0 0 15px;
}

#footer{
	background:red;
	clear:both;
	background:#999999;
	position:relative;
}

#footer ul{
	position:relative;
	z-index:4;
	padding:0;
	list-style:none;
	font-size:0.7em;
	float:left;
}

#footer ul li{
	float:left;
	margin:0 20px 0 20px;
	display:inline;
}

#footer a,
#navigation a{
	color:white;
}

#footer address{
	color:white;
	float:right;
	font-size:0.7em;
	font-style:normal;
	position:relative;
	z-index:7;
	margin:0 115px 0 0;
	display:inline;
}

#footer_bg-top{
	position:absolute;
	left:0;
	top:-11px;
	z-index:1;
}

#footer_bg-bottom{
	position:absolute;
	left:0;
	bottom:-11px;
	z-index:2;
}

#footer #star_sml{
	position:absolute;
	top:-28px;
	right:-14px;
	z-index:4;
}

#footer #star_mdm{
	position:absolute;
	top:-7px;
	right:5px;
	z-index:4;
}

#footer #star_lrg{
	position:absolute;
	z-index:3;
	right:30px;
	bottom:-28px;
}

a#evolve{
	font-size:0.75em;
	float:left;
	margin:17px 0 0 0;
}

h3#teaser{
	font-size:0.95em;
}

h3.statement{
	margin:0 0 10px 0;
}

table tr.darker{
	background:#FDF3DB;
}

p.note{
	font-style:italic;
}

img#galleryimage{
	margin:0px auto;
	display:block;
}

ul#gallery{
	list-style:none;
	margin:0px;
	padding:0;
}

ul#gallery li{
	float:left;
	margin:4px;
}

img#galleryimage,
ul#gallery img{
		padding:5px;
	background:#EAEAEA;
	border:1px solid #999999;
	display:block;
}