/* CSS Document */

body
{
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:20px 0 30px 0;
	margin:0;
	font-size:.9em;
}

#gradient
{
	background-image:url(../images/gradbkgnd.jpg);
	background-position:center;
	background-repeat:repeat-y;
	display:table;
	width:820px;
	margin:auto;
	border-bottom:1px solid #333333;
	border-top:1px solid #333333;
}

a
{
	color:#003399;
}

h3
{
	color:#471200;
	font-weight:400;
}

#wrapper
{
	width:800px;
	height:auto;
  	min-height:100%;
	margin:auto;
	text-align:left;
	background-image:url(../images/bkgnd.jpg);
}

/*-----hide from Mac IE 5------\*/
#wrapper{
	display:table;/*variable height for Safari/Mozilla*/
	height:auto;
}

* html #wrapper{height:100%;}/* variable height ie6 and under*/
/*-----end hide----------------*/

#header
{
	background-image:url(../images/San-Antonio-Dentists-Rouse.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:167px;
	margin:0;
	padding:0;
}

#header h2
{
	display:none;
}

#vertmenu
{
	width:145px;
	float:left;
}

#vertmenu ul
{
	list-style-type:none;
	margin:20px 0 0 0;
	padding:0;
	border-top:1px dotted #996600;
}

#vertmenu li
{
	margin:0;
	padding:0;
	border-bottom:1px dotted #996600;
}

#vertmenu a
{
	color:#471200;
	padding:9px 0 0 10px;
	display:block;
	width:125px;
	height:30px;
	text-decoration:none;
	font-size:.9em;
	letter-spacing:.1em;
}

#vertmenu a:hover
{
	color:#996600;
}


#footer
{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:53px;
	margin:auto;
	padding:0;
	color:#FFFFFF;
	text-align:center;
	font-size:.8em;
}

#footer p
{
	margin:0;
	padding:30px 0 0 0;
	font-size:1em;
	letter-spacing:.1em;
}

#content
{
	width:655px;
	float:left;
	overflow:auto;/* for Mac IE 5 variable height.*/
}

/*-----hide from Mac IE 5------\*/
#content{
	display:table;/*variable height for Safari/Mozilla*/
	height:auto;
}

* html #content{height:100%;}/* variable height ie6 and under*/
/*-----end hide----------------*/

#contact_form
{
	width:500px;
	font-size:.8em;
	margin: 20px 0 0 40px;
}

#contact_form .message
{
	width:400px;
	height:100px;
}

#lblMessage
{
	text-align:center;
}

#lblMessage h4
{
	margin:200px 0 0 0;
}

#footer2
{
	margin:auto;
	width:800px;
	color:#FFFFFF;
	font-size:.7em;
}

#footer2 p
{
	float:right;
	margin:10px;
}

#footer2 p.copy
{
	float: left;
}

#home
{
	background-image:url(../images/smile.jpg);
	background-repeat:no-repeat;
	width:655px;
	height:450px;
	text-align:center;
}

#home h1
{
	font-weight:200;
	font-size:1.5em;
	color: #471200;
}

.homequote
{
	width:300px;
	text-align:left;
	color: #471200;
	margin: 10px;
	line-height:1.5em;
	letter-spacing:.1em;
}

.homequote .quotename
{
	float:right;
}




