/*----------	Global 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, tt, var,
dl, dt, dd, ol, ul, li, input,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
	
:focus {
	outline: 0;
	}
html, body {
    height: 100%; /* keeps footer down*/
}

body {
	/*background: url(../images/spacing.png);*/
	font: 75%/1.5em Arial, Helvetica, sans-serif;
}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
strong {
	font-weight: bold;
	}
		
li, dd {
	margin-left: 2em;
	}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	margin: 10px 0 10px;
} 

h1 {
	font-size: 150%;
	color: #00528E;
	text-transform: uppercase;}

h2 {font-size: 120%;
	color: #7E8083;
	text-transform: uppercase;
	margin-bottom: 0px;
	}

h3 {
	color: #7E8083;
	text-transform: uppercase;
	}

h4,h5,h6 {}

p{
	padding-bottom: 10px;	
}

/*======	layout	======*/

body
{
	/* fade in */
	/*background-image: url(../images/content-strip2.png); 
    background-repeat: repeat-x;
    background-position: 200px 100%; 
	/* border */
	background: #FFFFFF url(../images/border-back.png) 175px 0px repeat-y;
	
	
}

#wrap {
    position: relative;
	height: 100%;
	height: auto !important;
    min-height: 100%;
    /* fade in / 
    background-image: url(../images/content-strip2.png); 
    background-repeat: repeat-x;
    background-position: 200px 100%; 
    /* border */
	/*background: #FFFFFF url(../images/border-left.jpg) bottom left repeat-y;*/
	
}

#header {
	background: #00528E;
	position: relative;
	min-width: 960px;
	height: 155px;}
	
	#header .left {
		width: 725px;
		height: 155px;
		background: url(../images/banner-left-9.jpg);
		}	
	
	#header .right {
		background: url(../images/banner-right-9.gif);
		text-align: right;
		width: 240px;
		height: 155px;
		position: absolute;
		top:0;
		right: 0;
		}

#search
{
	position: relative;
	float: right;
	/*position: absolute;
	top:165px;
	right: 0; */
	text-align: right;
		
	/*width: 20%;*/
	z-index: 600;
}

#content {
	clear: both;
	/*padding: 1em 0 5em;}*/
	padding: 0 0 4em;
	/*background: #FFFFFF url(../images/border-left.jpg) bottom left repeat-y;*/
	/*background: #FFFFFF url(../images/content-strip.png) bottom left repeat-x;*/
	}

#sideBar {
	width: 175px;
	float:left; /* new */
	/*position: absolute; /*old*/
	}

	
#mainContent {
	margin-left: 175px;
	padding: 15px;
	/*min-height: 400px;
	height: 400px;*/
	/*background: #FFFFFF url(../images/side-strip.png) bottom left repeat-x;*/
	/*border-left: 0.5em solid #BEBEBC; */
	}
	
#divSearch {
	background: url(../images/belong2.png) 10px 50% no-repeat #7e8083;
	clear: both;
	text-align: right;
	/*padding: 6px 0;*/
	padding: 10px 0px;
	}
	
#footer {
	background: #048;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	height: 4em;
	width: 100%;
	/*z-index: -200; /* lets main navigation drop down show over footer */
	}

.railList
{
	padding-bottom: 10px;
}

.leadSentence
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.imgRight2,
.imgRight,
.imgLeft,
.imgMiddle
{
	padding-top: 10px;
	padding-bottom: 15px;
}

.imgRight
{
	padding-left: 10%;
}

.imgMiddle
{
	padding-left: 5%;
	padding-right: 5%;
}
/*.aContent div, .aContent table
{
      width:96%
}

.aContent td
{
      width:33%;
}*/

.triPicFrame
{
	float: left;
}

.manageRight
{
	padding-left: 135px;
	float: none;
}

.manageLeft
{
	padding-right: 135px;
	float: none;
}

ul.across li
{
	float: left;	
	display: block;
	width: 200px;
}
/*
#mainContent > ul > li 
{
	float: none;
	clear: both;/*
}
*/
.sideContent
{
	/*display: -moz-inline-block;
	display: inline-block;*/
	float:left;
	padding:0px !important;
	padding-left:2px !important;
	
}

.escoLogo
{
	/*height: 25px;*/
	float: left;
	/*width: 10%;*/
}


.newsContent ul li
{
	float: left;
	padding-right: 10px;
}