/****************************************
/		Facility Solutions Inc (Corval)
/		MAIN CSS FILE
/		CREATED: 12-10-07
/		MODIFY:	 xx/xx/xxxx
****************************************/
/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* for text re-sizing */
	background: url(/images/bg.jpg) left top repeat-x #0F4E0A;
	color: #09113C;
}

* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

ul, ol{ margin-left:30px; }

a img { border:none; } /* remove border from img links */

/* img {behavior: url(css/iepngfix.htc)} */
.bottomLeftImages img {behavior: url(/_includes/css/iepngfix.htc)}

#map img {behavior: none} 

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

/* PAGE WIDTH AND CENTERING */
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	width: 954px;
	position: relative;
}
font {
	font-size: 1em;	/* Override FCK's font sizing scheme */
}

#leftBorder, #rightBorder {
	position: absolute;
	top: 147px;
	width: 10px;
	height: 673px;
	overflow: hidden;
}

#leftBorder {
	background: url(/images/pageElements/leftWrapper.jpg) left top no-repeat;
	left: 0px;
}

#rightBorder {
	background: url(/images/pageElements/rightWrapper.jpg) left top no-repeat;
	/*right: 0px;*/
	left: 943px;
}


/*************************
		HEADER
*************************/
#header {
	background: url(/images/pageElements/header_bg.jpg) left top no-repeat;
	height: 99px;
	position: relative;
	left: 2px;
}

#header .logo {
	display: block;
	position: absolute;
	top: 10px;
	left: 25px;
	width: 246px;
	height: 63px;
	background: url(/images/facility_solutions_logo.jpg) no-repeat;
}
#header .logo span { position: absolute; left: -999px; }

#topNav {
	position: absolute;
	right: 10px;
	top: 23px;
}

#topNav a {
	display: block;
	float: left;
	padding: 10px 0;
	color: #1e275a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#topNav a:hover, #topNav a.selected {
	color: #10A604;
}

#topNav a span {
	border-right: 2px solid #11a506;
	padding: 0 35px;
	display: block;
}
#topNav a.rightEnd span { border-right: none; }


/*************************
	LOWER PANEL
*************************/
#lowerPanel {
	background: url(/images/pageElements/lower_bg.jpg) left top repeat-y;
}

.lower_top {
	background: url(/images/pageElements/lower_top.jpg) left top no-repeat;
	width: 100%;
	/*height: 48px;*/
	overflow: hidden;
	margin: 0 0 0 0px;
}

.lower_top h1 {
	color: #FFF;
	line-height: 48px;
	margin: 0 0 0 30px;
}
.subTemp .lower_top h1 	{ font-size: 24px; }
.homeTemp .lower_top h1 	{ font-size: 14px; }


#banner {
	background-color: #1e275a;
	margin: 0 13px 0 12px;
	display: inline; /* IE6 floated margin fix */
	float: left;
}


/**** LEFT MENU ****/
#banner .leftMenu {
	width: 255px;
	float: left;
}

#banner .leftMenu a {
	color: #FFF;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
#banner .leftMenu a:hover { background: #303F8F; }

#banner .leftMenu a span {
	border-bottom: 1px solid #095B03;
	margin: 0 20px;
	display: block;
	padding: 10px 0 5px 0;
}
#banner .leftMenu a.bottom span { border-bottom: none; }



/**** banner image ****/

.subTemp #banner #bannerImg {
	height: 171px;
	overflow: hidden;
}


/*************************
		CONTENT
*************************/
#content {
	width: 927px;
	margin: 0 0 0 9px;
	display: inline; /* IE6 floated margin fix */
	border-top: 17px solid #095B03;
	border-left: 3px solid #095B03;
	background-color: #FFF;
	clear: left;
	float: left;
	position: relative;
}

.heightHolder {
	width: 1px;
	float: left;
	overflow: hidden;
}
.homeTemp .heightHolder { height: 420px; }
.subTemp .heightHolder { height: 490px; }

/**** LEFT COLUMN ****/
.leftCol {
	float: left;
}

.bottomLeftImages {
	position: absolute;
	bottom: -190px;
	left: 5px;
}

.contactBtn {
	width: 199px;
	height: 92px;
	position: relative;
	display: block;
	text-decoration: none;
	margin: 20px 0 0 20px;
}

.contactBtn p {
	font-weight: bold;
	font-size: 12px;
	color: #09113c;
}

.contactBtn span {
	color: #FFF;
	font-size: 10px;
}
a:hover.contactBtn span { text-decoration: underline; }

/**** MIDDLE COLUMN ****/
.middleCol {
	float: left;
}

.middleCol h1 {
	font-size: 18px;
	border-bottom: 2px solid #40B736;
	padding: 0 0 2px 0;
	margin: 20px 0 7px 0;
	color: #09113c;
}

.middleCol p {
	margin-bottom: 10px;
}

.greenBtn {
	display: block;
	background: url(/images/greenBtn.jpg) left top no-repeat #50BD48;
	color: #0F320B;
	text-align: center;
	text-decoration: none;
	width: 159px;
	line-height: 32px;
	color: #063303;
}
a:hover.greenBtn { text-decoration: underline; }

/**** RIGHT COLUMN ****/
.rightCol {
	float: left;
}

.corValLink {
	position: relative;
	display: block;
	width: 150px;
	height: 140px;
	margin: 20px 0 0 20px;
	text-decoration: none;
}
a:hover.corValLink { text-decoration: none; }


.subTemp .corValLink { background: url(/images/corval_whiteBg.jpg) 10px 15px no-repeat; color: #000; }
.homeTemp .corValLink { background: url(/images/grayBar_corval.jpg) 10px bottom no-repeat; color: #FFF; }


.corValLink p {
	position: absolute;
	top: 1px;
	text-align: center;
	left: 0px;
	width: 150px;
	cursor: pointer;
}

.corValLink span {
	position: absolute;
	top: 112px;
	display: block;
	width: 150px;
	text-align: center;
	left: 0px;
	color: #1e275a!important;
	cursor: pointer;
}
a:hover.corValLink span { text-decoration: underline; }






/*************************
		FOOTER
*************************/
#footer {
	background: url(/images/pageElements/lower_bottom.jpg) left top no-repeat;
	padding: 0 0 190px 0;
	clear: both;
	width: 953px;
}

#footer .copyright {
	color: #1E275A;
	margin: 8px 0 0 270px;
	float: left;
	font-size: 10px;	
	display: inline; /* IE6 floated margin fix */
}


#footer .footerLinks {
	float: left;
	margin-left: 45px;
	display: inline; /* IE6 floated margin fix */
}

#footer a {
	color: #FFF;
	display: block;
	float: left;
	padding: 8px 7px;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
