/* CSS Document */

/* CSS Document */

/*#############################################################
Name: Kolea Hale
Date: 2009-3-31
Description: Two column layout.
Author: Mark Lewis
URL: http://www.KoleaHale.com

#############################################################*/
/* Global Styles */

html{height: 100%;}
/* ---------- clearing rules -----------*/

body, h1, h2, h3, h4, h5, h6, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	border:none;
	text-decoration:none;
}
a {	text-decoration: none; color: #483e7c;}
a img { border: none; }


/* -----------upper body -------------------*/


body {
	margin: 0px;
	background: #817f81 url(img/upr_band.jpg) repeat-x top;
	text-align: center;
	font-family:Arial, sans-serif;
}
	
/* ------Upper and Main Page ------------------- */

#main {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	padding: 25px 0px;
	text-align: center;
	background: url(img/top_page.jpg) no-repeat center top;
}

/* ------- wrapper body ---------*/
#wrapper {
	width: 778px;
	background: #fff;
	margin: auto;
	text-align: left;
}
#header {
	height: 150px;
	width: 778px;
	padding-top: 0px;
	background:#bfd8d5 url(img/tile.jpg) repeat-x center center;
	border-top: 5px solid #81d3c7;
	border-bottom: 2px solid #81d3c7;
	
}
.imageheader {
	height: 150px;
	width: 360px;
	background: url(img/bird.jpg) no-repeat left center;
	float: right;
	margin-right: 10px;
}
.imageheader ul {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #483e7c;
	text-decoration: none;
	display: block;
	margin-left: 140px;
	margin-top: 20px;
	list-style-type: none;
}
.imageheader li {padding: 3px 0;}
.company {
	float:right;
	width:400px;
	height: 150px;
	background: url(img/hdr.jpg) no-repeat center;
}
.company p {
	text-align: left;
	padding-left: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #483e7c;
}
.company h3 {
	text-align: left;
	padding-left: 6px;
	padding-top: 18px;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #483e7c;
}

/* ------------menu------------- */

#menu {
	width: 778px;
	height: 48px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(img/menu.gif) repeat-x center center;
}
#menu ul {padding-top: 10px;}
#menu li {
	display:inline;
	height: 48px;
	padding: 1px 25px;
	border-right: 1px groove #b9b5b5;
}
#menu li a {
	height: 48px;
	color: #6daca2;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 10px 10px 12px;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover {
	height: 45px;
	color: #888;
}
* html #menu li a {height: 1px;}

/*------------------------------------- text content area----------------------------------*/
#content {
	float: right;
	width: 450px; 
	margin:6px 27px 24px 0px;
	padding-right: 16px;
	border-left: 1px solid #e6e1dc;
	background-image: url(img/watermark.gif);
	background-repeat: no-repeat;
	background-position: 160px 160px;
}
#content p {
	padding: 0px 14px 0px 24px;
 	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 170%;
	color:#333;
}

#content h1 {
	color: #483e7c;
	font:1.6em  Georgia, serif;
	text-align:center;
	font-weight: bold;
	padding-bottom: 6px;
}
#content h2 {
	color: #777;
	font:120% Arial, Helvetica, sans-serif;
	text-align:center;
}
#content h3 {
	color: #777 ;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-align: center;
	font-style:italic;
}
#content a {
	color:#483e7c;
	font-weight:bold;
	font:80%;
	text-decoration: none;
}
#content a:hover {
	color: #81d3c7 ;
	text-decoration:underline;
	font-weight: bold;
}
#content ul {
	list-style:none;
	padding: 0px 8px;
	margin: 8px 0 4px 25px;
}
#content li {
	font: 0.8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #483e7c;
	padding: 4px 5px;
}

#contact {
	float: left;
	width: 500px; 
	margin:6px 27px 24px 20px;
	padding: 0 16px 0 0px;
}
#contact h1 {
	color: #483e7c;
	font:1.6em  Georgia, serif;
	text-align:left;
	font-weight: bold;
	padding-bottom: 6px;
}
#contact h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:1.2em;
	color: #483e7c;
	text-align: left;
	margin-bottom: 8px;
	border-bottom: 1px solid #483e7c;
}
#contact h3 {
	font-weight: bold;
	font-size: 1.0em;
	color: #777;
	text-align: left;
	padding-left: 5px;
}
	
#contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height: 160%;
	color: #777;
	padding-left: 20px;
}


/*------------------------ sidebar-------------------------------*/
.sidebar {
	width: 230px;
	float: left;
	margin: 6px 5px;
	border-top: 10px solid #483e7c;
	border-bottom: 1px solid #d8efec;
	background:url(img/side_bg.jpg) repeat-y top center;
}
.sidebar h2 {
	text-align: center;
}
.sidebar p {
	margin: 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight: bold;
	line-height: 160%;
}
.sidebar img {
	border: 3px solid #fff;
}


/*----------------------------------footer------------------------------*/
#footer {
	width:778px;
	height: 30px;
	background:#fff url(img/tile.jpg) repeat-x center;
	font:0.6em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#777;
	margin-top: 10px;
	padding-top: 15px;
	text-align:center;
	border-top: 4px solid #483e7c;
	border-bottom: 4px solid #fff;
}
.left {float: left; margin-left: 4px;}
.right {float: right; margin-right: 4px;}
.clearer {clear: both;}
#footer .left,.right {padding: 0 8px;}


/* ---------- photogallery ---------------*/
#photogallery {
	width: 750px;
	float: left;
	margin: 5px 4px 14px 4px;
	padding: 5px;
	border: 1px solid #483e7c;
	background: url(img/background.gif) left top;
}

#photos {
	width: 500px;
	float: right;
	margin-right: 12px;
}
#photos h3 {
	color: #483e7c;
	font-size: 1.0em;
	font-weight: bold;
}
#placeholder {
	width: 500px;
	border: #81d3c7 solid 5px;
}
.thumbs {
	width:200px;
	float:left;
	margin-right: 7px;
	margin-top: -2px;
	padding-left: 10px;
}
.thumbs p {
	font-size: 70%;
	line-height: 120%;
}
.thumbs a {
	font-size: 1.0em;
	color: #483e7c;
	font-weight: bold;
}
.thumbs a:hover {color: #81d3c7;}


/* ----------------------------- IE browser fixes --------------------*/

	

