/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/

.clearDiv {
	height: 0;
	clear:both;
	overflow:hidden;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #5a2049;
}

em {
	font-style: italic;
}

ul
{
list-style: disc outside;
margin-left: 40px;
} 

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #AA9963;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

h1 {
	font-family: Arial, sans-serif;
	color: #AA9963;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	/*text-transform: uppercase;*/
}

h2 {
	font-family: Arial, sans-serif;
	color: #AA9963;
	/*text-transform: uppercase;*/
	font-size: 18px;
	margin-bottom: 4px;
}

h3 {
	font-family: Arial, sans-serif;
	color: #AA9963;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-family: Arial, sans-serif;
	color: #AA9963;
	font-size: 14px;
	font-weight: bold;
}
/* end common styles */

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	background: url(/media/431/bodyback.jpg) no-repeat top center;
	background-color: #aa9a66;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 950px;
	/*height: 700px;*/
	background-color: transparent;
	/*border: 1px solid #000000;*/
}

#header {
	height: 240px;
}

#logo {
	float:left;
}

#logo img {
	margin-top: 17px;
	behavior: url(/css/iepngfix.htc);
}

#homeBody {
	margin-top: 1px;
	padding: 25px 20px;
	text-align: left;
	background:url(/media/446/homeconenttop.jpg) no-repeat #FFFFFF;
	/*height: 450px;*/
}

#leftNav {
	float: left;
	width: 240px;
	/*height: 425px;*/
	border-right: 1px solid #a99965;
}

#leftNav ul {
	list-style-type: none;
	margin: 0;
	width: 220px;
}

#leftNav ul li {
	display: block;
	margin: 3px 0;
	padding: 3px;
	border-bottom: 1px solid #AA9963;
}

#leftNav ul li ul {
	list-style-type: none;
	margin: 0;
}

#leftNav ul li ul li{
	border: 0px;
}

ul.Level3 {
	text-indent: 30px;
}

ul.Level4 {
	text-indent: 50px;
}

#rightContent {
	float: right;
	width: 640px;
}


/* -- FOOTER -- */
#footer 
{
	width: 950px;
	text-align:left;
	margin:0 auto;
	font-size:10px;
	color: #000000;
	}
#footer ul
{
	float: right;
	text-align: right;
	width: 950px;
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	}
#footer li  {
	display:inline;
	border-right:1px solid #000000;
	padding:0 15px 0 10px;
	}
#footer li.last {
	border-right:none;
}
     
#footer a {
	color:#000000;
	text-decoration:none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}
#footer p {
	float: right;
	font-size: 9px;
	margin-top: 6px;
	}


/* form styles */

.Doc2Form {
	text-align: left;
	/*background: #ccc;*/
	margin-bottom: 15px;
	}
.Doc2Form fieldset {
	border: none;
	text-align: left;
	padding: 0;
	/*border-bottom: 1px solid #1E3E55;*/
	margin-bottom: 5px;
	}
	
.Doc2Form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	}
	
.Doc2Form fieldset ul {
	margin: 0;
	padding: 0;
	}
	
.Doc2Form fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: #666666;
	clear: both;
	/*border-top: 1px solid #1E3E55;*/
	}
.Doc2Form fieldset li span {
	}
.Doc2Form fieldset li span img {
	}

.Doc2Form fieldset li img, .Doc2Form fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	font-size: 12px;
	}
.Doc2Form fieldset li label
{
	width: 400px; 
	float: left; 
	font-size: 12px;
	padding-left: 10px;
	/*padding-top: 5px;*/
	}
.Doc2Form fieldset li p {
	color: #666666;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset li table {
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 3px;
	}
.Doc2Form fieldset li table input {
	float: left;
	width: 25px;
	font-size: 12px;
	border: 1px solid #AA9963;
	margin-bottom: 3px;	
	}
.Doc2Form fieldset li table label {
	float: left;
	padding-left: 5px;
	/*padding-top: 5px;*/
	}
.Doc2Form fieldset p {
	color: #666666;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset br {
	clear: both;
	}
.Doc2Form fieldset input {
	float: left; 
	margin-top: 3px; 
	width: 245px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #AA9963;
	margin-bottom: 3px;
	}
.Doc2Form fieldset textarea {
	clear:both;
	float: left; 
	margin-top: 3px; 
	width: 245px;
	margin-left: 10px;
	font-size: 12px;
	height: 75px;
	border: 1px solid #AA9963;
	margin-bottom: 3px;
	}
.Doc2Form fieldset select {
	clear:both; 
	margin-top: 3px; 
	width: 245px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #AA9963;
	margin-bottom: 3px;
	}
.Doc2Form input.button {
	margin-left: 10px;
	background-color:#AA9963;
	border: 1px solid #666666;
	width: 80px;
	font-size: 10px;
	height: auto;
	}

.Doc2Form input.button:hover {
	background-color:#666666;
	border: 1px solid #AA9963;
	color: #FFFFFF;
	cursor: pointer;
}

.Doc2Form li.required required_li {
	width: 250px;
	margin-bottom: 10px;
}

.Doc2Form li.required label strong {
	width: 250px;
	font-weight: bold;
	font-style: normal;
	color: #AA9963;
	}
.Doc2Form li.required_li {
	width: 250px;
	margin-bottom: 10px;
}
/*\*//*/ .Doc2Form legend { display: inline-block; } /* IE Mac legend fix */
				
.umbHoneyPot_li {
	height: 0px;
	overflow: hidden;
}











































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
