/* GENERAL LAYOUT - HEADER AND FOOTER */
body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #727272 url("../images/mainback.gif") repeat-x top;
	text-align: center;
}

img {
	vertical-align: bottom;
}

#bodycontainer, #footer {
	width: 736px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}

#bodycontainer {
	background: #FFFFFF;
}

#footer #address {
	float: left;
	font-size: 1.2em;
	color: #FFFFFF; /* Was white */
}

#footer #copyright {
	float: right;
	text-align: right;
	font-size: 1.2em;
	color: #FFFFFF; /* Was white */
}

#footer #copyright a {
	color: #FFFFFF; /* Was white */
	text-decoration: none;
}

#footer #copyright a:hover {
	color: #004FA3;
}

div.clearer {
	clear: both;
	height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}

div.clearboxlink {
	clear:right;
}

h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: right;
	font-weight: normal;
	color: #9CD093;
	font-size: 2.8em;
	font-family: "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: url("../images/logo.jpg") no-repeat 10px 10px;
}

/* TOP MENU */
div#menu {
	background: #004FA3;
	overflow: hidden;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu li {
	display: block;
	float: left;
	margin: 15px 5px 15px 10px;
	font-size: 1.6em;
	font-family: "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

div#menu a {
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
	text-decoration: none;
}

body#home li#menuhome a,
body#about li#menuabout a,
body#services li#menuservices a,
body#projects li#menuprojects a,
body#hot li#menuhot a,
div#menu a:hover {
	color: #7FA7D1;
}

/* ADDITIONAL NAVIGATION */
ul#addnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#addnav li {
	display: block;
	float: right;
	font-size: 1.2em;
	margin: 8px 3px 10px 8px;
}

ul#addnav a {
	/*color: #58595B; /* Was 666666 */
	color: #666666;
	text-decoration: none;
}

ul#addnav a:hover {
	color: #004FA3;
}

div.sidenav {
	width: 151px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: #004FA3;
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
}

/* SIDE NAVIGATION */
div.sidenav ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

div.sidenav li {
	margin: 5px 5px 0px 5px;
	padding: 0 5px 5px 5px;
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
	font-size: 1.2em;
	border-bottom: 1px solid #9CD093;
}

div.sidenav li a {
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
	text-decoration: none;
}

div.sidenav li a:hover,
div.sidenav li a.current {
	color: #7FA7D1;
}

/* CENTER BOX, WITH SMALL OPTION */
div.centerbox {
	width: 375px;
	float: left;
	margin: 0;
	padding: 0;
}

div.small {
	width: 270px;
}

div.box {
	margin: 0 0 5px 0;
	padding: 0;
}

html* div.box {
	min-width: 0; /* peekaboo bug fix for IE7 */
}

* html div.box {
	height: 1%;
	position: relative; /* peekaboo bug fix for IE6 */
}

/* CONTENT STYLES */
.blue {
	background: #004FA3;
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
}

.lightblue {
	background: #7FA7D1;
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
}

.green {
	background: #9CD093;
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
}

.lightgreen {
	background: #CDE7C9;
	/*color: #58595B; /* Was 666666 */
	color: #666666;
}

h2 {
	margin: 0;
	padding: 10px 10px 15px 10px;
	font-size: 2.2em;
	font-weight: normal;
	font-family: "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h3, p, .box ul, .centerbox ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 1.2em;
}

h3 {
	padding: 0px 10px 15px 10px;
	margin-top: -10px;
	font-weight: bold;
}

.box ul, .centerbox ul {
	margin: 0 0 0 15px;
	padding: 0 10px 5px 10px;
}

.box li, .centerbox li {
	margin: 0;
	padding: 0 0 5px 0;
}

p.quals {
	padding-top: 0px;
	margin-top: -15px;
}

.blue a,
.lightblue a,
.green a {
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.lightgreen a {
	/*color: #58595B; /* Was 666666 */
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

.blue a:hover,
.lightblue a:hover,
.green a:hover,
.lightgreen a:hover {
	text-decoration: none;
}

.blue a.boxlink,
.lightblue a.boxlink,
.green a.boxlink {
	/*color: #58595B; /* Was white */
	color: #FFFFFF;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}

.lightgreen a.boxlink {
	/*color: #58595B; /* Was 666666 */
	color: #666666;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}

a.boxlink {
	float: right;
	margin: -4px 10px 7px 10px;
	padding: 4px 0px 4px 25px;
}

a.boxlink:hover {
	text-decoration: underline;
}

.blue a.boxlink {
	background: url("../images/arrowleft_blue.gif") no-repeat left center;
}

.lightblue a.boxlink {
	background: url("../images/arrowleft_lblue.gif") no-repeat left center;
}

.green a.boxlink {
	background: url("../images/arrowleft_green.gif") no-repeat left center;
}

.lightgreen a.boxlink {
	background: url("../images/arrowleft_lgreen.gif") no-repeat left center;
}

/* IMAGE STYLES */
div#caption {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0 0 -1px 0;
	padding: 0 0 5px 0;
	width: 199px;
	text-align: right;
	background: url('../images/captionback.png');
}

div#caption h2 {
	margin: 0;
	padding: 7px 7px 3px 7px;
	font-size: 1.8em;
	font-weight: bold;
	/*color: #58595B; /* Was 666666 */
	color: #666666;
}

div#caption p {
	margin: 0;
	padding: 0 7px 5px 7px;
	font-size: 1.2em;
	/*color: #58595B; /* Was 666666 */
	color: #666666;
}

form {
	font-size: 1.2em;
}

legend {
	display: none;
}

fieldset {
	margin: 0;
	padding: 0 10px 5px 10px;
	border: 0;
}

input, textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	border: #9CD093 solid 1px;
}

/* TABLE STYLES */

table {
	margin: 0 10px 10px 10px;
}

th, td {
	font-size: 1.2em;
	padding: 3px;
}

.lightgreen th {
	background: #9CD093;
	color: #FFFFFF;
	font-weight: bold;
}

.lightgreen td {
	background: #FFFFFF;
}

