/* Sunrise by Payal Dhar (payal@writeside.net) */

*{
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

body {
	background: #FFFBEF url(images/backgroundMain.jpg) repeat-x;
	color: #333333;
	font: 0.8em Arial, Helvetica, sans-serif;
}

a{
	color:#9F794A;
	text-decoration: none;
}

a:hover, a:active{
	color:#9C8B6D;
	text-decoration:underline;
}

img {
	border: none;
}

#wrapper{
	background: #FFFBEF url(images/backgroundtext.jpg) 0px 330px no-repeat;
	width: 750px;
	min-height: 100%;
	margin: 0 auto -8em; /* the bottom margin is the negative value of the footer's height */
}

#header {
	background:url(images/headerbg.jpg) no-repeat;
	height: 113px;
	width: 780px;
	margin-left: -15px;
}	
 
#header h1{
	color:#EFC79B;
	font:3em Garamond, serif;
}

#logo {
	background: url(images/logo.gif) no-repeat;
	text-align:left;
	height:113px;
	float: left;
	width: 500px;
	margin-left: 15px;
}

#logo h1 {
	margin-left:-1500px;
}
	
#call {
	text-align: left;
	height:80px;
	float: right;
	margin-top: 20px;
	width: 200px;
	margin-right: 15px;
}

#banner{
	background:url(images/bannerbg.jpg) no-repeat;
	width: 780px;
	margin-left: -15px;
	height:200px;
	clear: both;
	margin-bottom: 20px;
	position: relative;
}

#nav {
	float: left;
	width: 180px;
	clear: both;
	margin: 10px;
}

#nav ul { 
	list-style-type: none;
	padding:0 0 15px 0;
} 

#nav li a { 
	padding-left: 15px;
	text-align: left;
}
	
#nav a{
	font: 1.25em Garamond, serif;
	text-decoration: none;
	padding-right: 15px;
	display:block;
	border-bottom:1px solid;
	padding:5px 5px 5px 0;
}

#nav a:hover, a:active{
	color:#000;
	border-bottom: 1px solid;
}

#nav h1{
	font-size:1.3em;
	padding:8px 0 5px;
}

#ads {
	margin: 15px 30px;
	width: 120px;
	height: 240px;
}

input, textarea{
	padding:5px;
	margin:5px 0;
	background:#fff;
	border:1px solid #D3BCA1;
	color:#D3BCA1;
}

#text {
	float:right;
	width:540px;
	line-height:1.5em;
	background:transparent;
	margin-bottom:4em;
}

#text p {
	padding: 7px;
	line-height: 1.4em;
}

h1, h2, h3{
	color:#493A01;
	padding: 5px 5px 10px 5px;
	font-family:Garamond, serif;
}

#text h1{
	font-size: 1.5em;
	font-variant: small-caps;
}

#text h2{
	font-size: 1.3em ;
}

#text h3{
	font-size:1.19em;
}

#text ol, ul{
	padding:0 15px;
	margin:0 15px;
}

.meta{
	text-align:left;
	font-size:0.8em;
	background:#FFF5DF;
	margin-left: 150px;
}

blockquote{
	background:url(images/block.jpg) top right no-repeat;
	margin:5px 25px;
	padding:7px 50px 7px 7px;
	border-left:1px solid #D3BCA1;
}

.map {
	border:#000000 1px;
	margin: 50px;
	margin-bottom: 0px;
}

.weather {
	float: right;
	margin: 20px;
	margin-top: 60px;
}

.headshot {
	float:left;
	margin:5px;
	margin-bottom: 15px;
	border: 1px;
}

.footer, .push {
	height: 7em; /* .push must be the same height as .footer */
	width: 730px;
	clear:both;
	text-align:right;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	
}

.copyright {
	float: left;
	text-align: left;
	width: 200px;
}

.design {
	float: right;
	text-align: right;
	width: 200px;
	padding-top: 30px;
}


/*------------
/
/  Tables
/
/------------*/


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #DFDAC3;
	border-top: 4px solid #DFDAC3;
	border-bottom: 1px solid #fff;
	color: #000;
}
#box-table-a td
{
	padding: 8px;
	background: #F5F1E5; 
	border-bottom: 1px solid #fff;
	color: #9C8B6D;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #E3E0D1;
	color: #000;
}


#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 280px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 20px;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #000;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #9C8B6D;
	border-top: 1px solid #DFDAC3;
}
.oce-first
{
	background: #F5F1E5;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #000;
	background: #E3E0D1;
}
