/* (c) Straighteeth.com 2008 */

/* reset browser defaults */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* end reset */

html {
	background:#fff url(body_bg2.png) top left repeat-x;
}

body {
	font-family:Tahoma, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#00345b;
	width:1010px;
	margin:0 auto;
	position:relative;
	font-size:0.75em;
	/* specify background to counter opera bug with html backgrounds */
	background:#fff url(body_bg2.png) top left repeat-x;
}

p {line-height:1.25em; margin-bottom:1.25em;}
strong {font-weight:bold;}
a {color:#00b7ed; text-decoration:none}
a:hover{text-decoration:underline;}
div#primary_content ol,ul {list-style-position:outside; margin-bottom:1.2em}
div#primary_content ol {list-style-type:decimal;}
div#primary_content ul {list-style-type:disc;}
cite{font-style:italic; color:#666;}

h2, h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#006bb7;
	border-bottom:1px solid #d3eefa;
	margin-bottom:0.25em;
	padding-bottom:1px;
}

h5, h6{font-weight:bold; line-height:1.2em;}

label, input, textarea {display:block; width:236px; padding:1px;}
input, textarea{color:#000; font-family:Tahoma, Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1em}
input#submit{width:auto; padding:2px;}

.text {border:1px solid #ccc; margin-bottom:0.55em; }
.text:focus {border-color:#999;}

/* header styles */
#header {
	color:#fff;
	position:absolute;
	top:20px;
	width:100%;
}

#header img {
	float:left;
	/*margin-right:171px;*/
}

#header ul {
	position:absolute;
	left:380px;
}

#header li {
	float:left;
	margin-right:20px;
	width:110px;
}

#header li.last {
	margin-right:0;
}

#header h4 {
	border-bottom:1px solid #6aadd9;
	padding-bottom:1px;
	margin-bottom:2px;
	min-height:2.2em;
	line-height:1.2em;
	font-weight:bold;
}

#header h4 a {
	min-height:2.4em;
}

#header h1 a {
	-moz-outline:none;
}

#header p {
	font-size:0.9em;
}

#header a {color:#fff; text-decoration:none; display:block;}

#primary_content {
	position:absolute;
	margin-top:150px;
	left:0;
	width:750px;
	float:left;
}

#primary_content div#slideshow {
	float:right;
	border:1px solid #d3eefa;
	margin:0 0 10px 10px;
}

#primary_content img.copy_img {
border:1px solid #d3eefa;
}

/* star-pipe-html IE 7 hack
#primary_content  h2 {width:303px;}
*|html #primary_content  h2 {width:304px;}
*/
#secondary_content {
	position:absolute;
	top:150px;
	width:240px;
	left:770px;
}

#footer {
	color:#999;
	font-size:0.9em;
	margin-top:50px;
}

p#phone_number {margin-top: 1.2em; font-size:1.2em;}
p.error {color:#fff; padding:2px; background-color:#900; border:1px solid #600; font-size:0.9em;}
p.thanks {color:#fff; padding:2px; background-color:#060; border:1px solid #030; font-size:0.9em;}
p.question{color:#555; margin-bottom:0;}