@charset "UTF-8";
/* CSS Document */

#body_container{
	width:980px;
}

/*--- LEFT COLUMN ---*/

#left-column{
	width:690px;
}

#home_body{
	width:690px;
}

#home_body div.header{
	background:url(../images/homepage-main-header.gif) no-repeat;
	height:10px;
}

#home_body div.body{
	background:url(../images/homepage-main-body.gif) repeat-y;
	padding: 5px 15px 0 15px;
	height:260px;
}


#home_body div.body h1{
	color:#013eaf;
	font-size:34px;
	font-weight:400;
	margin:0;
}

#home_body div.body p{
	color:#222;
	font-size:14px;
	margin-bottom:0;
	line-height:18px;
}


#home_body div.body p a{
	font-size:14px;
	
}

/*-- QUOTES --*/
#home_body div.quote{
	
}

#home_body div.quote div{
	margin: 15px 0 0 5px;
}

#home_body div.quote2{
	float:right;
	font-family: "Palatino", Times New Roman, Times, serif;
	font-size:25px;
	font-style:italic;
	line-height:30px;
	color:#444;
	width:350px;
	background:url(../images/quotation.gif)  no-repeat;
	padding:5px 30px 0 30px;
}

#home_body div.quote div.image{
	float:left;
}

#home_body div.signature{
	text-align:right;
	font-family: "Palatino", Times New Roman, Times, serif;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	color:#444;
	padding-right:30px;
}

/*-- END QUOTES --*/




#home_body div.footer{
	background:url(../images/homepage-quote-footer.gif) no-repeat;
	height:295px;
}

/*--- END LEFT COLUMN ---*/


/*--- RIGHT COLUMN ---*/

#right-column{
	width:260px;
	float:right;
}

#ad{
	width:265px
}

#ad div.header{
	background:url(../images/ad-header.gif) no-repeat;
	height:10px;
}

#ad div.body{
	background:url(../images/ad-body.gif) repeat-y;
	min-height:535px;
	height:auto !important;
	height:535px;
	padding: 5px 0 0 0;
}


#ad div.body div.title{
	text-align:right;
	position:absolute;
	float:left;
	width:230px;
	padding:0 10px 0 5px;
	
}

#ad div.body div.title H1{
	color:#336dd5;
	font-size:13px;
	font-weight:500;
	margin:0;
}

#ad div.body div.image{
	padding:20px 0 0 5px;
	
}

#ad div.body div.form{
	padding:10px 0px 0 0px;
}

.form table{
	width:100%;
}

.form table tr td{
	padding-bottom:3px;
}

.form table tr td.label{
	width:100px;
	padding-left:5px;
	text-align:right;
}

.form table tr td.input{
	text-align:left;
	padding: 2px 0 2px 3px;
}

.form table div.require{
	text-align:right;
	padding: 2px 20px 2px 3px;
}


label.error { 
	float: none;
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

.asterisk {
	font-size:12px;
	color:red;
	
}
.hide{
	display:none;
}

fieldset{
	border:none;
	padding:0;
	margin:0;
}




.mail{
	text-align:center;
	padding:5px 0 0 0;
	font-weight:bold;
	}


#ad div.body div.mail_form{
	padding:10px 0px 0 0px;
	display:none;
}

.mail_form table{
	width:100%;
}

.mail_form table tr td{
	padding-bottom:3px;
}

.mail_form table tr td.label{
	width:100px;
	text-align:right;
}

.mail_form table tr td.input{
	text-align:left;
}



#ad div.body div.button{
	text-align:center;
	padding-top:15px;
}


#ad div.footer{
	background:url(../images/ad-footer.gif) no-repeat;
	height:10px;
}

/*--- END RIGHT COLUMN ---*/



