/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #EEEEEE;
}
#logo img {
	border: 0;
}
/*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;
}
.leftcontent {
	padding-top: 4px;
}
.leftcontent p {
	margin-top: 3px;
}
.logo{
	margin-top: 3px;
}
.info {
	font-size: .8em;
	text-align: right;
	padding-right: 20px;
}
.navemail {
	font-size: .89em;
}
.rightcontent {
	line-height: 1.5em;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 8px;
	font-size: .9em;
}
.rightcontent p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.hometitle {
	margin: 16px 0px 0px;
	text-align: center;
}
.homecontent p {
	margin: -2px 0px 12px 52px;
}
.inquireborder {
	border-left: 1px solid #CDCDCD;
	padding-left: 10px;
}
h1 {
	/*margin: 0px;*/
	font-size: 1.4em;
	font-weight: normal;
	color: #666666;
}
h2 { 
	font-size: 1.1em;
	color: #DE8012;
	margin: 20px 0px 0px;
}
h3 {
	font-size: 1.1em;
	color: #965071;
	margin: 20px 0px 0px;
}
h4 {
	font-size: 1.1em;
	color: #7670B5;
	margin: 20px 0px 0px;
}
h5 {
	font-size: 1.1em;
	color: #074180;
	margin: 20px 0px 0px;
}
h6 {
	font-size: 1.1em;
	color: #4C7E2A;
	margin: 20px 0px 0px;
}
.blueheader {
	font-size: 1.1em;
	color: #074180;
	margin: 0px;
	font-weight: bold;
}
.greenheader {
	font-size: 1.1em;
	color: #4C7E2A;
	margin: 20px 0px 0px;
	font-weight: bold;
}
#footer {
	margin: 0px auto;
	font-size: .70em;
	text-align: right;
}
/*#footer a:link {
	color: #136C68;
}
#footer a:visited {
	color: #136C68;
}
#footer a:hover {
	color: #FF9912;
}
#footer a:active {
	color: #136C68;
}*/
#footercontent {
	padding: 15px 6px 20px 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Link Styles other than main navigation bar*/ 
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF9912;
}
a:active {
	color: #666666;
}

