﻿body {
			
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #000000;	
	/* background: transparent url(/assets/images/site/header_repeat.jpg) top center repeat-x ;	*/
	background: transparent url(/assets/images/site/bg_gradient.gif) top center repeat-x ;	
	background-color: #b4b48e;   /*#86A4BC; */
}

#page
{
	margin: auto;
	/* min-width: 600px;  */      /* LC fullwidth + CC padding */
	width: 1000px;	
		
	background-color: #ffffff; 
	
	border-left: solid 1px #2A5A82;
	border-right: solid 1px #2A5A82;
}

#header
{	
	height: 140px;	
	width: 1000px;
	margin: auto;
	padding-left: 15px;
	/*background-color: #2A5A82;	*/
}


#menuHeader
{	
	height: 24px;	
	background-color: #B4B48E;
	border-top: solid 1px #2A5A82;
	/* border: solid 1px #2A5A82; */	
}

#headerImage
{
    cursor: pointer; width: 541px;
	margin-top: 10px;
	border: none;
	margin-left: 20px;
}

#bannerDiv
{
    margin-top: 12px;
	height: 94px;	
	width: 264px;
	cursor: pointer;	
	background-image:  url(/assets/images/site/clt_trans_logo_264w.png); /*clt_header_logoleft.jpg);*/
	background-repeat: no-repeat;
	/*background-color:#2A5A82;*/
}

#challengeDiv
{
    cursor: pointer;	
	background-image:  url(/assets/images/site/challenge.png); /*clt_header_logoleft.jpg);*/
	background-repeat: no-repeat;
	height: 25px;
	width: 990px; 
	position: relative;	
}

#ssa_banner
{
	/* position: relative; text-align: right; top: -10px; left: -10px; */	
	/* float: right; */
	/* position: relative;
	top: -10px;*/
	font-weight: bold;
	color: #fff;
	font-style: italic; 
	text-align: right;
}

#searchDiv
{	
	position: relative;
	left: 840px;
	top: -25px;
	width: 150px;	
}

.column {
	position: relative;
	float: left;
}

#center 
{ 			
	width: 580px; /* 1000 -  (LC width + LC padding) */
	padding:0 210px 40px 210px;
	min-height: 600px; 
	margin-top: 5px;	
}


#left {
	width: 190px;           /* LC width */
	padding: 15px 10px;     /* LC padding */
	margin-left: -100%;	
		
}

#right {
	width: 190px;           /* RC width */
	padding: 15px 10px;        /*   RC padding  left: -200px; */
	margin-left: -210px;		
		
}

/* EMPTY INTERIOR PAGES */
#ctl00_ctl00_interiorCenterPanel, #ctl00_interiorCenterPanel
{
	width: 580px; 
		
	padding-top: 20px;
	padding-left: 210px;
	padding-right: 210px;
	
	min-height: 600px; 	
	position: relative;
	float: left;	
}

.interiorcenter 
{    			
	padding-top: 100px;
}


/* FOR INTERIOR W/ BG IMAGE */
.interiorcenter_about
{  	
	background-image:  url(/assets/images/backgrounds/about.jpg);
	background-repeat: no-repeat;	
	background-position: center bottom;	
	padding-bottom: 290px;	
}

.interiorcenter_services
{  	
	background-image:  url(/assets/images/backgrounds/services.jpg);
	background-repeat: no-repeat;	
	background-position: center bottom;	
	padding-bottom: 410px;
	
}

.interiorcenter_alliances
{  	
	background-image:  url(/assets/images/backgrounds/alliances.jpg);
	background-repeat: no-repeat;	
	background-position: center bottom;	
	padding-bottom: 200px;
	
}
/* FOR INTERIOR W/ BG IMAGE */

/* EMPTY INTERIOR PAGES */

#footer 
{	
	clear: both;
	text-align: center;
	width: 1000px;
	background-color: #2E5E84;
	border-bottom: solid 1px #2A5A82;
	height: 20px;
	padding: 15px 0 5px 0;
}

#homefooter 
{	
	clear: both;
	text-align: center;
	width: 1000px;	
	border-bottom: solid 1px #2A5A82;	
	background-color: #ffffff;
	padding: 0px 0px 15px 0px;	
}

/*** IE Fix ***/
* html #left {
	left: 200px;            /* RC fullwidth */
}


