/**********************************************************************************
=Global
**********************************************************************************/

html, body {
	border:0;
	margin:0;
	padding:0;
	font-size: 100%; }

table{ font-size: 100%; }

body {	color: #000000;
	font-family : trebuchet MS, arial, verdana, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
	background:url(../images/bg.gif) repeat-x #DEE3EF; }


.clear 	{ clear:both; }

.left 	{ float:left; }
.right 	{ float:right; }

.b 	{ font-weight:bold; }
.i 	{ font-style:italic; }

.nobrk  { white-space : nowrap; }


/**********************************************************************************
=Common
**********************************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;}

h1.home {	
	padding-bottom:12px;
	font-size:1.6em;
	font-weight:normal;
	color:#004890;
	font-style:italic;
	text-align:left;
	line-height:1em; }
	
h1.top {	padding:70px 0 12px 20px;
	font-size:1.8em;
	font-weight:normal;
	color:#7A8CBE;
	font-style:normal;
	text-align:left;
	display:inline;
	float:left;
	line-height:0.9em; }

h1.main {
	font-size:1.6em;
	font-weight:normal;
	color:#004890;
	text-align:left;
	border-bottom:dotted 2px #D0D7E8;
	padding-bottom:8px;
	margin-bottom:8px; }

h2 {	padding:0;
	padding-bottom:8px;
	font-size:1.36em;
	color:#004890;
	border-bottom:dotted 2px #FFFFFF;
	margin-bottom:8px; }
	
h2.righthead {	padding:0;
	margin:0;
	font-size:2.18em;
	color:#007BBA;
	border:none; }

h3 {	font-size:1.09em;}

h4
{
    padding:0;
	padding-bottom:4px;
	font-size:1.09em;
	color:#004890;
	margin-bottom:4px;   
}

p  {	margin:0;
	padding:0 0 18px 0;}

ul, ol {padding:0px 0px 0px 0px;}

img {	border:0;}

hr
{
    border: none 0;  
    border-top:dotted 2px #C1D6E9;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}

hr.right
{
    border: none 0;  
    border-top:dotted 2px #ffffff;
}


/**********************************************************************************
=Text
**********************************************************************************/

.text{
font-size : 1.09em;
color: #000000;}

.smalltext{
font-size : 1em;
color: #000000;}

.liltext{
font-size : 0.9em;
color: #000000;}

.blueberry{
font-weight : bold;
color: #004890;
padding-right:6px;
text-transform:uppercase; }



/**********************************************************************************
=Links
**********************************************************************************/

a.flip{
	font-weight : bold;
	text-decoration: none;
	color: #013060;}

a.flip:hover{
	font-weight : bold;
	text-decoration: underline;
	color: #004890;}
	
a.flipselected{
	font-weight : bold;
	text-decoration: none;
	color: #004890;}	
	
a.flipblueberry{
	text-decoration: none;
	color: #004890;}

a.flipblueberry:hover{
	text-decoration: underline;
	color: #013060;}
	
a.flipblueberry2{
	text-decoration: underline;
	font-weight : bold;
	color: #004890;}

a.flipblueberry2:hover{
	text-decoration: none;
	font-weight : bold;
	color: #013060;}

/**********************************************************************************
=Forms 
**********************************************************************************/

form {	margin:0;
	padding:0;
	display:inline;}

input, select, textarea {font-size:1em;}

input.i185{
	width : 185px;
	font-weight : bold;
	color: #004890;}

select.s140{
	width : 140px;
	font-weight : bold;
	color: #AE0000;}
	
textarea.t400{
	width : 400px;	
	font-weight : bold;
	color: #AE0000;}

/**********************************************************************************
=Tables 
**********************************************************************************/

table {	border:0;
	margin:0;
	padding:0;}


/**********************************************************************************
=Layout
**********************************************************************************/

#outer {
	width:972px;
	margin: 20px auto 0 auto;
	border:solid 1px #FFFFFF;
	padding:3px; }
	
#inner {
	width:970px;
	background-color:#FFFFFF;
	border:solid 1px #FFFFFF;
	float:left;
	margin:0;
	background:url(../images/bg_page.gif) repeat-y ; }
	
#topnav {
	background:url(../images/bg_nav01.gif) repeat-x  ;
	height:37px;
	width:660px;
	float:left;
	text-align:left; }
	
#topnav2 {
	background:url(../images/bg_nav02.gif) repeat-x ;
	height:37px;
	width:310px;
	text-align:left;
	float:right; }
	
#content1 {
	width:574px;
	padding:50px 30px 45px 56px;
	text-align:left;
	float:left; } 
	
#content2 {
	width:240px;
	padding:50px 30px 45px 40px;
	text-align:left;
	float:right; }
	
#footer {
	height:30px;
	padding:0 30px 0 56px;
	vertical-align:middle;
	text-align:left; } 
	
.footright {
	width:225px;
	color:#004890;
	text-transform:uppercase; }
	
.spots {
	border-top:dotted 2px #D0D7E8;
	height:2px; }
	
.darkspots {
	border-top:dotted 2px #8898C4;
	margin:4px 0 4px 0;
	height:2px; }	
	
#topnav ul {
    float:left;
    list-style-type:none;
    height:37px;
    padding:0;
	margin:0;
    background:url(../images/bg_nav01.gif) repeat-x  ;
    text-transform:uppercase;
    font-weight:bold; }
	
    #topnav ul li  {
        float:left;
        list-style-type:none;
        background:none;
        padding:0;
		border-right:solid 1px #FFFFFF; }
		
    #topnav ul li a {
        display:block;
        height:37px;
        line-height:22px;
        padding:0px 12px;
        color:#FFFFFF;
        text-decoration:none;
        width:auto;
        float:left; }
		
    #topnav ul li a:hover, #topnav ul li a.selected:hover {
        background:url(../images/bg_nav03.gif) repeat-x  ;
        color:#FFFFFF; }
		 
    #topnav ul li a.selected {
        background:url(../images/bg_nav04.gif) repeat-x  ;
        border-top:0;
        border-bottom:0;
		color:#004890;
        padding:0px 12px; }
		 
#rightnav {
		padding:0;
		margin:0;
		list-style: none; }
		
		#rightnav li {
		margin:0.6em 0 0.5em 0;
		padding-left: 14px;
		background-image: url(../images/bullet_arrow2.gif);
		background-repeat: no-repeat;
		background-position: 0 .3em;
		line-height:1.2em; }
	
/**********************************************************************************
=iBox
**********************************************************************************/	
 #pop_overlay
 {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background: #EDEFF5;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      opacity: 0.8;
 }
 * html #pop_overlay{position:absolute;}
 
 #pop_container
 {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
 }

 #pop_inner
 {
      display: block;
      width: 500px;
      height: auto;
      position:absolute;
      top:120px;
      left:50%;
      margin:0 0 0 -250px;
      padding:20px;
      background: #FFFFFF;
      border: 2px solid #D8E1E3;
      text-align: left;
 }
    #pop_inner h3
    {
        margin-bottom:10px;
    }
    
	/**********************************************************************************
=Info
**********************************************************************************/	

.infowrap{
    border-bottom:2px dotted #b9dd3b;
    padding:10px 0 8px 0;
    float:left;
    width:100%; }

.info    {
        display:block;
		float:left;
		font-size:1.2em;
        font-weight:bold;
        line-height:1.2em;
        padding:0;
        margin:5px 0 8px 0;
		width:430px;  }
		
  .infobox
  {
    display:block!important;
  }
  
  .infobox_hidden
  {
    display:none;
  }
  
