html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
}
#container{
	position: relative;
	width: 1000px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

* html #container {
	height: 100%;
}
#header{
	position: relative;
	height: 42px;
	background-color: #FFF;
}
#nav {
	position: relative;
	width: 500px;
	height: 20px;
	float: left;
	top: 10px;
	left: 50px;
}
#navlist {
	display: inline;
	list-style-type: none;
}

#navlist li {
	display: inline;
	padding-right: 20px;
}
#navlist a:link, #navlist a:visited, #navlist a:active, #navlist a:hover{
	text-decoration: none;
	color: #000;
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-size: 14pt;
	
}
#header_num {
	position: relative;
	float: right;
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-size: 14pt;
	color: #000;
	right: 10px;
	top: 10px;
}
#header_num a:link {
	text-decoration: none;
	color: #000;
}
#logo{
	position: relative;
	height: 42px;
	width: 302px;
	background-image: url('images/logo.png');
	float: left;
}

#attract{
	position: relative;
	height: 263px;
	width: 1000px;
	background-image: url('images/attract_background.png');
	}
	
#attract_sub {
	position: relative;
	height: 45px;
	width: 1000px;
	background-image: url('images/attract_sub_background.png');
}

#att_title{
	position: relative;
	top: 35px;
	left: 50px;
	}
#att_title h1{
	font-family: arial, serif;
	color: #fff;
	text-shadow: 2px 2px 7px #000;
}

#att_sub_title{
	position: relative;
	left: 50px;
	}
#att_sub_title h1{
	font-family: arial, serif;
	color: #fff;
	text-shadow: 2px 2px 7px #000;
}

#att_content{
	position: relative;
	top: 20px;
	left: 60px;
}
#att_content h2{
	font-family: arial, sans-serif;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}
#image1{
	height: 382px;
	width: 527px;
	background-image: url('images/attract_pic.png');
	z-index: 2;
	position: relative;
	top: -275px;
	float: right;
	}
#comm_bar {
	position: relative;
	height: 150px;
	width: 275px;
	left: 100px;
}
#comm_header {
	width: 275px;
	height: 20px;
}
.consult {
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-variant: small-caps;
	font-size: 13pt;
}
#comm_buttons {
	height: 75px;
	width: 275px;
}
#email_button {
	position: relative;
	height: 75px;
	width: 103px;
	background-image: url('images/button.png');
}
.email_alone {
	left: 75px;
}
.email_plus {
	float: left;
}
#email_button a:link{
	position: relative;
	display: block;
	top: 30px;
	left: 25px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Droid Serif', 'Times New Roman', serif;
}

#email_button a:visited{
	color: #FFF;
}

#email_button a:active, #email_button a:hover {
	color: #000;
}

#button_or {
	position: relative;
	width: 10px;
	height: 10px;
	float: left;
	top: 25px;
	left: 25px;
}
#chat_button {
	position: relative;
	float: right;
	height: 75px;
	width: 103px;
	background-image: url('images/button.png');
}
#chat_button a:link{
	position: relative;
	display: block;
	top: 30px;
	left: 25px;
	color: #FFF;
	text-decoration: none;
	font-family: 'Droid Serif', 'Times New Roman', serif;
}
#chat_button a:visited{
	color: #FFF;
}

#chat_button a:active, #chat_button a:hover {
	color: #000;
}
#content {
	position: relative;
	margin-top: -50px;
	height: 100%;
	padding-bottom: 30px;
	width: 1000px;
	background-color: #DED6B2;
}

#content_sub {
	position: relative;
	width: 1000px;
	min-height: 100%;
	padding-bottom: 30px;
	background-color: #DED6B2;
}


#content_res {
	position: relative;
	width: 1000px;
	padding-bottom: 30px;
	background-color: #DED6B2;
}

.sub_content_header {
	position: relative;
	text-indent: 15px;
	padding-left: 15px;
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-size: 12pt;
	line-height: 200%;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
}
#content_left {
	width: 45%;
	min-height: 100%;
	position: relative;
	left: 50px;
	float: left;
}
#content_right {
	width: 50%;
	min-height: 100%;
	position: relative;
	float: right;
	right: 25px;
	margin-top: -275px;
}
#right_left {
	position: relative;
	float: left;
}
.content_content {
	font-family: 'Droid Serif', 'Times New Roman', serif;
	font-size: 10pt;
	line-height: 200%;
}

.content_content  h3{
	font-family: 'Droid Serif', 'Times New Roman', serif;
	color: #669900;
	font-size: 12pt;
	padding-left: 15px;
}

.content_content p {
	text-indent: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.content_content ul{
	list-style-type: none;
}
.content_content a:link{
	color: #0000FF;
	text-decoration: none;
}
.content_content a:visited{
	color: #0000FF;
}
.content_content a:active, .content_content a:hover{
	color: #0000FF;
	text-decoration: underline;
}

.testimonial_text {
	text-indent: 25px;
	padding-left: 30px;
}

.testimonial_name {
	padding-left: 45px;
	font-weight: bold;
	line-height: 100%;
}
.testimonial_career {
	padding-left: 45px;
	font-size: 8pt;
	line-height: 100%;
}

.prod_image {
	width: 230px;
	height: 173px;
	position: relative;
	float: right;
}
#footer {
	position: relative;
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer_line1 {
	height: 15px;
	top: 0px;
}
#footer_line2 {
	height: 15px;
	top: 15px;
}
.foot_address {
	position: relative;
	float: left;
	font-family: arial, sans-serif;
	font-size: 8pt;
}

.foot_phone {
	position: relative;
	float: left;
	font-family: arial, sans-serif;
	font-size: 8pt;
	padding-left: 50px;
}

.foot_design {
	position: absolute;
	right: 0px;
	font-family: arial, sans-serif;
	font-size: 8pt;
}

.clear {
	clear: both;
}
#twitterDiv {
	width: 12em;
	position: relative;
	float: right;
	text-align: center;
}
#twitterDiv h3 {
	font-family: 'Droid Serif', 'Times New Roman', serif;
	color: #669900;
	font-size: 12pt;
	padding-left: 15px;
}
#twitterLogo {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
}
#twitterLogo a:link {
	border: none;
}
#twitterLogo a:visited {
	border: none;
}