
/*======================== Main Body Elements ===========================*/
body {
	text-align:center; 
	font:12px/20px Georgia, Times, serif; 
	color:#000;
	}
h1, h2, h3 { color: #4e0f02; font-weight: normal;}
h1	{ font-size: 2em; }
h2	{ font-size:1.85em; }
h3	{ font-size:1.7em; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

/*---------------------- Form Elements ---------------------*/
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.9em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fbf1da !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #e3b96b;
	color:#4e0f02;
	width:168px; /* 5 pixles smaller than form width !important */
	height:15px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-size:.9em;
	font-family:Georgia, Times, serif;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

input.button { 
	width:70px;
	height:18px;
	cursor:pointer; 
	padding:0; 
	}

/*---------------- Wrapper width --------------------*/
#wrapper {
	background: url("../images/theme/wrap.gif") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	margin-top: 10px;
	}

/*---------------- Header ---------------------------*/
#header {
	background: #ebd195 url("../images/theme/header.jpg") top no-repeat;
	padding: 20px 0 10px 0;
	color: #4e0f02;
	font-weight: 100;
	margin: 0 18px 0 18px;
	width: 724px;
	}
	
#header p {font-size: 18px; float: right; margin: 29px 18px 0 0;}
#header h1 {font-size: 24px; margin-left: 15px; line-height:30px}
#header h2 {font-size: 20px; margin-left: 15px;}
#header h1 a:link, #header h1 a:visited {color: #4e0f02; text-decoration: none;}
#header h1 a:hover, #header h1 a:active {color: #4e0f02; text-decoration:underline;}

/*---------------- Upper Navigation -----------------*/
#navigation-container-upper {display: none;}

/*---------------- Masthead / Flash Background ------*/
#masthead {
	background: url("../images/theme/header-01.jpg") no-repeat;
	height: 250px;
	margin: 0 17px 0 17px;
	text-align:center;
	width: 726px;
}
	
	#masthead.static p {
		font-size:2.58em;
		line-height:1.1em;
	}

	#masthead p,
	#masthead ins {
		padding:60px 350px 0 20px;
	}
	
/*---------------- Navigation -----------------------*/
#main-navigation {
	text-align: center; 
	padding: 30px 10px 10px 10px; 
	font-size: 1.1em; 
	margin: 0 18px 0 18px;
	}
#main-navigation li {
	display: inline; 
	padding: 0 10px 0 12px; 
	border-left: 1px solid #4e0f02;
	}
#main-navigation li.first {border-left: none;} 

/*---------------- Main -----------------------------*/
#main {
	padding: 0px 18px 70px 18px;
	width: 724px;
	}

#content {
	background: url("../images/theme/content-top.jpg") top no-repeat;
	}

/*------------------- Column Left -----------------------*/
#left, #optional-left-container-1, #optional-left-container-2 {display: none; width: 0px;}

/*---------------- Column Center --------------------------*/
#center {
	width: 473px;
	float: left;
	margin: 49px 15px 0 30px;
	display: inline;
}
	
	#center p {	
		font-family:Arial, Helvetica, sans-serif;
	}

	#center abbr,
	#center acronym {
		border-bottom:1px dotted #000;
		cursor:help;
	}

	#center blockquote,
	#center ul,
	#center ol,
	#center dl {
		margin:1em;
	}

	#center ol,
	#center ul,
	#center dl {
		margin-left:2em;
	}

	#center ol li {
		list-style: decimal outside;
	}

	#center ul li {
		list-style: square outside;
	}

	#center dl dt {
		font-weight:bold;
	}

	#center dl dd {
		margin-left:1em;
	}

	#center th,
	#center td {
		border:1px solid #000;
		padding:.5em;
	}

	#center th {
		font-weight:bold;
		text-align:center;
	}

	#center caption {
		margin-bottom:.5em;
		text-align:center;
	}

	#center h1,
	#center h2,
	#center h3,
	#center h4,
	#center h5,
	#center h6,
	#center p,
	#center fieldset,
	#center table {
		margin-bottom:1em;
	}
/*------------------- Column Right ----------------------*/
#right {
	width: 170px;
	float: right;
	color: #4e0f02;
	margin: 49px 17px 80px 19px;
	display:inline;
	}
	
	#right h2 {
		text-align: center;
		font-size:24px;
		}

#column-right a:link, #column-right a:visited	{ color:#4e0f02; text-decoration:underline; outline:none; }
#column-right a:hover, #column-right a:active	{ color:#4e0f02; text-decoration:none; outline:none; }

/*------------------ Footer ------------------------*/
#footer {
	width: 760px;
	padding: 20px 0 20px 0;
	text-align:center;
	color: #ffffff;
	font: 1.2em;
	}
	
#footer a {color: #fff;}

#footer-navigation li {
	display: inline; 
	padding: 0 20px 0 22px; 
	border-left: 1px solid #fff;
	}
	
#footer-navigation li.first {border-left: none;} 
