@charset "utf-8";
/* CSS Document */

/* main screen stylesheet for ECS website */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FBFCFE;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2E326F;
}
.twoColFixLtHdr #container {
	width: 998px;
	margin: 0 auto;
	text-align: left;
} 
h1, h2, h3, h4, h5, h6, p{
	margin: 0 auto 1em;
}
.twoColFixLtHdr #header {
	padding: 0;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
} 
#header #topnav {
	background: url(../images/top-nav-background.png) repeat-x;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	display: block;
	float: left;
	background: url(../images/small-vert-line.gif) no-repeat left center;
}
#header #topnav a {
	text-decoration: none;
	font-size: 10px;
	padding:5px 10px;
	display: block;
	font-weight: bold;
	color: #212B5C;
}

#header #topnav a:hover {
	background: url(../images/top-nav-background-over.png) repeat-x;	
}


.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 287px;
	background: #EBEBEB url(../images/partners.jpg) no-repeat;
	height: 531px;
}

#sidebar1 p{
	text-indent:-3000px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 287px;
	background: url(../images/logo-address-top.gif) no-repeat right bottom;
	height: 531px;
} 
.twoColFixLtHdr #footer {
	height: 60px;
	background: url(../images/logo-address-bottom.gif) no-repeat right top;
	width: 600px;
	float: right;
	border-right: 2px solid #FBFCFE;
}  
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#FlashID2 {  display: block;
}
#mainContent #contentFrame {
	height: 420px;
	width: 650px;
	margin-left: 18px;
	border: 2px solid #2E326F;
	background-color: #FFF;
	overflow: auto;
	padding: 5px;
}

p::selection {
	background-color:#900;
	color:#FFF;
}
#container #contentContainer {
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background: url(../images/main-background.png) repeat-y;
}
#contentFrame a {
	text-decoration: none;
	color: #1865B3;
}

#mainContent #mainHeading {
	margin: 0px;
	font-size: 1em;
	padding: 5px 20px 5px 30px;
	background: url(../images/main-heading.png) no-repeat;
}
#mainContent #submenu {
	margin-bottom: 30px;
}
#mainContent #submenu a {
	text-decoration: none;
	font-size: 12px;
	color: #2E326F;
	background: #CCE6F7;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	float: left;
	text-align: center;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

#mainContent #submenu a:hover {
	background: #bCd6e7;
}

#mainContent #submenu a.current {
	background-color:#62BCEA;
}

#mainContent #submenu a.current:hover {
	background-color:#52aCdA;
}
#contentFrame h2 {
	font-size: 0.9em;
	margin: 0 auto .7em;
}
#contentFrame h3 {
	font-size: 0.8em;
}

#contentFrame ul , #contentFrame p, #contentFrame td{
	font-size: 0.8em;
}
.biglist li {
	margin-top: 8px;
	margin-bottom: 8px;
}
