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

body{
	background:url(../images/ond_bg.png) no-repeat top center #006ca0;
	margin:0px!important;
}
#header{
	width:100%;
	height:150px;
	background:url(../images/ond_topbg.png) repeat-x;
	margin:0px auto;
	clear:both;
	text-align: center;
}
#container{
	width:960px;
	height:auto;
	margin:0px auto;
	clear:both;
}
#video{
	width:670px;
	height: 425px;
	float:left;
  padding-top:84px;
}
#sidebar{
	width:290px;
	height:525px;
	float:right;
	background: url(../images/ond_sidebar.png) no-repeat top center;
}
#form{
	width:100%;
	height:225px;
	float:left;
	margin-top: 55px;
	margin-bottom: 15px;
}
#quotes{
	width:100%;
	text-align:center;
	float:left;
	height:auto;
}
#text{
	width:100%;
	float:left;
	height:auto;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #ffffff;
	font-family: Arial;
	line-height: 26px;
        color:#ffffff;
        padding:15px;
}
#footer{
	width:100%;
	background:url(../images/ond_bottombg.png) repeat-x top #00527a;
	height:300px;
	margin:0px auto;
	clear:both;
	text-align:center;
	padding-top: 50px;
}
#sidebar .cat_textbox{
margin-left: 18px;
height:35px;
padding: 5px;
width: 225px!important;
font-size: 18px;
color: #006ca0;
border:0px;
background-color: transparent;
}
#sidebar .cat_button{
margin-left: 18px;
width: 235px;
height:45px!important;
padding:5px!important;
border:0px!important;
background-color: transparent!important;
text-indent:-999px;
}
#thank_you{
	width:100%;
	float:left;
	height:auto;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #ffffff;
	font-family: Arial;
	line-height: 26px;
        color:#006ca0;
        padding:15px;
}
