@charset "UTF-8";
/* CSS Document */
/*  Website created by 
	Rounder Graphics
	www.rounder-graphics.com
	Phone: 281 558-2525
*/


body {
	background-color:#FED4A5;
	background-image:url("../images/bkg_body.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	color:#333333;
	font-family:tahoma,helvetica,sans serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
/*	margin:0;
	padding:0;
*/
}

#container
{
	width: 100%;
/*	margin: 0px auto; */
	line-height: 130%;
	background-image: url(../images/main_image_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	width: 920px;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	color:#C54812;
	text-decoration:underline;
}

a:hover {
	color:#fc951c;
}

#top
{
	height:560px;
}

#top h1
{
padding: 0;
margin-top: 47px;
}

#rightnav
{
float: right;
width: 275px;
margin: 0;
padding: 1em;
border-left: 1px solid gray;

}

#content
{
	margin-right: 20px;
	padding: 1em;
	max-width: 65%;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
border-top: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

h2, h3, h4, h5, h6 {
	font-size: 14px;	
}

/* Horizontal navigation */
#index_contentcontainer {
	height:100%;
}

#index_pagecontainer {
margin:0 auto;
padding:0;
width:930px;
}

#index_nav {
	padding: 0;
	margin: 47px 0;
	padding-top:0;
	height:100%; /* was 440px */
}

.index_nav ul {
	height: 52px;
	list-style-type: none;
	padding: 0 0 0.25em 16.5em;
}

.index_nav li {
	float: left;
	text-indent: -10000px;
	overflow: hidden;
}

.index_nav ul li {
	border:0px;
	display:inline;
}

.index_nav a {
	height: 26px;
	display: block;
	background-position: left 0px;
	background-repeat: no-repeat;
        border:0;
}

.index_nav a:hover {
	background-position: 0 -26px;
    border:0;
	height: 304px;
}

/* home button */
.index_nav li#nav_1 a {
	width: 143px;
	height: 26px;
	background-image: url(../images/home_nav.png);
	border:0;
}

/* about Linda button */
.index_nav li#nav_2 a {
	width: 187px;
	height: 26px;
	background-image: url(../images/about_linda_nav.png);
	border:0;
}

.index_nav li#nav_2 a:hover {
	background-position: 0 -26px;
    border:0;
	width: 187px;
	height: 26px;
	background-image: url(../images/about_linda_nav.png);

}

/* Through Linda's Eyes button */

.index_nav li#nav_3 a {
	width: 220px;
	height: 26px;
	background-image: url(../images/through_lindas_eyes_nav.png);
	border:0;
}

/* Navigation drop down image */

#index_content {
	height:375px; /* was 85px */
	margin:0;
	padding:0;
	position:relative;
}

.index_text_left {
	float: left;
	padding: 0;
	width: 340px;
	visibility: hidden;
}

.index_text {
	float: right;
	text-align: right;
	padding: 0;
	width: 340px;
	visibility: hidden;
}


#nav_2_text {
	left:190px;
	position:absolute;
	top:10px;
	color:#fff
}

/************************************************
How to Create Pure CSS rollover for multiple elements
http://www.onextrapixel.com/2009/05/12/how-to-create-pure-css-rollover-to-display-single-or-multiple-elements-at-remote-area/
************************************************/

#menu2 a .text, #menu2 a .icon {
	display:none;
}

#menu2 a:hover .text {
	display:block;
	position:absolute;
	height:20px;
	top:30px;
	left:0px;
	color:#000;
	font-size:11px;
}

#menu2 a:hover .icon {
	display:block;
	position:absolute;
	height:20px;
	top:180px;
	left:350px;
}
/************************************************
      GENERAL PROPERTIES FOR EXAMPLE 1 & 2 
************************************************/

#example1, #example2 {
	position:relative;
	height:150px;
}

#menu1, #menu2 {
	height:30px;
	border-bottom:1px solid #959595;
}

#menu1 li, #menu2 li {
	display:inline;
}

/************************************************
 CREATING CSS HALF ROUNDED BUTTON FOR BOTH EXAMPLE
************************************************/
#menu1 li a, #menu2 li a  {
	background:transparent url(images/home_nav.png) no-repeat top left;
    display:block;
    float:left;
    height:31px;
    margin-right:15px;
}

#menu1 li a .button, #menu2 li a .button {
	background:transparent url(images/home_nav.png) no-repeat top right;
    display:inline;
    float:left;
    height:21px;
    padding:10px 10px 0 0;
    margin-left:12px;
    cursor:pointer;
}

#menu1 li a:hover, #menu2 li a:hover {
	background-position:0px bottom;
	color:#fff;
}

#menu1 li a:hover .button, #menu2 li a:hover .button {
	background-position:right bottom;
}

/************************************************
         EXAMPLE 2 - MULTIPLE REMOTE AREAS
************************************************/
#menu2 a .text, #menu2 a .icon {
	display:none;
}

#menu2 a:hover .text {
	display:block;
	position:absolute;
	height:20px;
	top:30px;
	left:0px;
	color:#000;
	font-size:11px;
}

#menu2 a:hover .icon {
	display:block;
	position:absolute;
	height:20px;
	top:180px;
	left:350px;
}



/*----Call out boxes----*/
#calloutwrapper {
	overflow: hidden;
	width: 100%;

}

.calloutbox {
	font-size: .95em;
	padding:  0 10px 10px 10px;
	border: 1px solid #d8d5d1;
	margin: 1px 10px 10px 1px;
	width: 255px;
	color: #D6D6D9;
	height: 180px;
	background-color: #e7e4e0;
	background-image: url(../images/bkg_feature.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.calloutbox h3 {
	font-size: 16px;
	border-bottom:1px solid #ADADAC;
	padding-top: 12px;
}

.calloutbox h3 a {
	border:none;
}


.calloutbox img {
	margin:0;
        border:0px;
}


.calloutbox a:link {
	color:#d6d6d9;
	text-decoration:underline;
}

.calloutbox a:hover {
	color:#fc951c;
}

