@charset "UTF-8";
body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../Images/body_halftone_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img { 
border: none; 
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 138px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.textfield_effect {
	background-color: #f1f1f1;
	text-decoration: none;
	border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
    font-size: .8em;
    color: #393939;
    width: 350px;
    height: 30px;
}
.textfield_effect:hover {
	background-color: #e1e1e1;
	border-color: #bfbfbf;
}
.textarea_effect {
	background-color: #f1f1f1;
	text-decoration: none;
	border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 75px;
    font-size: .8em;
    color: #393939;
    width: 350px;
    height: 110px;
}
.textarea_effect:hover {
	background-color: #e1e1e1;
	border-color: #bfbfbf;
}
.submitButton {
	background-color: #fff;
	border: none;
	background-image: url(../Images/submit_sprite.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 125px;
}
.submitButton:hover {
    background-position: 0 -36px;
}
.right #rightBox {
	height: 500px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
}
.right #rightBox #rightBoxContent {
	height: 450px;
	width: 350px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#contactIcons {
	height: 450px;
	width: 60px;
	float: left;
}
.iconsSpacing {
	height: 100px;
	padding-left: 10px;
	padding-top: 10px;
}
.contactTextSpacing {
	float: right;
	height: 100px;
	width: 270px;
	padding-top: 10px;
}
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	padding:0;
	width:100%;
	height: 260px;
	background-color: #666666;
	background-image: url(../Images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer h1 {
	margin-top: 20px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
	font-weight: bold;
	text-align: left;
	margin-right: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	letter-spacing: 0px;
	display: block;
	padding-left: 0px;
	margin-left: 40px;
}
#footer #footerCenter {
	height: 260px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footerCenter #Copyright {
	clear: both;
	margin-top: 5px;
	height: 40px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer #footerCenter #Footerinformation {
	height: 170px;
	width: 225px;
	float: left;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.footerTitle {
	margin-left: 45px;
	margin-bottom: 25px;
}
#footer #footerCenter #Footerinformation p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 0.7em;
	text-align: left;
	margin-left: 40px;
	margin-top: 5px;
	line-height: 5px;
	display: block;
	clear: both;
	padding-bottom: 1px;
}
#footer #footerCenter #Footercontact {
	float: right;
	height: 170px;
	width: 225px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer #footerCenter #Footercontact p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 0.7em;
	text-align: left;
	margin-left: 40px;
	margin-top: 8px;
	line-height: 5px;
	display: block;
	clear: both;
	padding-top: 5px;
}
#footer #footerCenter #FooterServices {
	float: left;
	height: 170px;
	width: 225px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer #footerCenter #FooterServices p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 0.7em;
	text-align: left;
	margin-left: 40px;
	margin-top: 8px;
	line-height: 5px;
	display: block;
	clear: both;
	padding-top: 5px;
}
#footer #footerCenter #FooterOther {
	float: right;
	height: 170px;
	width: 225px;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer #footerCenter #FooterOther p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	font-size: 0.7em;
	text-align: left;
	margin-left: 40px;
	margin-top: 8px;
	line-height: 5px;
	display: block;
	clear: both;
	padding-top: 5px;
}
.oneColFixCtrHdr #footer #footerCenter p img {
	margin-right: 5px;
}
.oneColFixCtrHdr #footer p {
	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 */
}
.oneColFixCtrHdr #footerCopyright {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
}
.oneColFixCtrHdr #footerCopyright #footerCopyrightCenter {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
}
#footerCenter h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #CCC;
	text-align: left;
	margin-left: 40px;
	font-weight: lighter;
}
#Logo
{
	padding-top: 30px;
	float:left;
	width: 141px;
	height: 86px;
	}
#Logo_Spacer
{
	float: left;
	width: 147px;
	}
#Contact{
	float:right;
	width: 145px;
	height: 75px;
	padding-top: 50px;
	}
#About{
	float:left;
	width: 145px;
	height: 75px;
	padding-top: 50px;
	}
#Portfolio{
	float:left;
	width: 145px;
	height: 75px;
	padding-top: 50px;
	}
#Services{
	float:left;
	width: 145px;
	height: 75px;
	padding-top: 50px;
	}
	
	
#Slider_holder
{
	height: 285px;
	margin-top: 20px;
	padding-top: 10px;	
	}
#Slider_Desc
{
	float:left;
	width: 300px;
	height: 240px;
	padding-top: 35px;
	}
#Slider_Picts
{
	float: right;
	width: 520px;
	height: 280px;
	}
.clear
{
	clear:both;
	}
.LeftThree {
	float:left;
	width: 280px;
	padding-left: 0px;
}	
.RightThree{
	float:right;
	width: 260px;
	height: 350px;
	padding-left: 10px;
	}
.Middle{
	float:left;
	width: 260px;
	margin-left: 20px;
	}
#WhatPurpose {
	float:left;
	width: 260px;
	height: 350px;
	margin-bottom: 35px;
	padding-left: 25px;
}
#WhatPurpose h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.3em;
	color: #7d7d7d;
	letter-spacing: -2px;
}
#WhatPurpose h1 span {
	color: #08bbe2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#WhatPurpose p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 23px;
	padding-right: 2px;
	padding-bottom: 20px;
	color: #7d7d7d;
	text-align: left;
}
#ShowingOff{
	float:right;
	width: 260px;
	height: 350px;
	padding-left: 25px;
	}
#ShowingOff h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.3em;
	color: #7d7d7d;
	letter-spacing: -2px;
}
#ShowingOff h1 span {
	color: #08bbe2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#ShowingOff p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 23px;
	padding-right: 2px;
	padding-bottom: 20px;
	color: #7d7d7d;
}
#AboutBBS{
	float:left;
	width: 260px;
	height: 350px;
	padding-left: 25px;
	margin-left: 13px;
	}
#AboutBBS h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.3em;
	color: #7d7d7d;
	letter-spacing: -2px;
}
#AboutBBS h1 span {
	color: #08bbe2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#AboutBBS p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 23px;
	padding-right: 2px;
	padding-bottom: 20px;
	color: #7d7d7d;
}
a.headerAboutRollover {
	display: block;
	width: 145px;
	height: 75px;
	text-decoration: none;
	background-image: url(../Images/about_sprite.jpg);
}
a.headerAboutRollover:hover {
	background-position: -145px 0px;
}
a.headerPortfolioRollover {
	display: block;
	width: 145px;
	height: 75px;
	text-decoration: none;
	background-image: url(../Images/portfolio_sprite.jpg);
}
a.headerPortfolioRollover:hover {
	background-position: -145px 0px;
}
a.headerServicesRollover {
	display: block;
	width: 145px;
	height: 75px;
	text-decoration: none;
	background-image: url(../Images/services_sprite.jpg);
}
a.headerServicesRollover:hover {
	background-position: -145px 0px;
}
a.headerContactRollover {
	display: block;
	width: 145px;
	height: 75px;
	text-decoration: none;
	background-image: url(../Images/contact_sprite.jpg);
}
a.headerContactRollover:hover {
	background-position: -145px 0px;
}

a.LearnRollover {
	display: block;
	width: 242px;
	height: 74px;
	text-decoration: none;
	background-image: url(../Images/learn_sprite.jpg);
}
a.LearnRollover:hover {
	background-position: 0 -74px;
}
a.viewRollover {
	margin-left: 38px;
	margin-top: 15px;
	background-repeat:no-repeat;
	display: block;
	width: 140px;
	height: 37px;
	text-decoration: none;
	background-image: url(../Images/view_sprite.png);
}
a.viewRollover:hover {
	background-position: 0 -37px;
}
.displace {
	position: absolute;
	left: -5000px;
}
#mainContent #linksTitle {
	height: 40px;
	width: 900px;
}
.titleLinksLeft {
	float: left;
	width: 200px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #666666;
	letter-spacing: -1px;
	padding-left: 25px;
}
.titleLinksRight {
	float: right;
	width: 210px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #666666;
	letter-spacing: -1px;
	padding-left: 5px;
}
#container #mainContent #moreLinks {
	height: 400px;
	width: 880px;
	margin-bottom: 30px;
}
#moreLinks #webLink {
	height: 325px;
	width: 210px;
	float: left;
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
}
#moreLinks #photographyLink {
	float: right;
	height: 325px;
	width: 210px;
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
}
#moreLinks #printLink {
	margin-left: 10px;
	float: left;
	height: 325px;
	width: 210px;
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
}
#moreLinks #logoLink {
	margin-right: 10px;
	float: right;
	height: 325px;
	width: 210px;
	background-color: #f1f1f1;
	border: 1px solid #e4e4e4;
}
#moreLinks img {
	margin-left: 23px;
	margin-top: 30px;
}

/* 2 column */
#main {
float:left;
width:500px;
background:#9c9;
}
#sidebar {
float:right;
width:250px;
background:#c9c;
}
.left {
	float: left;
	height: auto;
	width: 440px;
	margin-right: 15px;
}
.left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #393939;
	font-size: 1.5em;
	letter-spacing: -2px;
}
.left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	padding-right: 20px;
	color: #393939;
}
.left h2 {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #393939;
	letter-spacing: -1px;
}
.left p a {
	text-decoration: none;
	color: #08bbe2;
}
.right  {
	float: right;
	height: auto;
	width: 380px;
	margin-left: 0px;
	margin-right: 25px;
}
.right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #393939;
	font-size: 1.5em;
	letter-spacing: -2px;
}
.right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	padding-right: 20px;
	color: #393939;
	margin: 0;
}
.right h2 {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #393939;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.right p a {
	text-decoration: none;
	color: #08bbe2;
}
.servicesSpacing {
	height: 425px;
}
.portfolioBackground {
	background-color: #f1f1f1;
	height: 205px;
	width: 280px;
	border: 1px solid #e4e4e4;
}
.portfolioText {
	height: 60px;
	width: 280px;
}
.portfolioText h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #393939;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.portfolioText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #393939;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
.portfolioBackground .bcardCenter {
	margin-left: 22px;
	margin-top: 18px;
}
.headerOne {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #393939;
	font-size: 1.5em;
	letter-spacing: -2px;
}
