body {
	font-family: Verdana, "Franklin Gothic Medium", Arial, Sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}

.menubx {
	text-decoration: none;
	background: #aaa;
	width: 157px;
	overflow: hidden;/**/
	text-align: left;
	vertical-align: top;
	margin-top: 0px; /* Keeps buttons together in Firefox */
	padding: 0px;
	border: 0px;
	font-size: 0;
	line-height: 1px;
}


.menubx a {
	color: #000;
	padding: 0px;
	border: 0px;
	line-height: 1px;
	}

#contact {
	align: center;
	font-size: 10px;
	width: 100%;
}

#phonelist {
	align: center;
	font-size: 10px;
	width: 60%;
}

ul {
	margin-left: 1.1em; 
	padding-left: 10px;
	text-align: left;
	line-height: 40px;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
} 


textarea {overflow:hidden}

#copyright {
	text-align: right;
	padding-right: 15px;
	color: #000;
	align: right;
	text-decoration: none;
	font-family: Verdana, "Franklin Gothic Medium", Arial, Sans-serif;
	font-size: 10px;
	height: 20px;
	vertical-align: middle;
	
}

#webdesign {
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	font-family: Verdana, "Franklin Gothic Medium", Arial, Sans-serif;
	font-size: 11px;
		
}

#webdesign a {
	text-align: left;
	margin-left: 0px;
	vertical-align: bottom;	
	color: #000;
	font-family: Verdana, "Franklin Gothic Medium", Arial, Sans-serif;
	font-size: 11px;
		
}

#mainbx {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	background: #aaa;
	text-align: left;
	color: #fff;
	font-size: 10px;
	vertical-align: top;
	height: 379px;
	width: 743px;
}

#overflow div {
	height: 335px;
	overflow: auto;
	padding-right: 10px;
}

#mainbx td {
	vertical-align: top;
}

.maintop {
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	line-height: 1px; /* Keeps logo together in Firefox */
	text-decoration: none;
	color: #000;
	text-align: centre;
	align: centre;
	overflow: hidden;/**/
	font-size: 0;
}

.maintop a {
	color: #000;
	padding: 0px;
	border: 0px;
	line-height: 1px;
	}

#pic {
	text-decoration: none;
	background: #aaa;
	padding: 0px;
	float: right;
	margin-left: 15px;
	vertical-align: bottom;
}


#footer {
	/*border-top: 1px solid #ccc;*/
	color: #ccc;
	padding: 1px 35px;
	/*height: 100px;*/
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	font-family: Verdana, "Franklin Gothic Medium", Arial, Sans-serif;
}

h1, h2, h4 {
	font-family: Verdana, "Franklin Gothic Medium", "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-weight: bold;
	}
	
h3 a {
	text-align: left;
	align: left;
	color: #fff;
	text-decoration: none;
	font-family: "Franklin Gothic Medium", Verdana, Arial, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
	width: 165px;
	height: 1.2em;
	white-space: nowrap;
	text-transform: uppercase;
	}

h3 a:visited { color: #fff; }
	
h1 { font-size: 12px; color: #000; text-align: left;}
h2 { font-size: 12px; color: #000; text-align: left;}

p, #main li {
	font-size: 1.0em;
	line-height: 1.0;
}

#mainbx th {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
}

#mainbx td {
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: normal;
	text-align: justify;
}

p { margin: 1em 0; }
code {
	display: block;
	background: #F1F6A4;
	border: 1px solid #eee;
	padding: 5px;
	margin: 1em 0;
}
pre { font-size: 1.2em; }

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #ff3333; 
	}

form, fieldset {
	border: 0px;
	margin: 0;
	padding: 0;
}
label { display: block; }

#form {
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
}

/* NAVIGATION --------------------------------------------------- */
#navigation {
	position: relative;
	bottom: 0px; /* This moves the menu up and down */
	right: 0px; /* This moves the menu left and right */
	left: 0px;
	background: #ff6633;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 1em;
	font-family: Sans-serif, Arial;
	/*border-right: 2px solid #cc0066;*/
	/*border-bottom: 2px solid #cc0066;*/
	}
/* Hides from IE-mac \*/
* html #navigation ul {height: 1%;}
/* End hide from IE-mac */

#navigation li {
	display: inline;
	padding: 0;
	margin: 0;
	}
#navigation a:hover { background: #cc0066; color: #fff; }
#navigation a:active { background: #cc0066; color: #fff; }

#navigation a {
	display: inline;
	float: left;
	/* hide from IE5-mac \*/
	display: block;
	/* end hide from IE5-mac */
	padding: 5px 12px 5px 12px;
	margin: 0;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	/*border-left: 2px solid #cc0066;/*
	background: #fff url(images/fade-nav.gif) top repeat-x;/**/
	}
#navigation li.selected a {
	/*background: #fff url(images/fade-nav.gif) top repeat-x;*/
	color: #ff6633;
	}

.clear { clear: both; }