/* Main Styling Starts */

body {
	margin: auto;
	padding: 0px;
	text-align: center;
	font-family: verdana;
	font-size: 80%;
	color: #185214;
}

h1, h2, h3, h4 {
	color: #185214;
}

h1 {
	margin-top:0;
	font-size:1.3em;
}

a {
	font-weight: bold;
	color: #63D5D5;
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #175113;
	text-decoration: underline;
}

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

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.red {
	color: #FF0000;
}

#container {
	height: 1%;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: 160px 109px;
}

#header {
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 779px;
	padding-top: 139px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #175113;
}

#telephone {
	height: 20px;
	width: 779px;
	padding-top: 5px;
}

#left {
	float: left;
	width: 125px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

#center {
	float: left;
	width: 524px;
	padding: 0px 10px 10px 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 

#right {
	float: left;
	width: 80px;
	padding: 0px 0px 0px 10px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

#right img {
	border: none;
}

#footer {
	clear: both;
	width: 779px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	text-align: center;
}
/* Main Styling Ends */

/* Navigation Starts */
#left {
	text-align: center;
}

#left ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 10em;
	}
	
	#left li {
	position : relative;
	float : left;
	line-height : 3.2em;
	margin-bottom : -1px;
	width: 10em;
	}

#left li li {
	line-height : 2em;
}
	
#left li ul {
	position : absolute;
	left: -999em;
	margin-left : 10em;
	margin-top : -3.25em;
	}

#left li ul a:link, #left li ul a:active, #left li ul a:visited {
	width: 10em;
	w\idth : 10em;
	display : block;
	color: #185214;
	font-weight : bold;
	text-decoration : none;
	border : none;
	padding : 0 0.5em 0.4em;
	background-color: #FFFFFF;
	background-image: none;
	}

#left li ul a:hover {
	width: 10em;
	w\idth : 10em;
	display : block;
	color: #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	border : none;
	padding : 0 0.5em 0.4em;
	background-color: #185214;
	background-image: none;
	}

	#left li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
#left li a {
	width: 10em;
	w\idth : 10em;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	border : none;
	padding : 0 0.5em 0.4em;
	background-image: url(/images/buttonlink.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#left li a:hover {
	color : #185214;
	background-image: url(/images/buttonover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	#left li:hover ul ul, #left li:hover ul ul ul, #left li.sfhover ul ul, #left li.sfhover ul ul ul {
		left: -999em;
	}
	
	#left li:hover ul, #left li li:hover ul, #left li li li:hover ul, #left li.sfhover ul, #left li li.sfhover ul, #left li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
/* Navigation Ends */


/* Form Starts */

#dbyd {
	clear: left;
	width: 340px;
	padding-bottom: 10px;
}

#dbyd fieldset {
	margin-bottom: 10px;
	border: none;
	padding-bottom: 10px;
	width: 340px;
	line-height:1.5em;
	padding-top: 20px;
}

#dbyd label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:left; 
	padding-right:10px; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}

#dbyd input {
	padding:0;
	margin-bottom:0.8em;
	border: 0.05em solid #000000;
	width:210px; 
}

#dbyd textarea {
	width:200px; 
	height:12em; 
	padding:5px; 
	margin:0; 
	overflow:auto;
	border: 0.05em solid #000000;
}

#dbyd .ffsubmit {
	width: 60px;
}

/* Form Ends */
