@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #63420E;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 949px;
	height: auto !important;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#homeintro {
	width: 949px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
	background-color: #FFF;
}
#detailintro {
	width: 780px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#contentwrap {
	background-color: #FFFFFF !important;
	padding: 0;
	margin: 0;
	min-height: 780px;
}
#header {
	height: 50px;
	padding-top: 0px;	
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 949px;
}

/* header nav */

#nav {
	float: right;
	clear: right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 49px;
	font-weight: normal;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
	color: #C78E3D;
}
#nav ul li#active {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #C78E3D;
}

/* header nav end */


.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	font-weight: normal;
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 949px;
	height: 40px;
	padding-right: 60px;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
#logo a {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover {
	color: #FFFFFF;
}

/* left sidebar */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
}

#sidebar1 h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D340B;
	font-weight: normal;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 15px;
}
#sidebar1 h3 {
	font-size: 1.0em;
	padding-bottom: 2px;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D340B;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 15px;
}

#sidebar1 ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
	line-height: 18px;
	list-style-type: disc;
	list-style-image: url(../images/listbullet.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
#sidebar1 li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	list-style-type: disc;
	list-style-image: url(../images/listbullet.gif);
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 0;

}

#sidebar1 p {
	/*line-height: 4px;*/
	margin-right: 10px;
	margin-left: 15px;
	font-size: 1.0em;
}
#sidebar1 .sidebarlt {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #EAEAEA;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebarlt p {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .sidebardk {
	background-color: #F2F2F2;
	padding: 7px;
	border: 1px solid #E5E5E5;
	margin-right: 8px;
	margin-left: 16px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebardk p {
	margin: 0px;
	padding: 0px;
}

#sidebar1 a {
	font-weight: normal;
	color: #593F25;
	text-transform: uppercase;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #E5AF51;
}
#sidebar1 dl {
	margin: 1em 0 1em 4em ;
}
#sidebar1 dt {
	color: #333;
	clear: left;
	float: left;
	font-weight: bold;
	width: 3em;
}
#sidebar1 dd {
	margin-left: 4em;
}
#sidebar1 dl.long dt {
	width: 11em;
}
#sidebar1 dl.long dd {
	margin-left: 15.5em;
	margin-bottom: 0.7em;
}


/* right sidebar */
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
}
#sidebarRight h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D340B;
	font-weight: normal;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#sidebarRight ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebarRight p {
	line-height: 18px;
	margin-right: 10px;
	margin-left: 0;
	font-size: 0.8em;
}
#sidebarRight .sidebarlt {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #EAEAEA;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebarRight .sidebarlt p {
	margin: 0px;
	padding: 0px;
}
#sidebarRight .sidebardk {
	background-color: #F2F2F2;
	padding: 7px;
	border: 1px solid #E5E5E5;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebarRight .sidebardk p {
	margin: 0px;
	padding: 0px;
}

#sidebarRight a {
	font-weight: normal;
	color: #003399;
}
#sidebarRight a:hover {
	color: #FF6600;
}


#menu {
	width: 200px;
	margin-bottom: 40px;
}
#menu li a {
	height: 24px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #999999;
	display: block;
	padding: 8px 0 0 25px;
	background-image: url(../images/menu.gif);
	font-weight: bold;
}
#menu li a:hover {
	color: #333333;
	padding: 8px 0 0 25px;
	background-image: url(../images/menu.gif);
	background-position: 0 -32px;
}
#mainContent {
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFF;
}
#mainContent .sidebardk {
	background-color: #F2F2F2;
	padding: 7px;
	border: 1px solid #E5E5E5;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

#mainContent a {
	font-weight: normal;
	color: #593F25;
	text-transform: capitalize;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #E5AF51;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	margin: 0px;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D340B;
	font-weight: normal;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
}
#mainContent p {
	line-height: 18px;
}
#mainContent li {
	margin-bottom: 5px;
	line-height: 18px;
}

/*  main contentdoublecol start  */

#mainContentdcol {
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContentdcol .sidebardk {
	background-color: #F2F2F2;
	padding: 7px;
	border: 1px solid #E5E5E5;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

#mainContentdcol a {
	font-weight: normal;
	color: #593F25;
}
#mainContentdcol a:hover {
	color: #E5AF51;
}
#mainContentdcol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #593F25;
	margin: 0px;
	font-weight: normal;
}
#mainContentdcol h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D340B;
	font-weight: normal;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#mainContentdcol h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4D340B;
}
#mainContentdcol p {
	line-height: 18px;
}
#mainContentdcol li {
	margin-bottom: 3px;
	padding-bottom: 4px;
	line-height: 18px;
	list-style-image: url(../images/listbullet.gif);
	color: #4E350C;
}

/*  main contentdoublecol end  */


#footer {
	background-color: #63420E;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: left;
	clear: both;
	float: left;
	width: 949px;
}
#footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-right: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* contact form styles */
#mainContent .form {
	font-size: 91.667%;
	margin-top: 2em;
}
/*#mainContent .form :focus {
	outline: 1px solid #FF9900;
}*/	
#mainContent .form fieldset {
	width:240px;
	margin: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #E4E4E4;
}
#mainContent .form fieldset legend {
	color: #333;
	font-size: 109.1%;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent .form .textinput ol {
	background: 0;
	border: 0;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
#mainContent .form .textinput li {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#mainContent .form label {
	color: #4A4A4A;
	display: block;
	width: 10em;
	float: left;
	font-weight: bold;
	padding: 0 1em 0 0;
	text-align: left;
}
#mainContent .form label.required {
	background: url(../images/required.gif) no-repeat 50% 0.5em;
}

p#submit {
	clear: both; 
	/*padding-right: 20px;*/
	text-align: right;
}
p#submit input {
	margin-right: 10px; 
	/*text-transform: uppercase;*/ 
	background: url(../images/submit.jpg) no-repeat; 
	color: #eee; 
	border: none; 
	width: 100px; 
	height: 19px; 
	font-size: 12px;
}
/* contact form end */

#subfooter {
	background-color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
	margin-bottom: 0px;
	text-align: left;
	clear: both;
	float: left;
	width: 949px;
	background-image: url(../images/footerback.jpg);
	background-repeat: no-repeat;
	height: 200px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#subfooter .sidebardk {
	/*background-color: #F2F2F2;*/
	padding: 25px;
	padding-top: 40px;
	margin-right: 8px;
	margin-left: 12px;
	margin-bottom: 15px;
	font-size: 12px;
	width: 899px;
	line-height: 18px;
}
#subfooter p {
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0;
}
#subfooter a {
	color: #4D340B;
}
#subfooter a:hover {
	color: #E5AF51;
}


/* new left column */

#leftColumn1 {
float:left;
line-height:16px;
padding:0px 10px 10px 15px;
width:250px;
}
#leftColumn1 h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D340B;
	font-weight: normal;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-left: 15px;
}

#leftColumn1 ul {
margin:0 0 0 15px;
padding:0px 0 20px;
}
#leftColumn1 ul li {
	display:inline;
	list-style:none outside none;
	
}
#leftColumn1 ul li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color: #4D340B;
	background-color: #FBF5EC;
	font-variant:small-caps;
	font-weight:normal;
	line-height:15px;
	padding:7px 4px 7px 5px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFCB94;

}
#leftColumn1 ul li a:hover {
	background:url("images/sidenav.gif") no-repeat scroll left -25px transparent;
	background-color: #F2E6CC;
	color:#D38B1F;
	font-family:Arial,Helvetica,sans-serif;
	font-variant:small-caps;
	font-weight:normal;
	text-decoration:none;
}

/* demo form */

form#two {
	font-size:1.1em;
	width:270px;
	padding:10px 10px 0 10px;
	margin:0 auto;
	background-color: #F2E6CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e1e1e1;
	border-right-color: #63420E;
	border-bottom-color: #63420E;
	border-left-color: #e1e1e1;
}
form#two fieldset {
	width:230px; 
	display:block; 
	padding:5px; 
	font-family:verdana, sans-serif; 
	line-height:1.5em; 
	border:1px solid #fff;
}
form#two fieldset#personal {
	font-size:.75em; 
	color:#555; 
	font-style:italic; 
	margin:5px 0 0 5px;
}
form#two legend {
	font-family: Arial, Helvetica, sans-serif;
	color:#63420E;
	font-size:1.4em;
	font-weight:bold;
	font-style:normal;
	margin-bottom:4px;
	padding:3px;
	width:240px;
	background:none;
}
form#two label {
	clear:left; 
	display:block; 
	float:left; 
	width:100px; 
	text-align:right; 
	padding-right:10px; 
	color:#fff; 
	margin-bottom:0.5em; 
	font-size:1em; 
	line-height:1.5em; 
	font-style:normal;
}
form#two fieldset#personal label {clear:left; display:block; float:left; width:70px; 
	text-align:right; 
	padding-right:10px; 
	color:#63420E; 
	margin-bottom:0.6em; 
	font-size:1em; 
	line-height:1.8em; 
	font-style:normal;
}
form#two input {
	padding:0; 
	margin-bottom:0.8em;
}
form#two fieldset#personal input {
	border:1px dotted #e1e1e1; 
	background:#fff; 
	padding-left:0.5em; 
	margin-bottom:1em;
}
form#two select {
	margin-left:0.5em; 
	border:1px dotted #e1e1e1;
}
form#two #button1, form#two #button2 { 
	background:#63420E;
	border: none;
	color:#fff; 
	padding-right:0.5em; 
	cursor:pointer; 
	width:115px; 
	margin-left:12px;
}
form#two #button1:hover, form#two #button2:hover {
	border: none;
	color:#fff;
	background-color: #E5AF4D;
}
