/* CSS Document */





/*layout
------------------------------------------------*/

body {
font:11px Arial, Helvetica, sans-serif;
background-image:url(/images/bg.gif);
}

#container {
width:750px;
margin:auto;
background-color:#FFF;
border:1px solid #e4e4e4;
padding:5px;
}

#header {
width:750px;
height:100px;
margin-bottom:5px;
float:left;
background:#006CB8 url(/images/logo.jpg) no-repeat top left;
}

#content {
width:750px;
min-height:300px;
line-height:1.5em;
float:left;
}

#cvr {
width:270px;
height:355px;
background-image:url(/images/cvr_lrg.jpg);
float:left;
}

#letter {
width:270px;
height:355px;
float:left;
margin-left:5px;
margin-bottom:5px;
overflow:auto;
}

#footer {
clear:both;
text-align:center;
padding:5px;
background-color:#F58220;
color:#FFF;
font-size:9px;
height:40px;
}

#footer a {
color:#FFF;
text-decoration:none;
}



/* Navigation
------------------------------------------------*/

#nav {
background-image:url(/images/nv_bg.gif);
width:750px;
height:40px;
background-color:#F58220;
margin-bottom:5px;
float:left;
font-weight:700;
font-size:1.1em;
}

#nav ul {
margin-left: 0;
padding-left: 5px;
white-space: nowrap;
margin-top:12px;
}

#nav li {
display:inline;
list-style-type: none;
padding-right: 20px;
}

#nav a {
text-decoration:none;
color:#FFF;
padding:12px 10px 13px 10px;
}

#nav a:visited {
color:#FFF;
}

#nav a:hover {
background-color:#3366FF;
background-image:url(/images/nv_ovr.gif);
}

#crnt {
background: #006CB8 url(/images/crnr_pl.gif) no-repeat top right;
width:190px;
height:352px;
float:left;
margin-left:5px;
color:#FFF;
padding:3px 5px 0 5px;
font-size:12px;
}

.crnt {
font-weight:700;
font-size:14px;
color:#006CB8;

}

#crnt a:link {
color:#FFF;
text-decoration:underline;
}

#crnt a:visited {
color:#fff;
text-decoration:underline;
}

#crnt a:hover {
color:#89A527;
text-decoration:none;
}


/* stories
--------------------------------------------------------------------------------*/
.hdln {
font:700 20px Arial, Helvetica, sans-serif;
}

.drp_hd {
font:700 14px Arial, Helvetica, sans-serif;
color:#006CB8;
}

.images {
float:right;
margin:10px;
padding:3px;
border:1px solid #ccc;
}

/* Subscribe Form 
------------------------------------------------*/

#sb_frm {
font:10px Arial, Helvetica, sans-serif;
border:1px solid gray;
background-color:#e4e4e4;
float:left;
margin-bottom:5px;
}

.sb_frm {
background-color:#006CB8;
color:#FFF;
}

#sb_img_tbl{
text-align:center;
float:right;
}

#sb {
float:left;
margin-bottom:5px;
}

/* Contact Form 
------------------------------------------------*/
.hdr {
font:14px Arial, Helvetica, sans-serif;
background-color:#EA1C24;
font-variant:small-caps;
color:#FFF;
padding:2px;
font-weight:900;
text-align:right;
}

.tbl {
border:1px solid gray;
background-color:#e4e4e4;
}

#tbl {
margin-bottom:20px;

input.send-btn {
width: 75px;
height: 25px;
background: #1529B3;
color:#FFF;
outline: none;
font-size:11px;
font-weight:600;
}
input.send-btn:hover {
background: #EA1C24;
}

.bld {
font-weight:700;
}

#admin_frm {
float:left;
}
