/* general */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 85%;
}
* html #container {
	height:100%;  /* IE6 Hack */
}
img {
	border: 0px;
}

p, h1 {
	margin: 0px 0px 18px 0px; /* T R B L */
}

a {
	text-decoration: none;
}

/* divs */

#container {
	min-height: 100%;
	width: 867px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_dkgreen.jpg);
}

#innercontainer {
	width: 867px;
	background-image: url(images/bg_green.jpg);
}

#leftcol {
	float: left;
	width: 265px;
}

#logo {
	height: 178px;
}

#sidetext {
	float: left;
	width: 41px;
	height: 335px;
	background-image: url(images/sidetext.jpg);
	background-repeat: no-repeat;
}

#leftmenu {
	float: left;
	width: 140px;
	padding: 0px 40px 0px 44px;
	height: 360px;
	background-image: url(images/leftmenugrad.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#leftmenutall {
	float: left;
	width: 192px;
	padding: 50px 0px 0px 32px;
	height: 340px;
	background-image: url(images/leftmenugrad2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#rightcol {
	float: left;
	width: 602px;
}

#topmenu {
	height: 56px;
	text-align: right;
	padding: 24px 30px 0px 0px;
	background-image: url(images/topgrad.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#topmenu div {
	height: 35px;
	line-height: 31px;
	padding-right: 40px;
	background-color: #22362c;
	background-image: url(images/menubar.jpg);
	background-repeat: no-repeat;
}

#content {
	padding-left: 8px;
}

#flashcontainer {
	width: 547px;
	height: 426px;
	background-image: url(images/photoshadow.jpg);
}

#slideshow {
	width: 540px;
	height: 419px;
}

#galleries {
	width: 547px;
	height: 492px;
}

#footer {
	clear: left;
	text-align: right;
	height: 185px;
	padding-left: 72px;
	background-image: url(images/bg_green_foot.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#foot {
	float: left;
	width: 733px;
	background-image: url(images/footerline.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 40px 6px 0px 0px;
	text-align: right;
	font-size: 95%;
	color: #c0c0c0;
}

#cflogo {
	float: right;
	width: 45px;
	margin-top: 40px;
}

/* contact form */

#contact_form {
	font-size: 110%;
}

#contact_form label {  
	float: left;  
	width: 110px;  
	margin-right: 20px; 
}

#contact_form ol {  
	padding: 16px 16px 0px 26px;
	margin: 14px 0px 14px 0px;
	list-style: none; 
} 
#contact_form li {  
	padding: 0px 0px 16px 0px;
	margin: 0px;
	width: 100%;
	line-height:28px;
}

#contact_form input.text, #contact_form textarea {
	width: 330px;
	border: 2px solid #b1b1b1;
	background-color: #cde9d2;
}
#contact_form div {  
	width: 466px;
	text-align: right;
}

/* About Us */

#aboutus {
	padding: 0px 60px 0px 15px;
}

#aboutus a {
	color: #7dff7d;
	font-size: 120%;
	font-weight: bold;
}

#aboutus p {
	font-size: 110%;
}

#paulphoto {
	float: right;
	margin: 2px 0px 10px 10px;
	border: 1px solid #625734;
}

#darrenphoto {
	float: left;
	margin: 15px 15px 0px 0px;
	border: 1px solid #625734;
}

#aboutphoto {
	float: left;
	margin: 2px 20px 0px 0px;
	border: 1px solid #625734;
}

.uparrow {
	width: 520px;
	height: 22px;
	cursor: pointer;
	background-image: url(images/uparrow.png);
	background-position: center right;
	background-repeat: no-repeat;
}

/* text and links */

h1 {
	font-size: 120%;
	color: #e6d386;
	font-weight: bold;
}

.sep1 {
	color: #3ea26f;
}

#leftmenu p {
	font-size: 110%;
	line-height: 21px;
	font-style: italic;
}

#introtxt {
	font-size: 110%;
	line-height: 21px;
	font-style: italic;
	color: #fff;
}

#leftmenutall p {
	margin: 50px 35px 0px 30px;
	color: #718f7e;
	background-image: url(images/littlearrow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#leftmenu a {
	color: #ffffff;
	text-decoration: none;
}

#leftmenu span {
	color: #7dff7d;
}

#leftmenutall a {
	font-size: 110%;
	display: block;
	line-height: 30px;
	text-align: right;
	padding-right: 50px;
	margin: 0px 0px 5px 0px;
	color: #ffffff;
	text-decoration: none;
}

#leftmenutall a:hover {
	color: #7dff7d;
}

.helptext {
	margin: 20px 0px 0px 20px;
	color: #718f7e;
}

.msgtext {
	margin: 20px 0px 0px 20px;
	color: #7dff7d;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover {
	color: #7dff7d;
}

#topmenu #menusel a {
	color: #7dff7d;
}

.menusel {
	background-image: url(images/leftmenusel.jpg);
}

.credits {
	margin-top: 10px;
	text-align: center;
	font-size: 110%;
}

.credits a {
	font-size: 100%;
	color: #7dff7d;
}

.aboutuslink {
	color: #7dff7d !important;
	font-weight: bold;
}

/* image overlay text */
#overlaytext {
	font-family: Verdana, sans-serif;
	font-size: 110%;
	color: #fffe9d;
	background-color: transparent;
	background-image: url(images/overlaybg.png);
	background-repeat: repeat;
	display: none;
	position: absolute;
	overflow: hidden;
	text-align: left;
	padding: 12px;
	z-index: 10;
	width: 516px;
	height: 381px;
}

