/* CSS Document */

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style:normal;
	font-weight:normal;
	color:#000000;
	line-height:1.3em;
	margin:10px 0px 0px 0px;
	padding:0px;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.table {
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* Headers */

h1 {font-size:140%; font-weight:normal;}
h2 {font-size:130%; font-weight:normal;}
h3 {font-size:120%; font-weight:normal;}
h4 {font-size:110%; font-weight:normal;}

/* Font Color */

.red {
color:#FF0000;
}

.blue {
color:#0000FF;
}

.yellow {
color:#FFFF00;
}

.darkBlue {
	color:#006699;
}

/* Font Styles */


/* Menu's */

#menuLeft {
	width:200px;
	float:left;
	margin-top:25px;
	padding-right:5px;
	padding-bottom:10px;
}

#footer {
	width:865px;
	height:70px;
	clear:both;
	padding:5px 5px 0px 5px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	color:#cccccc;
	font-size:80%;
}

	#footer a {
		color:#cccccc;
		text-decoration:none;
	}
	
	#footer a:hover {
		color:#FFFF00;
		text-decoration:underline;
	}

/* Graphics */

#pageHeader {
	width:875px;
	height:200px;
	clear:both;
	background-image:url(../images/banner3.gif);
	background-repeat:no-repeat;
}

#gradientBar {
	width:875px;
	height:27px;
	clear:both;
	background-image:url(../images/gradientBar.gif);
	background-repeat:no-repeat;
}

#office1, #office2 {
	width:252px;
	float:right;
	margin:5px;
}

#office5 {
	width:235px;
	float:right;
	margin:5px;
}

#roy {
	width:218px;
	float:right;
	margin:5px;
}

#ken {
	width:202px;
	float:right;
	margin:5px;
}

/* Div's */

#mainBody {
	width:865px;
	padding:10px 5px 10px 5px;
	clear:both;
}

#content {
	width:650px;
	float:right;
	margin-top:10px;
	padding-left:5px;
	padding-bottom:10px;
}

#address {
	width:195px;
	color:#FFFFFF;
	background-color:#006699;
	padding:5px 3px 5px 3px;
	clear:both;
}

#contactForm {
	width:645px;
	float:right;
	clear:both;
}

.Btn {
	width:300px;
	float:right;
	margin:25px 0px 5px 5px;
} 

#menuSpacer {
	width:150px;
	height:35px;
	clear:both;
}