@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 25px;
}
#flash_banner {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav_bar {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 45px;
	height: 50px;
}
#logo {
}

#ph_number {
	position: absolute;
	z-index: auto;
	left: 469px;
	top: 5px;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	background-color: #FFF;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#footer {
	padding: 0;
	position: relative;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 10px;
	padding-left: 10px;
	left: 9px;
	top: 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	position: absolute;
	font-size: 75%;
	line-height: 1.5em;
	height: 45px;
	
}

#nav_bar ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}
#nav_bar li {
	float: left;
	margin: 0 0.15em;
	
}

.button_home {
	display:block;
	width:135px;
	height:50px;
	text-indent:-9999px;
}
.button_home a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/button_home.png) no-repeat top left;
	outline:none;
}
.button_home a:hover {
	background-position:0 -50px;
}
li#button_home a {
	background-position: 0 -50px;
}
.button_about {
	display:block;
	width:135px;
	height:50px;
	text-indent:-9999px;
}
.button_about a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/button_about.png) no-repeat top left;
	outline:none;
}
.button_about a:hover {
	background-position:0 -50px;
}
li#button_home a {
	background-position: 0 -50px;
}
.button_services {
	display:block;
	width:135px;
	height:50px;
	text-indent:-9999px;
}
.button_services a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/button_services.png) no-repeat top left;
	outline:none;
}
.button_services a:hover {
	background-position:0 -50px;
}
li#button_home a {
	background-position: 0 -50px;
}

.button_results {
	display:block;
	width:135px;
	height:50px;
	text-indent:-9999px;
}
.button_results a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/button_results.png) no-repeat top left;
	outline:none;
}
.button_results a:hover {
	background-position:0 -50px;
}
li#button_home a {
	background-position: 0 -50px;
}

.button_contact {
	display:block;
	width:135px;
	height:50px;
	text-indent:-9999px;
}
.button_contact a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/button_contact.png) no-repeat top left;
	outline:none;
}
.button_contact a:hover {
	background-position:0 -50px;
}
li#button_home a {
	background-position: 0 -50px;
}

#footer ul {
	margin: 0px;
	position: absolute;
	left: 448px;
	top: 14px;
	font-size: 75%;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer a {
	text-decoration: none;
	color: #000;
	padding-left: 5px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #d5faef;
	
}
#footer a:visited {
	color: #666;
}
#footer a:hover {
	color: #FFF;
}
#footer_bottom {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #666;
}
#footer_nav li {
	display: inline;
	list-style-type: none;
}
#footer_nav {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 75%;
}
.label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	color: #666;
	text-align: right;
	vertical-align: top;
	line-height: 1;
	width: 127px;
}
.column1 {
	width: 127px;
}

.lable_chbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	color: #666;
	vertical-align: top;
	text-indent: 50px;
}
.cblable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	color: #666;
}
#form_right {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(images/form_right.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 310px;
	height: 450px;
	font-size: 85%;
	color: #000;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	left: 472px;
	top: 144px;
}
#form_right li{
	padding: 0px;
	line-height: 2.5em;
}
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #666;
}
#partner_form_right {
	position: absolute;
	left: 450px;
	top: 570px;
	width: 298px;
	height: 330px;
	padding-right: 10px;
	padding-left: 20px;
	border-left-width: .5px;
	border-left-style: solid;
	border-left-color: #4ec90a;
}
.valid {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: italic;
	padding: 0px;
	line-height: 1.5em;
}

