@charset "utf-8";
/* CSS Document */
@import url("reset.css");
#wrap_accordion {
	margin-top: 30px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

/*End hide from IE-mac */


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #89361A;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(../images/backgrounds/BG_metallic.png);
	background-position: top;
	color: #333;
}
#logoWrap {
	height: 90px;
	width: 810px;
	background-repeat: no-repeat;
	background-position: left top;
}
/*
Banner Logo is for July 2010 layout
*/
#bannerLogo {
	display: none;	
}




/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:810px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/orangeSquares/logoHighlight.png);
}



#content {
	width: 810px;
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 4px;
}
#contentInnerWrap {
	width: 690px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	background-image: url(../images/orangeSquares/BG_content.png);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}

/*
this wrap is the same as the contentInnerWrap, but just for the Portfolio page so there is no conflict with buttons and bullets
*/
#contentInnerWrapPortfolio {
	width: 690px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	background-image: url(../images/orangeSquares/BG_content.png);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
}
#contentInnerWrap a, #contentInnerWrapPortfolio a {
	color: #A03E1E;
}


#topCurve {
	background-image: url(../images/orangeSquares/ContentTop.png);
	background-repeat: no-repeat;
	width: 810px;
	height: 16px;
	background-position: left top;
}

#bottomCurve {
	background-image: url(../images/orangeSquares/ContentBottom.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 810px;
	float: left;
	display: inline;
	background-position: left top;
	padding-bottom: 20px;
}

#photoBanner {
	background-color: #FFF;
	height: 217px;
	width: 806px;
	padding: 2px;
}
.rssWrap {
	height: 13px;
	width: 200px;
	position: absolute;
	top: 3px;
	right: 3px;
	text-align: right;
	vertical-align: top;
}


#photoLink {
	height: 27px;
	width: 200px;
	position: absolute;
	left: 79px;
	top: 556px;
	z-index: 9998;
	display: none;
}


#navWrapperOrangeSquares {
	position: relative;
	width: 810px;
	z-index: 9000;
}




/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}








#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

#creditBox a {
	color: #DFDFDF;
	font-size: 1em;
	text-decoration: none;
}

#creditBox a:hover {
	color: #DFDFDF;
	font-size: 0.9em;
	text-decoration: underline;
}



/* PAGE FOOTER */

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color:#DFDFDF;
	font-size: 1em;
}
.highlight {
	font-size: 1.3em;
}


#footerBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #DFDFDF;
	text-decoration: none;
}

#footerBox a:hover {
text-decoration: underline;
}
h1 {
	font-size: 1.6em;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #A03E1E;
	font-size: 1.3em;
	text-transform: none;
	font-weight: bold;
}



h3 {
	color: #9D4E15;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 15px;
	padding-top: 20px;
}
h4 {
	color: #FFF;
	font-weight: bold;




	font-size: 1.em;
	margin-bottom: 10px;
	margin-top: 25px;
	padding-left: 9px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	background-image: url(../images/orangeSquares/BG_NavPatternFull.png);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#sidebarRight {
	background-color: #E8E8E8;
	float: right;
	width: 235px;
	margin-bottom: 40px;
	margin-left: 35px;
	border: 2px none #909090;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 15px;
	font-style: italic;
}
#sidebarRight a {
	font-weight: bold;
}

#sidebarRight h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 24px;
	font-size: 0.9em;
	padding-right: 15px;
	padding-top: 7px;
	letter-spacing: 0.1em;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/orangeSquares/BG_NavPatternFull.png);
}

.sidebarRightContent {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.columnLeft {
	float: left;
	width: 310px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.columnLeftSeo {
	float: left;
	width: 375px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.columnRight {
	float: right;
	width: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
}

h5 {
	color: #A03E1E;
	font-weight: bold;
	font-size: 1.1em;
}




.portfolioAlign {
	float: right;
	border: 1px solid #999;
	margin-bottom: 75px;
	margin-left: 20px;
}
.boxedArea {
	padding: 15px;
	border: 1px dotted #AF5016;
}
.imageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.promoBoxHome {
	padding: 20px;
	border: 1px dotted #6D5E0C;
	width: 170px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.newWindow {
	font-size: .7em;
}


.p7APM05 .p7APMpanelcontent li {
	padding-bottom: 10px;
	margin-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 10px;

}


.slideshowWrap {
	float: right;
	width: 150px;
	margin-bottom: 25px;
	margin-left: 28px;
	margin-top: 20px;
	background-color: #FDE8BB;
	border: 1px solid #999;
}
.slideshowWrap ul , .contactWrap ul{
	padding-left: 10px;
	padding-top: 20px;
}
.slideshowWrap li , .contactWrap li{
	padding-bottom: 11px;
	background-image: url(../images/bullet.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
	font-weight: normal;
	font-size: .9em;

}

.bulletSpacing {
	padding-bottom: 10px;
	margin-left: 25px;
}
#promoBoxLeft {
	height: 61px;
	width: 166px;
	position: absolute;
	left: -141px;
	top: 408px;
	background-color: #FAD383;
	padding: 15px;
	border: 1px solid #D16E05;
	text-align: center;
	z-index: 9999;
}
.tagline {
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 15px;
	font-style: italic;
	display: none;
}
#sampleBox {
	background-color: #CCC;
	height: 120px;
	width: auto;
	margin-top: 20px;
	display: none;
}
#contentInnerWrap ul{
	margin-top: 10px;
	margin-left: -6px;
}
#contentInnerWrap li {
	padding-bottom: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 15px;
}
.quote {
	color: #A03E1E;
	font-weight: bold;
	font-size: 1.1em;
}
.sidebarTitle {
	color: #A03E1E;
	font-weight: bold;
	font-size: 1.5em;
}
.homeButtonWrap {
	height: 30px;
	width: 75px;
	position: absolute;
	left: 712px;
	top: 2px;
}
