/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
/* this rule comes from the Community MX > CMX CSS Collection > Cheats and Productivity snippets. See http://www.communitymx.com/abstract.cfm?cid=F9B3D */
html, body, ul, ol, li, p, object, h1, h2, h3, h4, h5, h6, embed, form, fieldset, a, img, iframe {
	margin: 0;
	padding: 0;
	border: 0;	
	font-size: 100.01%;
	font-family:  Arial, Helvetica, sans-serif;/*set the default font family*/
	color:#333;
}

body {
	background-color: #3E3E3E;
}

p {
	line-height: 18px;
}

#wrapper {
	margin: 0 auto;/*set the margins to centre the page*/
	width: 930px;/*set a width on the wrapper*/
	font-size: 80%;/*scale the font off the body*/
	background-image: url(../img/wrapperBG.gif);/*set the wrappers bg image*/
	background-repeat: repeat-y;/*repeat the bg down the page*/
}

#header {
	background:url(../img/headerBG.gif);
	height: 110px;/*set a height - no text to worry about being resized - height needed to open the div to show the bg image*/
}

#menuHolder {
	height: 45px;
	width: 870px;
	margin: 0 auto;	
}

#strapHome {	
	clear: both;
	height: 235px;/*set a height - no text to worry about being resized - height needed to open the div to show the bg image*/
	margin: 0 auto;
	width: 870px;
	position: relative;	
}

.bgServices_cons {
	background-image: url(../img/strapBG_servicesCons.jpg);
}

#strapTitle {
	position: absolute;
	top: 9px;
	left: 12px;
	width: 258px;
	height: 50px;
}

.strapTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	margin: 0;
}

#strapDesc {
	position: absolute;
	top: 58px;
	left: 12px;
	width: 220px;
	height: 170px;
}

.strapDescTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #bf5e37;
}

.strapDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	padding-top: 5px;
	margin-left: 3px;
	line-height: 20px;
}

#contentWrap {
	width: 870px;
	margin: 10px auto 0 auto;	
}

#contentHome {
	width: 870px;/*set a width for the content*/	
	margin: 0px auto;
	background-color: #FFFFFF;
	position:relative;
	padding: 0 0 0 0;
	margin-top: 10px;
}

#contentBasic {
	width: 830px;/*set a width for the content*/	
	margin: 0px auto;
	background-color: #FFFFFF;
	position: relative;
	padding: 20px 20px 10px 20px;
	background-image:url(../img/contentBottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}

#contentPort {
	width: 830px;/*set a width for the content*/	
	margin: 0px auto;
	background-color: #FFFFFF;
	position: relative;
	padding: 20px 20px 10px 20px;
	background-image:url(../img/contentBottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	
}

.topCorner {
	position:absolute;
	top: 0px;
	right: 0px;
}

.bottCorner {
	position:absolute;
	bottom: 18px;
	left: 0px;
	height: 2px;
}

#footer {
	background-image: url(../images/footer_bg.jpg);/*set the bg image*/
	background-repeat: no-repeat;/*diable the repeat*/
	height: 20px;/*set the height to show the bg image*/
	width: 870px;
	margin: 0 auto;/*adjusts the footer's position*/
	padding-top: 6px;
	clear: both;/*Clears the left col and any floats that may be set to the right*/	
}

#bottomShadow {
	background-image: url(../img/bottomShadow.gif);/*set the bg image*/
	background-repeat: no-repeat;/*diable the repeat*/
	height: 15px;/*set the height to show the bg image*/
	clear: both;/*Clears the left col and any floats that may be set to the right*/
}

/***************************************************/

/***************  Box Styles   *******************/

#box_homeGreetingTop {
	background-color: #e6e5e2;
	background-image: url(../img/corner_topGrey.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 800px;
	padding: 10px;
}

#box_homeGreetingBott {
	background-color: #ecebea;
	background-image: url(../img/corner_bottGrey.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 10px 40px 10px 20px;
	width: 350px;	
}



/***************  Nav Bar Menu   *******************/

img {border: none;}

/**************   menu end   *************/

.longContainer {	
	width: 840px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatLeftImg {
	float: left;
	margin: 0 10px 0 0;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0;/*set the padding*/
	margin: 0 0 5px 0;
	color: #e39d35;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;/*set the padding*/
	margin: 0 0 5px 0;
	color: #e39d35;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0;/*set the padding*/
	margin: 0 0 10px 0;
	color: #8a7a71;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;/*set the padding*/
	margin: 0 0 0 0;
	font-weight: bold;
	color: #843007;
}

#header p {
	margin: 85px 35px 0 0;
	color: #e5a549;
	font-size: .8em;
	font-weight: bold;
}

#header a {
	color: #ffffff;
	text-decoration: none;	
}

#header a:hover {
	color:#EDAD4E;
}

.parMargined {
	padding: 0 20px 0 20px;
}

#contentHome ul	{
	margin: 0 0 0 50px;
	color: #666666;
	list-style-image: url(../img/listDot.gif);
	font-size: 12px;
}

#contentHome ul	li {
	height: 18px;
}

#contentBasic ul	{
	margin: 10px 0 0 50px;
	color: #222;
	list-style-image: url(../img/listDot.gif);
	font-size: 12px;
}

#contentBasic ul li {
	height: 20px;
}

#contentPort ul li {
	list-style-type:none;
	display:inline;
	margin:0 30px 30px 0;
	
}

#footer p {
	color: #e5a549;
	font-size: .8em;
	font-weight: bold;
}

#footer a {
	color: #ffffff;
	text-decoration: none;	
}

#footer a:hover {
	color:#EDAD4E;
}

#innerFooter {

}

.clearFloat {
	clear: both;
}

.colonSpace {
	margin: 0 7px 0 7px;
}

.greeting {
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
}

.greetingSmall {
	margin: 0 0 0 0;
	color: #843007;
	font-size: 12px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width:350px;
	float:left;
}

ol li {
	margin: 5px 0 0 30px;
}

#quoteblock {
	width:350px;
	font-size:14px;
	font-weight:bold;
}


/******************************************/



/******************************************/

