/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:60%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.input {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#F8FFFC;
	color:#000;
	}
.input:focus {
	border:1px solid #999;
	padding:2px 0px 2px 2px;
	height:auto;
	background-color:#FFF;
	color:#000;
	}
h1 {
	color:#00a4e3;
	font:normal 2.1em Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font:normal 1.7em Verdana, Arial, Helvetica, sans-serif;
	color:#00a4e3;
	}
h3 {
	font:normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#00a4e3;
	}
p {
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#000;
	}
p a {
	color:#00a4e3;
	text-decoration:none;
	font-weight:bold;
	}
p a:hover {
	color:#000;
	text-decoration:underline;
	}
p li {
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000;
	}
p li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
p li a:hover {
	color:#000;
	text-decoration:none;
	}
	
/*******************
MAIN SITE STRUCTURE
********************/

#container {
	top:30px;
	margin:auto;
	clear:both;
	position:relative;
	overflow:hidden;
	width:1000px;
	height:auto;
	}
#header {
	position:relative;
	overflow:hidden;
	width:970px;
	height:80px;
	padding:0px 0px 0px 10px;
	}
#logo {
	position:relative;
	overflow:hidden;
	float:left;
	width:250px;
	height:auto;
	}
#contentWrapper {
	overflow:hidden;
	position:relative;
	width:1000px;
	height:auto;
	z-index:5;
	padding:0 0 0 0;
	background:url(../img/contentRpt.png) repeat-y;
	}
#contentHead {
	overflow:hidden;
	position:relative;
	width:1000px;
	height:13px;
	z-index:6;
	background:url(../img/contentHead.png) no-repeat;
	}		
#contentLeft {
	float:left;
	overflow:hidden;
	position:relative;
	width:640px;
	height:auto;
	min-height:350px;
	padding:35px 40px 40px 60px;
	z-index:6;	
	}
#content {
	overflow:hidden;
	position:relative;
	width:900px;
	height:auto;
	min-height:300px;
	padding:35px 0 40px 60px;
	z-index:6;	
	}
#contentRight {
	float:left;
	overflow:hidden;
	position:relative;
	width:212px;
	height:auto;
	z-index:6;	
	padding-top:35px;
	}
#contentFoot{
	overflow:hidden;
	position:relative;
	width:1000px;
	height:20px;
	z-index:6;
	background:url(../img/contentFoot.png) no-repeat;
	}	
#contentLeft img {
	margin-right:20px;
	margin-bottom:10px;
	}	
#content img {
	margin-right:20px;
	margin-bottom:10px;
	}	

/*********
Index
**********/

#latestNews {	
	width:180px;
	height:320px;
	z-index:6;
	}
#latestNews p {
	border-bottom:1px dotted #CCC;
	padding:5px 0 5px 0;
	}
#latestNews h2 {
	padding:0 0 5px 0;
	}
#latestNews p a {
	font-size:0.9em;
	}
.newsBorder {	
	width:190px;
	height:auto;
	padding:8px;
	z-index:6;
	border:1px solid #E2E65D;
	}
.newsBox {
	width:700px;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #CCC;
	}
#testimonials {
	width:210px;
	height:auto;
	}
#slideshowList {
	width:180px;
	height:auto;
	font-size:1.7em;
	z-index:10;
	}
.quotePos {
	position:absolute;
	top:230px;
	left:10px;
	width:180px;
	height:auto;
	text-align:left;
	}	
.quotee {
	color:#000;
	padding-top:8px;
	font:lighter normal 0.9em Arial, Helvetica, sans-serif;
	}
.rss {
    float:right;
    height:20px;
    padding:0px 25px 0 10px;
    background:url(../img/rss.png) right no-repeat;
    }
/*********
Top Level
**********/

#menuWrap {
	overflow:hidden;
	position:relative;
	width:986px;
	height:35px;
	padding-left:15px;
	
	}
#menuWrap ul {
 list-style:none;
 	}
.menuItem {
	float:left;
	overflow:hidden;
	position:relative;
	font-size:1.3em;
	height:35px;
	}
.menuItem a {
	display:block;
	cursor:pointer;
	color:#FFF;
	width:161px;
	height:25px;
	text-align:center;
	padding:10px 0 0 0;
	text-decoration:none;
	background:url(../img/menuItem.png) no-repeat;
	}
.menuItem a:hover {
	color:#000;
	width:161px;
	height:25px;
	padding:10px 0 0 0;
	text-decoration:none;
	background:url(../img/menuItemHere.png) repeat-x;
	}
.menuItemHere {
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	font-size:1.3em;
	height:35px;
	}
.menuItemHere a {
	display:block;
	cursor:pointer;
	color:#000;
	width:161px;
	height:25px;
	text-align:center;
	padding:10px 0 0 0;
	text-decoration:none;
	background:url(../img/menuItemHere.jpg)  no-repeat;
	}
.menuItemHere a:hover {
	color:#FFF;
	width:161px;
	height:25px;
	text-align:center;
	padding:10px 0 0 0;
	text-decoration:none;
	background:url(../img/menuTabUp.jpg) no-repeat;
	}
	
/***********
SUB LEVEL 1
***********/

.subMenuWrap ul {
	
	}
.subMenu {
	overflow:hidden;
	width:220px;
	height:auto;
	text-align:left;
	font-size:1.4em;
	}
.subMenu a {
	display:block;
	cursor:pointer;
	width:193px;
	height:24px;
	background:url(../img/topMenuOver.jpg) repeat-x;
	color:#FFF;
	padding:12px 0 0 25px;
	text-decoration:none;
	border:1px solid #CCC;
	}
.subMenu a:hover {
	background:url(../img/topMenuBg.jpg) repeat-x;
	color:#024675;
	text-decoration:none;
	border:1px solid #CCC;
	}	
.subMenuHere {
	overflow:hidden;
	width:220px;
	height:auto;
	text-align:left;
	font-size:1.4em;
	}
.subMenuHere a {
	display:block;
	cursor:pointer;
	width:193px;
	height:24px;
	background:url(../img/topMenuOver.jpg) repeat-x;
	color:#FFF;
	padding:12px 0 0 25px;
	text-decoration:none;
	border:1px solid #CCC;
	}
.subMenuHere a:hover {
	background:url(../img/topMenuBg.jpg) repeat-x;
	color:#024675;
	text-decoration:none;
	border:1px solid #CCC;
	}

/***********
SUB LEVEL 2
***********/

.subMenuItem {
	position:relative;
	overflow:hidden;
	font-size:1em;
	width: 218px;
	height: 38px;
	margin:0 0 2px 2px;
	}
.subMenuItem a {
	color:#024675;
	display: block;
	width: 189px;
	height: 24px;
	padding:12px 0 0 25px;
	text-decoration: none;
	background:url(../img/topMenuBg.jpg) repeat-x;
	}
.subMenuItem a:hover {
	color:#FFF;
	display: block;
	text-decoration: none;
	background:url(../img/topMenuOver.jpg) repeat-x;
	}
.subMenuItemHere {
	font-size:1em;
	width: 193px;
	height: 36px;
	}
.subMenuItemHere a {
	color:#FFF;
	display: block;
	text-decoration: none;
	background:url(../img/topMenuOver.jpg) repeat-x;
	}
.subMenuItemHere a:hover {
	color:#024675;
	display: block;
	width: 220px;
	height: 36px;
	padding:12px 0 0 25px;
	text-decoration: none;
	background:url(../img/topMenuOver.jpg) repeat-x;
	}
	
/***********
SUB LEVEL 2
***********/

.subSubMenuItem a {
	color:#666;
	display: block;
	background: #EEE;
	padding: 6px 15px 6px 10px;
	width: 188px;
	height: auto;
	font-size:12px;
	line-height:17px;
	font-weight:lighter;
	text-decoration: none;
	border-bottom:1px solid #FFF;
	}
.subSubMenuItem a:hover {
	color:#000;
	background: #D1DFE5;
	width:188px;
	height:auto;
	padding:6px 15px 6px 10px;
	}	
		
/*****
Gallery
******/

#gallerySelect {
	position:relative;
	overflow:hidden;
	width:849px;
	height:auto;
	color:#00a4e3;
	font-size:1.2em;
	padding:10px;
	border:1px solid #E2E65D;
	list-style:none;
	margin-bottom:10px;
	}	
#gallerySelect li {
	float:left;
	}
.galleryNav a {
	color:#00a4e3;
	text-decoration:none;	
	}
.galleryNav a:hover {
	color:#E2E65D;
	text-decoration:none;	
	}
#thumbWrap {
	position:relative;
	overflow:hidden;
	width:288px;
	height:auto;
	padding:5px;
	border:1px solid #E2E65D;
	margin-bottom:10px;
	}
.thumbBox {
	float:left;
	width:auto;
	height:auto;
	margin-right:5px;
	margin-bottom:5px;
	}
#thumbWrap img  {
	border:none;
	margin:0;
	}
#mainImage {
	float:left;
	position:relative;
	overflow:hidden;
	width:560px;
	height:auto;
	padding-top:5px;
	text-align:center;
	border:1px solid #E2E65D;
	padding-bottom:5px;
	}
#mainImage img {
	margin:0;
	border:none;
	}
.nextPrevWrap {
	position:relative;
	overflow:hidden;
	clear:both;
	width:290px;
	height:auto;
	}
.prev a {
	float:left;
	width:80px;
	height:22px;
	text-decoration:none;
	background:url(../img/prev.png) no-repeat left top;
	}
.prev a:hover {
	color:#af1133;
	text-decoration:none;
	background:url(../img/prevOver.png) no-repeat left top;
	}
.next a {
	float:right;
	width:80px;
	height:22px;
	text-decoration:none;
	background:url(../img/next.png) no-repeat right top;
	}
.next a:hover {
	color:#af1133;
	text-decoration:none;
	background:url(../img/nextOver.png) no-repeat right top;
	}
#galleryInfo {
	position:relative;
	overflow:hidden;
	width:288px;
	height:auto;
	}
.imageDesc {
	margin:auto;
	position:relative;
	overflow:hidden;
	width:550px;
	height:auto;
	background:#FFF;
	font-size:1.3em;
	padding:10px 0 10px;
	color:#00a4e3;
	}

/******
Footer
******/

#footerWrap {
	overflow:hidden;
	position:relative;
	width:1000px;
	height:20px;
	padding:0 0 0 0;
	text-align:center;
	margin-bottom:20px;
	}
#footer  p {
	font:normal 100 0.7em normal Arial, Helvetica;
	line-height:15px;
	color:#FFF;
	}
#footer a {
	color:#FFF;
	text-decoration:underline;
	}
#footer a:hover {
	color:#FF9900;
	text-decoration:none;
	}	
