@charset "utf-8";
@import url("nav.css");
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
font-family:"Franklin Gothic Medium",Arial, Helvetica, sans-serif;
font-size:88%; 
color:#634d30;
margin:0 auto;
background:url(../images/bodyBkgd.jpg) repeat-x;
}

/*********************************/
/*           CONTAINER
/*********************************/

.wrapper {
margin:0 auto;
width:972px;
}

#container {
background:#F1E6D7;
height:auto;
margin:0 auto 15px auto;
position:relative;
width:972px;
min-height:500px;
}

/*********************************/
/*       BANNER STYLES
/*********************************/

#banner {
background:#f1e6d7;
}

/*logo*/
#banner h1 {
height:125px;
position:absolute;
background:url(../images/logo.png) no-repeat right;
width:232px;
height:138px;
margin:310px 0 0 730px;
z-index:90;
}

#banner h1 a {
width:232px;
height:138px;
display:block;
position:relative;
margin:0 auto;
outline:none;
}

#banner h1 span {
display:none;
}

#rightnav {
position:absolute;
margin:0 0 0 800px;
}

#rightnav li {
list-style:none;
}

#rightnav li a {
background:url(../images/rightnavBkgd-li.jpg) 0 0 no-repeat;
background-position:top left;
display:block;
height:59px;
line-height:53px;
outline:0;
width:159px;
color:#FFF;
text-decoration:none;
font-size:1.7em;
text-align:left;
padding:0 0 0 10px;
}

#rightnav li a:hover {color:#d89452;}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
width:922px;
position:relative;
font-size:1.2em;
line-height:1.4em;
height:auto;
background:#F1E6D7;
padding:15px 20px 0px 20px;
}

#contentarea li {
margin:0 0 0 2em;
}

/*uncomment if images are used in place of list item bullets
#container .reToolbar li{
    background:none;
}*/

#contentarea a {
color:#001917  ;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.4em;
}

#rightphoto {
position:relative;
float:right;
width:360px;
right:12px;
top:0px;
}

#rightphoto #quote {
font-size:1.1em;
font-style:italic;
}

#rightphoto h2 {margin:8px 0;}	
#rightphoto h2 {font-size:1.9em;}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footerBkgd.gif) no-repeat;
width:972px;
height:39px;
position:relative;
margin:0px 0 0 0;
}

#footer p {
margin:0;
position:relative;
color:#FFF;
font-size:1.2em;
line-height:39px;
text-align:center;
}

#ending {
height:auto;
margin:0 auto 15px auto;
position:relative;
width:972px;
}

#ending p {
	margin:0;
	position:relative;
	color:#634d30;
	font-size:.75em;
	text-align:center;
}

