/* CSS Document */

body {
	margin: 0;
	font: 65% Arial, Helvetica, sans-serif;
	line-height: 135%;
	background-color: #444;
}

img {
	border: 0px;
}

h1 {
	font: 30px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #525252;
	margin: 0 0 6px 0;
}

h2 {
	font: 24px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ccc;
	margin: 0 0 6px 0;
}

h3 {
	font: 26px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #525252;
	margin: 0 0 6px 0;
}

h4 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ccc;
	margin: 0 0 6px 0;
}

p, .grey {
	font-size: 14px;
	line-height: 1.5em;
	color: #999999;
	margin: 0;
}

blockquote {
	font-size: 12px;
	line-height: 1.25em;
	color: #999999;
}

#nav .nav {
	list-style-type: none;
	margin: 0;
	padding-top: 14px;
	padding-left: 20px;
	width: auto;
}

#nav .nav li {
	display:inline;
	letter-spacing: 1.5px;
	padding: 0 4px 0 0;
	font: 14px Arial, Helvetica, sans-serif;
}

#nav {
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	/*left: 538px;*/
	right: 0px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	width: 663px;
	height: 45px;
	
}

#pagehead {
	width: auto;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 381px;
}

#footer {
	width: auto;
	background-color: #fff;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin: 28px 0 0 0;
	height: auto;
	position: relative;
	float: left;
	padding: 20px 20px 30px 20px;
}

.footer {
	color: #666666;
	margin: 0;
	padding: 40px 0 20px 0;
	line-height: 1.5em;
	width: 100%;
}

#footerSmall {
	width: 950px;
	background-color: #eaeaea;
	margin: 0;
	height: auto;
	position: relative;
	float: left;
	padding: 30px 20px 40px 20px;
}

#body {
	/*padding: 0 30px 30px 30px;*/
	background-color: #fff;
	position: absolute;/* gotta have this to position absolutely – duh! */
	left: 50%;/* we pull the left side half-way across the window container */
	width: 990px;/* full width of container */
	margin-left: -495px;/* Now we just set the left margin to a negative ½ of the width – poof! centered! */
	height: auto;
	border-left: solid #333;
	border-right: solid #333;
	border-width: 0px 4px 0px 4px;
}

#logo {
	position: absolute;
	top: 14px;
	left: 0px;
}

#phone {
	position: absolute;
	top: 45px;
	/*left: 538px;*/
	right: 20px;
}

#pagetitle {
	position: absolute;
	top: 108px;
	left: 50px;
	width: 299px;
	height: 99px;
}

#navbanner {
	position: absolute;
	top: 148px;
	right: 70px;
	width: 412px;
	height: 109px;
	background-color: #fff;
}

#content {
	position: relative;
	float: left;
	width: auto;
	margin-top: 100px;
	background-color: #fff;
	padding: 0 20px 0 20px;
}

.left, .middle, .right {
	position: relative;
	float: left;
	width: 290px;
	height: auto;
	margin: 0;
}

.rightTwo {
	position: relative;
	float: left;
	width: 600px;
	height: auto;
	margin: 0;
}

.left {
	margin-right: 40px;
}

.middle {
	margin-right: 40px;
}

.right {

}

.white {
	color: #fff;
}

.black {
	color: #222;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	letter-spacing: .75px;
}

div.mainstripe {
	height: 8px;
	background: url(../images/bkgd_textbox.gif);
	border: 0px none;
	margin: -8px 0 24px 0;
}

hr.mainstripe {
	display: none;
}

a:link {
	color: #fb4a4a;
	text-decoration: underline;
}

a:visited {
	color: #fb4a4a;
	text-decoration: underline;
}

a:hover {
	color: #fb4a4a;
	text-decoration: none;
}

a:active {
	color: #fb4a4a;
	text-decoration: underline;
}

a.white:link, a.white:visited, a.white:active, a.white:hover {
	color: #666666;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a.black:link, a.black:visited, a.black:active, a.black:hover {
	color: #000;
	text-decoration: none;
}

a.black:hover {
	text-decoration: underline;
}

#nav .nav a:link {
	color: #444;
	text-decoration: none;
}

#nav .nav a:visited {
	color: #444;
	text-decoration: none;
}

#nav .nav a:hover {
	color: #444;
	text-decoration: underline;
}

#nav .nav a:active {
	color: #444;
	text-decoration: none;
}

input.green {
	background: #00CCFF;
	/*background: #00FF00;*/
	border: 0 solid #FFF;
	color: #FFF;
	cursor: pointer;
}

input.textbox, textarea.textbox {
	background: url(../images/key.gif);
	/*background-color: #E3E3E3;*/
	border: 1px solid #aeaeae;
	color: #333;
	font-weight: bold;
	cursor: text;
	padding: 0 0 0 5px;
	width: 250px;
	font-size: 16px;
}

td.labels {
	text-align: right;
	width: 10%;
	font-size: 13px;
}

td.textbox {
	text-align: left;
	width: 90%;
}

.red {
	color: #FF0000;
	font-size: 18px;
}

#btn_xhtml a  {
	position: absolute;
	left: 40px;
	width: 42px;
	height: 14px;
	background: url(../images/btn_xhtml.jpg) top left no-repeat;
}

#btn_xhtml a:hover, #btn_xhtml a:active, #btn_xhtml a#selected {
	background-position: 0 -14px;
}

#btn_css a  {
	position: absolute;
	left: 84px;
	width: 27px;
	height: 14px;
	background: url(../images/btn_css.jpg) top left no-repeat;
}

#btn_css a:hover, #btn_css a:active, #btn_css a#selected {
	background-position: 0 -14px;
}

#header {
	position: absolute;
	top: 12px;
	left: 12px;
	height: 1px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -1200em;
}
	
