/* include the reset stylesheet */
@import url("reset.css"); 

/*   */
body {font:11px/16px Verdana,Arial, Helvetica, sans-serif;background:#0c3749;color:#fff;text-align:center;}
h1 {font-size:24px;line-height:1.2em;}
p {padding-bottom:1.2em;}
h2 {font-size:18px;line-height:1.2em;}
strong{font-weight:bold;}
em {font-style:italic;}
/* we <3 clearfix! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* wrap */
#body {background:#c9d6db;color:#393939;padding-bottom:20px;height:700px;}
#wrap {margin:0 auto;text-align:left;width:689px;height:750px;}

#footerwrap {background: url(../images/fwrap_bg.png) top left repeat-x;height:220px;}
#footer {margin:0 auto;text-align:left;width:689px;background: url(../images/footer_bg.png) top left repeat-x;height:220px;}
#footer .section {padding:10px 20px; float:left;width:185px;}
#footer ul {padding:10px 0;}
#footer ul li a {display:block;border-bottom:1px solid #215266;color:#fff;text-decoration:none;padding:2px 5px;}
#footer ul li a:hover {background:#062b3a;}

/* header */
#header {position:relative;}

/* navigation */
#nav {position:absolute;bottom:12px;right:40px;list-style-type:none;}
#nav li {float:left;}
#nav li a {margin:0 4px 0 0;padding:0 0 0 9px;display:block;background:url(../images/nav_left.png) bottom left no-repeat;line-height:28px;font-size:14px;text-decoration:none;color:#537e8f;}
#nav li a span{padding:0 9px 0 0;display:block;background:url(../images/nav_right.png) bottom right no-repeat;line-height:28px;}
#nav li a:hover, #nav li.current a {background-position:top left;color:#4a707f;}
#nav li a:hover span, #nav li.current a span {background-position:top right;}
#nav li.current a {font-weight:bold;}

#content {background:#fff url(../images/content_bg.png) top left repeat-y;padding:10px 20px;clear:both; height:370px; overflow:auto;}
#content a { text-decoration:none; color: #215970;}
#content a:hover { text-decoration:none; color: #278bb4;}

.teaser {float:left;}
.cfoot {float:left;}