/* ----------------------------------------------
	Client : Eagle Eye Books
	Author : Trisha Adams
	Author URI : http://www.tadacreative.com/
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #006698;
	font: 13px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #ffffff;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 1.9em;		
}
h2 {
	font-size: 1.5em;
	color: #88AC0B;
	font-style: italic;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

/* Paragraph */
p { padding: 5px 0px 0px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: none;
   border: none;
	padding: 0px;
}

img.imgclear {
	background: none;
   	border: 0px;
	padding: 5px;
}
img.imgclearnp {
	background: none;
   	border: 0px;
	padding: 0px;
}

img.imgclearleft {
	background: none;
   	border: 0px;
	padding: 5px;
	float: left;
}
img.imgclearright {
	background: none;
   	border: 0px;
	padding: 5px;
	float: right;
}
img.float-right {
  	margin: 0px;  
	
}
img.float-left {
  	margin: 5px;
	background: none;
	border: none;
}


blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #669ACC;
	vertical-align: top;
}
tr.cream 
{
    background: #EFE2BF;
    text-align: center;
	vertical-align: top;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	color: #ffffff;
}	
td.grey 
{   
    color: #6B6B6B; 
}

span {
	font-size: 11px;

}

/* end - table */

/* form elements */
form {
	margin: 3px; 
	padding: 5px; 
	border: none; 
	background: none;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 455px;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 850px;
	background: #FFF url(../images/wrap.gif) repeat-y center top;
	margin: 0px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 850px;						
	padding: 5px 0 60px 0; 	
}

#midwrap {
	clear: both;
	float: left;
	width: 850px;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../images/midpagebg.jpg) repeat-y center top;
}

#header {
	position: relative;
	width: 850px;
	height: 250px;
	background: #006698 url(../images/header.jpg) no-repeat;	
	color: #669ACC;	
	padding: 0;	
	margin: 0;	
}
#header p {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 15px Georgia, 'Times New Roman', Times, serif;
	text-decoration: none;
	color: #ffffff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 100px; right: 5px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal italic 30px Georgia, 'Times New Roman', Times, serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 110px; left: 180px;		
}

#header #header-image {
	position: absolute;
	top: 10px; right: 10px;
	width: 200px;
	height: 40px;	
	background: none; 
}


/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 850px;
	height: 49px;
	background: #669ACC url(../images/nav.jpg) no-repeat;		
}
#nav ul {
	float: right;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: right;
	margin: 0; padding: 0 5px 0 10px;		
	background: transparent url(../images/left-tabBACK.gif) no-repeat;	
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 10px;
	color: #EFE2BF;
	font: bold 15px/27px Georgia, 'Times New Roman', Times, serif;
	text-decoration: none;		
	background: transparent url(../images/right-tabBACK.gif) no-repeat right top;	
}
#nav ul li hover {
	color: #FFFFFF;	
	background: transparent url(../images/left-tabBACK.gif) no-repeat;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFFFFF;	
	background: transparent url(../images/right-tabBACK.gif) no-repeat right top;	
}
#nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#nav ul li#current a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	float: left;
	width: 530px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;
	background: #EFE2BF;	
}

#main h2, #feature h2 {
	font: normal 1.6em Georgia, 'Times New Roman', Times, serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;

}
#main h3 {
	font: normal 1.9em Georgia, 'Times New Roman', Times, serif;
	color: #51432F;
	padding: 0px:
	letter-spacing: -1px;
}

#main h2 a, #feature h2a, #main a, #feature a {
	color: #51432f;
	text-decoration: none;		
}
#main h2 a:hover, #feature h2 a:hover, #main a:hover, #feature a:hover {
	color: #669ACC;
	text-decoration: none;		
}

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

#feature {
	float: left;
	width: 770px;
	padding: 0;
	margin: 10px 0 0 40px;
	display: inline;
	background: #EFE2BF;
}
#feature-white {
	float: left;
	width: 770px;
	color: #51432F;
	font: normal italic 15px/27px Georgia, 'Times New Roman', Times, serif;
	padding: 0;
	margin: 0px 0 0 40px;
	display: inline;
	background: #FFFFFF;
	text-align: center;
}


#sidebar {
	float: right;
	width: 225px;
	padding: 0; 
	margin: 0 40px 0 0;
	display: inline;
	text-align: left;	
}
#sidebar h3 {
	color: #51432F; 
	font: normal 1.4em Georgia, 'Times New Roman', Times, serif;
	padding: 10px 0 3px 5px;	
	margin-left: 5px;		
	letter-spacing: -1px; 	
}

#sidebar p {
	color: #ffffff;	
	font-size: .9em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight: normal
	}


/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #006698;
	background: none;
	font-weight: normal;
}

#sidebar .sidemenu li a span {
	color: #ffffff;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }


/* footer */
#footer {
	clear: both;
	width: 850px;
	margin: 0;
	padding: 10px 0 25px 0;
	background: #006698 url(../images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.8em;
	color: #ffffff;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #EFE2BF; 
	border-bottom: 1px dotted #EFE2BF;
	text-decoration: none;
}


	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {text-align: center; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


