/* CSS Document */

body {
 	background-color: #c3baa9;
	background-position:center;
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;	
	
  	}


h1 {
	font-size: 13px;
	color: #31250a;
	font-family:"Times New Roman", Times, serif;
	text-indent:50px;	
	text-transform:uppercase;
	margin:5px 0px 0px 0px;	
	}
	
	
h2 {
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;	
	font-size: 11px;
	color:#cc6601;	
	text-transform:uppercase;
	text-align:left;
	text-decoration:none;
	text-indent:10px;
	padding:0px;
	}
	
p {
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	margin:0px;
	}
	
#maincontainer{
	background-image:url(images/background.jpg);
	width:874px;	
	margin:auto;
	text-align:center;
}

#menu{
	margin:0px;
	padding:0px;
	padding-left:28px;
}	
	
.menuitem, .menuitemselected{
	display: inline;
	list-style-type: none;	
	float:left;
	width:137px;
	height:25px;
	padding-top:10px;
	background-image:url(images/menubackground.jpg);
	margin-top:0px;
	font-size: 10px;
}

.menuitemselected{
	background-image:url(images/menubackgroundselected.gif);
	color:#cc6601;
}

#menu a:link, #menu a:visited, #menu a:active
{		
	color:#FFFFFF;
    text-decoration:none;
}
#menu a:hover
{
	color:#cc6601;
	text-decoration:none;
}

#descriptionContainer
{
	text-align:left;	
}

#description{
	background-color:#d46400;	
	height:120px;
	width:846px;
}

#description p{
	color: #edcaa6;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	padding: 12px 50px 10px 75px;	
}

.descriptionlowercase{
	text-transform:none;
	line-height: 14px;
	font-size: 12px;
}

.divider{
	background-image:url(images/divider.gif);
	height:33px;
	width:818px;
	margin:auto;
}
.divider h1{
	text-align:left;
	padding-top:10px;
	margin:0px;
}

#container{
	width:718px;
	margin:auto;
	padding:30px 50px 30px 50px;
}

#leftcontainer{
	float: left;
	width:350px;
}

#container ul{
	text-align:left;
	margin:0px;	
	padding:0px;	
}

#container li{		
	list-style-type: none;	
	padding:2px;
}
#rightcontainer{
	float: right;
	width:350px;
}


#footer{
	background-image: url("images/background_footer.gif");
	height: 27px;
	width:790px;
	color: #847e7e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space:nowrap;
	margin:auto;
	padding: 50px 14px 0px 14px
	
}

#footerleft{
	float: left;
}

#footerright{
	float: right;
}

.orange{
	color: #cc6601;
}

.gray{
	color: #847e7e;
	text-align:left;
	text-transform:lowercase;
}

a.graylink:link { color: #847e7e; text-decoration:underline; }
a.graylink:visited { color: #847e7e; text-decoration:underline; }
a.graylink:active { color:#847e7e; text-decoration:underline; }
a.graylink:hover { color:#847e7e; text-decoration:underline; }

a.graylink2:link { color: #333333; text-decoration:underline; }
a.graylink2:visited { color: #333333; text-decoration:underline; }
a.graylink2:active { color:#333333; text-decoration:underline; }
a.graylink2:hover { color:#333333; text-decoration:underline; }

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100%;
  margin: 0;
  padding: 0;
  text-align:left;
  height:2252px;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	width: 150px; 
	padding: 0 0 0 5px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	float: left;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	background:#D9CDB6 none repeat scroll 0 0;
	border:1px solid #a8997d;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form .button input {
background:#B1AA8D none repeat scroll 0 0;
border:1px solid #7B7662;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
margin:0 5px 20px;
width:auto;
}

.formdivider{
	background-image:url(images/formdivider.jpg);
	height:18px;
}
