@import url(forms.css);

BODY {
	background:#FFF;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}

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

a img {
	border:none;
}

a {
	color:#6d5c35;
	text-decoration:underline;
}

p {
	margin-bottom:12px;
	line-height:130%;
	font-size:0.7em;
}

p.nomargin {
	margin-bottom:0px;
}

p.offset {
	padding-left: 93px;
}

h1 {
	font-size:1em;
	color:#826b3e;
	margin-bottom:12px;
	margin-top:16px;
	line-height:140%;
}
h2 {
	font-size:0.7em;
	color:#333;
	text-transform:uppercase;
	background:url(../images/subtitle_bullet.gif) 0px 3px no-repeat;
	padding-left:12px;
	margin-bottom:10px;
}

.left {float:left;}
.right {float:right;}

div#wraper {	
	width:780px;
	margin:2% auto;
	text-align:left;
}

div#header {
	width:780px;
	margin:0;
}

.logo {
	display:block;
	clear:both;
}

div.underbar {
	height:19px;
	background:#a69e54;
	border-bottom:1px solid #b0c389;
	margin-bottom:8px;
}

div.underbar a {
	font-size:0.7em;
	line-height:1.6em;
	padding-left:4px;
	color:white;
}

div.image-holder {
	background:#b0c389;
	padding:9px 0 8px 0;
}

#page {
	background:#fff url(../images/column_3_3_bkg.gif) top right repeat-y;
	margin-top:6px;
}
					#page:after {
						content: "."; 
						display: block; 
						height: 0; 
						clear: both; 
						visibility: hidden;
					}
					
					#page {
						display: inline-block;
					}
					
					#page {
						display: block;
					}
					
					* html #page {
						height: 1%;
					}


div.column_1_3 {
	width:197px;
	background:#fff url(../images/column_1_3_bkg.gif) top left repeat-y;
	float:left;
	margin-bottom:16px;
}

div.column_2_3 {
	width:386px;
	padding:0 6px;
	float:left;
}

div.column_3_3 {
	width:185px;
	float:left;
}

div#footer {
	padding:0 185px 200px 0;
	background:#feffed;
	height:14px;
	display:block;
	clear:both;
}

#footer .left {
	background:#a69f4f;
	width:333px;
	padding-left:6px;
}

#footer .right {
	text-align:right;
}

div.siteby {
	text-align:right;
	line-height:2em;
	margin-top:-2em;
	padding-right:2px;
	font-size:0.6em;
	z-index:3;
}

div.thin-border {
	height:14px;
	border-left: 1px solid #a69f4f;
	display:block;
	clear:both;
}

div.column_3_3 h1,
div.column_1_3 h1 {
	line-height:1.4em;
	background:#b0c389 url(../images/column_1_3_menu.gif) top right no-repeat;
	color:white;
	font-size:0.8em;
	font-weight:bold;
	padding-left:6px;
}

div.column_3_3 h1 {
	background:#a69e54 url(../images/column_3_3_menu.gif) top left no-repeat;
	padding-left: 16px;
}

div.column_3_3 img {
	display:block;
	clear:both;
	margin:0 0 10px 42px;
}

div.column_3_3 p {
	margin-left:16px;
}

div.column_2_3 p { text-align:justify;}

div.column_1_3 p {
	padding:0 6px;
}

div.column_2_3 ul li {
	padding:0 6px;
	line-height:200%;
	font-size: 0.7em;
	list-style-position:inside;
}

div.column_2_3 ul { margin-bottom:12px;}


#mainmenu {
	ddst-style-type:none;
	margin:5px 15px 5px 5px;
	background:white;
	font-size:0.7em;
	font-weight:bold;
}
#mainmenu dt {
	display:none;
}

#mainmenu dd {
	color:#826B3E;
	display:block;
	position:relative;
}

#mainmenu dd a {
	color:#826B3E;
	text-decoration:none;
	background:#fff url(../images/menu_normal.gif) 1px 8px no-repeat;
	display:block;
	padding:6px 0 6px 22px;
}

#mainmenu dd a:hover {
	color:#826B3E;
	text-decoration:none;
	background:#ecde8b url(../images/menu_over.gif) 0px 7px no-repeat;
}

#mainmenu dd dl {
	display:none; /* hide - show by hovering by display:block; */
	position:relative;
}

#mainmenu dd.over dl {
	display:block;
}


#mainmenu dd dl dd a,
#mainmenu dd dl dd {
	color:#000;
	font-weight:normal;
	background:none;
}
#mainmenu dd dl dd a {border-bottom:1px soddd #f4f4f0;}










