@charset "UTF-8";

/*  begin css reset  */



html, body, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	height: 100%;

	font-style: inherit;

	font-size: 100%;

	font-family:Arial, Helvetica, sans-serif;

	vertical-align: baseline;

}



/* remember to define focus styles! */



:focus {

	outline: 0;

}

body {

	line-height: 1;

	color: black;

	background:#CCCCCC;

}

ol, ul {

	list-style: none;

}



/* tables still need 'cellspacing="0"' in the markup */



table {

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}



/*  end css reset  */





/*  Begin Text Styles  */



h1{

	font-size: 24px;

	font-weight:normal;

	color: #4982b5;

}



h2{

	font-size:14px;

	color:#666666;

}



.title{

	font-size: 24px;

	color: #4982b5;



}



.maincontent{

	font-size:14px;

	color:#666666;

}



.phone{

	font-size:16px;

	color:#fff;

}



.footer{

	font-size:14px;

	color:#fff;

}



.footer a{

	font-size:14px;

	color:#fff;

	text-decoration:none;

}



.footer a:hover{

	font-size:14px;

	color:#fff;

	text-decoration:underline;

}



.footer a:visited{

	font-size:14px;

	color:#fff;

	text-decoration:none;

}



/*  End Text Styles  */



/*  Begin Page layout  */



#page-container{

	width: 970px;

	min-height: 100%;

	height: auto !important;

	height: 100%;

	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */

	background-color:#fff;

}



#header{

	height: 148px;

	background-image: url(../images/header.jpg);

	background-repeat: no-repeat;

}



#phone{

	margin-left:825px;

}



#content{

	padding-top: 10px;

}



#sidebar{

	float: right;

	width: 280px;

	margin-right: 20px;

}



#questionmark{

	float: left;

	padding-right:5px;

	width:33px;

}



#question{

	padding-left:10px;

}



#video{

	padding-left:10px;

	width:267px;

}



#form{

	padding-top:15px;

	padding-left:20px;

	background-image: url(../images/form.jpg);

	background-repeat: no-repeat;

	height: 397px;

}

#maincontent{

	width: 593px;

	margin-left: 40px;

}



#maintext{

	padding:10px;

}



#subtext{

	padding:10px;

}



#push{

	height: 148px; /* #push must be the same height as #footer */

}



#footer {

	clear: both;

	paddingtop:15px;

	height: 148px; 

	background-color: #4b4b4b;

}	



/*  End Page layout  */