@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-weight: normal;
	color: #333;
	margin: auto;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/layout/contentBg.jpg);
	background-repeat: repeat-y;
}

#nav {
	height: 40px;
}

#header {
	height: 417px;
	width: 1000px;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 980px;
	padding: 0px 10px;
	background-image: url(../images/layout/contentBg.jpg);
	background-repeat: repeat-y;
}

#content a img:hover {
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}

#leftcol {
	width: 310px;
	float: left;
}

#services {
	background-image: url(../images/layout/services-box.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	width: 309px;
	height: 293px;
}

#services-headline {
	background-image: url(../images/layout/services-headline.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 4px;
}

#services-list {
	padding: 3px 0 0 20px;	
}

.services-list, .services-list a {
	font-family: "Century Gothic","Trebuchet MS","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans",Verdana,sans-serif;
	color: #FFF;
	text-decoration: none;
	line-height: 26px;	
	font-size: 15px;
}

.services-list a:hover {
	text-decoration: underline;
	color: #FFF;
}

#contactform {
	padding: 5px;
}

#rightcol {
	width: 645px;
	padding-left: 25px;
	float: left;
}

.content-thin {
	width: 640px;
}

#boxes{
	height: 211px;
	width: 644px;
}

#boxes a #early-box {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
}

#boxes a:hover #early-box {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

#early-box {
	width: 210px;
	height: 51px;
	background-image: url(../images/early-box.jpg);
	background-repeat:no-repeat;
	padding-top: 160px;
	float: left;
}

#adult-box {
	width: 223px;
	height: 51px;
	background-image: url(../images/adult-box.jpg);
	background-repeat:no-repeat;
	padding-top: 160px;
	float: left;
}

#boxes a #adult-box {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
}

#boxes a:hover #adult-box {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

#braces-box {
	width: 211px;
	height: 51px;
	background-image: url(../images/braces-box.jpg);
	background-repeat:no-repeat;
	padding-top: 160px;
	float: left;
}

#boxes a #braces-box {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
}

#boxes a:hover #braces-box {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}

#rightcol ol, #rightcol ul {
	font-size: 13px;
}

#fakefooter {
	height: 15px;
	padding-top: 0px;
	clear: both;
}

#footer { 
	background-image: url(../images/layout/footerBg.jpg);
	background-repeat: repeat-x;
	height: 228px;
	clear: both;
}

#footerwrapper {
	margin: auto;
	padding: 28px 0px 0 10px;
	width: 990px;
	height: 200px;
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
}

#footerwrapper table {
	font-family: Arial, "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #6fb7a8;	
}

#footerwrapper table a, #footerwrapper table li {
	color: #6fb7a8;
	font-weight: normal;
	list-style: none;
}

#footerwrapper table a:hover {
	color: #fff;
	text-decoration: none;
}

.footline {
	margin: 0 0 10px 0;
}

/* --------------------------------------- Form Styles ---------------------------------------- */

form {
	padding: 10px 0;
}

form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:250px;
}
form li{
	display:block;
	margin:0;
	padding:6px 5px 0px 9px;
	clear:both;
}

form li span{
	float:left;
}

label.desc{
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	color: #1e3f50;
	display:block;
}

form li div label, form li span label {
	margin-top: 0pt;	
	margin-right: 0pt;
	margin-bottom: 0pt;	
	margin-left: 0pt;	
	padding-top: 6px;	
	clear: both;	
	font-size: 10px;	
	line-height: 100%;	
	color: #333;	
	display: block;
}

/* --------------------------------------- Text Styles ---------------------------------------- */

table {
	font-size: 13px;
	color: #333;
	padding-top: 0px;
	margin-top: 0px;
}

.white {
	color: #fff;
}

.grey {
	color: #999;
}

.blue {
	color: #1e3f50;
}

.teal {
	color: #6fb7a8;
}

p {
	
	font-size: 13px;
	color: #333;
	padding-top: 0px;
	margin-top: 0px;
}

a {	
	color: #0055a5;
}

a:hover {	
	color: #0055a5;
	text-decoration: none;
}

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
