
/*======================== Main Body Elements ===========================*/
body {
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

h1, h2, h3	{ font-size: 1.5em; font-family: Georgia, Times, serif; font-weight:normal;}

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; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

/*---------------------- Form Elements ---------------------*/
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#414141;
	width:231px; /* 5 pixles smaller than form width !important */
	height:18px;
	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:.95em Arial, Helvetica, sans-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 {
	width:800px;
	margin:0 auto;
	text-align:left;
	}

/*---------------- Header ---------------------------*/
#header {
	padding-top: 12px;
	font-family: Georgia, Times, serif;
	text-align:center;
	height: 70px;
	}
	
#header p { font-size: 1.5em; margin-top: 45px; padding-bottom: 5px;}
#header h1 { line-height:24px; font-size: 1.75em; margin-top: -60px;}
#header h2 { font-size: 1.0em;}
#header h1 a:link, #header h1 a:visited { text-decoration: none;}
#header h1 a:hover, #header h1 a:active { text-decoration:underline;}

/*---------------- Upper Navigation -----------------*/
#navigation-container-upper {display: none;}

/*---------------- Masthead / Flash Background ------*/
#masthead {
	height: 281px;
	width: 800px;
}

#masthead.static p {
	color: #000;
	font-size:2em;
	font-family: Georgia, Times, serif;
	line-height: 25px;
	padding: 100px 60px 40px 400px;
	text-align:center;
}

	#masthead p,
	#masthead ins {
		padding: 110px 40px 10px 400px;
	}
	
	#masthead a:link,
	#masthead a:visited {
		color: #000;
	}
	
	#masthead a:hover,
	#masthead a:active {
		color: #000;
		text-decoration: none;
	}

/*---------------- Navigation -----------------------*/
#navigation-container-lower {padding-bottom: 22px; width: 781px; margin: 0 9px 0 10px;}

#main-navigation {
	text-align: center; 
	padding: 18px 10px 10px 10px; 
	font: 1.1em Georgia, Times, serif; 
	font-weight:bold;
	}
#main-navigation li {
	display: inline; 
	padding: 0 10px 0 12px; 
	line-height: 1.5em;
	}
#main-navigation li.first {border-left: none;}

#main-navigation a:link, #main-navigation a:visited { text-decoration: none;} 
#main-navigation a:hover, #main-navigation a:active { text-decoration: underline;} 

/*---------------- Main -----------------------------*/
#main {
	width: 800px;
	padding-bottom: 30px;
	}

/*------------------- Column Right -----------------------*/
#right, #optional-right-container-1, #optional-right-container-2 {display: none; width: 0px;}

/*---------------- Column Center --------------------------*/
#center {
	margin: 0px 40px 0 22px;
	float: left;
	width: 452px;
	display: inline;
}	
	
	#center p,
	#center h1,
	#center h2,
	#center h3,
	#center ul,
	#center ol,
	#center dl {
		margin-bottom: 20px;
	}

	#center dl dd {
		padding-left:14px;
	}

	#center dt {
		font-weight:bold;
		margin-top:10px;
	}

	#center ol ol {
		margin-left:1.375em;
	}

	#center ol ul {
		margin-left:0;
	}

	#center ul ol {
		margin-left:2.5em;
	}
	
	#center ol ul li,
	#center ul li {
		list-style-type:square;
		list-style-position:inside;
	}

	#center ol ul li {
		padding-left:15px;
	}		

	#center ol li {
		list-style-position:inside;
		list-style-type:decimal;
	}

	#center ul ol,
	#center ol ol,
	#center ol ul,
	#center ul ul {
		margin-bottom:0;
	}
	
/*------------------- Column Right ----------------------*/
#left {
	width: 236px;
	float: left;
	display:inline;
	margin: 0px 21px 0 28px;
	}
	
#left p {
	color: #4c4c4c;
	font-size: .95em;
	}
	
	#left h2, #left h3 {margin-bottom: 20px;}
	#left ul, #left ol, #left dl {margin:10px;}
	#left dl dt {font-weight: bold;}
	#left ul li, #left dl li {
		list-style: disc;
		line-height: 18px;
	}
/*------------------ Footer ------------------------*/
#footer {
	width: 800px;
	padding: 15px 0 15px 0;
	text-align:center;
	color: #ffffff;
	font: 1.1em Georgia, Times, serif;
	}
	
#footer a:link, #footer a:visited {color: #ffffff; text-decoration:none;}
#footer a:hover, #footer a:active {color: #ffffff; text-decoration:underline;}

#footer-navigation li {
	display: inline; 
	padding: 0 15px 0 17px; 
	border-left: 1px solid #ffffff;
	}
	
#footer-navigation li.first {border-left: none;} 
