/*------------------------------------------------*/
/* .CSS Created by Tim Jarram / www.supernovi.com */
/*------------------------------------------------*/
html, body {
    height: 100%;
}
body {
	background-color:#F3F6ED;
	margin:0px;
	text-align:center;
	min-width:740px;
	background-image:url(images/backing.gif);
	background-position:top center;
	background-repeat:repeat-y;
}
p {
	margin:0px;
}
form {
	margin:0px;
	padding-left:10px;
}

/* Layout DIV's */

#container {
	margin-left:auto;
	margin-right:auto;
	width:741px;
    height:100%;
	text-align:left;
	position:relative;
} 
html>body #container {
	height:auto;
	min-height:100%;
}
#menu {
	width:740px;
	height:20px;
	border-top:2px solid #7D8B5A;
	background-color:#666666;
	overflow:hidden;
	border-bottom-color:#7D8B5A;
	margin-left:1px;
	position:relative;
}
#header {
	width:740px;
	height:177px;
	border-top:2px solid #7D8B5A;
	background-color:#FFFFFF;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:1px;
	position:relative;
}
#content {
	width:740px;
	border-top:2px solid #7D8B5A;
	background-color:#FFFFFF;
	margin-left:1px;
	position:relative;
}
#footer {
	width:740px;
	background-color:#FFFFFF;
	margin-left:1px;
	position:absolute;
    bottom:0;
}
#rightimages {
	float:right;
	width:300px;
}

/* Menu Buttons */

a#button1 {
	display:block;
	float:left;
	width:104px;
	height:20px;
	border-right:2px solid #7D8B5A;
	background-color:#666666;
	text-decoration:none;
}
a#button1:hover {
	background-color:#A1D3F8;
	text-decoration:none;
}
a#button2 {
	display:block;
	float:left;
	width:104px;
	height:20px;
	border-right:2px solid #7D8B5A;
	background-color:#666666;
	text-decoration:none;
}
a#button2:hover {
	background-color:#77C1F0;
	text-decoration:none;
}
a#button3 {
	display:block;
	float:left;
	width:104px;
	height:20px;
	border-right:2px solid #7D8B5A;
	background-color:#666666;
	text-decoration:none;
}
a#button3:hover {
	background-color:#59B3E7;
	text-decoration:none;
}
a#button4 {
	display:block;
	float:left;
	width:104px;
	height:20px;
	border-right:2px solid #7D8B5A;
	background-color:#666666;
	text-decoration:none;
}
a#button4:hover {
	background-color:#2DA4DC;
	text-decoration:none;
}

/* Page DIV's */

#page {
	width:400px;
	margin-left:20px;
} 
#contactForm {
	width:400px;
	margin-left:20px;
}

/* Font Classes */

.MainText {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000000;
	margin-left:4px;
}
.MainText a {
	color:#7D8B5A;
	font-weight:bold;
	text-decoration:none;
}
.MainText a:hover {
	text-decoration:underline;
}
.MainTextBold {
	font-weight:bold;
}
.MenuText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:4px;
}
.PageTitleText {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
}
.PageTitleTextSlash {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
	font-weight:bold;
	margin-top:10px;
	margin-left:15px;
}
.FooterText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#000000;
	font-weight:bold;
}
.FooterText a {
	text-decoration:none;
	color:#000000;
}
.FooterText a:hover {
	text-decoration:underline;
}
.headshotpadding {
	padding-right: 5px;
}

