/* ----------------------------------------------------------------------------
CSS layout - Lakeshores Landscape
Author: Jeff Sanders
Date Created: 2/6/06

All inquiries for this document should be directed to info@foxvalleywebdesign.com.
----------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------
GLOBAL SETTINGS
----------------------------------------------------------------------------*/
body, html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #346702 url(../images/body_bg.jpg) repeat-y center top;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 760px;
	height: auto;
	text-align: left;
	border-left: solid 1px #66CC66;
	border-right: solid 1px #66CC66;
	background: #00305F url(../images/wrapper_bg.jpg) repeat-y left top;
}
#header {
	height: 201px;
	background: url(../images/header.jpg) no-repeat left top;
}
#services #header {
	height: 201px;
	background: url(../images/service_header.jpg) no-repeat left top;
}
#design #header {
	height: 201px;
	background: url(../images/design_header.jpg) no-repeat left top;
}
#gallery_pg #header {
	height: 201px;
	background: url(../images/port_header.jpg) no-repeat left top;
}
#featured #header {
	height: 201px;
	background: url(../images/port_header.jpg) no-repeat left top;
}

#testimonials #header {
	height: 201px;
	background: url(../images/testimonials_header.jpg) no-repeat left top;
}
#profile #header {
	height: 201px;
	background: url(../images/profile_header.jpg) no-repeat left top;
}
#contact #header {
	height: 201px;
	background: url(../images/contact_header.jpg) no-repeat left top;
}
#side_menu {
	width: 201px;
	min-height: 320px !important; _height: 320px;
	float: left;
}
#menu_header {
	width: 201px;
	height: 40px;
	background: url(../images/menu_header_bg.jpg) no-repeat left top;
}
#main_content {
	margin: 0px;
	padding-bottom: 10px;
	position: relative;
	float: right;
	width: 559px;
	top: -50px;
	min-height: 200px !important; _height: 200px;
	background: #fff url(../images/main_bg.jpg) repeat-y left top;
} 
#main_header {
	margin: 0px;
	padding: 0px;
	height: 29px;
	background: url(../images/main_header.jpg) no-repeat left top;
}
#body_content {
	position: relative;
	left: 20px;
	width: 520px;
}
#breaker {
	clear: both; /* empty div to break absolute positioning overflow */
}
#footer {
	height: 179px;
	background: url(../images/footer_bg.jpg) no-repeat left top;
	clear: both;
}
.copy {
	padding: 10px;
	background: #000;
	width: auto;
	text-align: center;
	font: 10px/16px verdana, Geneva, sans-serif;
	color: #fff;
}
.copy a:link {
	color: #eee;
	text-decoration: none;
}
.copy a:visited {
	color: #ccc;
	text-decoration: none;
}
.copy a:hover {
	color: #ccc;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
NAVIGATION ELEMENTS
----------------------------------------------------------------------------*/
#nav ul {
	margin: 0px;
	padding: 0px;
	font: normal 20px "Times New Roman", Tiimes, serif;
}
#nav li {
	height: 35px;
	width: 201px;
	line-height: 35px;
	display: block;
	list-style-type: none;
}
#home #nav li.home{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#services #nav li.services{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#design #nav li.design{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#gallery_pg #nav li.gallery_pg{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#featured #nav li.gallery_pg{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#testimonials #nav li.testimonials{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#profile #nav li.profile{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#contact #nav li.contact{
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}

#nav li:hover, #navbar li.over {
	height: 33px;
	line-height: 33px;
	background: #000066;
	border-top: solid 1px #6699CC;
	border-bottom: solid 1px #6699CC;
}
#nav a {
	padding-left: 10px;
	display: block;
	width: 186px; 
	color: #fff;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #eee;
}

/* ---------------------------------------------------------------------------
TEXT SETTINGS
----------------------------------------------------------------------------*/
.first_para {
	font: bold 18px/20px "Trebuchet MS", Helvetica, sans-serif;
	color: #660000;	
}
.hide {
	display: none;
}
p {
	font: 12px/18px verdana, Geneva, sans-serif;
	color: #000000;	
}
p a{
	padding: 2px;
}
p a:link{
	color: #336600;
}
p a:visited{
	color: #999966;
}
p a:hover{
	background: #E3E3D7;
	color: #006600;
	text-decoration: none;
}
h1 {
	font: normal 26px "Trebuchet MS", Helvetica, sans-serif;
	color: #336600;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999966;
	text-transform: capitalize;
	letter-spacing: 2px;
}
h2 {
	font: 18px/50px "Trebuchet MS", Helvetica, sans-serif;
	color: #5D3334;
	text-align: left;
	list-style-type: none;
	padding-left: 46px;
	list-style-position: inside;
	padding-bottom: 2px;
	background: url(../images/pillar_li.gif) no-repeat left center;
}
h3 {
	font: 20px/24px "Times New Roman", Tiimes, serif;
	color: #000;
	text-align: left;
	list-style-type: none;
}
.hr {
	height: 1px;
	border-top: solid 1px #999966;
}
#body_content li {
	list-style-type: square;
}
/* ---------------------------------------------------------------------------
IMAGE SETTINGS
----------------------------------------------------------------------------*/
/* used for images which no rollover effect should be applied */
.pic { 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	background: #FFFFFF;
	border: solid 1px #999966;
}
/* used for linked images */
.gallery {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	background: #FFFFFF;
	border: solid 1px #999966;
}
.gallery:hover {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	background: #DBDBCA;
	border: solid 1px #999966;
}
table {
	text-align: center;
}
.left_pg_img {
	margin: 0px 10px;
	padding: 5px;
	float: left;
	background: #FFFFFF;
	border: solid 1px #999966;
}
.right_pg_img {
	margin: 0px 10px;
	padding: 5px;
	float: right;
	background: #FFFFFF;
	border: solid 1px #999966;
}
/* textual navigation on the services pages */
.galnav {
	text-align: center;
}
.galnav a{
	padding: 2px;
}
.galnav a:link{
	color: #336600;
}
.galnav a:visited{
	color: #999966;
}
.galnav a:hover{
	background: #E3E3D7;
	color: #006600;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
FORM ELEMENTS
----------------------------------------------------------------------------*/
form {
	margin: 0px;
	padding: 10px;
}
label{
	font: 11px verdana, Geneva, sans-serif;
	color: #000000;
}
input{
	margin-bottom: 5px;
	border: 1px solid #C9C9AB;
}
select{
	margin-bottom: 10px;
	border: 1px solid #C9C9AB;
}
textarea{
	margin-bottom: 5px;
	border: 1px solid #C9C9AB;
}
.btn {
	padding: 3px;
	background: #C9C9AB;
	border: 1px solid #fff;

}
.btn:hover {
	cursor: pointer
}

/* ---------------------------------------------------------------------------
MISC ELEMENTS
----------------------------------------------------------------------------*/
#flashcontent {
	width: 300px;
	height: 216px;
	margin: 10px;
	float: right;
	display: block;
	border: 1px solid #000000;
}
