@charset "UTF-8";
/* CSS Document */




/*
-------------------------------------------------------------------------------------------------------------------------
  BASIC BIG BLOCKS
-------------------------------------------------------------------------------------------------------------------------
 */

html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #0071bc;
}

div,table,tr,td,th,img,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,select,label{
margin: 0;
padding: 0;
border: 0;
}
.clear {
position: relative;
display: block;
clear: both;
width: 100%;
height: 1px;
overflow: hidden;
margin: 0;
font-size: 1px;
line-height: 1px;
}
.clearfix {
clear: both;
}





/*
-------------------------------------------------------------------------------------------------------------------------
  LAYOUT - CONTAINERS AND WRAPPERS
-------------------------------------------------------------------------------------------------------------------------
 */
#container {
position: relative;
width: 100%;
}
#wrapper {
position: relative;
width: 100%;
padding: 30px 0;
}
/*holds #main and #branding column*/
#content_wrapper {
position: relative;
width: 570px;
padding: 0 50px 0 380px;
_padding-right: 0;
margin: 0 auto;
background-color: #fff;
background-image: url(../gif/bg_content.gif);
background-position: 550px 100px;
background-repeat: no-repeat;
}
#content {
position: relative;
float: left;
width: 100%;
padding-top: 68px;
}
#branding_column {
position: float;
float: left;
width: 320px;
margin: 0 0 0 -950px;
}
#footer {
clear: both;
position: relative;
width: 1000px;
height: 10px;
margin: 0 0 0 -380px;
background-color: #003471;
}

/*classes for floats */
.left {
float:left;
}
.right {
float:right;
}






/*
-------------------------------------------------------------------------------------------------------------------------
  BASIC TYPE, COLOR SETTINGS
-------------------------------------------------------------------------------------------------------------------------
*/
* {
font-family: lucida grande, arial,verdana, sans-serif;
font-size:1em;
line-height:1em;
}
p {
font-size: .85em;
line-height: 1.5em;
color: #003471;
margin: 0 0 1.5em 0;
}
ul {
margin: 0 0 1.5em 1em;
}
li {
font-size: .85em;
line-height: 1.5em;
color: #003471;
}
a {
color: #34b2e6;
}
a:hover {
color: #003471;
text-decoration: none;
}
/* page title */
h1 {
font-family: times, serif;
font-size: 2em;
line-height: 1.5em;
color: #34b2e6;
font-weight: normal;
letter-spacing: .05em;
margin-bottom: .3em;
}
/* secondary subhead */
h2 {
font-family: times, serif;
font-size: 1.2em;
line-height: 1.5em;
color: #34b2e6;
font-weight: normal;
letter-spacing: .05em;
margin-bottom: .2em;
margin-top: 1.5em;
}
h3 {
font-family: times, serif;
font-size: 1.05em;
line-height: 1.5em;
color: #34b2e6;
font-weight: normal;
letter-spacing: .05em;
margin-bottom: .05em;
}

/* classes for colors and other decorations 
---------------------------------------- */
.navy {
color:#003471;
}
.cyan {
color: #34b2e6;
}



