@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Monda:400,700|Fjalla+One);

body,td,th {
	font-family: 'Monda', sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	vertical-align: top;
	text-shadow:#FFF 0px 1px 0px;
}
body {
	background-color: #ebebeb;
	background-image: url(images/back02.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-attachment: fixed;
}
#navDiv {
	background-image: url(images/back01.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 170px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	z-index: 1000;
	padding-top: 70px;
}
#navDiv a {
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	padding: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #999;
	text-decoration: none;
}
#navDiv a:hover {
	padding: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #000;
	background-color: #999;
	text-shadow:#ccc 0px 1px 0px;
}
.currentPage {
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	padding: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #FFF;
	text-decoration: none;
	background-color: #C00;
	text-shadow:#000 0px 1px 0px;
}
#bodyDiv {
	text-align: left;
	vertical-align: top;
	width: 950px;
	margin: auto;
}
#contactInfo {
	font-size: 16px;
}
#contactInfo p {
	line-height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contactInfo strong {
	font-size: 24px;
}
#shadowBDiv {
	background-image: url(images/shadowB.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
	width: 910px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#indexBox {
	background-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	width: 272px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A4A4A4;
	border-right-color: #A4A4A4;
	border-bottom-color: #A4A4A4;
	border-left-color: #A4A4A4;
	border-radius: 0px 0px 0px 20px;
	background-image: url(images/indexBoxBack.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333;
}
h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-shadow: #666 0px 1px 8px;
	text-transform:capitalize;
}
h2 {
	font-size: 42px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: center;
	color: #900;
	text-shadow: #666 0px 1px 2px;
	border-radius: 20px;
	text-transform:capitalize;
}
h3 {
	font-size: 24px;
	color: #066;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 22px;
	text-transform:capitalize;
}
p {
	line-height: 24px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a {
	color: #990000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-shadow: #000 0px 1px 0px;
}
.captionStyle {
	font-size: 10px;
	color: #069;
	padding-left: 20px;
	letter-spacing: 1px;
}
.indexPhotoThumbDiv {
	margin: 3px;
	padding: 0px;
	height: 50px;
	width: 60px;
	border: 1px solid #900;
}
.indexPhotoThumbDiv:hover {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 60px;
	border: 4px solid #F00;
	text-shadow: 0px 0px 0px;
	background-color: none;
}
#photoAnchor {
	color: none;
	padding: 0px;
}
#photoAnchor:hover {
	color: none;
	background-color: none;
	padding: 0px;
	text-shadow: #000 0px 0px 0px;
}
#serviceBtn {
	font-size: 18px;
	text-align: center;
}
#footerDiv {
	background-color: #333;
	padding: 10px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer {
	margin: auto;
}
#footer td {
	color: #454545;
	line-height: 20px;
	text-shadow:none;
}
#footerDiv #footer a {
	color: #5A5A5A;
	text-shadow:none;
}
#footerDiv #footer a:hover {
	color: #00FFFF;
	text-decoration: none;
	text-shadow:none;
}
