/* ------------------------------------------------------------------------------------------
Based on:
YUI Base CSS - http://developer.yahoo.com/yui/base/
YUI Fonts CSS - http://developer.yahoo.com/yui/fonts/
Richard Rutter's: How to Size Text in CSS - http://www.alistapart.com/articles/howtosizetextincss
------------------------------------------------------------------------------------------ */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%; /* assuming base font size of 16px. 16 * .75 = 12 */
	line-height:1.25em;
	margin: 0;
	color: #000;
	padding-bottom: 20px;
}

pre,
code,
kbd,
samp,
tt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:108%;
	line-height:99%;
}

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 112px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

	#header p {
		float:right;
		font-size:1.9em;
		margin: 0;
		color: #908e8d;
		padding: 20px 0 0 0;
	}

	#header h1 {
		font-size:1.9em;
		font-weight: normal;
		padding: 20px 0 0 0;
		margin: 0;
	}

	#header h2 {
		font-size:1.2em;
		margin: 0;
		font-weight: normal;
		color: #908e8d;
	}
	
	#header h1, #header h2 {
		}
	
	#header a {text-decoration: none;
		
	}

#masthead {
	width: 800px;
	height: 283px;
	margin: 0 auto;
}
	#masthead p{
		font-size: 1.9em;
		color: #33302b;
		text-align: center;
		line-height: 1.3em;
		width: 330px;
		padding-top: 100px;
		padding-left: 430px;
		margin: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
		#masthead a { color: #33302b; }
		#masthead ins {
			margin-left: 20px;
			}
#masthead.static {
	
}

#navigation-container-upper {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
}


	#main-navigation {
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		padding: 10px 15px;
		margin: 0;
	}

	#main-navigation li {
		padding:0 14px 0 15px;
		display: inline;
		}
	#main-navigation li.first { border: none; }
		#main-navigation li a {
			text-decoration: none;
			}
			#main-navigation li a:hover {
				text-decoration: underline;
			}

#main {
}
	
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	}

	#main h1 {
		font-size:1.4em;
		color: #000;
	}
	
	#main h2 {
		font-size:1.1em;
	}
	
	#main h3 {
		font-size:1.2em;
	}

#content {
}

#center {
	float: left;
	width: 469px;
	padding: 20px 40px 20px 15px;
	margin: 0;
}
	
	#center abbr,
	#center acronym {
		border-bottom-style:dotted;
		border-bottom-width:1px;
		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, #center ol li ul li {
		list-style: square outside;
	}

	#center ol li, #center ol li ol li, #center ul li ol li {
		list-style: decimal outside;
	}

	#center dl dt {
		font-weight:bold;
	}

	#center dl dd {
		margin-left:1em;
	}

	#center th,
	#center td {
		border-style:solid;
		border-width:1px;
		padding:.5em;
	}

	#center th {
		font-weight:bold;
		text-align:center;
	}

	#center caption {
		margin-bottom:.5em;
		text-align:center;
	}
#center p {width: 95%}
	#center h1,
	#center h2,
	#center h3,
	#center h4,
	#center h5,
	#center h6,
	#center p,
	#center fieldset,
	#center table {
		margin-bottom:1em;
	}
	#center h2, #center h3,
	#center h4,
	#center h5,
	#center h6 {
		padding-top: 5px;
		color: #908e8d;
		}
	#center h1 {color: #000;}
	

#left {
	width: 231px;
	float: left;
	padding: 20px 0 50px 30px;
}
	#left h1,
	#left h2,
	#left h3,
	#left h4,
	#left h5,
	#left h6,
	#left p,
	#left fieldset,
	#left table {
		margin: 0;
		
	}
	
	#left h1, #left h2 {
		}

	#left h3 {
		margin-top: 15px;
		}
		
	#left h2 { font-size: 1.3em; margin-bottom: 10px; }
	
	form {width:130px;}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; }

input, textarea, select { 
	background-color:#FFF !important;
	border:1px solid #b9b9b9;
	color:#000;
	width:185px;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px;
	padding:1px 0 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	}
	
select { width:185px; padding:0; }

textarea { height:90px; overflow:auto; }

#contact_business { display: none; }

/* ------------------------ submit button form elements ------------------------ */

input.button { 
	width:80px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	color: #000;
	font-weight: bold;
	font-size: .8em;
	margin-bottom: 20px;
	}

	
#footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	margin: 0 auto;
	width: 800px;
}

#footer ul {margin:10px; padding-top: 15px;}
	#footer li {
		padding:0 14px 0 14px;
		display: inline;
		}
		#footer li a:link,#footer li a:visited	{ color:#000; text-decoration:none; outline:none; }
		#footer li a:hover,#footer li a:active	{ color:#000; text-decoration:underline; outline:none; }
	#footer li.first { border: none; }

	#footer p.copyright {
	}
	
	#footer p {
		margin-bottom:10px;
	}
	
#optional-footer-container-1 {height: 30px; margin: 0; padding: 0;}
	

/* setting line height for every element we set a font size on */
#header p,
#header h1,
#header h2,
#main h1,
#main h2,
#main h3 {
	line-height:1.125em;
}

/* unused elements */
#right,
#navigation-container-lower
 {
	display:none;
}

/* optional containers */
#optional-header-container-1,
#optional-header-container-2,
#optional-left-container-1,
#optional-left-container-2,
#optional-center-container-1,
#optional-center-container-2,
#optional-right-container-1,
#optional-right-container-2,
#optional-footer-container-2,
#optional-body-container-2,
#optional-body-container-1 {
	display:none;
}