/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
img {
	border-style: none;
	display: block;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #FFF;
}

/* Header
----------------------------------------------------------------------------------------*/
h1, h2,h3{font-weight: normal;	font-family: Arial, Helvetica, sans-serif;}


h1{
	color: #000066;	
	font-size: 25px;	
	line-height: 26px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	
}

h2 {
	color: #000099;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;	
	font-variant: normal;
}

h3{
	color: #000099;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;	
	font-size: 15px;
	font-style: normal;
	line-height: 20px;	
	font-variant: normal;
}
/*link
-------------------------------------------------------------------------------------------------*/
h1 a,h2 a, h3 a{text-decoration: none;}

h1 a, h1 a:visited, h1 a:link{
  color: #000066;	
}

h2 a, h2 a:visited, h2 a:link,h3 a, h3 a:visited, h3 a:link{
	color: #000099;
}

a, a:link {
	color: #003399;
	/*text-decoration: none;*/
}
a:visited {
	color: #000;	
	/*text-decoration: none;*/
}
a:hover, a:focus {
	color:#999;
	text-decoration: underline;
}

/* float
--------------------------------------------------------------------------------------------*/
.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.rightclear {clear:right;}
p.clear {height:0px; margin:0; padding:0;}
.center {text-align:center;}
img.right {float:right; margin-left:10px;}
img.left {float:left; margin-right:10px;}
clearfix {display: inline-table;}
/*\*/
* html .clearfix {height: 1%;display: block;}
/**/ 



#headerWrapper {
	padding: 0px 0px 0px 0px;
	background: url(/images/header-fill.jpg) repeat-x top;
	background-color:#036;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
	height: 117px;
	background-image: url(/images/header-highlight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	float: left;
}
#nav {
	float: right;
	margin-top: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	color: #5A5B70;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #2E2E36;
	background-image: url(/images/topnav-hover.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#search{
	clear:right;		
	margin-top: 12px;
	margin-right: 0px;	
	float: right;
	font-size: 18px;
	font-weight: normal;		
	color: #565676;		
}

#searchform input.inputtext{
   background:  url(/images/inputbackgr.gif) no-repeat bottom right;
   border-color:#999999 #333333 #333333  #CCCCCC;
   border-style: solid;
   border-width: 1px;
   color: #000000;
   width: 180px;    
   
}
#searchform .button{
   font-family:Verdana, Geneva, sans-serif;
}
#searchform .button:hover{
  color:#333;
  font-weight:bold;
  font-family: Verdana, Geneva, sans-serif;
}

#login{
  float:right;  
  clear: right;
  margin-top: 5px;  
}
 

#outerWrapper {
	margin: 0 auto 15px;
	text-align: left;
	width: 980px;
	background: #FFFFFF;	
}
#featureWrapper {
	text-align: left;
	background-image: url(/images/feature-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#featureWrapper #feature {
	margin: 0px auto;
	height: 233px;
	width: 980px;
}
#feature .feature-title {
	color: #FFFFFF;
	padding-top: 24px;
	padding-left: 15px;
	font: normal 26px/28px "Trebuchet MS", Arial, Verdana, sans-serif;
	letter-spacing: -1px;
}
#feature .feature-text {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	line-height: 20px;
}
#feature li {
	padding-bottom: 7px;
	color: #FFFFFF;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
#feature li a{
  color:#FFFFFF;
  text-decoration:none;
}

#feature li a:hover{
  color:#FFFF99;
  text-decoration:none;
}

#feature ul {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 20px 10px 10px 15px;
	width: 195px;
	line-height: 16px;
}

#leftColumn1{
  min-height: 500px;
}
#leftColumn1 ul {
	margin: 0px;
	padding: 10px 0px 20px;	
}
#leftColumn1 ul li {
	list-style: none;
	display: inline;
}
#leftColumn1 ul li a {
	display: block;
	padding: 5px 4px 5px 15px;
	line-height: 15px;
	background: url(/images/sidenav.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#leftColumn1 ul li a:hover {
	text-decoration: none;
	background: url(/images/sidenav.gif) no-repeat left -25px;
	color: #000000;
}
.sidebarlt {
	padding: 10px;
	border: 1px solid #999;
	margin-bottom: 15px;
	background-color: #E9E9EF;
}
.sidebarlt .title{
 font-size: 12px;
 font-weight:bold;
 color:#666;
 display:block;
}

.sidebardk {
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #002B8A;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}
.sidebarbox {
	background: url(/images/sidebox-fill.gif) repeat-y left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sidebarbox p {
	margin: 0px;
	padding: 0px;
}
.sidebarboxtop {
	background: url(/images/sidebox-top.gif) no-repeat left top;
	padding: 12px 10px 0px;
}
.sidebarboxbottom {
	background: url(/images/sidebox-bottom.gif) no-repeat left bottom;
	height: 13px;
}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.box {
	margin: 0 auto; /* center for now */
	width: 700px; /* ems so it will grow */
	background: url(/images/sbbody-r.gif) bottom right;
	font-size: 100%;		
}

.boxbody {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	/*padding: 5px 30px 31px;*/	
	padding-top: 5px;
	padding-left:20px;
	
}
.boxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}


#outerWrapper #contentWrapper #content {
	margin: 0 15px 0 220px;
	padding: 20px 10px 20px 10px;
	line-height: 20px;
}
#outerWrapper #contentWrapper #content p {
	margin-bottom: 20px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	height: 33px;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.learnmore{
   color:#000099;
   font-weight:bold;
   display:block;
}



#mainflash{
 float: right;
 width: 667px;
 height: 233px;

}

#footer{
  color: #2E2E36;
  
}
#footer a{
   padding:0 5px ;  
   text-decoration:none;   
}

#footer img{
  display: inline;
  padding: 0 5px;
  vertical-align:bottom;
}
.underline{
 text-decoration:underline!important;
}

hr{ 
  border:none; 
  border-bottom: 1px dotted #9D9C9D;
  width: 95%;
  color:white; 
}

#member ul li a {
	display: block;
	padding: 5px 2px;
	line-height: 15px;
	background: none;
	text-decoration:underline;
}

#member ul li a:hover {
	background: none;
	text-decoration:underline;	
}
/*default ul*/
ul li{
 list-style:disc;
}

