@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;border:0;}

@media projection, screen {
}

@media print {
	* {
    	background-color: white !important;
    	background-image: none !important;
    }
	.noprint {
		display:none;
	}
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#FFF url(../images/background.jpg) repeat-x;
}

#container {
	width:990px;
	margin: 0 auto;
}

#header {
	width:990px;
	height:95px;
}

#header .logo {
	float:left;
	width:156px;
	height:79px;
	margin:4px 0px 4px 20px;
	display:inline;
}

#header .tag {
	width:500px;
	float:left;
	font-family:"Arial Black",Arial;
	font-weight:bold;
	font-size:24px;
	display:inline;
}

#header .tag .tagline1 {
	color:black;
	margin:25px 0px 0px 95px;
}

#header .tag .tagline2 {
	margin:-8px 0px 0px 255px;
}

#header .tag .tagline2 a:link,#header .tag .tagline2 a:visited,#header .tag .tagline2 a:hover {
	text-decoration:none;
	font-style:italic;
	color:#375f1d;
}

#header .contact {
	float:left;
	width:294px;
	text-align:right;
	margin:30px 10px 0px 0px;
	display:inline;
}

#topnav {
	width:760px;
	padding-left:230px;
	height:23px;
	background: #6b853c url(../images/top-menu-bar.jpg) no-repeat;
}

#footer {
	clear:both;
	height:69px;
	background-color:#325218;
}

#footer .nav {
	padding-top:7px;
	padding-left:225px;
	height:20px;
	width:765px;
	background-image:url(../images/bottom-menu-bar.jpg);
}

#footer .nav img {
	padding:0px 17px;
}

#footer .lowerbar {
	padding-top:5px;
	padding-left:700px;
}

#bodyblock {
	width:990px;
	background:url(../images/content-container-back.jpg) repeat-y;
}

#content {
	float:left;
	width:540px;
	padding:5px 10px 20px 25px;
	display:inline;
}

#right-panel {
	width:163px;
	float:right;
	background:url(../images/right-panel.jpg) repeat-x;
	text-align:center;
	padding-top:15px;
	padding-bottom:30px;
	display:inline;
}

#right-panel a, #index-info-bar a {
	color:#375f1d;
	text-decoration:none;
	font-weight:bold;
}

#right-panel p {
	margin-bottom:10px;
}

#index-flash {
	width:757px;
	border-right:1px solid #674b3e;
	height:305px;
	background-image:url(../images/flash.jpg);
}

#index-info-bar {
	height:107px;
	width:727px;
	padding:10px 15px;
	border-right:1px solid #674b3e;
	background: white url(../images/info-bar-background.jpg) repeat-x;
}

.info-highlight {
	float:left;
	width:110px;
}

.info-text {
	float:left;
	width:220px;
	margin-left:15px;
	margin-right:15px;
}

.dropshadow {
}

/***************** SCROLLER STYLES *********************/

#testimonials {
	height:75px;
	overflow:hidden;
}

#testimonials p {
	padding:5px 15px;
}

#testimonials a:hover {
	text-decoration:underline;
}

/***************** TEXT STYLES *************************/

#content p {
	margin-bottom:15px;
}

.breadcrumbs {
	font-size:10px;
	margin-left:-20px;
	margin-bottom:20px;
}

.breadcrumbs a {
	color:black;
}

h1 {
	color:#000000;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}
h2 {
	color:#000000;
	font-size:17px;
	font-weight:bold;
}
h3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.boldtitle,.bigtext {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	margin-left:-10px;
	margin-bottom:10px;
}
.Strong {
	font-weight:bold;
}

.Emphasis {
	font-style:italic;
}

#content ul {
	margin-top:10px;
}
#content ul li {
	margin-top:10px;
	margin-left:30px;
}
#content ul ul li {
	margin-left:45px;
}

/*********** Form Styles *************/

	#contactform {
		width:500px;
	}
	#contactform .required {
		font-weight:bold;
		float:left;
		margin-top:6px;
		font-size:16px;
		color:#FF0000
	}
	#contactform textarea {
		width:250px;
		float:left;
		height:125px;
		margin-top:10px;
	}
	#contactform label, input,  .myselect {
		float:left;
		width:200px;
		height:20px;
		margin-top:10px;
	}
	#contactform label {
		margin-right:10px;
		text-align:right;
		width:150px;
	}
	#contactform input,  textarea, .myselect {
		text-align:left;
		margin-left:10px;
		margin-top:7px;
		border:1px solid #777;
		border-bottom:2px solid #333;
		border-right:2px solid #333;
	}
	#contactform .myselect {
		height:25px;
	}
	#contactform br {
		clear:left;
	}
