/* 
  -----------------------------------
  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: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-image: url(../images/2007/bktop.gif);
	background-repeat: repeat-x;
	z-index: 1;
}
#imgback {
	background-image: url(../images/2007/head-sm.jpg);
	background-repeat: no-repeat;
	height: 519px;
	width: 279px;
	float:right;
	margin-bottom:-320px;
}
h3 {
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #00509F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	font-variant: normal;
	}
#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 {
	margin-left:0px;
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 0px;
	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: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menu {
width: auto;
background: #fff;
width:940px;
margin:0 auto;

}
#menu li {
position: relative;
width:auto;
padding-right:10px;

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width:250px;
}
#menu ul ul li {
width:250px;
margin:-3px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: auto;
float: left;
}
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	cursor: hand;
}

#menu h2 {
	color: #396;
	text-transform: uppercase;
	background-color: #FFF;
	font-weight: bold;
	font-size:12px;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}

#menu a:hover {
color: #a00;
background: #fff;
}
#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#toptext {
	text-align: left;
	float: left;
	padding-left:0px;
	clear:both;
	width:900px;
}
#toptext a:link, a:active {
	font-size: 14px;
	font-weight:bold;
	color: #00F;
}
#toptext a:hover {
	color: #090;
}
#toptext a:visited {
	font-size: 12px;
	color: #96C;
	font-weight:bold;
}
.lftimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ritimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgright {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}