/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-color: #CCC;
	background-position: center top;
	background-repeat: no-repeat;
}

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

td {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}


h1 {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #909;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
h3 {
	color: #099;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
}

h4 {
	color: #099;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

li {
	list-style-image:  url(../images/generic/bullet.gif);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}


a, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #999;
	text-decoration: underline;
	}


hr {border: none 0;
border-top: 1px dotted #000000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}



#masterarea {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 900px;
}

#masthead {
	width: 900px;
	height: 250px;
	padding-top: 100px;
}

#logo {
	position: absolute;
// reposition logo from the natural layout
  left: 75px;
	top: 0px;
	width: 175;
	height: 175px;
	z-index: 2;
	margin-left: 25px;
}

#telephone {
	margin-left: 600px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #F90;
	float: left;
	margin-top: 35px;
}



#navigation {
	padding-top: 10px;
	text-align: left;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #F90;
	text-transform: uppercase;
	background-color: #000;
	padding-left: 25px;
	width: 875px;
}

.navigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 1px;
}

.white {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}





#columnLeft {
	width: 225px;
	text-align: left;
	vertical-align: top;
	margin-left: 25px;
	float: left;
	margin-top: 20px;
}

#columnRight {
	width: 600px;
	text-align: left;
	vertical-align: top;
	margin-left: 275px;
	margin-top: 25px;
}
#footer {
	clear: both;
	text-align: left;
	vertical-align: bottom;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F90;
	height: 50px;
	}
	
.footer {
	font-size: 11px;
	vertical-align: bottom;
	color: #46083f;
	}
	
	
#service {
	width: 275px;
	text-align: left;
	vertical-align: top;
	float: left;
	padding: 0px;
	background-color: #699;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.service {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #FFF;
	letter-spacing: .1em;
	margin-left: 10px;
}

	

/* Listings */

.profile  {
}

.profile img {
	padding-right: 15px;
	float:left;
	height: 150px;
	width: 230px;
}




/* Text Styles */

.subhead {
	font-size: 16px;
	color: #737e52;
}

.textBold {
	font-weight: bold;
}

.textBoldItalics {
	font-style: italic;
	font-weight: bold;
}

.boldUnderline {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


.webaddresses {
	font-size: 14px;
	color: #737e52;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.top {
	text-align: right;
	margin-top: 20px;
}
.introduction {
	font-size: 18px;
	color: #6f0e3d;
	line-height: 26px;
}

.gallerySmall {
	text-align: left;
	vertical-align: top;
}
.gallerySmall img {
	border:none;
	width: 190px;
	height: 125px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
}


.jump {
	font-family: Arial;
	font-size: 9pt;
	width: 225px;
} 
