
/* global css */
body {
font-family:"Times New Roman",Times,serif;
	background-color:#000;
	text-align:center;
	padding:0;
	font-size:16px;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
}

li {
	list-style-type:none;
	display:inline;
}

h3 {
	color:#000;
	padding:0px;
	margin:10px;
	font-size:1.1em;
	text-align:center;
}


#header ul {
	margin:0px;
	padding:0px;
	margin-top:80px;
	margin-left:12px;
}

a:hover {
	text-decoration:underline;
}

#header_right li a {
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}


#header_right ul img {
	margin-bottom:3px;
	margin:0px 10px 3px;
}

a.selected {
	text-decoration:underline;
}


#container {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:115px;
	background-color:#ccc;
}

#header_left {
	width:300px;
	display:inline;
	float:left;
	margin-left:40px;
	margin-top:10px;
}

#header_right {
	width:610px;
	display:inline;
	float:left;
}

#slideshowdiv {
	height:650px;
	background-color:#ccc;
}

#bottom_text {
	height:125px;
	background-color:#fff;
	margin:0px;
	padding:0px;
	/* border:1px solid #000; */
}

#bottom_text p {
	color:#000;
	text-align:left;
	padding:20px;
	font-size:1.2em;
	margin:0px;
}

.address {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 20px;
}

.text-nav {
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

a.text-nav:link {
	color:#000;
	font-size:12px;
	line-height:20px;
}

a.text-nav:hover {
	text-decoration:underline;
}

.copyright {
	font-size: 10px;
	line-height: 20px;
	color: #CCCCCC;
}

#content, #wrapper {
	padding:0px;
	margin:0px;
	width:950px;
	background-color:#ccc;
}


#content {
	height:760px;
}

#wrapper {
	width:950px;
	height:520px;
}

#top_image {
	width:950px;
	height:200px;
}

#bottom_gradient {
	width:950px;
	height:20px;
	background: url(images/bottom-gradient.gif) repeat top ;
}

#top_gradient {
	width:950px;
	height:20px;
	background: url(images/top-gradient.gif) repeat top ;
}


#left_image {
	padding:0px;
	margin:0px;
	width:230px;
	height:460px;
	display:inline;
	float:left;
	border:1px solid #000;
	margin-left:20px;
	margin-top:20px;
	.margin-left:24px;
}

#left_image img {
	display:block;
}

#right_text {
	width:650px;
	height:460px;
	display:inline;
	float:left;
	border:1px solid #000;
	margin-left:20px;
	margin-top:20px;
	background-color:#fff;
}

#right_text h2, #portfolio h2 {
	text-align:left;
	color:#000;
	padding:0px;
	margin:10px;
	margin-left:15px;
}



#right_text p {
	color:#000;
	padding:0 15 0;
	font-size:1.2em;
}

#footer {
	margin-top:20px;
	.margin-top:10px;
	width:950px;
	text-align:center;
}

#portfolio, #homepage {
	width:902px;
	height:555px;
	display:inline;
	float:left;
	border:1px solid #000;
	margin-left:22px;
	.margin-left:24px;
	margin-top:20px;
	background-color:#fff;
}

#homepage {
	height:255px;
}

.quote {
	font-style:italic;
}

.quoter {
	font-weight:bold;
}

.right_text {
	text-align:right;
}

.contact {
	font-size:1.1em;
	margin-left:100px;
	color:#000;
	font-weight:bold;
}

#galleryThumbs img {
	border:1px solid #000;
	width:180px;
}

#galleryThumbs tr td {
	text-align:center;
}

#gallery-page a:hover {
	color:#000;
}

.services_col {
	width:250px;
	float:left;
	padding:0px 20px 20px;
}

dt {
	font-weight:bold;
	font-style:italic;
}


