/*
 * Created by: Chris Cherry http://www.einsteinindustries.com
 * Based on CSS by Kevin Miller
 */

/*--------------------------------------------------------------------------------
  Corporate-01 Theme CSS
--------------------------------------------------------------------------------*/

body {
    text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Arial', Helvetica, sans-serif;
	padding-bottom: 30px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#wrapper {
	width: 786px;
	padding: 0 13px;
}
form{width:100px;}
#header {
	margin: 0;
	height: 60px; /* 100 - 40 */
	padding-top: 40px;
	position: relative;
}

#header p {
	position: absolute;
	text-align: right;
	width: 50%;
	right: 40px;
	font-size: 24px;
	padding: 5px;
}
	
#header h1 {
	margin-left: 35px;
	font-size: 24px;
	font-weight: normal;
}
		#header h1 a {
			text-decoration: none;
		}
	
	#header h2 {
		margin-top: 3px;
		margin-left: 35px;
		text-transform: none;
	}

#navigation-container-upper {
	display: none;
}

#masthead {
	background-repeat:no-repeat;
	display: block;
	height:190px;
	margin-bottom: 2px;
	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;
	}

	#masthead embed {
		margin: 0 auto;
	}

#navigation-container-lower {
	text-align: center;
	width: 774px;
	margin: 0 auto;
}

#main {
	margin: 0 auto;
}

#main-navigation {
	text-align:center;
	margin: 0 auto;
	padding-top: 8px;
}

#main-navigation li {
	display:inline;
	border-left:1px solid #fff;
	padding:0px 3px 0px 5px;
}

#main-navigation li a {
	text-decoration:none;
	font:13px/15px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#main-navigation li a:hover {
	text-decoration: none;
}

#main-navigation li.first {
	border-left: none;
}

#left {
	display: none;
}

#center {
	padding: 0 20px 20px 20px;
	margin: 0 268px 0 0;
}

	#center h1,
	#center h2,
	#center h3,
	#right h1,
	#right h2,
	#right h3 {
		margin-left: -2px;
		margin-bottom: 15px;
		margin-top: 20px;
		font-size: 18px;
		font-weight: normal;
	}

	#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 {
	width: 248px;
	padding-left: 21px;
	padding-bottom: 255px;
}
	
	#right a {
		color: #3f392f;
	}

	#right .input, #right .button {
		width: 200px;
	}

	#right .button {
		height: auto;
		padding: .25em;
		width: auto;
	}
	
	#right p .map-link {
		display: block;
		margin-bottom: 15px;
	}

input, textarea, select {
	border: 0;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size:1em;
	height: 18px;
	line-height: 18px;
	margin: 0pt 0pt 6px;
	padding: 4px 4px 0pt;
	text-transform: lowercase;
}

textarea {
	height:90px;
}

#user_comments {
	height: 66px;
}

#footer {
	position: relative;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	width: 786px;
	margin: 0 auto;
}

#footer-navigation li {
	display: inline;
}

#footer-navigation a {
	padding: 0 10px;
	text-decoration: none;
}

#footer .copyright {
	clear: both;
	display: block;
	font-size: 12px;
	padding-bottom: 20px;
}

#optional-footer-container-1 {
	display: block;
	position: absolute;
	right: 30px;
	top: -243px;
	width: 198px;
	height: 243px;
}
