/* @override http://icsnm.org/newsite/css/screen.css */

body {
	background: #cce3e3 url(../images/main-bg.jpg);
	color: #000;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0px;
}

a:link		{ 
 color: #000;
 text-decoration: underline;


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

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

img {
	border:none;
}
img.right{
display: block;
float: right;
padding: 3px;
border: 1px solid silver;
margin: 0px 0px 10px 10px;
}
img.home-img{
margin-top: 15px;
padding: 3px;
border: 1px solid silver;
}
.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: 899px; /*Width of main container*/
margin: 30px auto;
	background-color: #f7f7f4;
	border: 2px solid #aad2d3;
	color: #3c2d1e;
}

#topsection{
height: 171px;
	background: url(../images/header-bg.jpg) no-repeat;
}

#topsection ul.nav{
	margin: 0;
	padding: 0;
}
#topsection ul.nav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;	
	font-size: 14px;

}
#topsection ul.nav li a, #topsection ul.nav li a:visited{
	display: inline-block;
	padding: 5px 10px;
	background-color: #f7f7f4;
	margin-right: 3px;
	color: #3c2d1e;
	text-decoration: none;
}
#topsection ul.nav li a:hover{
	background-color: #aad2d3;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 280px;
	font-size: 14px;
	line-height: 19px;
}
h1{
	color: #306768;
	font: normal normal 24px/28px Georgia, "Times New Roman", Times, serif;
}

#contentcolumn h2{
	color: #306768;
	font: normal normal 16px/20px Georgia, "Times New Roman", Times, serif;
}
#leftcolumn{
float: left;
width: 280px; /*Width of left column*/
margin-left: -899px; /*Set left margin to -(MainContainerWidth)*/
}
#leftcolumn .post{
	margin-bottom: 20px;
}#leftcolumn h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #b4a291;
	padding-bottom: 3px;
	color: #893101;
}
#leftcolumn h3{
	margin-top: 0;
	margin-bottom: 5px;
	font-style: italic;
		color: #306768;

}
#leftcolumn img{
display: block;
margin: 0 auto 10px auto;
}
#leftcolumn .innertube{
	margin: 0;
	padding: 10px;
}
#footer{
clear: left;
padding: 5px;
	font-size: 11px;
	color: gray;
	border-top: 1px solid Gray;
}
#footer p{
	margin: 0;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
