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

body {
	margin: 0;
	background-color: #1a1a1a;
	margin: 0;
	padding: 0;
	min-width: 1000px;
}

#header {
	background: url(/images/hdr_repeat.jpg) repeat-x;
	height: 62px;
}

#header-content {
	text-align: center;
	height: 62px;
	width: 1000px;
	margin: 0 auto;
}

#header img {
	border: none;
}

#header span{
	display: none;
}

.header-title {
	background: url(/images/hdr_title.jpg);
	width: 513px;
	height: 62px;
	margin: 0px;
	float: left;
}

#menu {
	float: right;
	margin: 0;
	height: 62px;
	width: 340px;
}

ul#menu li {
	list-style: none;
	margin: none;
	float: left;
	height:  62px;
}

ul#menu li a {
	display: block;
	height: 62px;
	outline: none;
}

ul#menu li.about {
	background: url(/images/hdr_about.jpg);
	width: 72px;
	height: 62px;
}
ul#menu li.about:hover {
	background: url(/images/hdr_about_active.jpg);
	width: 72px;
	height: 62px;
}

ul#menu li.contact {
	background: url(/images/hdr_contact.jpg);
	width: 82px;
	height: 62px;
}
ul#menu li.contact:hover {
	background: url(/images/hdr_contact_active.jpg);
	width: 82px;
	height: 62px;
}

ul#menu li.links {
	background: url(/images/hdr_links.jpg);
	width: 66px;
	height: 62px;
}
ul#menu li.links:hover {
	background: url(/images/hdr_links_active.jpg);
	width: 66px;
	height: 62px;
}

ul#menu li.weather {
	background: url(/images/hdr_weather.jpg);
	width: 75px;
	height: 62px;
}
ul#menu li.weather:hover {
	background: url(/images/hdr_weather_active.jpg);
	width: 75px;
	height: 62px;
}

ul#menu li.home {
	background: url(/images/hdr_home.jpg);
	width: 45px;
	height: 62px;
}
ul#menu li.home:hover {
	background: url(/images/hdr_home_active.jpg);
	width: 45px;
	height: 62px;
}

#center {
	background: url(/images/rpt_center.jpg) repeat-x;
	background-color: #404040;
	margin: 0 auto;
}

#home_gallery {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#subpage-content {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

#subpage-content p {
	color: #ffffff;
	margin-top: -8px;
}

#subpage-content a {
	color: #ffffff;
	text-decoration: none;
}

#subpage-content a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#subpage-content li {
	color: #ffffff;
}

#nav {
	float: left;
	padding-top: 20px;
}

#nav span, #menu span{
	display: none;
}

#nav img, #menu img {
	border: 0;
}

ul#nav li, ul#nav li a {
	width: 242px;
	height: 25px;
	display: block;
	outline: none;
}

ul#nav li {
	margin-bottom: 22px;
}

ul#nav li.beach-portraits {
	background: url(/images/nav_beach_portraits.png);
}
ul#nav li.beach-portraits:hover {
	background: url(/images/nav_beach_portraits_active.png);
}

ul#nav li.classic-portraiture {
	background: url(/images/nav_classic_portraiture.png);
}
ul#nav li.classic-portraiture:hover {
	background: url(/images/nav_classic_portraiture_active.png);
}

ul#nav li.portrait-paintings {
	background: url(/images/nav_portrait_paintings.png);
}
ul#nav li.portrait-paintings:hover {
	background: url(/images/nav_portrait_paintings_active.png);
}

ul#nav li.landscape-photography {
	background: url(/images/nav_landscape_photography.png);
}
ul#nav li.landscape-photography:hover {
	background: url(/images/nav_landscape_photography_active.png);
}

ul#nav li.pet-photography {
	background: url(/images/nav_pet_photography.png);
}
ul#nav li.pet-photography:hover {
	background: url(/images/nav_pet_photography_active.png);
}

ul#nav li.special-place {
	background: url(/images/nav_special_place.png);
}
ul#nav li.special-place:hover {
	background: url(/images/nav_special_place_active.png);
}

ul#nav li.cayman-island {
	background: url(/images/nav_cayman_island.png);
}
ul#nav li.cayman-island:hover {
	background: url(/images/nav_cayman_island_active.png);
}

ul#nav li.books {
	background: url(/images/nav_books.png);
}
ul#nav li.books:hover {
	background: url(/images/nav_books_active.png);
}

#preview {
	float: left;
	position: relative;
	width: 689px;
	height: 460px;
}

#preview img {
	position: absolute;
	top: 0;
	left: 0;
}

.clear {
	clear: both;
}

#home-text {
	margin: 0 auto;
	width: 930px;
	text-align: center;
}

#home-text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
}

#home-text a {
	color: #ffffff;
	outline: none;
}

.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #6A94AB;
}

.sub-title {
	font-size: 20px;
	color: #ffffff;
}

#footer {
	background: url(/images/ftr_repeat.png) repeat-x;
	height: 136px;
}

#footer-content {
	background: url(/images/ftr_accent.jpg) no-repeat;
	height: 136px;
	width: 1000px;
	margin: 0 auto;
}

#footer-content p {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
}

#footer-content a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

table.gallery tr td {
	text-align: center;
	padding-bottom: 15px;
}

table.gallery img {
	border-color: #ffffff;
	border-width: 8px;
	border-style: solid;
}

h1 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: -8px;
}

#bottom-nav {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

span.gallery-nav {
	color: #ffffff;
}

#subpage-content h2 {
	color: #ffffff;
	font-size: 20px;
}

#bottom-nav h2 {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	padding-top: 2px;
}

#bottom-nav a {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

#bottom-nav a:hover {
	text-decoration: underline;
	color: #ffffff;
}

dl.contact-form {
}

dl.contact-form dt {
	float: left;
	width: 12%;
	padding-bottom: 10px;
}

dl.contact-form dd {
	float: left;
	width: 80%;
	padding-bottom: 10px;
}

#hidden-load {
	position: absolute;
	top: -4000px; 
}

input.text {
	width: 248px;
}

.required {
	font-size: 14px;
	color: #cc0000;
}

td {
 color: #ffffff;
}