@charset "utf-8";
/* CSS Document */
/* Typography Style Sheet for ECS */

/*Global Typography*/
body {
	font:13px/1.5 Arial, Helvetica, sans-serif;
	color:#242424;
}
a {
	color:#77A603;
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#567802
}
a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:175%;
	color:#063B5D;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px
}
h2 {
	font-size:175%;
	color:#063B5D;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px
}
h3 {
	font-size:165%;
	color:#063B5D;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px
}
h4 {
	font-size:115%;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px
}
h5 {
	font-size:115%;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	margin-bottom:5px;
}
h6 {
	font-size:115%;
	color:#000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	margin-bottom:5px;
	margin-top:5px;
}
ol {
	list-style:decimal
}
ul {
	list-style:disc;
	list-style-image:none
}
li {
	margin-left:10px
}
p, dl, hr, h1, h2, h3, h4, ol, ul, pre, table, address, fieldset {
	margin-bottom:10px
}
/*Custom Style Typography*/
#navigation a {
	font-size:14px;
	color:#FFF;
	border-bottom:none;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
#navigation ul {
	list-style-type:none;
	margin-top:0;
	margin-bottom:0;
	float:right;
	margin-right:15px
}
#navigation ul li.nav, li.nav_active {
	float:left;
	padding:5px 17px;
	text-align:center;
	margin-left:5px;
	background:url(../images/mainNavigationDivider.png) no-repeat right
}
#navigation ul li.nav_active a{
	color:#000
}
#navigation ul li.nav a:hover {
	color:#000
}
/*@Dropdowns*/
#navigation li ul{
	width:150px;
	position:absolute;
	left:-999em;
	margin-top:4px;
	margin-left:0px;
	z-index:2;
}
#navigation li:hover ul, #navigation li.sfhover ul{
	left:auto;	
	background:#CFCECE;
	padding-bottom:10px;
	z-index:2;
}
#navigation li ul li {
	display:block;
	width:160px;
	padding-bottom:0px;
	margin-left:-30px;
}
#navigation li ul li a{
	margin:5px 0;
	display:block;
	width:125px;
	/*padding-left:10px;*/
	padding-right:0px;
	text-align:left;
	font-size:14px;
}
#navigation li ul li:hover, #navigation li ul li.sfhover{
	background: #F5F4F4;
	color:#104A95;
}
/*@End Dropdowns*/
#homeLinks {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
}
#homeLinks ul{
	list-style:none;
	list-style-image:url(../images/homeBullet.png);
	margin:0px
}
#homeLinks ul li{
	margin-left:0px;
}
#homeLinks .top, .middle, .bottom {
	width:300px;
	height:74px;
	margin-bottom:1px;
	padding-top:10px;
	cursor:pointer
}
#homeLinks a{
	color:#F7F7F7;
	display:block
}
#homeLinks a:hover{
	color:#FFF;
	display:block
}
#homeLinks .top {
	background:url(../images/homeTopLink1.png) repeat 0 0;
}
#homeLinks .middle {
	background:url(../images/homeTopLink2.png) repeat 0 0
}
#homeLinks .bottom {
	background:url(../images/homeTopLink3.png) repeat 0 0
}

#showcaseContent {
	color:#FFF;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif
}
#homeLeft .left{
	text-align:left;
	width:225px;
	line-height:1.5em;
	margin:40px 50px
}

#homeMiddle .middle{
	text-align:left;
	margin-left:25px;
	margin-top:190px;
	font-size:140%;
	width:240px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1em
}
#homeRight .right{
	text-align:left;
	width:225px;
	line-height:1.5em;
	margin:40px 30px
}

span.learnMore {
	background:url(../images/learnMore.png) no-repeat 0 0;
	width:111px;
	height:39px;
	display:block;
	text-align:left;
	float:right;
	margin-top:10px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:7px;
	font-size:90%
}
span.learnMore a {
	color:#FFF;
}
span.learnMore a:hover {
	color:#FFF;
}
#contentBottomRight h1, h2, h3 {
	color:#5D8103;
	margin-bottom:5px;
	margin-top:0px;
}
#contentBottomRight h2 {
	font-weight:bold;
	font-size:155%
}
#contentBottomRight h3 {
	font-style:italic
}
#contentBottomRight h4 {
	font-size:150%;
	color:#063B5D;
	margin-bottom:5px;
	margin-top:0px;
	font-weight:normal;
}
#contentBottomRight h4:hover {
	font-size:150%;
	color:#5D8103;
	margin-bottom:5px;
	margin-top:0px;
	font-weight:normal;
}
#copyright {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	margin-top:10px
}
