
* {padding: 0; margin: 0;} 

body {
	font-family: "Arial", san-serif;
	font-size: medium;
	background: #dad3c1;
	width: 930px;
}

#masterwrap {
	margin: 0.2em 2em;
	background-color: #dad3c1;
	width: auto;
	height: auto;
}
#wrapper {
	width: 930px;
}
/*-------------------Navigation Styling------------------------*/
#topNavigation {
	background: url(../images/NavBar.jpg) no-repeat;
	width: 930px;
	height: 50px;
	text-align: left;
	display: block;
	list-style: none;
	margin-top: -3px;
}
#topNavigation li {
	list-style: none;
	float: left;
	padding: 0.5em 2em 0 2em;
}
#topNavigation a {
	color: #ffffff;
}
#topNavigation a:hover {
	color: #a75526;
}
#active a:link {
	color: #a75526;
}
#googlePlusIcon {
	position: absolute;
	top: 149px;
	left: 712px;
	width: 33px;
	height: 33px;
	background-color: transparent;
}
#youTubeIcon {
	position: absolute;
	top: 149px;
	left: 752px;
	width: 33px;
	height: 33px;
	background-color: transparent;
}
#facebookIcon {
	position: absolute;
	top: 149px;
	left: 792px;
	width: 33px;
	height: 33px;
	background-color: transparent;
}
#flickrIcon {
	position: absolute;
	top: 149px;
	left: 829px;
	width: 33px;
	height: 33px;
	background-color: transparent;
}
#linkedInIcon {
	position: absolute;
	top: 149px;
	left: 866px;
	width: 33px;
	height: 33px;
	background-color: transparent;
}
#twitterIcon {
	position: absolute;
	top: 149px;
	left: 904px;
	width: 33px;
	height: 33px;
	background-color: transparent;
}

/*-------------------End Navigation Styling------------------------*/
.contactInfo {
	position: absolute;
	margin-top: -90px;
	margin-left: 720px;
	text-align: right;
}
#TopContent {
	background-color: #71624B;
	width: 930px;
	height: 500px;
}
#Banner {
	width: 930px;
	height: 40px;
	border-bottom: 2px solid #dad3c1;
	position: relative;
	top: 20px;
}
#Banner h1 {
	color: #dad3c1;
	font-size: 1.7em;
	padding-left: 20px;
}
#leftContent {
	width: 290px;
	padding: 20px 0 0 20px;
}
#leftContent p {
	color: #000000;
	font-size: .9em;
	text-align: justify;
	padding: 0;
	margin: 0;
	line-height: 1.1em;
}
/* -------------Current slideshow Formattiing ---------------*/

#blackBox {
	background: url(../images/slideshowShadow.png);
	background-repeat: no-repeat;
	width: 577px;
	height: 336px;
	position: absolute;
	margin-top: -340px;
	margin-right: 15px;
	margin-left: 325px;
	z-index: 0;
}
#blackBoxTop {
	background: url(../images/slideshowBox.jpg);
	background-repeat: no-repeat;
	z-index: 100;
	position: absolute;
	width: 577px;
	height: 305px;
	position: absolute;
	margin-right: 15px;
	margin-top: -20px;
}
#blackBox #slideshow {
	width: 560px;
	height: 265px;
	margin-top: 5px;
	margin-left: 5px;
}
#blackBox a { 
	color: #A75526; 
	text-decoration: underline; 
	font-size: 0.7em;
}
.dark { 
	font-size: 1.2em;
	color: #383838;
	width: 500px;
	margin: 10px;
}
.light {
	font-size: 1.2em;
	color: #dad3c1;
	width: 500px;
	margin: 10px;
}
#blackBox .testimonial {
	width:550px;
	height: 250px;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
}
#blackBox .testimonial-image { 
	width: 550px; 
	height: 250px; 
	margin-top: -10px;
	margin-left: -10px;
}
#blackBox .testimonial-content h3{
	height: 370px;
	width: 500px;
	background-color: none;
	margin-top: -243px;
	margin-left: 0px;
	text-align: left;
	font-size: 1.1em;
}
#blackBox .testimonial-image img { 
	margin: 10px;
}
#blackBox #nav { 
	width: 577px;
	height: 25px;
	position: absolute;
	z-index: 100;
	margin-top: 10px;
	margin-left: 20px;
	color: #DAD3C1;
}
#blackBox #nav a { 
	padding: 1px 3px; 
	margin-left: 3px; 
	text-decoration: none; 
	color: #DAD3C1;
	font-size: 1em;
}
#blackBox #nav a:hover { 
	background: #A75526; 
	color: #DAD3C1; 
}
#blackBox #nav a.activeSlide { 
	background: #A75526; 
	color: #DAD3C1; 
}
#blackBox #nav a:focus { 
	outline: none; 
}

/* -------------End Current slideshow Formattiing ---------------*/

#BoxContent {
	width: 930px;
	top-margin: 20px;
	height: 460px;
}

.leftBox {
	width: 436px;
	float: left;
	margin-top: 20px;
	position: absolute;
}

.leftBox p{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-align: left;
	background: #c8bea3;
	color: #685c4a;
	width: 436px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 2px #666; /*adds drop shadow in Mozilla browsers*/
	-webkit-box-shadow: 2px 2px 2px #666; /*adds drop shadow in Safari/Chrome browsers*/
	box-shadow: 2px 2px 2px #666; /*adds drop shadow for browsers that already support box-shadow (Firefox 3.1+ and Safari3+*/
}

.leftBox h4 {
	font-size: 1em;
	color: #ffffff;
	background-color: #a75526;
	border-top: 1px solid#ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	width: 436px;
	-moz-box-shadow: 2px 2px 2px #666;/*horizontal, vertical offsets, blur radius, color*/
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

.rightBox {
	width: 436px;
	float: right;
	margin-right: 13px;
	margin-left: 470px;
	margin-top: 20px;
	position: absolute;
}
.rightBox h4 {
	font-size: 1em;
	color: #ffffff;
	background-color: #a75526;
	border-top: 1px solid#ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	width: 436px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
.rightBox p{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-align: left;
	color: #685c4a;
	padding: 5px 10px 5px 10px;
	background: #c8bea3;
	width: 436px;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
a {
	text-decoration: none;
}
p {
	padding: 10px 20px 10px 20px;
	font-size: 0.9em;
	color: #ffffff;
	text-align: justify;
}

h2 {
	font-size: 1.4em;
	color: #000;
	padding: 20px 0 20px 0;

}
h3 {
	font-size: 1.2em;
	color: #dad3c1;
	padding: 20px;
}
.rust {
	font-size: 1em;
	color: #a75526;
	font-style: bold;
}
.khaki {
	font-size: 1em;
	color: #877861;
	font-style: normal;
}
.small {
	font-size: 0.6em;
	color: #877861;
}
p.credits {
	padding: 0;
	margin: 0;
	font-size: .7em;
	color: #47331c; /*dark brown */
}
#BoxContent a{
	float: right;
	margin-right: 15px;
	color: #A75526; /*rust*/
	font-size: .7em;
	line-height: .7em;
}
#BoxContent a:hover {
	text-decoration: underline;
}
#Content {
	width: 930px;
}
#Content h4 {
	font-size: 1em;
	color: #ffffff;
	padding: 5px;
	background-color: #a75526;
	border-top: 1px solid#ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;: 0px 1px 2px #666;
}
#Content p {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-align: left;
	color: #685c4a;
	padding: 20px;
	text-align: justify;
	background: #c8bea3;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
a.inline {
	padding-top: 5px;
}
/*-----------------Portfolio Teaser---------------------------*/
#portfolioBar{
	width: 924px;
	background-color: #71624B;
	height: 160px;
	position: relative;
	padding: 2px 0 0 5px;
	border: 1px solid #ffffff;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#portfolioBar {margin-top: -40px;}
}

.portfolioBar img {
	border: 1px solid #ffffff;
	display: inline;
}

#portfolioButton img{
	float: right;
	position: absolute;
	width: 40px;
	height: 162px;
	margin-left: 19px;
	margin-top: -2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #ffffff;
}

/*-----------------End Portfolio Teaser---------------------------*/


/*-----------------Portfolio Page---------------------------*/
#Portfolio {
	width: 930px;
}
#Portfolio h4 {
	font-size: 1em;
	color: #ffffff;
	padding: 5px;
	background-color: #a75526;
	border-top: 1px solid#ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;: 0px 1px 2px #666;
}
.portfolioBarPortfolio12{
	width: 898px;
	background-color: #71624B;
	height: 480px;
	position: relative;
	padding: 2px 0 0 30px;
	border: 1px solid #ffffff;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
.portfolioBarPortfolio8{
	width: 898px;
	background-color: #71624B;
	height: 320px;
	position: relative;
	padding: 2px 0 0 30px;
	border: 1px solid #ffffff;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
.portfolioBarPortfolio4{
	width: 898px;
	background-color: #71624B;
	height: 160px;
	position: relative;
	padding: 2px 0 0 30px;
	border: 1px solid #ffffff;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
.portfolioBarPortfolio img {
	border: 1px solid #ffffff;
	display: inline;
}
/*-----------------End Portfolio Page---------------------------*/

/*--------------------------boxgrid styling------------------*/
		
.boxgrid{ 
	width: 194px; 
	height: 135px; 
	margin: 8px; 
	float:left; 
	background:#161613; 
	border: #ffffff medium ridge;
	overflow: hidden; 
	position: relative; 
}
.boxgrid:hover {
	border: #a75526 medium ridge;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#DAD3C1; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxgrid a{ 
	color:#A75526; 
}				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000000; 
	height: 135px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.caption .boxcaption {
 	top: 135px;
 	left: 0;
}
.cover h3 { 
	margin: -10px 10px 10px 10px; 
	color: #DAD3C1; 
	font-weight: bold; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #ffffff; 
	font-size: 1em;
}
.cover h3 a { 
	color: #ffffff; 
}

/*--------------------------end boxgrid styling------------------*/

#contactPage {
	background-color: #71624B;
	width: 930px;
	height: auto;
	padding-bottom: 20px;
}
/*--------------Contact Form Styling------------------------*/

h3 {
	font-size: 1.2em;
	color: #dad3c1;
	padding: 20px;
}
fieldset {
	float: left;
	clear: left;
	background-image: url(../images/contactGradient.jpg);
	background-repeat: repeat-x;
	width: 570px;
	margin: .5em 0 0 2em;
	padding: 0 .5em .7em .5em;
	border: 2px solid #2A2A2A;
	font-size: 0.9em;
}
legend {
	margin-left: 1.2em;
	color: #dad3c1;
	font-weight: bold;
}
fieldset ol {
	padding: 1.1em .5em 0 .5em;
	list-style: none;
}
fieldset li {
	color: #2a2a2a;
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: .7em;
}
fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-top: 1em;
	padding-left: 1em;
	background-color: transparent;
	background-image: none;
}
label {
	color:#2a2a2a;
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}
label em {
	left: 10em;
	position: absolute;
	top: -.2em;
}
.surname {/*this is used to protect the contact form from spam bots*/
	visibility: hidden;
}
/*--------------End Contact Form Styling------------------------*/
#about {
	background-color: #71624B;
	width: 922px;
	padding-bottom: 20px;

}

/*------------------------blog---------------------------------*/
#blog {
	width: 930px;
	top-margin: 20px;
	height: 300px;
}
#blog a:link {
	color: #fff;
}
#blog a:visited {
	color: #fff;
}
#blog h2 {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #262626;
	font-size: 1.4em;
	width: 436px;
}

.leftBlog {
	width: 436px;
	float: left;
	margin-top: 20px;
	position: absolute;
	background: #c8bea3;
	border-top: 1px solid#ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}

.leftBlog p{
	text-align: left;
	color: #685c4a;
	width: 436px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

.leftBlog h4 {
	margin-left: -10px;
	font-size: 1em;
	color: #ffffff;
	background-color: #a75526;
	border-top: 1px solid#ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	width: 436px;
}

.rightBlog {
	width: 436px;
	float: right;
	margin-right: 13px;
	margin-left: 470px;
	margin-top: 20px;
	position: absolute;
	background: #c8bea3;
	border-top: 1px solid#ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
}
.rightBlog h4 {
	margin-left: -10px;
	font-size: 1em;
	color: #ffffff;
	background-color: #a75526;
	border-top: 1px solid#ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px 5px 10px;
	width: 436px;
}
.rightBlog p{
	text-align: left;
	color: #685c4a;
	padding: 5px 10px 5px 10px;
}

/*------------------------end blog---------------------------------*/
/*------------------------Sitemap---------------------------------*/
#sitemap {
	background-color: #c8bea3;
	border-top: 1px solid#ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 25px 10px 15px 10px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	width: 914px;
}
#sitemap li {
	margin-left: 30px;
	text-decoration: none;
	color: #A75526;
}
#sitemap li a:visited{
	text-decoration: none;
	color: #000000;
}
#sitemap li a:hover{
	text-decoration: none;
	color: #817658;
}
/*------------------------end Sitemap---------------------------------*/


#footer {
	width: 930px;
}
#breadcrumb {
	display: block;
	list-style: none;
	width: 860px;
	font-size: 0.8em;
	text-align: center;
	position: relative;
}
#breadcrumb li {
	list-style: none;
	color: #000000;
	float: left;
	padding: 1em .5em 1em 0;
}
#breadcrumb a:link {
	color: #000000;
}
#breadcrumb a:hover {
	color: #817658;
}
#breadcrumb a:visited {
	color: #A75526;
}
#copyright p{
	margin:0;
	padding:0;
	color: #817658;
	font-size: 0.8em;
}
p.contact_info a{
	color: #a75526;
	font-size: 0.8em;
}
.clear {
	clear: both;
}

