/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 0.9em/2em Georgia, "Times New Roman", Times, serif;
	color: #365E88;
	text-align: left;
}
a:link {
	color: #ADA181;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #ADA181;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #365E88;
}
#logo {
	background-image:url(../images/logo.gif);
	background-color: D4DCDE;
	background-repeat: no-repeat;
	background-position: left top;
	height: 153px;
}

/* Colour Pallete  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.lightblueback{background-color:D4DCDE;}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.featurecontainer .feature {
	background-image:url(../images/feature.jpg);
	background-position:0px;
	position:relative;
	z-index:2;
	background-color: #333333;
}
.featurecontainer .feature .content {
	position:absolute;
	width: 430px;
	z-index: 3;
	left: 480px;
	top: 40px;
	color: #FFFFFF;
	height: 150px;
	overflow: hidden;
}

.featurecontainer .feature, .featurecontainer .feature .overlay {
background-repeat:no-repeat;
height:208px;
}
.featurecontainer .feature .overlay {
background-image:url(../images/feature-overlay.png);
}
.featureheader {
	color:FFFFFF;
	font-size: 18px;
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}


#overlay {
	width:940px;
	height:208px;
	background-image: url(../images/feature-overlay.png);
	background-repeat: no-repeat;
	background-color: #333333;
	overflow: hidden;
	z-index: 10;
	color: #FFFFFF;
}
#overlay img { z-index:-1000;}

#topsection {
	height:154px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-color: #D4DCDE;
	width: 980px;
}
#midsection {
	height:132px;
	background-image: url(../images/midheader.gif);
	background-repeat: no-repeat;
}
#topsection h1, #mainadvert h2, #secondadvert h2 { text-indent:-2000px;}
#topnav {
	height:40px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
}
#mainadvert{
	height:208px;
	background-image: url(../images/mainadvert.gif);
	background-repeat: no-repeat;
}
#mainadvert a {
	height:70px;
	display: block;
	width: 240px;
	top: 90px;
	position: relative;
	left: 80px;
	overflow: hidden;
}
#mainadvert a img {
	border:none;
	text-decoration: none;
}
#secondadvert{
	height:208px;
	background-image: url(../images/secondadvert.gif);
	background-repeat: no-repeat;
}
#shadow {
	height:30px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	height:40px;
	font-size: 80%;
	text-align: right;
	color: #999999;
}
#footer a {
	color: #999999;
}

/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.alignright {text-align:right;}
.bannertext {
	color:#EFF9E0;
	padding: 60px 80px 0px 60px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-align: center;
}
.bannersubtext {
	color:#D4DCDE;
	padding: 0px 80px 0px 60px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-align: center;
}
#flourish {
	background-color:#F4F6F6;
background-image:url(../images/flourish.gif);
background-position:right top;
background-repeat:no-repeat;
display:block;
font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
font-size:18px;
height:50px;
line-height:20px;
padding-left:20px;
padding-right:20px;
padding-top:25px;
text-align:left;
width:180px;
}
#flourish h1{
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
font-size:18px;
line-height:20px;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.darkblue{color:225278;}
.emerald{color:1595A2;}
.orange{color:EB8000;}

.mediumdarkblue{color:225278;font-size:16px;}
.mediumemerald{color:1595A2;font-size:16px;}
.mediumorange{color:EB8000;font-size:16px;}

.largedarkblue{color:225278;font-size:18px;}
.largeemerald{color:1595A2;font-size:18px;}
.largeorange{color:EB8000;font-size:18px;}

.pricetable {font-family:Georgia, "Times New Roman", Times, serif; font-size: 90%; padding:10px;  border-collapse:collapse; margin-top:2px;}
.pricetable td, .pricetable th  {padding:10px; border:1px solid #003333; border-collapse:collapse;}
.pricetable th {background:#339999; color: #FFFFFF; height:40px; padding-top:20px !important;}


/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	display: block;
	margin: 0px;
	padding:0px;
	list-style: none;
	position: absolute;
	top: 90px;
	right: 20px;
	width:560px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
	color: #333333;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	padding: 0px 10px;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
	

}
#topnav li a:hover {
	color: #3A6685;
}
#topnav li a.selected, #nav li a:hover.selected  {
	color:#3A6685;	
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav {
	margin: 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
}
#subnav li li a {
	color:#006699;
	background: none;
	padding-left: 30px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	font: normal 10px/20px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration: none;
	background-image: url(../images/subarrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: 1px solid #CCCCCC;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}
.thumbnails {
	padding:5px;
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Testimonials   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

blockquote {
padding:0px;
margin:10px 0px 0px;
  background: transparent url(../images/startquote.png) left top no-repeat;
}
blockquote div.testimonial {
  padding: 0 20px;
  background: transparent url(../images/endquote.png) right bottom no-repeat;
}



.testimonial{
	display:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1595A2;
}
.testimonialName{
	clear:both;
	display:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #365E88;
	font-style: italic;
	padding: 0 20px;
}
