/*---[ undohtml ]-------------------------- */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,td{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
fieldset{padding:.5em;}
* { margin: 0; padding: 0; }

/* layout ---------------------------------------*/

body	{
color:#6a5b46;
font-family:Georgia, "Times New Roman", serif;
font-size:62.5%;
text-align: center;
background:#bf9660 repeat-x top center url(../images/body-bg.jpg);
}

#container	{
width:940px;
margin:0px auto;
text-align:left;
}

#container .inside	{
padding:0px 0px;
}

/* branding ------------------------------------*/
#branding	{
width:610px;
height:100px;
margin:0;
background-image: url(../images/branding.jpg);
background-repeat: no-repeat;
}

#branding h1	{
display:none;
}

#branding h2	{
display:none;
}

#nav_main	{
background:#f4ead7;
width:610px;
height:70px;
background-image: url(../images/nav_main-bg.jpg);
background-repeat: no-repeat;
}

/* --- #content ---------------------------*/
/*#content {
float:left;
font-size:1.2em;
}*/

#content_main	{
float:left;
width:610px;
background-image:url(../images/content-bg.jpg);
background-repeat:repeat-y;
}

#content_main .inside	{
padding:10px 70px 0 25px;
min-height:420px;
_height:420px;/* for IE */
}


#content_main .block_left	{
float:left;
width:240px;
}

#content_main .block_right	{
float:right;
width:240px;
margin:0 10px 0 0;
}

#content_sub1	{
float:right;
width:380px;
margin:0 0px 0 535px;
position:absolute;
}

/**:first-child+html #content_sub1 {margin:-4px 0 0 0;position:relative}/*for IE7*/

/* * html #content_sub1 {margin:-4px 0 0 0;position:relative;}/*for IE6*/

#content_footer	{
width:610px;
height:100px;
margin:0;
background-image: url(../images/footer-bg.jpg);
background-repeat: no-repeat;

}

/*--- SITE INFO ---------------------------------*/
#site_info	{
padding:50px 0 0 5px;
}

#site_info #nav_supp {
float:left;
color:#999;
padding:50px 0px 0 0;
}

#site_info #nav_supp a {
font-family:Georgia, "Times New Roman", serif;
font-size:0.9em;
line-height:150%;
font-weight:normal;
color:#999;
}

/*--- Menus ----------------------------------------*/
ul#navlist	{
margin:0;
padding:30px 0 0 25px;
}

#navlist li	{
font-family:Georgia, "Times New Roman", serif;
display: inline;
list-style-type: none;
}

#navlist li a	{
font-family:Georgia, "Times New Roman", serif;
font-size:1.9em;
font-weight:normal;
color:#5B2908;
padding-right:15px;
}

#nav_main a:hover	{
text-decoration:ubderline;
color:#5B2908;
}

/*---[ current menu state styles ]---------------------------*/
#home #nav-home a,
#about #nav-about a,
#gallery #nav-gallery a,
#testimonials #nav-testimonials a,
#credits #nav-credits a,
#contact #nav-contact a	{
text-decoration:underline;
color:#5B2908;
}

/*--- CLEAR THOSE FLOATS -----------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*--- BLOCKQUOTE -------------------------------*/

blockquote {
float:left;
width: 300px;
margin:30px 0px;
padding:0;
position: relative;
}

p.quotebody {
font-family:Georgia, "Times New Roman", serif;
color:#8e5034;
font-size:3em;
line-height: 1.2em;
font-weight:normal;
font-style: italic;
padding:0 0px 0px 0px;
text-align:center;
}

p.quotecite {
color: #9d0a0e;
font-size: 125%;
font-weight: normal;
text-align: right;
padding-right: 15px;
padding-bottom: 15px;
margin-bottom: 0;
}

/* text styles ---------------------------------------------*/
h1	{
font-family:Georgia, "Times New Roman", serif;
font-size:4em;
font-weight:normal;
color:#a81415;
margin:0 0 10px 0;
}

h2	{
font-family:Georgia, "Times New Roman", serif;
font-size:2em;
font-weight:normal;
color:#5B2908;
margin:0px 0 0px 0;
}

h3	{
font-size:1.8em;
font-weight:normal;
color:#5B2908;
margin:0;
}

p, td	{
font-size:1.4em;
line-height:1.4em;
margin:0 0 20px 0;
}

#content_supp p	{
color:#fff;
}


/* link styles --------------------------------------------*/
a:link, a:visited	{
color:#a81415;
font-weight:bold;
}

a:hover	{
text-decoration:underline;
color:#a81415;
}

/* lists ---------------------------------------------------*/

ul{
margin:10px 0;
padding:0;
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

ul.basiclist	{
margin:10px 0;
list-style-type:square;
}

ul.basiclist li	{
margin-left:20px;
margin-top:5px;
font-size:1.5em;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
margin-left:25px;
margin-top:5px;
}

/* --- forms ------------------------------------- */

.row {
clear: both;
padding-top: 5px;
}

form {
margin-bottom: 1em;
}

fieldset {
margin-bottom: 20px;
padding: 10px;
border:1px solid #d3d3d3;
}		

legend {
padding: 0 10px;
background: #ffffff;
text-transform: uppercase;
color:#d9261c;
font-weight:bold;
font-size: 1.5em;
}

.formLabel {
font-size: 1.4em;
line-height: 1.6em;
text-align: right;
margin-right: 10px;
width: 70px;
float: left;
}

.formControl {
float: left;
width: 300px;
}

input, textarea {
border: 1px solid #d3d3d3;
padding: 2px;
font: 1.4em Arial, Verdana, sans serif;
}	

input {
font-size: 1.4em;
width: 300px;
}			

textarea {
width:300px;
}

.submitButton {
background: #eee;
font: bold 1.0em Arial, Verdana, sans serif;
padding: 4px 6px;
width: auto;
}

.highlighted {/* style for selected field */
background-color:#eee;
border-color:#000000;
}

SPAN#instruction {/* style for selected field instruction */
display:block;
color:#cc0000;
}	

/*-- images ---------------------------------------------*/

.img-left	{
float:left;
margin:0 10px 0 0;
}

.img-right	{
float:right;
margin:0 25px 0 10px;
}

.img-left-border	{
float:left;
margin:0 10px 0 0;
padding:4px;
border:1px solid #d3d3d3;
}


.img-right-border	{
float:right;
margin:0 0 0 10px;
padding:4px;
border:1px solid #d3d3d3;
}

.img-border	{
margin:0 0 0 10px;
padding:4px;
border:1px solid #d3d3d3;
}

.gallery-thumbs	{
margin:0px 0;
clear:both;
}

.thumb {
float:left;
margin:0 10px 0 0;
padding:4px;
border:1px solid #d3d3d3;
}

.caption	{
text-align:center;
font-size:1.2em;
padding:3px 0 0 0;
}