
/***************************Hex Color Scheme****************************************
Little Wilson Retreat Index style sheet

h font color:				#822C0F					burgundy
page Background:			#FFFF99					yellow
mainbox background:			#ffffff					white
Main color:					#3399cc					blue
secondary color:			#339966					green
footer:						#BF3E17					red
***********************************************************************************/

body {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 90%; /* Enables font size scaling in MSIE */
	background-color: #ffffcc;
}

img {
	border: 0px none;
}

p {
	margin: 0px 0px 2px 5px;
}

h1 {
	text-align: left;
	font-weight: bold;
	color: #3399CC;
	font-size: 100%;
	margin: 10px 0px 10px 5px;
}

h2 {
    text-align: center;
	font-style: italic;
	color: #FFFFFF;
	font-size: 95%;
	font-weight: bold;
	font-family: helvetica;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 5px;
}

h3 {
    background-color: #339966;
	font-size: 100%;
	font-style: italic;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

/*---------------  Main container for all content --------------- */

#mainbox    {
width:760px;
background-color : #ffffff;
margin: 0px auto;
}

/*------------------ Logo banner -----------------------*/

#banner   {
height:50px;
background:url(images/LWR_banner.gif);
margin-top:3px;
margin-bottom:1px;
}

/*--------------- End Header row --------------------- */
/* Begin Content Area */
#contentarea {
height:260px;
padding: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

#leftcontent {
width: 296px;
float: left;
}

#logo {
	width: 296px;
	float: left;
	text-align: left;
}

#infobar{
	float: left;
	width: 296px; 
	height: 42px;
	background-color: #339966;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightcontent {
	width: 430px;
	float: right;
	padding-right: 5px;
}

/*---------------  Navigation Bar---------------  */
#navbar{
	float: right;
	width: 425px; 
	background-color: #339966;
	padding: 5px;
}

#navbar a:link, #navbar a:visited, #navbar a:active {
	background-color: #339966;
	padding: 5px;
	text-decoration: none;
	color: #EEEEE0;
}

#navbar a:hover {
	padding: 5px;
	background-color: #3399cc;
	text-decoration: none;
	color: #FFFFFF;
}

#navbar a.active {
	text-decoration: underline;
}

/*---------------  Text Area---------------  */
#textarea {
	width: 430px;
	float: right; 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-left: 2px; 
	color: #000000;
}

#textarea a {
	color: #339966;
	text-decoration: none;
}

#inspire{
	text-align: center;
	padding-top: 2px;
	margin-bottom: 3px;
	clear:both;
}

/*----------------------------------- footer section --------------------------------------------------*/
#footer {
	background-color: #FFFFCC;
	padding: 12px 0 12px 0;
	width: 760px;
	color:#339966;
	font-size: 80%;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#3399CC;
}
