/****************************************
/		(COMPANY NAME HERE)
/		MAIN CSS FILE
/		CREATED: EGG_DNA
/		MODIFY:	 xx/xx/xxxx
****************************************/
/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /* for text re-sizing */
	background: url(/images/template/body_bg.jpg) left top repeat-x #80827D;
	color: #09113c;
}

font {
	font-size: 14px;	/* Override FCK's font sizing scheme */
}


* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

li { margin-left:30px; }

a img { border:none; } /* remove border from img links */

a { color: #1e275a; }

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* PAGE WIDTH AND CENTERING */
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	width: 958px;
	position: relative;
}

/*************************
		HEADER
*************************/
#pageTop {
	background: url(/images/template/topNav.jpg) left top no-repeat;
	width: 958px;
	height: 99px;
	position: relative;
}

.homeLink {
	display: block;
	width: 220px;
	height: 70px;
	position: absolute;
	top: 5px;
	left: 25px;
}

.homeLink span {
	position: absolute;
	left: -999px;
}

.nav {
	position: absolute;
	top: 28px;
	right: 15px;
}

.nav a {
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

.nav a span {
	border-right: 1px solid #c59c35;
	padding: 0 22px;
}

.nav a.end span {
	border-right: none;
}

.nav a:hover span {
	text-decoration: underline;
}




/*************************
		CONTENT
*************************/
#page {
	background: url(/images/template/bg.jpg) left top repeat-y;

}


/** BANNER **/
#banner {
	background: url(/images/template/top.jpg) left top no-repeat;
	z-index: 500;
	position: relative;
}

#banner h1 {
	color: #18007c;
	padding: 0 0 0 30px;
	line-height: 43px;
	font-size: 24px;
}

.companiesBanner {
	padding: 7px;
	background-color: #FFF;
	width: 915px;
	border-bottom: 7px solid #ff7825;
	border-top: 7px solid #ff7825;
	margin: 0 0 0 15px;
}

/** BANNER LINKS **/
.bannerLinks {
	background-color: #f2e9cf;
	width: 258px;
}

.bannerLinks a {
	display: block;
	color: #000;
	font-size: 11px;
	padding: 0 26px;
	text-decoration: none;
}

.bannerLinks a:hover {
	background-color: #e7dec3;
}

.bannerLinks a span {
	width: 200px;
	display: block;
	padding: 7px 0px;
	border-bottom: 1px solid #c59c35;
	cursor: pointer;
}
.bannerLinks a.end span { border: none; }



/** SHADOWS **/
#leftShadow, #rightShadow {
	width: 12px;
	height: 672px;
	position: absolute;
	top: 147px;
	z-index: 1000;
}

#leftShadow {
	background: url(/images/template/leftShadow.jpg) left top no-repeat;
	left: 0px;
}

#rightShadow {
	background: url(/images/template/rightShadow.jpg) left top no-repeat;
	right: 0px;
}


/** HEIGHT HOLDER **/
#heightHolder {
	float: left;
	height: 480px;
	width: 1px;
	overflow: hidden;
	clear: left;
}



/** BASIC COLUMNS **/
#leftCol, #centerCol, #rightCol {
	float: left;
	padding-bottom: 10px;
}

.contentWrapper {
	float: left;
	position: relative;
}


/** LEFT COLUMN **/
#leftCol {
	margin-left: 14px;
	display: inline;  /*IE6 float fix */
}


/** CENTER COLUMN **/
#centerCol {
	font-size: 14px;
	padding: 0 0 20px 0;
}

#centerCol p {
	margin: 0 0 10px 0;
}



/** RIGHT COLUMN **/
#rightCol {
	
}


/**** CONTACT US BUTTON ****/
.contactButton {
	display: block;
	width: 198px;
	height: 98px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	margin: 15px 0 0 30px;
}

.contactButton span.c-top {
	position: absolute;
	top: 22px;
	font-size: 11px;
	color: #09113c;
	width: 130px;
}

.contactButton span.c-bottom {
	position: absolute;
	top: 65px;
	font-size: 10px;
}
a:hover.contactButton span.c-bottom { text-decoration: underline; }


/**** CORVAL LINK ****/
.corvalLink {
	display: block;
	width: 149px;
	height: 156px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	right: 15px;
	color: #000;
	font-size: 12px;
}

.corvalLink .cl_top {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 150px;
	
}

.corvalLink .cl_bottom {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 150px;
	font-weight: bold;
}

a:hover.corvalLink .cl_bottom { text-decoration: underline; cursor:pointer; }



/*************************
		FOOTER
*************************/
#footer {
	clear: both;
	background:url(/images/template/footer.jpg) left top no-repeat;
	width: 958px;
	height: 241px;
	position: relative;
	font-size: 11px;
}

.footerLinks {
	position: absolute;
	top: 9px;
	right: 15px;
	text-align: right;
}

.footerLinks a {
	color: #FFF;
	padding: 0 5px;
	line-height: 15px;
	text-decoration: none;
}

.footerLinks a:hover {
	text-decoration: underline;
}

.copyright {
	color: #1e275a;
	position: absolute;
	top: 9px;
	right: 400px;
}

.bottomLeftImage img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
}

/**** GROUPS OF LINKS ****/
.linksList { text-align:right; padding:5px; }
.linksList a {
	display: block;
	text-decoration: none;
	color:#0033FF;
}
.linksList a span {
	color: #09113c;
	font-weight: bold;
}
.linksList a:hover {
	color: #000;
}