/* *************** COMMON STYLES *************** */

#update
{
   position: relative;
}

.autocomplete
{
   background: #FFF;
   border: solid 1px #55A6C8;
   list-style: none;
   margin:0;
   padding:0;
}

.autocomplete li
{
	font-color:#073f70;
	padding: 2px 4px 2px 4px;
}

.autocomplete li a
{
	color:#073f70;
	text-decoration: none;
}


.autocomplete li:hover
{
	background:#008fcc;
	font-color:#FFF;
}

.autocomplete li:hover a
{
	color:#FFF;
	text-decoration: none;
}


.autocomplete li a:hover
{
	color:#FFF;
	text-decoration: none;
}




.digg_pagination {
  background: white;
   }
   
   
  .digg_pagination a, .digg_pagination span {
    padding: 0px 5px 0px 5px;
    display: block;
    float: left;
    margin-right: 1px; 
    font-weight: bold;}
    
  .digg_pagination span.disabled {
    color: #FFF; }
    
  .digg_pagination span.current {
    font-weight: bold;
    background: #008fcc;
    color: white; }
    
  .digg_pagination a {
    text-decoration: none;
    color: #073f70; }
    
    .digg_pagination a:hover, .digg_pagination a:focus {
      color: #003;
      text-decoration: underline;
      }
      
  .digg_pagination .page_info {
    background: #2E6AB1;
    color: white;
    padding: .4em .6em;
    width: 22em;
    margin-bottom: .3em;
    text-align: center; }
    
    .digg_pagination .page_info b {
      color: #003;
      background: #6aa6ed;
      padding: .1em .25em; }
      
  .digg_pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    
  * html .digg_pagination {
    height: 1%; }
    
  *:first-child+html .digg_pagination {
    overflow: hidden; }

.page_info{
	float:left;
}

body {
	text-align: center;
	min-width: 1023px;
	background-color:#FFF;
	margin:0;
	margin-top:5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:17px;
}

a { 
	text-decoration: none;
	color:#0269b7; }
	
.blue{
	color:#073f70;
	font-weight: bold;
}	

p{ 
	color:#333;
	margin:0;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif; }
	
strong {
	color:#02408b; }
	

h1 {
	font-size:19px;
	line-height:30px;
	border-bottom: 1px solid #999999;
	color:#333;
	font-weight:normal;
	margin-bottom:25px;
	margin-top:20px; }
	
h2 {
	font-size:16px;
	line-height:20px;
	color:#00325f;
	margin-bottom:7px;
	margin-top:30px;
	font-weight:normal;
	border-bottom:1px solid #ccc; }
	
img.left {
	float: left;}

li.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight: normal;
}

#right_col ul { 
	color:#333;
	margin:0;
	margin-bottom:15px;
	font-family: Arial, Helvetica, sans-serif; }
	

/* *************** LAYOUT STYLES *************** */

#wrapper {
	margin:0 auto;
	width:1023px;
	text-align: left; }

#header {
	height:108px;
	width:959px;
	margin-left:33px;
	text-align:center; }
	
#header_bar {
	height:30px;
	background:url(../images/common/main_nav_back.gif);
	border:1px solid #004684; }


#page {
	padding-left:33px;
	padding-top:12px;
	text-align:left; }


#left_col {
	width:200px;
	margin-right:25px;
	float:left;}

#right_col {
	width:670px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px; }


#footer {
	margin-left:33px;
	width:959px;
	height:37px;
	clear:both;
	background:url(/images/common/footer_back.gif) repeat-x; }
	
#footer_text {
	height:33px;
	margin-top:5px;
	color:#004684;
	padding-left:55px;
	font-size:11px; }

#footer_text a {
	color:#004684;
	text-decoration:underline;}
	
	
/* ***************  NEW SUBNAV STYLES *************** */


#subnav ul {
	list-style:none;
	margin:0px 0 5px 0;
	padding:0 0 4px 0;
	overflow:visible;
}
#subnav ul ul {
	list-style:none;
	position:relative;
	top:-2px;
	padding:0;
	background: #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	overflow:visible;
	width:223px;
}
#subnav ul ul ul {
	list-style:none;
	margin:0;
	position:relative;
	top:0px;
	padding:0;
	background: #fff;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	overflow:visible;
}
#subnav ul ul ul ul {
	list-style:none;
	padding:0;
	position:relative;
	top:0px;
	background: #fff;
	border-top:1px solid #ccc;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
}
#subnav ul ul ul ul li a {
	border:0px solid #fff;
	border-bottom:1px solid #ccc;
	background:#fff;
	color:#63c0ec;
	height:auto;
	font-weight:normal;
	font-size:11px;
	padding:1px 10px 1px 35px;
	margin:0;
	width:178px;
}
#subnav ul ul ul ul li a:hover {	
	border:0px solid #fff;
	border-bottom:1px solid #ccc;
	background:#fff;
	color:#63c0ec;
	height:auto;
	font-weight:normal;
	font-size:11px;
	padding:1px 10px 1px 35px;
	margin:0;
	width:178px;
}
#subnav ul ul li a {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	background:#e7f1f6;
	background-image:none;
	background-repeat: no-repeat;
	background-color:#e7f1f6;
	color:#004684;
	font-weight:bold;
	font-size:11px;
	height:auto;
	padding:1px 10px 1px 10px;
	margin:0;
	width:203px;
	position:relative;
	top:0px;
	line-height:16px;
}
#subnav ul ul li a:hover {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
	background-image:none;
	background-repeat:no-repeat;
	background-color:#008fcc;
	color:#fff;
	font-size:11px;
	height:auto;
	padding:1px 10px 1px 10px;
	margin:0;
	width:203px;
	position:relative;
	top:0px;
	line-height:16px;
}
#subnav ul ul ul li a {
	border:0px solid #fff;
	border-bottom:1px solid #ccc;
	background:#fff;
	color:#2f8fc6;
	font-weight:normal;
	font-size:11px;
	height:auto;
	padding:1px 10px 1px 25px;
	margin:0;
	width:188px;
}
#subnav ul ul ul li a:hover {
	border:0px solid #fff;
	border-bottom:1px solid #ccc;
	background:#008fcc;
	color:#FFF;
	font-weight:normal;
	padding:1px 10px 1px 25px;
	width:188px;
	height:auto;
	margin:0;
}
#subnav ul li {
	display:block;
	clear:both;/*height:auto;*/
}
#subnav ul li a {
	border-left:1px solid #004684;
	font-weight:bold;
	border-right:1px solid #004684;
	border-bottom:1px solid #004684;
	color:#fff;
	display:block;
	height:25px;
	text-decoration:none;
	background-image:url(../images/common/sub_nav_back_off.gif);
	background-repeat:repeat-x;
	background-color:#004684;
	font-size:12px;
	width:213px;
	padding:9px 0px 0px 10px;
	margin-bottom:2px;
	margin-top:0;
	line-height:18px;
}
#subnav ul li a:hover {	
border-left:1px solid #004684;
/*	font-weight:bold;
*/	border-right:1px solid #004684;
	color:#fff;
	display:block;
	height:25px;
	line-height:18px;
	text-decoration:none;
	background-image:url(../images/common/sub_nav_back_on.gif);
	background-repeat:repeat-x;
	background-color:#008fcc;
	font-size:12px;
	width:213px;
	padding:9px 0px 0px 10px;
	margin-bottom:2px;
	margin-top:0;
}


#subnav ul li a.selected {
	border-left:1px solid #004684;
/*	font-weight:bold;
*/	border-right:1px solid #004684;
	color:#fff;
	display:block;
	height:25px;
	line-height:18px;
	text-decoration:none;
	background: #004684 url(../images/common/sub_nav_back_on.gif) repeat-x;
	font-size:12px;
	width:213px;
	padding:9px 0px 0px 10px;
	margin-bottom:2px;
	margin-top:0;
}


#subnav ul ul li.selected a {
	border:0px solid #fff;
	border-bottom:1px solid #ccc;
	background:#008fcc;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:1px 10px 1px 10px;
	margin:0;
	width:203px;
}

#subnav ul ul ul li.selected a {
	border:0px solid #fff;
	border-bottom:1px solid #ccc;
	background:#008fcc;
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	padding:1px 10px 1px 25px;
	width:188px;
	margin:0;
}