@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;;
	background: #220b05;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f0f2ee;
}

#container {
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #220b05;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#moofish { float:right; margin-top:300px; padding:0; }

#header {
	background: #220b05; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* BACKGROUND IMAGES  */
#home {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #220b05;
	background-image:url(../images/bkg_main_footer.jpg); background-repeat:no-repeat;
	height:485px;
}

#insidePages {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #220b05;
	background-image:url(../images/bkg_main_plain.jpg); background-repeat:no-repeat;
	height:500px;
}

#aboutPage {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #220b05;
	background-image:url(../images/bkg_main_currant.jpg); background-repeat:no-repeat;
	height:500px;
}

#servicesPage {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #220b05;
	background-image:url(../images/bkg_main_steps.jpg); background-repeat:no-repeat;
	height:500px;
}

#resourcesPage {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #220b05;
	background-image:url(../images/bkg_main_stone.jpg); background-repeat:no-repeat;
	height:500px;
}

#contactPage {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #220b05;
	background-image:url(../images/bkg_humming_bird.jpg); background-repeat:no-repeat;
	height:500px;
}

#mainContent {
	padding: 10px 40px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.aboutContent {
	float:left;
	margin-left:237px;
	margin-top:20px;
	width:450px;
}

.servicesContent {
	float:left;
	margin-left:50px;
	margin-top:20px;
	width:570px;
}

.aboutContent a{
	color:#AF802F;

}

#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#220b05;
}

#footer .contact {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left: 25px;
	padding-top: 5px;
	float:left;
	font-size:14px;
	font:Garamond, Georgia, "Times New Roman", Times, serif;
	text-align:left;
	letter-spacing:1px; /*kerning*/

}
#footer .moofish {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 25px;
	padding-top: 5px;
	float:right;
	font-size:14px;
	font:Garamond, Georgia, "Times New Roman", Times, serif;
	text-align:right;
	color:#99a86d;
}

img {
	border:none;	
}

#flash-intro {
	text-align:center;
}

#flash-portfolio {
	text-align:center;
}

#pull_up_menu {
	float:left;
	
}

#flash-portfolio2 {  /* 875x450 flash */
	text-align:center;
	
}

/* ----------------------------------- Link styles ----------------------------------- */


a:link {
	color: #AF802F;
	text-decoration: none;

}

#footer .moofish a {
	color: #99a86d;
	text-decoration: none;

}

#footer .moofish a:hover {
	text-decoration: none;
	color: #d6db9d;
}

a:visited {
	text-decoration: none;
	color: #AF802F;
}

a:hover {
	text-decoration: none;
	color: #99A86D;
}

a:active {
	text-decoration: none;
	color: #99A86D;
}



/* ----------------------------------- Text styles -------------------------------------------- */
	
h1 {
	color:#e4eadc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;	
	text-align:left;
}

h1 span { font-weight:lighter; }


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e4eadc;
	font-size:18px;
	font-weight:lighter;
	
}

p {
	color:#e4eadc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
}


.aboutSidebar {
	color:#e4eadc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
}

.servicesSidebar {
	color:#e4eadc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	padding-left:5px;
	padding-right:5px;
}

.portfolio_nav {
	text-align:center;
}
.comingsoon {
	color:#e4eadc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 100px;
}


/* ------------------------- TEMPORARY PLACEHOLDER STYLES -------------------------------------- */
#placeholder {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #220b05;
	background-image:url(../images/placeholder_header.jpg); background-repeat:no-repeat;
	height:103px;
}

.placeholder_text {
	margin:0;
	text-align:right;
	padding-right: 50px;
	padding-top: 65px;
	float:right;
	
}