html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
 margin: 0;  
 padding: 0; 
 border: 0;  
 outline: 0; 
 font-weight: inherit;  
 font-style: inherit;  
 font-size: 100%;  
 font-family: inherit;  
 vertical-align: baseline;  
} 
 
/* remember to define  focus styles! */  
:focus { 
 outline: 0;  
} 
 
body {  
 line-height: 1;  
 color: #1d1d1d;  
 background: #3f3f3f;  
 margin: 0 auto;
 text-align: center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 14px;
} 
 
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: "" "";  
}
a {
	text-decoration: none;
}
img {
	vertical-align: top;
	border: 0 none;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 944px;
	text-align: left;
	line-height: 19px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
.header {
	clear: both;
	height: 137px;
}
.header h1 {
	float: left;
}
.nav-bg {
	clear: both;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 529px;
	height: 45px;
	display: table;
}
#menu {
	clear: both;
	margin-left: 18px;
	margin-top: 10px;
}
#menu li {
	float: left;
	line-height: 24px;
	height: 24px;
	color: #909090;
	font-size: 11px;
}
#menu li a {
	color: white;
	text-align: center;
	display: block;
	margin: 0 2px;
}
#menu li a.nav01 {
	width: 77px;	
}
#menu li a.on01,
#menu li a.nav01:hover {
	background-image: url(images/nav01-on-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menu li a.nav02 {
	width: 118px;	
}
#menu li a.on02,
#menu li a.nav02:hover {
	background-image: url(images/nav02-on-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menu li a.nav03 {
	width: 114px;	
}
#menu li a.on03,
#menu li a.nav03:hover {
	background-image: url(images/nav03-on-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#menu li a.nav04 {
	width: 135px;	
}
#menu li a.on04,
#menu li a.nav04:hover {
	background-image: url(images/nav04-on-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.main-content {
	clear: both;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	display: table;
	width: 936px;
	padding: 0 4px;
}
.content {
	clear: both;
	width: 936px;
}
.home {
	background-image: url(images/home-content-bg.gif);
	background-repeat: repeat-y;
	display: table;
}
.home p {
	float: left;
	padding-top: 31px;
	padding-left: 41px;
	padding-bottom: 31px;
	width: 465px;
	clear: both;
}

.home li {
	font-family: Trebuchet MS;
	font-size: 12pt;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-right: 40px;
}

.home p strong {
	font-weight: bold;
}

.home img {
	float: left;
	clear: both;
	margin-left: 41px;
}

.contact-box {
	float: left;
	margin-left: 126px;
	padding-top: 13px;
}
.inner {
	clear: both;
	padding-left: 41px;
	padding-top: 15px;
	width: 873px;
}
.contact {
	padding-left: 31px;
}
.inner h2 {
	color: #d32a4c;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
.inner h3 {
	color: #d32a4c;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
}
.about p,
.contact p,
.inner p {
	text-align: justify;
	padding-bottom: 20px;
}
.about p strong,
.contact p strong,
.inner p strong {
	font-weight: bold;
}
.about .cell {
	width: 436px;
}
.about .cell li span {
	color: #d32a4c;
}
.contact h3 {
	color: #d32a4c;
	font-size: 14px;
	font-weight: bold;
}
.inner span {
	color: #d32a4c;
}
.directions {
	float: left;
	width: 230px;
}
.form {
	float: left;
	width: 260px;
}
#contact label {
	clear: both;
	color: #d32a4c;	
	line-height: 18px;
}
#contact input,
#contact textarea {
	clear: both;
	border: 1px #777777 solid;
	width: 250px;
	margin-bottom: 7px;
}
#contact textarea {
	height: 69px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contact input[type=submit] {	
	background-image: url(images/send-btn.jpg);
	background-repeat: no-repeat;
	background-color: #d32a4c;
	width: 105px;
	height: 35px;
	cursor: pointer;
	border: 0 none;
	margin-left: 77px;
}
.gmap {
	float: left;
	width: 343px;
	margin-left: 30px;
}
.footer {
	clear: both;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	width: 944px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #71797a;
	font-family: Georgia;
	font-size: 11px;
}
.footer a {
	color: #71797a;
	padding: 0 10px;
}
.footer a:hover {
	text-decoration: underline;
}
.designby {
	float: right;
	color: #7f7f7f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 4px;
}
.designby a {
color: #7f7f7f;
}
.designby a:hover{
	text-decoration: underline;
}