/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	margin-top: 0px;
	background-image: url(images/BG_wrapper.jpg);
	background-repeat: repeat-x;
	background-color: #AA652A;
}

/* Sets all margins and padding to zero*/

* {
margin: 0;
padding:0;
}

/* Main Wrapper*/
#wrapper {
	width:900px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2em;
}
.logoWrapper {
	background-color: #FFFFFF;
	height: 110px;
	width: 227px;
	position: absolute;
	left: 34px;
	top: 18px;
	z-index: 6000;
}
#navWrapper {
	height: 69px;
	width: 598px;
	margin-left: 300px;
	background-color: #F49E4D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #924F18;
	border-right-color: #924F18;
	border-bottom-color: #924F18;
	border-left-color: #924F18;
}
#contentWrapperFlexible {
	width: 900px;
	margin-top: 9px;
	background-image: url(images/BG_Content_bordered.gif);
	background-repeat: repeat-y;
	min-height:346px;
	height:auto !important;
	height:346px;

}
#contentInnerWrapper {
	width: 540px;
	padding-left: 30px;
	margin-left: 300px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #924F18;
}
#contentWrapperHome {
	width: 600px;
	padding-left: 0px;
	margin-left: 300px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}







/* Borders, using four quadrants - good for four-sided drop shadows using sliced images*/
.top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
.tlc {
	background-image: url(images/tlc.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.trc {
	background-image: url(images/trc.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.brc {
	background-image: url(images/brc.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.blc {
	background-image: url(images/blc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contentWrapper {
	padding: 50px;
}

/* Main Layout */

#headerBand {
	background-color: #FF6699;
	height: 100px;
	width: 760px;
}



/*
JESSE FOOTER CREDITS
*/
a.jesse:link {
	color: #333333;
	font-size:8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:visited {
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:hover {
	color: #333333;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 1pt
}
a.jesse:active {
	color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}



#jesseCredit {
	width: 580px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
}

/*
PAGE FOOTER
*/

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}

#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}

#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}



#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}

#footerBox {
	width: 600px;
	padding-top: 8px;
	margin-left: 300px;
	padding-bottom: 8px;
	font-size: 9pt;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*
Navigation Banner
*/

#navigationBanner {
	background-color: #0033FF;
	height: 50px;
	width: 760px;
}


/*
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;}

#sidebarNav {
	height: 267px;
	width: 200px;
	position: absolute;
	left: 52px;
	top: 143px;
	list-style-type: square;
	color: #FFFFFF;
}

#sidebarNav a:link {
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
}

#sidebarNav a:visited {
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
}

#sidebarNav a:hover {
	color: #FFFFFF;
	width: 200px;
	text-decoration: underline;
}

#sidebarNav a:active {
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
}

.sidebarBullet li {
	margin-left: 20px;
	list-style-type: square;
	margin-bottom: 4px;
	letter-spacing: .1em;
}

a.sidebar:link {
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
}

a.sidebar:visited {
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
}

a.sidebar:hover {
	color: #FFFFFF;
	width: 200px;
	text-decoration: underline;
}

a.sidebar:active {
	color: #FFFFFF;
	width: 200px;
	text-decoration: none;
}
.thumbnail {
	height: 45px;
	width: 45px;
	margin-right: 3px;
	float: left;
	margin-bottom: 10px;
	background-color: #9E5F29;
}
#thumbnailWrap {
	margin-right: auto;
	margin-left: auto;
}
.homeContentWrapper {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	border-bottom-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #924F18;
}
.Current {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

.bulletsBody li {
	margin-left: 35px;
	font-style: normal;
	margin-bottom: 2px;
	list-style-type: square;
}
h1 {
	color: #736D4D;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h2 {
	color: #924F18;
	font-size: 1.3em;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/arrow.gif);
	padding-left: 15px;
}
h3 {
	color: #924F18;
	font-size: 1.3em;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/arrow.gif);
	padding-left: 15px;
}
#portfolioTextWrap {
	width: auto;
}
.bulletsContact li {
	margin-left: 15px;
	font-style: normal;
	margin-bottom: 2px;
	list-style-type: square;
}
.border {
	border: 1px solid #666666;
}
#scrollerBox {
	float: left;
	height: 300px;
	overflow: auto;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
}
