/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}

body {
	
	background: #000000 url(../img/bg2.gif) repeat-x top; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	overflow: visible;
	}
	
#whitebg {
	background: #ffffff;
	}

.wrapper
{
	margin:0 auto;
	padding: 0;
	width: 976px;
}


/*/-- HEADER ------------------------------------------------------------------------------------ /*/


#header {
	width: 974px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/header_top2.jpg) no-repeat;
	}
	
#header-sp {
	width: 14px;
	float: left;
	display: inline;
	padding: 0px;
	}

#header-logo {
	width: 240px;
	float: left;
	display: inline;
	padding: 0px;
	}

.logo {
	display: block;
	}
	
#header-logo h1 {
	display: none;
	}
	
#header-banner {
	width: 710px;
	height: 91px;
	float: left;
	display: inline;
	padding: 0px;
	background: url(../img/jectc6.jpg)
	}

#header-nav {
	position: relative;
	width: 352px;
	height: 10px;
	top: 85px;
	float: left;
	padding: 0px;
	text-indent: 20px;
	}
	
.header_links {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

#header_links a {
	color: #ffffff;
	}
	
#header-right-links a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#header-right-txt {
position: relative;
	width: 175px;
	height: 19px;
	top: 95px;
	float: right;
	padding: 0px;
	}
	
.header_search {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.header_dropdown {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
#header-right-search h2 {
	display: none;
	}

/* CONTENT */

#main_container{
	text-align: center;
	position: relative;
	background: #FFFFFF url(../img/bg11.jpg) repeat-y;
	}

#content-inner {
	width: 960px;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding-left: 14px;
	top: 0px;
	background: url(../img/bg10.jpg) repeat-y;
	}
/*----
.content img
{	 
	border: 1px solid #003366;
	margin-left: 5px;
	padding: 3px;
	background: #e4e2d6;
	display:inline;
}
----*/

.content ul li {
	height: auto;
	margin: 12px;
	padding: 0;
	list-style: square;
}

/*-----.content ul li:first-child {
    height: auto;
	margin: 12px;
	padding: 0;
	list-style: disc;
}-------*/

.content h3 strong
{
	position: absolute;
	left: -9000px;
}

.content a
{
	color: #003366;   /*---3d51a6; 003366; 172870; 7f002d;---*/
	font-weight: bold;
	text-decoration: none;
}

.content a:hover
{
	color: #b1b1b1;
	text-decoration: none;
}




 .content a[href$=".doc"]
{
	background: url(../icons/doc.png) no-repeat left top;
	padding-left: 20px;
} 

.content a[href$=".pdf"]
{
	background: url(../icons/pdf.png) no-repeat left top;
	padding-left: 20px;
} 

.content a[href$=".xls"]
{
	background: url(../icons/xls.png) no-repeat left top;
	padding-left: 20px;
} 

.content a[href$=".ppt"]
{
	background: url(../icons/ppt.png) no-repeat left top;
	padding-left: 20px;
} 

.content a[href$=".wmv"]
{
	background: url(../icons/wmv.png) no-repeat left top;
	padding-left: 20px;
}	

.content img
{
	float:right;
	padding:1px;
	margin:0 15px 15px 0;
	background:#172870;
	border: 3px solid #ede7cf;
}

/* LEFT MENU */

#content-left-nav {
	width: 239px;
	text-align: left;
	float: left;
	}
	
#content-left-nav h2 {
	display: none;
	}
#content-left-nav ul {
	list-style: none;
	}
#content-left-nav a {
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2.3em;
	display: block;
	width: 209px;
	padding: 0px 15px;
	border-top: #ffffff 1px solid;
	border-bottom: #d3d2ca 1px solid;
	}
#content-left-nav a:hover {
	background-color: #ebebe5;
	display: block;
	border-top: #c1c0bb 1px solid;
	}

#hcontent .block {width: 570px; border: 1px solid #d7d7d7; margin: 20px 10px 20px 40px;}
#hcontent .blockInner {background: #fff url(../img/homeblock.jpg) no-repeat; border: 3px double #d7d7d7; padding: 20px;}
/*/-- BREADCRUMB ------------------------------------------------------------------------------------ /*/



.bc
{
	margin: -10px 0 5px 0;
	padding: 0;
	float: left;
	width:80%;
	
	
}

.bc ul
{
	margin: 0;
	padding: 0;
}

.bc ul li
{
	margin: 0;
	display: inline;
	float: left;
	font-size: 9px;
	line-height: 1.2em;
	background: url(../img/arrow.gif) no-repeat 0% 50%;
	padding: 0 5px 0 7px;
	list-style: none;
	list-style-image: none !important;
	font-family: Verdana, sans-serif;
	font-weight: normal;
}

.bc ul li a
{
	text-decoration: none;
	color: #ac0039;
	padding: 0 7px 0 0px;
	font-weight: normal;
}

  

/* Footer */

#footer {
    overflow:hidden;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	background: #333333 url(../img/footer.png) repeat-x;
	}
	
#footer_contact  {
	text-align: left;
	position: relative;
	top: 0px;
	left: 5px;
	background: url(../img/footer.png) no-repeat;
	width: 974px;
	height: 100px;	
	}

#footer_left {
	position: relative;
	float: left;
	left: 20px;
	top: 15px;
	width: 250px;
	height: 100px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #bababa;
	}
	
#footer_right{
	position: relative;
	float: left;
	left: 480px;
	top: 15px;
	width: 321px;
	height: 100px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #bababa;
	}
	
#footer_right a{
	color: #bababa;
	border-bottom: 1px solid #bababa;
	}
	
#footer_right a:hover{
	color: #bababa;
	border-bottom: 1px solid #bababa;
	}

.footer_right {
font-weight: bold;}
