/* -----------------------------------------------------------------------
/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

@import 'src/reset.css';
@import 'src/typography.css';
@import 'src/grid.css';
@import 'src/forms.css';

@charset "UTF-8";


html * { font-size: 100.01% }

body { 
	background: #fff;
}

.container {
  width: 870px;
  background: #fff;
  border-left: 1px #333 solid;
  border-right: 1px #333 solid;
  border-bottom: 1px #333 solid;
   
}  

.pdf {
background-image: url('../images/pdf.gif');
background-repeat: no-repeat; 
padding-left: 30px;
}

.header { 
height: 100px;
background:#001521;
}

.footer { 
background: #F2F2F2;
margin-top: 20px;
padding-bottom: 10px;
padding-top: 10px;
border-top: 1px #ccc solid;
font-size: 90%; 
}
.footer a { color: #4D87C7; background:transparent; }
.footer a:focus, 
.footer a:hover,
.footer a:active {color: #182E7A; background-color: transparent; text-decoration:underline;}

.header-h1 {
	font-family:verdana,"times new roman",times,serif; 
	text-align: center;
	font-size: 2.2em;
	color: #CC6633;
	font-weight:normal; 
}

.header-h2 {
	font-family:verdana,"times new roman",times,serif; 
	text-align: center;
	font-size: 2em;
	color: #CC6600;
	font-weight:normal; 	
}

.header-h3 {
	font-family:verdana,"times new roman",times,serif; 
	text-align: center;
	font-size: 1.2em;
	color: #CC6600;
	font-weight:normal;
}

.gltable {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom:10px;
}

textarea, pre, tt, code {
font-family:"verdana", Courier, monospace;  	
}

.adpage input { border:1px solid #bbb; padding-left:5px; padding-right:5px; margin-bottom:5px; font-size: 120%; }
.adpage input:focus {  border:1px solid #666; }
.adtable { margin-bottom: 0;}
.adtable td {	border-right: 0; border-bottom: 0;	padding: 0; margin: 0;}


body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;*/
font-size: 72.00%; 
color: #444;  
}

h1,h2,h3,h4,h5,h6 { 
font-family:"times new roman",times,serif; 
font-weight:bold; 
color:#666;
margin: 0 0 0.25em 0; 
}

h1 { font-size: 180%; color:#001521; padding-bottom: 5px}          /* 24px */
h2 { font-size: 200%; color:#001521}          /* 24px */
h3 { font-size: 150%; color:#666; padding-bottom: 10px; padding-top: 10px }                        /* 18px */

.formdisplay {
	display: none;
}

p { line-height: 1.5em; margin: 0 0 1em 0; }

ul, ol, dl { padding-left: 20px; line-height: 1.5em; margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em; padding-top: 4px; }

cite, blockquote { font-style:italic }
blockquote { margin: 0 0 1em 1.5em }

.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
.center { text-align:center; margin: 0.5em auto }
.center-text { text-align:center; }
.right-align {text-align:right;}


a {color: #4D87C7; text-decoration:none;}
a:focus,
a:hover,
a:active {color:#182E7A; text-decoration:underline;}
a:visited {color:#4D87C7;  /* #9d11b3;*/ }

hr {
height: 20px;
color: #fff;
background:transparent;
margin-bottom: 20px;
border:0;
border-bottom: 1px #eee solid;
}

.hr-small {
height: 15px;
margin-bottom: 15px;
}

.rightimg {
	float: right;
	margin-left: 20px;
	margin-bottom: 6px;
}


.left-gap-40{
	margin-left: 40px;
}

.gap-20{
padding-right: 20px;
}

.top-10{
padding-top: 10px;
}

.top-20{
padding-top: 20px;
}

.green-text {
color: #326850;
font-weight: bold;

}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #efefef;
}



td {	
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
}

.imgborder { border: 1px solid #ccc; } 

 
/***** Navigation  **********/

#nav_main {
width: 100%;
overflow: hidden;
float: left;
display: inline;
border-bottom: 1px #ccc solid;
line-height: 0;
margin-bottom:20px;
}

#nav_main a {text-decoration:none;}

#nav_main ul {
display: inline;
float: left;
margin: 0;
margin-left: 50px;
padding: 0;
}

#nav_main ul li {
border-right: 1px #aaa solid;
display: inline;
float: left;
font-size: 1.0em;
line-height: 1em;
list-style-type: none;
margin: 0;
padding: 0;
}

#nav_main ul li,
#nav_main ul li strong {
background: transparent;
color: #000;
display: block;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0.5em 0.8em 0.5em 0.8em;
text-decoration: none;
width: auto;
}


#nav_main ul li #current {
border-left: 1px #444 solid;
border-right: 1px #888 solid;
}


#nav * { border: 0px none !important; }
#nav_main { background: #efefef; }
#nav_main ul { margin-left: 10px; }
#nav_main ul li { line-height: 1.2em; }

#nav_main ul li a,
#nav_main ul li strong { color: #666; font-weight: normal; padding: 0.5em 0.7em 0.5em 0.7em; }

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active  { background: #41383C; color: #fff; }

#nav_main ul li#current { background: transparent; }

#nav_main ul li#current strong,
#nav_main ul li#current,
#nav_main ul li#current a:focus,
#nav_main ul li#current a:hover,
#nav_main ul li#current a:active { color: #4D87C7; font-weight: bold; }

