/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
html {
height:101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	width:100%;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../img/body-back.gif);
	background-attachment: fixed;
	background-color: #0B2345;
	background-repeat: repeat-x;
}

#masthead {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-color: #EDECEB;
	width:941px;
	height: 154px;
	margin: 0 auto;
}
#logo {

}
#logo img {
	border: 0;
}
.localimg {
float:left;
margin-left:600px;
margin-top:45px;
}
#menuTop {
	width:941px;
	height:25px;
	margin: 0 auto;
	background-color:#FFF;
		font-size: 0.9em;
	line-height: 25px;
		vertical-align: middle;
	color: #00267F;
	text-align: left;
}
.textTop {
	padding-left: 15px;
	float:left;
	width:45%;
}
.menuToptext {
float:right;
width:48%;
}
.menuToptext a:link {
color: #00267F;
}
.menuToptext a:hover {
	color: #900;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 0px;
}
#c1, #c2, #c3, #c4 {
	float: left;
	vertical-align:top;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	/*padding: 8px 20px;*/
	font-size: 0.8em;
	line-height: 1.5em;
}
.content p {
	/*margin: 6px 0px 12px;*/
	font-size: 1.2em;
	letter-spacing: 1px;
}

.content2 {
	padding: 8px 20px;
	font-size: 0.8em;
	line-height: 1.5em;
}
.content2 p {
	margin: 6px 0px 12px;
	font-size: 1.2em;
	letter-spacing: 1px;
}

h1 {
	font-size: 18px;
	letter-spacing:0.1em;
	color:#00267f;
}
.blue {
	color: #00267F;
}
.orange h1 {
	color: #F16122;
	
}
.orange {
	color: #F16122;
	
}
h2 {
	font-size: 14px;
	color:#00267f;
}
h3{
	font-size: 18px;
	color:#00267f;
}
h4{
	font-weight:normal;
	line-height:0;
	font-size: 18px;
	color:#ffffff;
}
#aboveFoot {
	width:941px;
	margin: 0 auto;
	background-color:#FFF;
	height:64px;
	font-size: 0.9em;
	color: #00267F;
}
#footer {
	font-size: .7em;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 941px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer a{
color:#FFFFFF;
}
#footercontent {
	color: #DDE2EE;
	line-height: 38px;
	vertical-align: middle;

}
#footercontent .lfttext {
	margin-left:10px;
}
#footercontent .rhttext {
	float:right;
	margin-left:250px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#baseFoot {
	margin: 0 auto;
	background-image: url(../img/bottom.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 941px;
}


