﻿/* DEFAULTS & GLOBALS */

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
	}

* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
	}

body {
	font: 10pt/1.4em Arial, Tahoma, Verdana, sans-serif;
	background: #006233;
	text-align: center;
	}
a { color: #A7DEC1; }
a:hover { color: red; }
h2 { margin: 0 0 .5em 0; }
p { margin: 0 0 .75em 0; }
b { color: #A7DEC1; }

/* BASIC PAGE LAYOUT */

div#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background: black url("images/background.gif") repeat-y;
	}

h1#marquee {
	height: 219px;
	background: url("images/marquee.jpg");
	text-indent: -5000px;
	overflow: hidden;
	}
h1#marquee a {
	display: block;
	float: right;
	margin: 0 35px 0 0;
	width: 151px;
	height: 210px;
	}

div#mainmenu {
	margin: 0 10px;
	width: 780px;
	overflow: auto;
	}
div#mainmenu a {
	float: left;
	height: 29px;
	text-indent: -5000px;
	overflow: hidden;
	}
div#mainmenu a#about { width: 120px; background: url("images/menu_about.gif"); }
div#mainmenu a#services { width: 135px; background: url("images/menu_services.gif"); }
div#mainmenu a#why { width: 135px; background: url("images/menu_why.gif"); }
div#mainmenu a#whoweserve { width: 135px; background: url("images/menu_whoweserve.gif"); }
div#mainmenu a#requestbid { width: 135px; background: url("images/menu_requestbid.gif"); }
div#mainmenu a#contacts { width: 120px; background: url("images/menu_contacts.gif"); }

div#mainmenu a#about:hover,
div#mainmenu a#services:hover,
div#mainmenu a#why:hover,
div#mainmenu a#whoweserve:hover,
div#mainmenu a#requestbid:hover,
div#mainmenu a#contacts:hover { background-position: bottom; }

div#submenu {
	margin: 0 10px;
	padding: 2px 10px 3px;
	background: #43594D;
	font-size: 8pt;
	text-align: center;
	color: white;
	}
div#submenu a {
	color: white;
	}
div#submenu a:hover {
	color: #F0F405;
	}

div#padding {
	overflow:hidden;
	padding: 10px 20px 175px 20px;
	background: url("images/footer.jpg") center bottom no-repeat;
	text-align: left;
	color: white;
	}

p#footer {
	margin: 10px 0;
	text-align: center;
	font-size: 8.5pt;
	color: white;
	}


p#community_first {
	padding: 0 0 0 165px;
	height: 65px;
	background: url("images/community_first.gif") no-repeat;
	line-height: 1.1em;
	}
p#community_irem {
	padding: 0 0 0 65px;
	height: 65px;
	background: url("images/community_irem.gif") no-repeat;
	line-height: 1.1em;
	}
p#community_nawbo {
	padding: 0 0 0 60px;
	height: 65px;
	background: url("images/community_nawbo.gif") no-repeat;
	line-height: 1.1em;
	}
p#community_nkcbc {
	padding: 0 0 0 66px;
	height: 65px;
	background: url("images/community_nkcbc.gif") no-repeat;
	line-height: 1.1em;
	}
p#community_tree {
	padding: 0 0 0 75px;
	height: 65px;
	background: url("images/community_tree.gif") no-repeat;
	line-height: 1.1em;
	}


table#emails {
	margin: 20px 0 0 0;
	}
table#emails tr td a {
	display: block;
	margin: 0 0 10px 0;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	color: white;
	}
table#emails tr td a span {
	display: block;
	font-size: 8.5pt;
	color: #A7DEC1;
	}
table#emails tr td a:hover {
	color: red;
	}


div#services h3 {
	display: block;
	margin: 0 0 10px 0;
	font-size: 11pt;
	}
div#services h3 span {
	font-style: italic;
	font-size: 9pt;
	}


div#serve {
	margin: 0 0 20px 0;
	}
div#serve h3 {
	display: block;
	margin: 15px 0 0 0;
	font-size: 11pt;
	}
div#serve h4 {
	display: block;
	margin: 0 0 0 15px;
	font-style: italic;
	font-size: 8.5pt;
	}



.video {
	position: relative;
	float: right;
	margin: 0 0 20px 20px;
	width: 320px;
	height: 200px;
	background: url("images/video_preview.jpg") bottom center no-repeat;
	border: 1px solid white;
	text-align: center;
	}
.videocenter {
	position: relative;
	margin: 0 auto 20px;
	width: 320px;
	height: 200px;
	background: url("images/video_preview.jpg") bottom center no-repeat;
	border: 1px solid white;
	text-align: center;
	}

a#button_high,
a#button_low {
	position: absolute;
	display: block;
	width: 165px;
	height: 38px;
	text-indent: -5000px;
	overflow: hidden;
	}
a#button_high {
	bottom: 80px;
	left: 80px;
	background: url("images/button_high.gif");
	}
a#button_low {
	bottom: 30px;
	left: 80px;
	background: url("images/button_low.gif");
	}
a#button_high:hover,
a#button_low:hover { background-position: bottom; }

table#bid tr td {
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	}