body {
	text-align:center;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
/* framework
 * ------------------------------------------------------------------------- */
#wrapper {
	width:788px;
	margin:0 auto;
	text-align:left;
}
/* header
 * ------------------------------------------------------------------------- */
#header {
	height:121px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#e8e8e8;
}
#header h1 a:link, #header h1 a:visited {
	color:#e8e8e8;
}
#header p {
	float:right;
	padding:51px 32px 0 0;
	font-size:1.7em;
}
#header h1 {
	padding:51px 0 5px 31px;
	font-size:2.0em;
}
#header h1 a:link, #header h1 a:visited {
	color:#e8e8e8;
	text-decoration:none;
	outline:none;
}
#header h1 a:hover, #header h1 a:active {
	color:#e8e8e8;
	text-decoration:underline;
	outline:none;
}
#header h2 {
	margin:0 0 0 31px;
	font-size:1.4em;
	color:#aeaeae;
}
/* navigation-container-upper
 * ------------------------------------------------------------------------- */
#navigation-container-upper {
	display:none;
	height:.01em;
	overflow:hidden;
}

#masthead {
	height:210px;
	text-align:center;
}

	#masthead.static p {
		font:20px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	#masthead ins,
	#masthead p {
		color:#fff;
		padding:30px 330px 0 30px;
	}

	#masthead a:link,
	#masthead a:visited {
		color:#fff;
		text-decoration:underline;
	}

	#masthead a:hover,
	#masthead a:active {
		color:#fff;
		text-decoration:none;
	}

/* navigation-container-lower
 * ------------------------------------------------------------------------- */
#navigation-container-lower {
	text-align:center;
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main-navigation {
	padding:10px 0 5px 0;
}
#main-navigation li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
}
#main-navigation li { /* if your li's float, you can adjust border height w/ line-height */
	border-left: 1px solid #fff;
}
#main-navigation li.first {
	border: none;
}
#main-navigation a:link, #main-navigation a:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
#main-navigation a:hover, #main-navigation a:active {
	text-decoration:underline;
	outline:none;
	font-weight:bold;
}
/* main content
 * ------------------------------------------------------------------------- */
#main {
	font:1.0em/1.4em Arial, Helvetica, sans-serif;
	padding-bottom:229px;
	text-align:left;
}
	#main h1 {
		font-size:1.3em
	}

	#main h2 {
		font-size:1.2em
	}

	#main h3 {
		font-size:1.1em
	}

	#main h4 {
		font-size:1.0em
	}

	#main a:link,
	#main a:visited {
		text-decoration:underline;
		outline:none;
		color:#000;
	}
	
	#main a:hover,
	#main a:active {
		text-decoration:underline;
		outline:none;
	}

#left {
	display:none;
}

#center {
	_display:inline;
	width:504px;
	float:left;
	margin-left:30px;
	padding-top:28px;
}

	#center h1,
	#center h2,
	#center h3,
	#center h4 {
		padding:0 0 0 24px;
		color:#e26818;
	}

	#center h5,
	#center h6 {
		color:#e26818;
	}

	#center p,
	#center h1,
	#center h2,
	#center h3,
	#center h4,
	#center h5,
	#center h6 {
		margin:0 0 10px 0px;
	}

	#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 fieldset,
	#center table {
		margin-bottom:1em;
	}


#right {
	background-position:right top;
	background-repeat:no-repeat;
	color:#e0e0e0;
	float:right;
	padding:40px 0 0 20px;
	width:219px;
}

	#right p,
	#right h1,
	#right h2,
	#right h3,
	#right h4 {
		margin:0 20px 5px 0;
	}

	#right form p {
		margin:0 0 5px 0;
	}

	#right h1,
	#right h2,
	#right h3,
	#right h4 {
		background-repeat:no-repeat;
		color:#fff;
		font-size:1.5em;
		font-weight:normal;
		padding-left:24px;
	}

	#right a:link,
	#right a:visited {
		text-decoration:underline;
		outline:none;
		color:#e0e0e0;
	}

	#right a:hover,
	#right a:active {
		text-decoration:underline;
		outline:none;
	}

/* form elements
 * ------------------------------------------------------------------------- */
form {
	width:185px;
	margin:10px 0 15px 0;
}
/* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#414141;
	width:180px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align:middle;
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
textarea {
	height:100px;
	overflow:auto;
}
#contact_business {
	display: none;
} /* do not remove */
input.button {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
/* footer
 * ------------------------------------------------------------------------- */
#footer {
	width:788px;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
}
#footer p {
	margin-bottom:10px;
	color:#d3d3d3;
}
#footer ul {
	padding:0px 10px 5px 10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0px 5px 0 7px;
	display: inline;
}
#footer li.first {
	border: none;
}
#footer a:link, #footer a:visited {
	color:#d3d3d3;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	border-left: 1px solid #d3d3d3;
}

