body{
	padding:0;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#797979;
	background-color:#FFF;
	line-height:1.1;
}

#container {
	position:relative;
	width:708px;
	max-width:708px;
	margin:0 auto;
	border-top: 5px solid #B3B3B3;
}

.name{
	position:absolute;
	float:left;
	width:480px;
	margin:28px 0 16px 0;
}

.top_nav{
	position:absolute;
	float:right;
	width:180px;
	margin:37px 0 22px 540px;
}

.phone {
	color:#027ac2;
	font-size:14px;
}

.phone:hover {
	color:#027ac2;
	font-size:14px;
	text-decoration:underline;
}

#content {
	position:absolute;
	width:495px;
	max-width:495px;
	padding-left:213px;
	margin-top:75px;
	margin-right:0px;
}

#container #left {
	position:absolute;
	float:left;
	width:213px;
	margin-top:75px;
}

/*#container #right {
	position:absolute;
	float:left;
	width:495px;
	margin-left:213px;
	margin-top:75px;
}*/

img{
	border:0;
}

a {
	text-decoration:none;
}

.slogan{
	width:495px;
	height:183px;
	background-image:url(../images/slogan_big.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-top:50px;
	padding-left:270px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
}

.slogan_title {
	padding-bottom: 10px;
	border-bottom: 2px dotted white;
}

.slogan_subtitle {
	padding-top:10px;
	font-weight:normal;
	font-size:14px;
}

.menu{
	width:213px;
}

.menu a:hover{
	text-decoration:underline;
	color:#027ac2;
}

.menu_text {
	text-align:right;
	font-size:12px;
	color:#777;
	margin-right:12px;
	text-color:#777;
	line-height:30px;
}

.menu_top {
	width:207px;
	height:32px;
	background: #FFF url(../images/menu_top.gif) no-repeat;
}

.menu_middle {
	width:207px;
	height:30px;
	background: #FFF url(../images/menu_middle.gif) no-repeat;
}

.menu_bottom {
	width:207px;
	height:31px;
	background: #FFF url(../images/menu_bottom.gif) no-repeat;
}

.title_gray{
	clear:left;
	position:relative;
	float:left;
	width:207px;
	height:35px;
	background: #777 url(../images/bg_title_grey.gif) no-repeat;
	margin-top:20px;
}

.title_text_white{
	text-align:right;
	font-size:14px;
	color:#FFF;
	line-height:35px;
	margin-right:40px;
	font-weight:bold;
}

.title_text_blue{
	text-align:left;
	font-size:14px;
	color:#027ac2;
}

#content p {
	margin:10px 0 0 30px;
	padding:0 0 0 0;
}

#content h1 {
	margin-left:10px;
	margin-top:-40px;
	color:#027ac2;
	font-size:14px;
	background: #FFF url(../images/bg_title_blue.gif) left center no-repeat;
	padding-left:20px;
}

#content h2 {
	margin-top:20px;
	padding-left:30px;
	font-size:14px;
	font-weight:bold;
}

#content ul {
	margin:10px 0 0 60px;
	padding:0 0 0 0;
}

#links {
	margin:20px 0 0 30px;
}

#links p {
	margin:5px 0 20px 0px;
	padding:0 0 0 0;
}

#links a {
	font-size:14px;
	color:#027ac2;
	padding-top:20px;
	text-decoration:underline;
}

#links a:hover {
	font-size:14px;
	color:#027ac2;
	padding-top:20px;
	text-decoration:none;
}

.faq_q {
	font-weight:bold;
	font-size:12px;
	margin:20px 0 0 30px;
}

.faq_a {
	margin:10px 0 0 40px;
}

.footer{
	position:absolute;
	width:708px;
	/*background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:repeat-x;*/
	border-top:5px solid #B3B3B3;
	text-align:center;
	margin-top:660px;
	padding:20px 0 5px 0;
	line-height:17px;
	color:#595959;
	background-color:inherit;
}

.footer a{
	color:#595959;
	background-color:inherit;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/* FORM ELEMENTS */


FORM {
	margin-top:30px;
	margin-right: 10px;
	margin-left: 10px;
}

INPUT {
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 12px; color: #777; 
	border: 1px solid #DCD4BF;
	width:182px;
	margin:0 auto;
	margin-bottom:4px;
	padding:2px 2px 2px 2px;
}

TEXTAREA {
	font-family: Tahoma, Verdana, Arial, Helvetica; 
	font-size: 12px; color: #777; 
	border: 1px solid #DCD4BF;
	width:182px;
	height:80px;
	margin:0 auto;
	margin-bottom:16px;
	padding:2px 2px 2px 2px;
	overflow:auto;
}

.button {
	width:80px;
	height:22px;
	font-size: 12px; color:#fff; font-weight:bolder;
	background:#999;
}

.button:hover {
	color: #666;
}
