html {
	height: 100.5%;
	margin: 0;
	padding: 0;
	}	

body {
	font-size: .825em;
	line-height: 1.5;
	font-family: 'American Typewriter', Georgia, serif;
	color: #ffffff;
	}
		
#wrapper {
	position: relative;
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 30px;
	margin-bottom: 30px;
	min-width:200px;
	
	}
	

a {
	color: #ff0000;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	
a img {border:none; }
	

/* h1 presents the logo */ 

h1 img {
	display: block; 
	margin-left: auto;
	margin-right: auto;
}

/* ----Top Graphic ----*/

img.center { display: block;   margin-left: auto;   margin-right: auto; }

h2 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 4.0em;
	line-height: 1.25em;
	font-weight: normal;
	color: #666;
	text-align:center;
}


h3 {
	display: block; 
	bottom margin: 20px;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: normal;
	text-align:center;
}

h3 span {
	font-size: .8em;
	text-transform: uppercase;
}

h4 {
	padding: 15px 15px 0 15px;
	margin: 0;
	font-size: .95em;
	line-height: 1em;
	font-weight: bold;
}

h4.title {
	padding: 3px 15px 5px 15px;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

h5 {
	padding: 6px 15px 0 15px;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

p {
	padding: 5px 15px 5px 5px;
	margin: 0;
	color: #000;
}

ul {
	padding: 10px 15px 10px 15px;
	margin: 0;
	list-style-position: outside;
	color: #666;
}

ul li {
	padding: 4px 0 4px 0;
	margin: 0;
	list-style-type: none;
}


	
#footer {
	text-align:center;
	font-size: 1.25em;
	line-height: 1.45em;
	font-style: normal;
	color: #000;
	}


/* BODY SUB PAGES */

.intro {
	clear: both;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-size: 1.25em;
	line-height: 1.45em;
	font-style: normal;
	color: #000;
}


span {
	color: #000;
}

.iconBox {
	float: left;
	width: 240px;
	padding: 0;
	margin: 30px 0 15px 0;
	text-align: center;
	background-image: url(images/iconbox_bg.png);
	background-repeat: repeat-y;
}

.iconBox img {
	border: 0;
	margin: 0 0 10px 0;
}

.twoCol {
	float: left;
	width: 240px;
}


label {
	display:block; 
	padding-bottom:5px; 
	margin-top:20px;
}

#contactform {
	width:900px; 
	overflow:hidden;
	background:#fff; 
	color: #000; 
	font:12.35px Georgia, Arial, "Lucida Grande", Verdana, sans-serif;
}

#contactform li {
	list-style:none; 
	padding-bottom:20px;
}

#contactform li .fieldbox {
	background:transparent url(images/subfield.jpg) no-repeat top left; 
	float:left; 
	height:27px; 
	padding-left:5px;
}

#contactform li .fieldbox input {
	background:transparent url(images/subfield.jpg) no-repeat top right; 
	height:27px; 
	padding-top:5px;
	width:400px;
}

#contactform li .fieldbox #contact {
	width:200px;
}

#contactform li .msgbox {
	background:transparent url(images/msgfield.jpg) no-repeat top left; 
	float:left; 
	height:110px; 
	padding-left:5px;
}

#contactform li .msgbox textarea {
	background:transparent url(images/msgfield.jpg) no-repeat top right; 
	height:110px;
	padding-top:5px;
	width:500px;	 
}

#sendbutton {
	background:#acb4cb; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}

