/* Copyright Freerun Technologies Inc. | All Rights Reserved */

body {
	margin: 0;
	padding: 0;
}

#pageCont {
	width: 802px;
	text-align: left;
	margin: 0 auto; padding: 0 0 60px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#pageWrapper {
	width: 802px;
	background: url(/img/shadowTile.jpg) repeat-y top center !important;
}

#contentWrapper {
	width: 790px;
	margin: 0 0 0 5px;
}

#rotatorCanvasSec {
	min-height: 295px;
	background: url(/img/rotatorCanvas.jpg) no-repeat top center !important;
}

#rotatorCanvasSec_sub {
	min-height: 45px;
	background: url(/img/canvasBackdrop.jpg) no-repeat top center !important;
}

#footer {
	margin: 40px auto 10px; padding: 0;
	font: 9px Verdana, Arial, Helvetica, sans-serif !important;
	text-align: center !important;
}






#r1_wide, #r2_wide, #r3_multiCol, #r4_wide, .logoCont, .auxHeaderLinks {
	float: left;
}

#r1_wide, #r3_multiCol, #r4_wide {
	text-align: left;
}

#r1_wide {
	height: 102px;
}

#r2_wide {
	width: 790px;
	height: 289px;
	margin: 0 auto; padding: 0;
	border: 0;
	text-align: center;
	background: url(/img/focusBoxBg.jpg) no-repeat;
}

#r3_multiCol {
	margin: 10px 0 0 0;
}

.r3_c1, .r3_c2 {
	float: left;
}

.r3_c1 {
	width: 159px;
	padding: 0 10px;
	border-right: 1px dashed #c8c38e;
}

.r3_c2 {
	width: 590px;
	padding: 0 10px;
}

#r4_wide {
	width: 790px;
	margin: 70px 0 20px 0;
}



.logoCont {
	width: 230px;
	text-align: left;
}

.logoCont img {
	margin: 20px 0 0 20px;
}

.auxHeaderLinks {
	width: 560px;
	text-align: right;
	margin: 46px 5px 0 0;
}

.auxHeaderLinks a:link, .auxHeaderLinks a:visited {
	text-decoration: none;
	color: #000;
}

.auxHeaderLinks a:hover {
	text-decoration: underline;
}

/* Focus Box Content Container */
#rotatorCanvasSec #focusBoxContentCont {
	width: 760px;
	height: 250px;
	text-align: center;
	margin: 0; padding: 21px 0 0 21px;
}

#rotatorCanvasSec_sub #focusBoxContentCont_sub {
	width: 760px;
	height: 33px;
	text-align: left;
	margin: 0; padding: 12px 0 0 18px;
}

#focusBoxContentCont_sub h1 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #738b1b;
	font-weight: bold;
}


/* Nav Box */
#navBoxCont {
	margin: 0 0 20px 0; padding: 0;
}

#navBoxTxtCont {
	margin: -2px 0 -4px; padding: 2px 0 20px;
	background: url(/img/navBox/navSlice.jpg) repeat-y top center !important;
}

#navBoxTxtCont a:link, #navBoxTxtCont a:visited {
	text-decoration: none;
	color: #e4f9b9;
}

#navBoxTxtCont a:hover {
	color: #fff;
	padding: 10px;
	background-image:url(/img/navBox/navHoverBg.jpg) bottom center !important;
}

.navBoxLinks, .navBoxLinksTop {
	width: 147px;
	margin: 0 auto;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #e4f9b9;
}

.navBoxLinks {
	padding: 5px 0 5px 6px;
	border-top: 1px solid #8d9c6f;
	border-bottom: 1px solid #fff;
}

.navBoxLinksTop { 
	padding: 0 0 5px 6px;
	border-bottom: 1px solid #fff;
}


/* Portfolio Section */
.portfolioItemCont {
	float: left;
	margin: 20px auto 10px;
}

.portfolioImgCont {
	float: left;
	width: 300px;
	padding: 0 10px;
}

.portfolioTxtCont {
	float: left;
	width: 150px;
}

.portfolioTxtCont h2 {
	margin: 0; padding: 0;
}

.portfolioTxtCont h3 {
	margin: 0; padding: 0;
}

.portfolioTxtCont p {
	margin: 0; padding: 0;
}


.portfolioTxtCont p a:link, .portfolioTxtCont p a:visited {
	color: #738b1b;
	text-decoration: none;
}

.portfolioTxtCont p a:hover {
	text-decoration: underline;
}

.porfolioPgTitle {
	font: 18px Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	color: #738b1b;
}

.porfolioPgImg {
	padding: 0 0 12px 20px;
}

/* Contact Form on the Contact Us Tab */
input.emailformTable, textarea.emailformTable {
	width: 300px;
}



/* Clearer */
.clear {
	clear: both;
	margin-top:-1px;
	height:1px;
	font-size: 0px;
	border:0;
	padding: 0;
}