﻿@import url("css/menu.css");

body 
{
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	background-image: url(images/bg_rpt.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a, a:hover, a:visited, a:link
{
	text-decoration: underline;
}

/*
img.photo
{
	border: solid 1px #999999;
	padding: 4px;	
}
*/

div.photo_frame
{
	padding: 4px;
	margin: 4px;
	border: solid 1px #999999;
}

img.bio_photo, div.video_frame
{
	border: solid 1px #999999;
	padding: 4px;
	margin-right: 12px;
	margin-bottom: 8px;
	float: left;
}

#header_wrapper
{
	width: 842px;
	height: 124px;
	
	margin: auto;
	
	text-align: center;
	background-color: Transparent;
}

#header_left
{
	height: 124px;
	width: 326px;
	
	float: left;
	
	/*background-image: url(images/mast_fredonLogo.png);*/
}

#header_right
{
	height: 124px;
	width: 516px;
	
	float: right;
	
	background-image: url(images/mast_address.png);
}

#flash
{
	width: 842px;
	height: 160px;
	overflow: hidden;
	
	margin: 0px auto 0px auto;
	padding: 0px;
}

#header_menu
{
	position: relative;
	
	width: 842px;
	height: 37px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	
	background-image: url(images/navBtn_rpt.jpg);
}

#Quote
{
	position: absolute;
	top: -50px;
	left: 614px;
	
	width: 231px;
	height: 91px;
	
	display: block;
	
	background-image: url(images/getQuoteBtn.png);
}

/*
#Quote:hover
{
	background-image: url(images/getQuoteBtn_over.png);	
}
*/

#main_body_wrapper
{	
	width: 842px;
	margin: auto;
}

#main_body
{
	padding: 10px 12px 32px 12px;
	background-color: #FFFFFF;	
	border: solid 1px #999999;
}

#one_column, two_column
{
}

.left_column
{
	width: 490px;
	float: left;
}

.right_column
{
	width: 282px;
	float: right;
}

.center_column
{
	width: 100%;
}

#footer_wrapper
{
	width: 842px;
	margin: auto;
}

#footer_links
{
	height: 37px;
	background-color: #374C69;
	
	color: #FFFFFF;
	font-size: 8pt; 
	font-weight:normal;	
}

#footer_links a
{
	color: #FFFFFF;
	font-size: 8pt; 
	font-weight:normal; 
	font-family: Arial;	
	text-align:center; 
	
	text-transform:uppercase;
	white-space:nowrap;
	margin-right: 10px;	
	margin-left: 10px;
	
	line-height: 37px;
}

#copyright
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: lighter;
	
	color: #374C69;
	
	margin: 16px 0px 0px 0px;
}

#address
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: lighter;
	
	color: #374C69;
	
	margin: 8px 0px 24px 0px;	
}

div.fredon_quote_root
{
	text-align: center;
}

#fredon_quote_form
{
	width: 462px;
	padding: 5px;
	margin: auto;
	border: solid 1px #003366;
	background-color: #F3F3F3;
}

#fredon_quote_form thead tr td
{
	font-size: 14pt;
	font-family: Tahoma, Arial;
	color: #003366;
	text-decoration: underline;
	width: 450px;
	padding-bottom: 8px;
}

#fredon_quote_form td
{
	width: 150px;
	
	font-size: 11pt;
	vertical-align: top;
}

#fredon_quote_form input, #fredon_quote_form textarea
{
	border: solid 1px #003366;
	margin-bottom: 4px;
	width: 300px;
}

#fredon_quote_form textarea
{
	height: 150px;
}

#fredon_quote_form div.controls
{
	text-align: right;
}

#fredon_quote_form div.controls input
{
	width: 100px;
	color: #FFFFFF;
	background-color: #374C69;
}

#fredon_quote_form div.section
{
	margin-bottom: 24px;
}

#fredon_quote_success
{
	font-size: 12pt;
	font-family: Tahoma, Arial;
	color: #009900;
}

#fredon_quote_failure
{
	font-size: 12pt;
	font-family: Tahoma, Arial;
	color: #990000;	
}