/* CSS Document */
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}

body {
	margin:0;
	border:0;
	padding:0;
	font-size:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#fff;
}
p{
	margin:10px 20px;
}
p.large {
	font-size:125%;
}
p.smspacer{
	margin-bottom:65px;
}
p.spacer{
	margin-bottom:150px;
}
p.bigspacer{
	margin-bottom:250px;
}
p.topspacer{
	margin-top:50px;
}
p.contact{
	border-top:#000 1px solid;
	padding-top:10px;
	margin-top:50px;
	margin-bottom:100px;
}
ul {
	margin-right:10px;
}

h1 {
	margin-bottom:20px;
	font-size:140%;
	color:#9fb1b1;
}
h2 {
	margin: 20px 10px;
	font-size:120%;
	color:#963;
}

#wrapper {
	font-size:80%;
	padding:0px;
	margin:10px auto;
	width: 780px;
	background-color:#fff;
	color:#ccc;
	border:#963 1px solid;
}

#header {
	height:150px;
	width:780px;
	background-color:#Fefdb4;
	background-image:url(../graphics/banner1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
}
#header img{
	margin:0;
}
.strap{
	padding-left:40px;
	font-size:130%;
	font-weight:bold;
	color:#aaa;/*c1c1c1 */
}
#nav{
	font-size:90%;
	background-color:#9fb1b1;
	color:#ddd;
	padding:6px 0 6px 0;
	text-align:center;
	border-top:#ddd 1px solid;/*#FDFD9B */
}
#nav a{
	color:#eee;
	margin-left:7px;
	margin-right:7px;
}
#nav a:link{
	color:#eee;
	text-decoration:none;
}

#nav a:visited{
	color:#eee;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	text-decoration:none;
}

#container {
	margin:0px;
}

#content {
	margin:2px;
	border:#ccc 1px solid;
	background-color:#fff;
	color:#333;
	padding:10px;
}

#service1{
	border:#99cbf0 1px solid;
	padding:5px;
}
table.servpics{
	width:100%;
	border:0;
	margin-top:30px;
}
table.servpics td.ims{
	width:33%;
}
table.servpics td.dims{
	text-align:center;
	font-style:italic;
}
td.ims img{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:20px;
	border-style:none;
}
table.servpics tr.info td{
	padding:5px 5px 5px 35px;
}
table.van{
	width:100%;
}
table.van.td.lt{
	width:150px;
}
table.van.td.rt{
	width:150px;
}
td.cen img{
	display:block;
	margin:0 auto;
	margin-top:5px;
}
div.testimonial{
	background-color:#eee;/*#f2f2f2;*/
	padding:1px 10px 10px 10px;
	margin-top:10px;
}
div.testimonial h2{
	font-style:italic;
	color:#333;
}

#content a{
	color:#333;
	font-size:100%;
}
#content a:link{
    color:#333;
	text-decoration:none;
}
#content a:visited{
	color:#333;
	text-decoration:none;
}
#content a:hover{
	color:#000;
	text-decoration:underline;
}

#footTop{
	height:17px;/* explicit ht for ie */
	clear:both;
	border-top:5px solid #9fb1b1;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	color:#960;
	font-weight:bold;
	background-color:#f5f5f5;
}

#footer {
	clear:both;
	text-align:center;
	background-color:#9fb1b1;
	color:#fefdb4;
	padding-top:4px;
	padding-bottom:2px;
	line-height:25px;
}
#f1{
	font-size:100%;
}
#f2{
	font-size:80%;
	padding:0 30px;
}
#footer a{
	color:#fff;
}
#footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:visited{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}
#rtCol{
	display:block;
	width:250px;
	float:right;
	margin-left:10px;
	
}
#rtCol img{
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
img.rt{
	display:block;
	margin:10px 20px;
	float:right;
}

img.lt{
	display:block;
	margin:5px 20px 15px 20px;
	float:left;
}	
.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
	height:1px;
}
.brnbld{
	color:#000;/*#993300;*/
	background-color:#Fefdb4;
	font-size:120%;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}
.bld{
	font-weight:bold;
}
.emph{
	font-size:105%;
	font-weight:bold;
	font-style:italic;
	margin-right:10px;
}
.tel{
	font-size:150%;
	font-weight:bold;
	padding-right:8px;
}
.mail{
	padding-left:10px;
}
.copy{
	padding-right:100px;
}

.alRt{
	text-align:right;
}
.day{
	display:inline-block;
	width:130px;
}
