/*-----------------------------------------------------------------------------
author: Robert Crosbee/ Crosbee Design Group (bcrosbee@comcast.net)
date: 01/28/2009
client: Angel Adams Consulting for PalmettoSoft.com

/*------colors----------------------------------------
background: #FFFFFF
content background: #625f56
pink: #e6adbd
light green: #9dda98
red: #b20838
dark green: #305218
left column background: #312a25
copy area background: #ede6ca
a:link: #0072bc
a:hover: 

-----------------------------------------------------------------------------*/
/*------reset-------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	border: none;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	
}

:focus { outline: 0; }

blockquote, q { quotes: "" ""; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

/* Remove border around linked images and fix Firefox odd spaces */
img { border: 0; vertical-align: bottom; }

caption, th, td { font-weight: normal; text-align: left; }

/*debug border on all divs*/
div { border: 0; }

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html {
	height: 100%;
	margin-bottom: 1px; /* added for flash detection */
}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }

.nav ul, .topnav ul, .leftnav ul, .footnav ul { list-style: none; }

/* Class for clearing floats */
.clear { clear: both; }

/*----------------begin--------------------*/

body {
	margin: 0 auto;
	/* make IE center the site */
	text-align: center;
	background: #fff;
	font-size: 62.5%;
}

/*--------content----------------*/*

#headerWrapper {
	width: 100%;
	height: 188px;
	background: url(../_media/bg_header.jpg) repeat-x center top;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2 !important;
	height:188px;		
}

/* setting the logo index link */
#home {
	width:648px;
	height: 200px;
	position: absolute;top: 0;left: 20px;
}

.logo {
	width: 629px;
	float: left;
   overflow: hidden;
   height: 96px !important;
	margin: 20px 0 !important;
}



#midWrapper {
	width: 100%;
overflow: hidden;
	background: #625f56 url(../_media/bg_content.jpg) repeat-x;
}

#mid {
	width:960px;
	margin:0 auto;
	position: relative;
	top: 40px;
}
	#leftcolWrapper {
		width: 223px;
		overflow: hidden;
		float: left;z-index: 1;	
	}
	#testimonials {
		background: #312a25;
		padding: 15px;
		overflow: hidden;
		padding-bottom: 40px!important;
		margin-bottom: 5em;
	}

#rightcolWrapper {
	width: 737px;
	overflow: hidden;
	float: right;
	text-align: right;	
	margin-bottom: 5em !important;
}	
	#rightcolContentOne {
		width: 679px;
		background-color: #fff !important;
		padding: 5px;
		overflow: hidden;
		float: right;
	}
	#rightcolNav {
		width:243px;
		float: left;
		height: 319px;
	}
	#rightcolFlash {
		float: right;
		width: 431px;
		height: 319px;
		background: url(../_media/bg_flash.png);
	}
	
#rightcolContentTwo {
	width: 679px;
	background-color: #fff;
	padding: 5px;
	overflow: hidden;
	float: right;
	margin-bottom: 5em;

}

#rightcolContentThree {
	width: 679px;
	background-color: #fff;
	padding: 5px;
	overflow: hidden;
	float: right;
	margin-bottom: 5em;
}

#rightcolContentFour {
	width: 679px;
	background-color: #fff;
	padding: 5px;
	overflow: hidden;
	float: right;
	margin-bottom: 5em;
}

#rightcolContentFive {
	width: 679px;
	background-color: #fff;
	padding: 5px;
	overflow: hidden;
	float: right;
	margin-bottom: 5em;
}

#rightcolContentSix {
	width: 679px;
	background-color: #fff;
	padding: 5px;
	overflow: hidden;
	float: right;
	margin-bottom: 5em;
}

#rightcolCopyNew {
	background: #ede6ca;
	width:402px;
	padding: 15px;
	float: left;
	text-align: left;
}

#rightcolCopyWide {
	background: #ede6ca;
	width:649px;
	padding: 15px;
	float: left;
	text-align: left;
}

#rightcolLocations {
	width:213px;
	padding: 15px;
	float: right;
	text-align: left;	
}
	
#footerWrapper {
	width: 100%;
	height: 78px;
	background: url(../_media/bg_footer.jpg) repeat-x center top;
}

#footer {
	width: 960px;
	margin: 0 auto;
	position:relative;
	top: 20px;	
}

/*------------------------ forms --------------------------*/
/* for form field labels */
label:after { content: ":"; }

/*-------------mainnav--------------------------------------*/

#mainnav {
	width:960px;
	height:44px;		
}
	.mainnav li {
		display: inline;
		height: 103px;
		list-style: none;
		padding: 0;
		font: 1.8em/2.2em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		margin: 0 18px 0 18px;
		line-height: 54px;
	}

/*------------------rightcolNav---------------------------*/
/* image rollover technique */	

.rightcolNav {
	
}

.rightcolNav a {
	float: left;
	height: 0px !important;
	height: 103px; /* for IE5/Win only */
	margin: 0;
	overflow: hidden;
	padding: 103px 0 0 0;
}

.rightcolNav a:hover, .rightcolNav a:active { 
	background-position: 0 -103px; cursor: pointer;
}

.rightcolNav li {
	display: block;
	height: 103px !important;overflow: hidden !important;
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

.rightcolNav .rightbtnOne, .rightcolNav .rightbtnTwo  {
	margin-bottom: 5px !important;
}

,rightbtnOne {
	height: 103px !important; overflow: hidden !important;
}

.rightbtnOne a {
	background: url(../_media/rightcolNav_consulting.jpg) no-repeat top left;
	width: 243px;
}

.rightbtnTwo a {
	background: url(../_media/rightcolNav_accounting.jpg) no-repeat top left;
	width: 243px;
}

.rightbtnThree a {
	background: url(../_media/rightcolNav_CSRs.jpg) no-repeat top left;
	width: 243px;
}

/*----------- footernav --------------------------------*/

#footernav {
	width:540px;
	float: left;
	text-align: left;
	margin-top: 12px;
}

.footernav li {
	display: inline;
	height: 103px;
	list-style: none;
	padding: 0;
	font: 1.2em/1.2em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin: 0 10px 0 0;

}

/*---------------- misc ---------------------*/
/* transparency for all browsers CSS level 3*/
/*.yourClass {
	filter: alpha(opacity=50); Needed for IE
	-khtml-opacity: 0.5; Old versions of Safari and "KHTML" browser engines
	-moz-opacity: 0.5; Older mozilla broswers like NN
	opacity: 0.5; FF, Safari, and Opera
}*/

/* ie6 double float margin bug - add display: inline to fix */
.yourClass {
	display: inline;
	float: left;
	margin: 20px 0 15px 100px;
	width: 350px;
}

/* makes min height than can expand */
#yourId {
	height: auto !important;
	height: 300px; /*Needs to match the min height pixels above*/
	min-height: 300px;
}

/*-------------------imports-------------------*/

/* @import '_css/print.css' print; */
/* @import '_css/mobile.css' handheld; */