/* CSS Document */

body {
	margin: 0;
	padding: 0;	
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background: #4b3d32 ;
	
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#branding {

}

#branding h1 {
	background: #fff url(../images/header2.jpg) no-repeat top left;
	text-indent: -5000px;
	height: 103px;
	margin: 0;
}

#navigation {
	width: 250px;
	min-height: 296px;
	float: left;
	background: #c00000 url(../images/navigation-background4.jpg) bottom left;
}

#navigation ul {
	list-style: none;
	margin-left: -30px;
	width: 225px;
	font-size: 1.2em;
	font-weight: bold;
}

#navigation li {
	border-bottom: 1px dashed #FDFCD5;
	margin-bottom: 10px;	
	margin-left: 0;
}

#navigation li a {
	display: block;
	padding: 4px;
	color: #4b3d32;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #d9c4a5;
	color: #4b3d32;
}

#flash-holder {
	float: right;
	height: 296px;
}

#content {
	clear: both;
	background: #fff url(../images/content-bg2.jpg) repeat-x top left;
	padding: 10px;
}

#content p,li {
	line-height: 18px;
}

#content h2 {
	font-size: 1.3em;
}

#footer {
	clear: both;
	background-color: #d1b993;
	/*background:#c00000 url(../images/content-bg2.jpg) repeat-x bottom left;*/
	border-top: 5px solid #340100;
	padding: 5px;
	font-size: 0.8em;
}

#footer p {
	margin: 0;
}

.pic-thumbnail {
	float: right;
	border: 3px solid #c7aa80;
	width: 130px;
	height: 130px;
	margin-right: 20px;
	margin-top:40px;
	margin-left: 40px;
}

.pic-thumbnail img {
	border: 0;
}

.clear {	
	clear: both;
}

#content form {
  font-size: 1.0em;
}


/* fieldset styling */
#content fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	width: 500px;
	border : 1px solid #ccc;
}

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#content input {
  width: 200px;
}

#content  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#content  input:focus, textarea:focus {
	background: #ffc;
}

#content  input.radio {
    float: left;
	margin-right: 1em;
}

#content  textarea {
	width: 300px;
	height: 100px;
}