@charset "UTF-8";
 /*----------------------------------------------------------------------------- 
[www.crystalbeachdevelopment.com] Screen Stylesheet 

version:   1.0 
date:      06/7/08 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/



/* Import other stylesheets
@import url("typography.css");
-----------------------------------------------------------------------------*/



/* Remove padding and margin ------------------------------------------------*/ 
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address,dl,dd,dt { 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

body {
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	color: #5C4C14;
	font-variant: small-caps;
}

a {
	color: #4A8625;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #B24109;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	position: absolute;
	top: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #866F55;
	font-variant: normal;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 21px;
	line-height:25px;
	font-weight: normal;
	color: #B24109;
	border-bottom: 1px dotted #4A8625;
	
}

#frontcontainer {
	background-image: url(images/logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 30px;
	margin: 39px auto 50px auto;
	text-align: left;
	width: 750px;
	height: 630px;
}

#frontcontent {
	position: absolute;
	top: 520px;
	width: 750px;
}

#subcontainer {
	padding-top: 30px;
	margin: 39px auto 50px auto;
	text-align: left;
	width: 750px;
	height: 630px;
}

#subcontent {
	position: absolute;
	top: 300px;
	width: 750px;
}

#contactinfo {
	text-align: right;
}

ul#websitelist {
	float: left;
	width: 410px;
	margin-left: 40px;
	font-size: 16px;
	line-height: 25px;
	list-style-image: url(images/arrow.gif);
}

	#websitelist a {
		color: #B24109;
	}
	
	#websitelist a:hover {
		color: #4A8625;
	}
	
ul#subwebsitelist {
	float: right;
	width: 240px;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
	list-style-image: url(images/arrow.gif);
}

	#subwebsitelist a {
		color: #B24109;
	}
	
	#subwebsitelist a:hover {
		color: #4A8625;
	}

#pdfs {
	width: 260px;
	font-size: 14px;
	line-height: 22px;
	float: right;
}

#footer {
	padding-top: 20px;
	color: #946928;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
	
	#footer a {
		color: #946928;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #4A8625;
		text-decoration: underline;
	}

.larger {
	font-size: 1.2em;
	line-height: 1.2em;
}

.inputfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 250px;
	color: #4A8625;
	background:none;
	border:none;
	border-bottom:1px solid #a19858;
}

.textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 250px;
	height: 100px;
	color: #4A8625;
	background: none;
	border-color: #a19858;
	border-top: 1px dotted;
	border-left: 1px dotted;
	border-right: 1px dotted;
}

.inputbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4A8625;
}

