body {
	background: #fff url(../images/main-bg.jpg) repeat-x left top;
	color: #000;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0px;
}
h1{
	color: #567e92;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}
a:link		{ 
color: #252a31;
 text-decoration: underline;


 }
a:visited	{ 
	color: #252a31;
 text-decoration: underline;

 }
a:hover		{ 
color: #363636;
 text-decoration: none;
 
}

img {
	border:none;
}
.invisible, hr {
	display: none;
}

.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

.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 */


#maincontainer{
width: 901px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 55px;
background: url(../images/header-bg.jpg) no-repeat left top;
margin-bottom: 10px;
	margin-top: 10px;
}

#topsection img.logo{
	float: left;
	display: block;
	padding-top: 15px;
	padding-left: 10px;
}
#topsection ul#navigation{
	width: 420px;
	float: right;
	margin: 0;
	padding: 0;
}
#topsection ul#navigation li{
	display: inline;
	list-style-type: none;
	float: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#topsection ul#navigation li a, #topsection ul#navigation li a:visited{
color: #e5f3fa;
text-decoration: none;
	padding: 15px;
	display: block;
	margin-top: 5px;
}
#topsection ul#navigation li a:hover{
	color: #fff;
}
#monoslideshow {
		border: 8px solid #fff;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px;
	color: #252a31;
	font-size: 14px;
	line-height: 21px;
}
body#home #contentcolumn{
	margin: 0;
}
body#home #contentcolumn .innertube{
	margin: 0;
}
#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -901px; /*Set left margin to -(MainContainerWidth)*/
}
body#home #leftcolumn{
	display: none;
}
.magazine{
	width: 135px;
	float: right;
	padding: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-color: #edeff0;
	border: 1px solid #e4e4e4;
}
#footer{
clear: left;
padding: 4px 0;
border-top: 1px solid #d8dcde;
overflow: hidden;
	font-size: 12px;
	color: #7898a8;
}
#footer .footer-links {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

#footer .footer-links a{
	color: #7898a8;
	padding-right: 15px;
	padding-bottom: 5px;
	display: inline-block;
	padding-top: 5px;
}
#footer .footer-info{
		width: 48%;
		float: right;
	line-height: 24px;
	text-align: right;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
