
/*	Reset
*******************************************/

html,body,div,form,input,button,textarea,p {
	margin:0;
	padding:0;
}
p {
	margin-bottom: 10px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
caption,
th {
	text-align: left;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
strong {
	font-weight: bold;
}

/*	Styles
*******************************************/

body {
	font: 13px arial, helvetica, clean, sans-serif;
	background: #fff url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #333;
}
#container {
	width: 860px;
	margin: 0 auto;
	background: url(../images/bg_page.png) repeat-y;
	padding-top: 7px;
}
#header {
	padding: 0;
	background: url(../images/header.jpg) repeat;
	margin: 0px auto;
	height: 159px;
	width: 816px;
}
#index #leftCol {
	padding: 0 0px;
	margin-left: 34px;
	width: 460px;
	float: left;
	margin-top: 17px;
}
#index #rightCol {
	margin-left: 513px;
	margin-right: 34px;
	margin-top: 17px;
}
#playPage #leftCol {
	padding: 0 0px;
	margin-left: 34px;
	width: 460px;
	float: left;
}
#playPage #rightCol {
	margin-left: 513px;
	margin-right: 34px;
}
.video_header {
	background: url(../images/header_press_play.gif) no-repeat;
	height: 37px;
	width: 450px;
	margin-bottom: 14px;
}
.form_box {
	width: 311px;
	border: 1px solid #7ba3b9;
	margin-bottom: 10px;
}
.form_header {
	background: url(../images/header_form.gif) no-repeat;
	height: 37px;
	width: 305px;
	margin: 3px auto 11px;
}
.textBox_content {
	padding-right: 13px;
	padding-left: 13px;
}
.text1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #355c73;
}
.text2 {
	color: #355c73;
	font-family: Arial, Helvetica, sans-serif;
}
.text3 {
	font-size: 19px;
	font-weight: bold;
}

#footer {
	padding: 0;
	background: #fff url(../images/footer.png) no-repeat;
	margin: 18px 0px 0px;
	height: 35px;
	width: 860px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;} /* for IE/Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*	Form
*******************************************/
label{
float: left;
width: 75px;
font-weight: bold;
}

input {
width: 205px;
margin-bottom: 10px;
border: 1px solid #bec8d7;
}

textarea{
width: 205px;
height: 150px;
border: 1px solid #bec8d7;
}

#submitbutton{
	margin-left: 120px;
	width: 90px;
}
#formButton {
	height: 37px;
	width: 164px;
	cursor:pointer;
	display:block;
	background: url(../images/button_question.gif) no-repeat top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 19px;
	margin-left: 85px;
}

/*	Play page
*******************************************/
.questionWrapper {
	width: 792px;
	margin: 14px auto 17px;
	background: url(../images/text_box_mid.gif) repeat-y;
}
.question_box_content {
	background: url(../images/text_box_top.gif) no-repeat left top;
	margin: 0px;
	padding: 10px 15px 4px;
	width: 762px;
}
.question_box_bottom {
	background: url(../images/text_box_bottom.gif) no-repeat;
	margin: 0px;
	height: 9px;
	width: 792px;
}
.todays_question {
	font-size: 19px;
	font-weight: bold;
	color: #e46722;
}
.question {
	font-size: 17px;
	font-weight: normal;
	color: #e46722;
}
.question_person {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.question_person p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #677b8b;
}
#video_footer {
	margin-top: 18px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.todays_answer_header {
	background: url(../images/header_todays_answer.gif) no-repeat;
	height: 37px;
	width: 305px;
	margin: 3px auto 11px;
}
#playPage .textBox_content {
	color: #353d42;
	padding-bottom: 5px;
}
.professional_ofYear_mortgage {
	background: url(../images/badge_mortgage5.gif) no-repeat;
	height: 103px;
	width: 287px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
}
.professional_ofYear_realEstate {
	background: url(../images/badge_realEstate5.gif) no-repeat;
	height: 103px;
	width: 291px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
}

/*
#addressWrapper {
	display: block;
	margin-bottom: 10px;
}
#address_label {
	float: left;
	width: 60px;
	margin: 0px;
	padding: 0px;

}
#address {
	margin: 0px 0px 0px 63;
	padding: 0px;
}
*/