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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000066;
	background-repeat: repeat-x;
}

#preWrap {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/pre_wraper.gif);
	background-repeat: no-repeat;
	background-position: 111px 1px;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-color: #CCCCCC;
	position: relative;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 8px solid #000066;
	height: 487px;
}

#header {
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
	background-image: url(images/header_1.gif);
	color: #000000;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #333333;
	text-align: right;
	margin-top: 70px;
}

#nav {
	list-style-type: none;
	float: left;
	width: 160px;
	position: relative;
	padding-top: 11px;
	margin-left: 66px;
}

#nav ul {
	list-style-type: none;
	position: relative;
}

#nav a {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	text-align: right;
	margin: 1px;
	padding: 11px;
	float: left;
	clear: both;
	text-decoration: none;
	font-weight: bold;
	width: 133px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#nav  a.imgLink {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#nav a:hover.imgLink {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
	padding: 0px;
	display: none;
}

#nav img {
	float: left;
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: 13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#nav a:hover {
	color: #009999;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
}

#nav li {
	float: left;
}

#mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	width: 410px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-color: #FFFFFF;
	margin-right: 30px;
	background-image: url(images/main_bg.jpg);
	margin-top: 22px;
	border: 1px solid #666666;
}

#mainCopy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 11px;
}

#mainCopy h2 {
	font-size: 15px;
	text-indent: 3px;
}

#mainCopy h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 22px;
	line-height: 19px;
	margin-bottom: 11px;
}

#mainCopy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

#mainCopy a:hover {
	color: #009933;
}

#mainCopy p {
	margin-bottom: 11px;
	margin-left: 11px;
	margin-right: 11px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#mainCopy p.preferedNonLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	float: right;
	width: 200px;
	line-height: 33px;
	text-align: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: auto;
}

#contactInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	position: relative;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-indent: 55px;
	line-height: 33px;
	color: #000066;
}

#footer a {
	color: #000099;
	text-decoration: none;
}

#clear {
	clear: both;
}

#gallerySpace {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 12px;
	line-height: 22px;
	width: 555px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-color: #FFFFFF;
	margin-right: 33px;
	background-image: url(images/main_bg.jpg);
	margin-top: 22px;
	border: 1px solid #666666;
	position: relative;
	height: 430px;
}
#gallerySpace h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

#gallerySpace img {
	margin-top: 40px;
	margin-right: 8px;
	margin-bottom: 44px;
	margin-left: 8px;
	float: left;
	position: relative;
	border: 3px double #000066;
}

#thumbs {
	float: right;
	width: 75px;
	margin-top: 37px;
	position: relative;
	height: 300px;
	overflow: auto;
	margin-bottom: 15px;
}
#thumbs a {
	text-decoration: none;
}

#thumbs img {
	margin: 5px;
	float: left;
}

#underConstuction {
	position: absolute;
	left: 55px;
	top: 106px;
}
#thumbs   a:hover   {
	text-decoration: none;
	color: #FF0000;
}

#testimonials {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	font-size: 12px;
	line-height: 22px;
	width: 490px;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-color: #FFFFFF;
	margin-right: 33px;
	background-image: url(images/main_bg.jpg);
	margin-top: 22px;
	border: 1px solid #666666;
	position: relative;
}
#testimonials  h2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin-top: 11px;
	margin-bottom: 11px;
}

#testimonials hr {
	margin-top: 11px;
	margin-bottom: 11px;
}

#testimonials p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding-left: 11px;
}

a {
	text-decoration: none;
}
