@import url(base.css);

/* */
body {
	background: #FAFAF8 url(../images/cssimg/body-bg.png) 0 0 repeat-x;
}
#wrapTop {
	height:377px;
	background: url(../images/cssimg/wraptop-bg.png) top center no-repeat;
	width:1170px;
	margin:0 auto -247px;	
}
#wrapMain {
	background: url(../images/cssimg/wrapmain-bg.png) bottom center no-repeat;
	width:1170px;
	margin:0 auto;
	padding-bottom: 140px;
}
.container {
	width:972px;
	margin:0 auto;	
}
#header {
	width:972px;
	margin: 0 auto;
	position:relative;
	background:url(../images/cssimg/header-bg.png) bottom center no-repeat;
	height:125px;
	padding: 0 6px 0;
}
#header.homepage {
	background:url(../images/cssimg/header-bg-home.png) bottom center no-repeat;
}
    #header a img {
        float:left;
        margin-top:27px;
    }
#meta-tabs {
    position:absolute;
    right:0;
    list-style:none;
    margin:0;
}
#meta-tabs li {
    float:left;
}
#meta-tabs a img {
    margin:0;
}
#footer {
	background:url(../images/cssimg/footer-bg.png) top center no-repeat;
	padding:35px 7px;	
}
#footer.homepage {
	background:url(../images/cssimg/footer-bg-home.png) top center no-repeat;
}
#content {
    position:relative;
	min-height:600px;
	background:url(../images/cssimg/content-bg.png) 0 0 repeat-y;
	padding: 0 15px;
}
#content.homepage {
	background:url(../images/cssimg/content-bg-home.png) 0 0 repeat-y;
}
#sidebar {
    min-height: 440px;
    float:left;
    width:165px;
    background: url(../images/cssimg/sidebar-bg.png) no-repeat right 40px;
    padding: 0 14px 50px 6px;
}
#sidebar h3 {
	color:#1F2A4E;
	margin:.75em 0 .55em;
}
#main {
    min-height:200px;
    float:left;
    width:670px;
    padding-left:40px;
    line-height:1.5;
    font-size:14px;
    margin-top:14px;
}
.sidebox {
    width:165px;
    margin-bottom:14px;
}
.sidebox h2 a:link, .sidebox h2 a:visited {
	color:#CA9F17;
}
.contents{
    background: url(../images/cssimg/sidebox-top.png) no-repeat 0 0;
    padding:5px 10px 1px 20px;
}
.ebook h2 {
    background:url(../images/cssimg/book.png) no-repeat 0 0;
    padding-left:60px;
    height:55px;
}
.cap {
    background:url(../images/cssimg/sidebox-bottom.png) no-repeat 0 0;
    height:16px;
}
#hero {
    height:413px;
    background:url(../images/cssimg/hero-bg.jpg);
    position:relative;
    top:-9px;
    font-size:14px;
    color:#EAE9E4;
    line-height:1.3;
}
    #hero table {
        margin:0 90px 0 450px;
	}
	#hero table tr {
    	height:413px;
	}

#hero h1 {
    font-size:25px;
    line-height:1.3;
    color:#0D1637;
}
#hero a {
    width:181px;
    height:28px;
    display:block;
    background:url(../images/cssimg/hero-a.png) 0 0 no-repeat;    
    text-indent:25px;
	padding-top:2px;
}
#hero a:link, #hero a:visited {
    font-size:13px;
    color:#FFFFCC;
}
#hero a:hover, #hero a:focus {
    color:#B2A68E;
}
#nav ul {
    list-style:none;
    float:right;
    margin:62px 0 0 0;
}
#nav ul ul{
	display:none;
}
#nav img {
    display:none;
}
#nav li {
    float:left;
    margin-left:30px;
    line-height:20px;
}
#nav a {
    font-size:16px;
    display:block;
    line-height:1.1;
    padding:0 12px;
}
#nav a span {
    display:block;
    font-size:10px;
}
#nav a:link, #nav a:visited {
	color: #F2F0DB;
}
#nav a:hover, #nav a:focus, #nav li.selected a:hover, #nav li.selected a:focus {
	color:#D2C582;
    text-decoration: none;    
}
#nav li.selected a {
	background:url(../images/cssimg/nav-bg.png) 0 0 no-repeat;
}
#sidenav ul{
    margin:0 0 0 5px;
    list-style:none;
    margin-bottom:35px;
}
#sidenav li {
    line-height:2;
}
#sidenav a {
    color:#F2F0DB;
    font-size:14px;
    font-weight:500;
    padding-left:12px;
    display:block;
}
#sidenav a:hover, #sidenav a:focus, #sidenav li.selected a:hover, #sidenav li.selected a:focus {
    text-decoration:none;
    color:#4E2610;
}    
#sidenav li.selected a {
	 background:url(../images/cssimg/sidenav-bg.gif) 0 4px no-repeat;
}

.boxes {
    background:url(../images/cssimg/boxes-bg.png) 0 0 no-repeat;
    height:238px;
    width:235px;
    float:left;   
    position:relative;
    font-size:14px;
    line-height:1.35;
}
.boxes h2 {
    margin:0 0 7px 0;
    padding:0;
    font-size:20px;
    font-weight:normal;
}    
.boxes h2 a {
    color:#CA9F17;
}
.boxes h2 span{
    font-weight:500;
}
.boxes p {
    margin-bottom:.3em;
}
.boxes .headline {
	margin-bottom:5px;
	display:block;
}
p.italics {
    font-style:italic;
}
.boxes .contained {
    padding:20px 15px 20px 20px;
}
.boxes a {
	display:block;
}
.boxes ul {
	margin:0;
	padding:0;
	list-style:none;
}
#creditfooter {
	display:none;
}
.headline {
     font-weight:bold;   
}
a.arrowed {
    font-weight:bold;
    background: url(../images/cssimg/arrowed.png) no-repeat left;
    padding-left:13px;
}
.boxes a.arrowed {
    position:absolute;
    bottom:25px;
}
#footer ul {
	float:left;
	margin:0;
	list-style: none;
}	
#footer li {
	float:left;
	font-weight:bold;
        padding-right:7px;
    line-height:19px;
}
#footer li a {
    font-weight:normal;
    padding-left:22px;
    height:19px;
    display:block;
}
a.fb {
    background:url(../images/cssimg/facebook.png) left no-repeat;
}
a.tw {
    background:url(../images/cssimg/twitter.png) left no-repeat;
}
a.li {
    background:url(../images/cssimg/linkedin.png) left no-repeat;
}
#footer p {
	float:right;
}
p.curvy {
    background: url(../images/cssimg/curvy-arrow.gif) left no-repeat;
    padding-left:20px;
}
ul.tabs {
    padding:0 0 0 7px;
    list-style:none;
    position:relative;
    background: url(../images/cssimg/goldbar.png) no-repeat center bottom;
    margin:0;
}
.tabs li {
    float:left;
    position:relative;
    margin-right:7px;
    height:30px;
    line-height:26px;
    font-size:13px;
}
.tabs li a {
    color:white;
    background:url(../images/cssimg/blue-tab-right.png) top right no-repeat;
    height:30px;
    display:block;
    margin-left:5px;
    padding: 0 14px 0 6px;
}
.tabs li a:focus {
	text-decoration:none;
}
.tabs li a span {
    background:url(../images/cssimg/blue-tab-left.png) 0 0 no-repeat;
    height:30px;
    position:absolute;
    left:0;
    top:0;
    width:5px;
    display:block;
}
.tabs li a.current {
    background-image: url(../images/cssimg/yellow-tab-right.png);
    color:#1F2A4E;
} 
.tabs li a.current span {
    background-image: url(../images/cssimg/yellow-tab-left.png);
}
.panes {
    padding-top:21px;
}
img.imgright {
    float:right;
    margin-left:21px;
}
.sidebox h2 a 