#wrapper {
    background-image:url(images/int-bg-wrapper.jpg);
    background-position: top center;
    background-repeat:no-repeat;
    font-size:1.2em;
    line-height:1.2em;
}
#pageWrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#globalMenu {
	text-align: center;
	height: 30px;
	line-height: 20px;
	font-size: 11px;
}
#globalMenu a {
	color: #fff;
	margin-left: 1em;
	margin-right: 1em;
}
#header {
	height: 100px;
	margin-bottom:10px;
	padding-left:315px;
}
#header h1, #header h2 { display: none; }
#header a#logoLink
{
    display:block;
    position:absolute;
    top:0px;
    left:15px;
    width:290px;
    height:90px;
}

/* for debug purposes 
a#logoLink, #subTitle, #mainMenu {border:1px solid #00ff00;}*/

#subTitle {
    line-height:50px;
    font-size:2em;
    color:#ccc;
    text-align:center;
}
#interactiveLinks
{
    color:#ccc;
    height:45px;
    padding-top:5px;
    text-align:center;
    display:none;
}
div#interactiveLinks a.button2 {float:none; display:inline-block;}
#interactiveLinks h2
{
    color:#03115d;
    font-size:2.4em;
}
h2#pageTitle{color:#efefef;padding-left:100px;}
#mainMenu { height: 30px; line-height: 30px; font-size: 1.2em; text-align:center; color:#ccc; display: none; }
#mainMenu a {
	color: #ccc;
	margin-left: 1em;
	margin-right: 1em;
	display: block;
	float: left;
	height: 30px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

#mainMenu a.selected, #mainMenu a:hover {
	color: #eee;
}
#contentWrapper { 
    font-size: 1.3em; 
    margin-bottom:20px;
    height:auto;
    
}
#archiveBlock
{
    padding-left:30px;
    color:#fff;
}
#archiveBlock .tout
{
    padding:10px;
    width:280px;  
    margin-bottom:.75em; 
}
#footerMenu {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 10px;
	color:#666666;
}
#footerMenu a {
	color: #333;
	margin-left: 1em;
	margin-right: 1em;
}
#copyright {
	text-align: center;
	line-height: 30px;
	background-repeat: no-repeat;
	height: 50px;
	color: #666;
}
#copyright a {
    color:#333;
}

div#article
{
    width:620px;
    float:left;
}
div#sidebar
{
    width:225px;
    float:right;
}
div#sidebar h3, div#sidebar h4, div#sidebar h5
{
    margin-bottom:.5em;
    margin-top:1em;
}
div#sidebar h3
{
    font-family:Georgia;
    font-size:1.6em;
    font-weight:bold;
    border-bottom:1px solid;
    color:
}
div#article {
	width: 630px;
	float: left;
}
div#contentArea h3 {
	font-size: 1.6em;
	line-height: 1.5em;
}div#sidebar {
	width: 225px;
	float: right;
}
div#sidebar  h3, div#sidebar  h4, div#sidebar p { padding-left: 0px; }
div#sidebar h4 {
	color: #2F0825;
	margin-bottom: 0em;
	padding-bottom: 0px;
}


div#featureBlock {
}
div#callCBN {
	position: absolute;
	right: 20px;
	top: 20px;
}

