/* Styles Main */

blockquote{
			margin:0px auto;
			color:#003366;
			font-style:italic;
			font-size:10px;
			padding:0px 20px;
	}
	
span#wp-phone{

	color:red;
	font-size:36px;

}

#container{
			width:960px;
			margin:0px auto;
			background:#ffffff;
			height:auto;
			clear:both;
			color:#000000;
			-webkit-border-top-left-radius: 15px;
			-webkit-border-top-right-radius: 15px;
			-moz-border-radius-topleft: 15px;
			-moz-border-radius-topright: 15px;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
	}
			
#header{
		padding:15px 20px;
		height:135px;
	}

#content{

		padding:15px 20px 15px 30px;
		
	}

#banner{

		width:960px;
		height:270px;
		border-radius: 10px;
		margin:15px 10px;
		clear:both;


}

#banner img, #banner iframe{

		border-radius: 10px;
		width:940px;
		height:270px;
		clear:both;


}
	/*
#sidebar{

		float:right;
		background:#999999;
		width:240px;
		height:auto;
		padding:15px 20px;
		margin-right:10px;
		margin-bottom:15px;
		margin-left:20px;
		border-radius:15px;

}
*/
#sidebar h3{

		color:#669900;

}

#sidebar p{

		color:#ffffff;

}

	
#footer{

		background:#669900;
		height:60px;
		color:#ffffff;
		line-height:60px;
		padding:0px 10px;
		margin-top:15px;
	}

#footer-left{

		width:45%;
		float:left;
		font-size:12px;
	} 

#footer-right{

		width:45%;
		float:right;
		text-align:right;
		font-size:12px;

	}

#footer-right a{

		text-decoration:none;
		color:#333333;

	}

#footer-right a:hover{

		color:#ffffff;

	}

#header-left{
	width:25%;
	float:left;
}
#header-right{
	width:180px;
	height:135px;
	float:right;
	align:right;
	padding-left:200px;
	padding-top:10px;
}

span.required{
	color:red;
	font-size:10px;
	}
	
#error_msg_area{

	color:yellow;
	font-size:10px;
	font-style:italic;

}