.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
    *zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
* {
	margin: 0px;
	padding: 0px;
}

 /* ------------HTML TAGS-------- */

form {
	margin:0px;
}
input {
	margin:0px;
}
img {
	border:none;
}
body {
	text-align: center;
	margin:0px;
	background-image: url(../spimages/background.png);
	font-family: 'Myriad','Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode',  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #333333;
	background-position: center top;
	background-color: #eef4f8;
	background-repeat: repeat-x;	
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

h1{
	font-family: Century gothic, Myriad, "Lucida Grande", Arial, Helvetica;
	font-size: 26px;
	color: #C0C0C0;
	font-weight: normal;
}
h2{
	font-family: Century gothic, Myriad, "Lucida Grande", Arial, Helvetica;
	font-size: 16px;
	color: #19508a;
	font-weight: normal;
}
h3{
	font-size: 14px;
	font-family: Century gothic, Myriad, "Lucida Grande", Arial, Helvetica;
	color: #203145;
	font-weight: normal;
}
p{padding-top:10px;
padding-bottom:10px;
}
hr{
background-color: #6A7FAA;
height:1px;
border:0px;
margin-bottom:10px;	
}

 /* ------------LAYOUT ELEMENTS-------- */


#container {
	margin: 0 auto;
	background-image: url(../spimages/back-shadow.png);
	_background-image:none;
	background-repeat: no-repeat;
	background-position: center top;
	
}
#bodybox {
	width: 980px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image:url(../spimages/background-bodyrepeat.png);	
	background-position:center 20px;
	background-repeat:repeat-y;
}
#header-container {
	width: 980px;
	height:118px;
	text-align:left;
	position:relative;
	background-image:url(../spimages/logo.png);
	_background-image:url(../spimages/logo-ie6.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
}
.body-container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-image:url(../spimages/background-bodybottom.png);
	background-repeat:no-repeat;	
	background-position:bottom;

}
#footer-space{
margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 980px;
	background:#FFFFFF;
}

#footer-container {
	height: 40px;
	width: 940px;
	background-image: url(../spimages/shadow.png);
	_background-image:none;
	background-repeat:no-repeat;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	clear:left;
	padding-top:20px;
	text-align:center;
	line-height:20px;
}

#footer-container a {
	color: #003366;
	text-decoration: none;
}
#footer-container a:hover {
	color: #336699;
	text-decoration:underline;
}

 /* ------------NAVIGATION-------- */

#jsddm
{	margin: 0;
	padding: 0;
width:940px;
position:absolute;
top:88px;
left:50%;
margin-left:-470px;
background-image: url(../spimages/nav.png);
background-repeat:no-repeat;
z-index:1000;

}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		position: relative;
		}

	#jsddm li a
	{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 30px;
	display:block;
	_width:100px;
	background-image: url(../spimages/nav.png);
	background-repeat:no-repeat;
	background-position: right 0px;
	padding-left: 20px;
	padding-right: 22px;
	line-height:30px;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: #333333 0px -1px;
		}

	#jsddm li a:hover
	{	background-position: right -30px;
	color: #FFFFCC;}
	#jsddm li a:active
	{	background-position: right -60px;
		color: #FFFF66;
	}
	#jsddm li a.linkon
	{	background-position: right -90px;
	color: #FFFFCC;}	
	#jsddm li ul
	{
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		background-image:url(../spimages/nav-dropdown.png);
		_background-image:url(../spimages/nav-dropdown-ie6.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
	z-index:5000;
	top: 100%;
	left: 0;
	width:167px;
	font-weight: normal;
	margin-left:-2px;
	padding-top:0px;
	padding-bottom:8px;
	}
		
	#jsddm li ul li	{	
		float: none;
		display: inline;
	}
		
	#jsddm li ul li a {	
	display: block;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:0px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-left:4px;
	margin-right:7px;
	width:152px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1BBC0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #697678;
	text-shadow: #333333 0px 1px 1px;

	}
			
	#jsddm li ul li a:hover {	
		background-color: #5F676B;
		color: #FFFFCC;
	}
			
			

#nav{
width:940px;
position:absolute;
top:88px;
left:50%;
margin-left:-470px;
background-image: url(../spimages/nav.png);
background-repeat:no-repeat;

}

.headlink > a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 30px;
	display:block;
	background-image: url(../spimages/nav.png);
	background-repeat:no-repeat;
	background-position: right 0px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:30px;
	text-decoration:none;
	font-family: 'Myriad', 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode',  Arial, Helvetica, sans-serif;	
}

.headlink {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	list-style-type: none;
	display:inline;
}
.subhead { 
display: none; 
list-style:none;
}

.subheadlink a {
background-color: #CCCCCC;
background-image:none; 
}




	
.content-slideshow{
position: relative;
width:670px;
height:350px;
}

.content-slideshow-element{
	width: 670px;
	height: 350px;
	z-index:100;
}

#cf1{background-image:url(../spimages/splash1.jpg);}
#cf2{background-image:url(../spimages/splash2.jpg);}
#cf3{background-image:url(../spimages/splash3.jpg);}
#cf4{background-image:url(../spimages/splash4.jpg);}




.content-news{
width:670px;
  
}
.content-newsbox{
	width:203px;
	background-image:url(../spimages/background-newsbox.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:left;
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
	line-height:16px;
}
.content-newsbox h1{
	font-size:18px;
	color: #d6dbbf;
	text-shadow: #333333 0px -1px;
	font-weight:normal;
	margin-bottom:8px;
}
.content-newsbox a{
color:#;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFCC;
}
.content-newsbox a:hover{
	text-decoration:underline;
	color: #FFFF66;
}


.home-news{
	
    background-image: url(../spimages/background-news.png);
	background-repeat: no-repeat;
	background-position: bottom;
	
}





 



.content-left {
	width: 670px;
	float:left;
}





.content-right {
	width: 230px;
	min-height:410px;
	float:left;
	padding: 20px;
	padding-top:10px;
	line-height:18px;	
	font-size:11px;

}
.content-right-list{
	list-style-position: outside;
	list-style-type: square;
	color:#b8bca4;
	padding-left:15px;
}
.content-right-list span{
	color:#333333;

}
.content-right-list a{
color:#333333;
text-decoration:none;
font-weight:bold;
}
.content-right-list a:hover{
text-decoration:underline;
color: #2661A0;
}
.pub-list{
	list-style-position: outside;
	list-style-type: square;
	color:#b8bca4;
	padding-left:15px;
	list-style-image: url(../spimages/pdficon.png);
}

.content-right h2{
	margin-bottom:5px;
	margin-top:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8bca4;
}








.content-left-sub {
	width: 630px;
	padding:20px;
	padding-top:30px;
	float:left;
	line-height:16px;
}
.content-left-sub h1 {
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A7FAA;
	line-height:24px;	
}
.content-left-sub h2 {
	padding-top: 15px;
}
.content-left-sub ul{
	list-style-position: outside;
	list-style-type: square;
	color:#b8bca4;
	padding:20px;
	font-size:13px;
	line-height:18px;
}


.content-left-sub li span{ 
color:#4C4C4C;
}

.content-left-sub a {
	color: #003366;
	text-decoration: none;
}
.content-left-sub a:hover {
	color: #336699;
	text-decoration:underline;
}
ul.bodylist{	
	font-size:11px;
	line-height:15px;
	padding-top:5px;
}



.content-l-home {
	width: 710px;
	height:380px;
	float:left;
	background-image: url(../spimages/rotate/rotate.php);
}


.content-r-home {
	width: 230x;
	float:left;
	padding-top: 15px;

}





.outline1 {
	padding-left: 20px
}
.outline2 {
	padding-left: 40px
	
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 550px;
	height: 300px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 11px;
background-color: #021626;
}
.vscrollerbar {
width: 11px;
background-color: #022037;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 30%;
}
.clear2 { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 70%;
}


.formInputText {
	background-color: #ffffff;
	font-size: 10px;
	color: #808080;
	padding: 2px;
	border: 1px dotted #999999;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	width: 200px;
	}
textarea.formInputText {
	height: 100px;
	overflow: auto;
	
	}
.formInputText:hover {
	color: #666666;
	background-color: #E6E6E6;
	cursor: pointer;
	}
	
.formInputText:focus {
	color: #000000;
	cursor: text;
	border: 1px dotted #999999;

	}

 /* ACCODIAN MENU */
 
.accordian_cont {
	width: 229px;

}
.acclink {
	text-decoration: none;
	display: block;
	color: #333333;

}
.acclink:hover {
	text-decoration: none;
	display: block;
	color: #666666;

}


.accordion_toggle {
	display: block;
	height: 24px;
	width: 199px;
	outline: none;
	background-image: url(../spimages/acc-off.gif);
	padding-left: 30px;
	line-height: 24px;
	color: #333333;
	}
	
.accordion_toggle:hover {
	background-image: url(../spimages/acc-on.gif);
	color: #666666;
	width: 194px;
	padding-left: 35px;
	}
	
.accordion_toggle_active {
	display: block;
	height: 24px;
	width: 199px;
	outline: none;
	background-image: url(../spimages/acc-act.gif);
	padding-left: 30px;
	line-height: 24px;
	color: #666666;	
	}
.accordion_toggle_active:hover {
	background-image: url(../spimages/acc-act.gif);
	padding-left: 30px;
	width: 199px;

	}
	
.accordion_notoggle {
	display: block;
	height: 24px;
	width: 199px;
	outline: none;
	background-image: url(../spimages/acc-off.gif);
	padding-left: 30px;
	line-height: 24px;
	}
	
.accordion_notoggle:hover {
	background-image: url(../spimages/acc-on.gif);
	width: 194px;
	padding-left: 35px;
    color: #333333;
	}
	
.accordion_content {
	width: 160px;
	height: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 15px;
	visibility:hidden;
	overflow: hidden;
	text-align: left;
	line-height: 16px;
	padding-top: 3px;

}



 /* CUSTOM FORM BUTTONS */
 
 
a.button span {
    background: transparent url('../spimages/button_a.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}



.floatright{ float:right;}
.floatleft{ float:left;}
img.floatright {padding:10px;}
img.floatleft {padding:10px;
padding-bottom:0px;
padding-left:0px;}

#cse{
position:absolute;
top:95px;
*top:91px;
left:50%;
margin-left:200px;
width:250px;
padding-left:10px;
padding-right:10px;
text-align:left;}

.gsc-search-box{ border:none;}

.gsc-branding{ display:none;}
.gsc-clear-button{ position:absolute;
top:23px;
left:50%;
margin-left:117px; 
display:none;
}

.gsc-tabsArea{ display:none;}
.gsc-adBlockVertical{display:none;}
.gsc-adBlock{display:none;}
.gsc-resultsHeader{border:none;}


.gsc-wrapper{
position:absolute;
top:118px;

width:240px;
margin-top:1px;
margin-left:-10px;
padding-left:15px;
padding-right:15px;
background-color:#e0e1d3;
font-size:11px;
text-align:left; }
