﻿body { 
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
	color:#652B17;
}

#wrapper {
	width:902px;
	margin:auto;
	padding:0px;
	background: #fff url(../images/wrapper-bg.gif) repeat-y top left;
}

#branding {
	background-color: #fff;
}

#header {
	height:85px;
	width:100%;
	background:#fff url(../images/layout_02.jpg) top center;
}

#top {
	clear:both;
	height:352px;
	margin-top:5px;
	background-color: #fff;
}

#navigation {
	float:left;
	width:220px;
	background:#652B17;
	color:#CCCCCC;
}

#navigation ul {
	margin-left:0px;
	padding-left:0px;
	list-style:none;
	width:200px;
	padding-right:1px;
}

#navigation ul li {
	display:block;
	border-bottom:dashed 1px #855B4D;
	width:170px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:0px;
	background:no-repeat url(../images/bullet.jpg);
	background-position:10px 8px;
}

#navigation ul li a {
	color:#CCCCCC;
	font-weight:bold;
	font-size:smaller;
	text-decoration:none;
	text-transform:uppercase;
}

#topPic {
	float:right;
	width:677px;
	height:352px;
	overflow:hidden;
}

#mid {
	clear:both;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	height:100%;
}

#midL {
	float:left;
	width:201px;
	height:100%;
	background:#E8E1CF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.more {
	clear:both;
	margin:10px;
	padding-top:10px;
	border-top:dashed 1px #867362;
	font:x-small;
}
.more a {
	color:#060000;
}	
#midC {
	float:right;
	width:636px;
	height:100%;
	background:#FAF4E6;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}



#footer {
	clear:both;
	height:50px;
	background:#433A2B;
	border-bottom:3px #FFFFFF solid;
	color:#D8DDE1;
	font-size:x-small;
	padding-top:20px;
	padding-left:15px;
}


/* Form Styling */
.clear {
  clear: both;
}

#midC form {
  font-size: 1.0em;
}


/* fieldset styling */
#midC fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#midC legend {
	font-weight: bold;
	color: #000000;
}

#midC form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#midC label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}
