/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/




/*COLUMNS*/

#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 14px 12px 10px;
	color: #CCCCCC;
	float:left;
	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.icons{
	margin-top:9px;
}








/*GLOBALS: Nav Bar*/



/*GLOBALS: Link Styles other than main navigation bar*/

.sidelink a:link, a:visited, a:active {
	color: #990000;
}
.sidelink a:hover {
	color: #006600;
}

.imglft {
	float: left;
	border: 1px solid #990000;
	padding: 2px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.imgrit {
	float: right;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #990000;
}
#advert {
 margin: 0 auto;
 width: 940px;
 height: auto;
 margin-bottom:30px;
}
#localrus{
	float:right;
	width:150px;
	font-size:0.7em;
	margin:4px 0px 15px 0px;
}
#localrus a{
	color:#999;
}
