/* CSS Document */

html {
	height:100.02%; 
	/* forces a scrollbar on every page - prevents shifting that occurs when some pages have and some don't */
}

body {
	/* specify default font information here */
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 13px;
	color:#94594E;
	background-color:#c8c397;
	/*text-align:justify;*/
}

#o_container {
	/* Specifies width and left/right position of the page */
	/*margin-top:30px;*/
	position:absolute;
	width:906px;
	margin-left:-452px;
	left:50%;
	
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#i_container {
	background-color: #FFFFFF;
	border:1px solid #2c4728;	
	
}

#header {
	padding-bottom:5px;
	background-color: #FFFFFF;
}

#menu_pics {
	margin:0px;
	padding:0px;
}

#mainmenu {


	
}

#mainmenu ul {
	height:35px;
	margin:0px;
	padding:0px;
	margin-top:0px;
	padding-top:6px;
	background-image: url(../images/backgrounds/main-menu-bg.gif);
	background-repeat:no-repeat;
}

#mainmenu ul li {
	list-style-type:none;
	float: left;
	margin:0px;
	padding:0px;	
	
}

#mainmenu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	float: left;
	display: block;
	width: 225px;
	text-align: center;
	font-size:20px;
	font-weight:bold;	
	
}

#content_wrapper {
	margin-top:-4px;

	background-repeat:repeat-x;
	padding-bottom:30px;
	
}

#side-menu  {
	float:left;
	width:225px;
	border-right:#FFFFFF 2px solid;
	padding-top:50px;
}

#side-menu ul {
	margin-left: 15px;
	padding-left: 0px;

}

#side-menu ul li {
	list-style-type:none;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEC394;
		margin-right: 15px;

}

#side-menu ul li a {
	color:#94594E;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size:16px;
	font-weight: bold;
	display:block;
	margin-top:5px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:3px;

}

#side-menu ul li a:hover{
color:#79892e;
}

#side-menu .submenu {
	margin-top:5px;
}


#side-menu .submenu ul li {
	background-image:url(../images/backgrounds/submenu-background.gif);
	background-repeat:no-repeat;
; 	background-position: left 10px;
}

#side-menu .submenu ul li a {
	color:#79892e;
	text-decoration:none;
	padding-left:15px;

}

#main_content {
	padding-top:20px;
	padding-right:100px;
	padding-left:30px;
	float:right;
	width:500px;
	margin-top: 25px;	
}

#main_content ul li{
	padding-top:5px;
}

#main_content h1{
	text-align:left;
	font-size: 23px;
	
	}
	
#main_content p {
	/*text-align:justify;*/
}

#main_content img {
	border:#405C43 solid 1px;
}

.imageleft {
	float:left;
	margin-right:10px;
}

.imageright {
	float:right;
	margin-left:10px;
}

#main_content a{
	color:#006633;
}

#main_content a:hover {
	color:#94594E;
}

#footer {
		clear:both;
}

#footer ul {
	padding-left:270px;
}

#footer ul li {
	display:inline;
	list-style-type:none;
}

#footer ul li a {
	color:#7D4A42;
	text-decoration:none;

}

.clear{
	clear:both;
	height:1px;
}

h3 {
	font-style: italic;
}

h4 {
	font-size:18px;
}
.leftcolumn {
float:left;
width:50%;
}

.rightcolumn {
float:right;
width:50%;
}
fieldset {
border:none;
}

label {
	float:left;
	width:100px;
}

#map {
	border: thin solid #94594E;
}

input.csc-mailform-submit {
	float:right;
	margin-right:40px;
}
td p {
	margin:0px;
	padding: 0px;
}
#main_content img.spacer-gif {
	border:none;
}