/* 
  -----------------------------------
  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: #222;
	background-color: #EDEDED;
	margin: 20px 0 0 0;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
strong, em {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-weight: normal;
}
#masthead {
	background-image: url(../images/p7iq_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 63px;
}
#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.8em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
#c3 ul {
padding: 0 0 0 0;
margin: 0 0 30px 0;
font-size: .9em;
line-height: 1.3em;
border-bottom: 1px solid #CCC;
}
#c3 li {
padding: 0 0 7px 0;
margin: 0 0 0 15px;
list-style-type: square;
}
h1 {
	margin: 0 0 .5em 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #D50371;
}
h2 {
	font-size: 1.4em;
	margin: 1.5em 0 0 0;
	color: #444;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	margin: 0 0 .5em 0;
	color: #D50371;
}
h4 {
	font-size: 1.4em;
	margin: 1em 0 .5em 0;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0 12px 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC; text-decoration:none;
}
a:visited {
	color: #0033CC; text-decoration:none;
}
a:hover {
	color: #0033CC; text-decoration: underline
}
a:active {
	color: #0033CC;
}

/******NAVBAR STYLES********/
#menubar {
	font-size: 0.75em;
	padding: 0 0 10px 40px;
	/*background-image: url(../images/graf-mbar.jpg);
	background-repeat: repeat-x;*/
	background-color: transparent;
	margin-top: 50px;
	width: 980px;
	margin: 0 auto;
        text-transform: uppercase;
}
#menubar img {
	padding: 0 0 10px 0px;
}
#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #707C80;
	padding: 0px 30px 0px 0;
	text-decoration: none;
	/*border-right: 1px solid #D6D6D6;*/
	/*background-image: url(img/grafb_roots.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;*/
}
.p7uberlink {
	color: #000!important;
	background-color: #FFFFFF!important;
	background-position: 0px -240px !important;
	background-repeat: repeat;
}
/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#menubar li a:hover,
#menubar li a:focus, 
#menubar li a:active {
	color: #D50371;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: transparent;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/*Skip Link Link Styles*/
#skips a, #skips a:visited {
	color: #EFEEED;
	font-size: 12px;
	text-decoration: none;
}
#skips a:hover {
	color: #EFEEED;
	font-size: 12px;
	text-decoration: underline;
}
