/* 
  -----------------------------------
  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: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-image: url(img/drd_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #024731;
}
#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;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #024731;
}
h2 {
	font-size: 1.1em;
	margin: 10px 0px 0px 0px;
	color: #024731;
	letter-spacing: 0.2em;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	padding-bottom: 8px;
}
#footercontent {
	padding: 0px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #58A618;
	font-size: 0.8em;
	background-image: url(img/p7iq_navbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-position: left bottom;
}
#tnav-center {
	margin: 0px;
	border-left: 1px solid #333;
	margin-left: 28px;
	height: 12px;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #58A618;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #427730;
}
a:visited {
	color: #427730;
}
a:hover {
	color: #A5D867;
}
a:active {
	color: #A5D867;
}
/*CUSTOM ELEVATOR STYLES*/
#masthead #epmExternal {
	position: absolute;
	left: 820px;
	z-index: 999999;
	top: 36px;
	font-size: 0.7em;
	border: 0;
}
#iQ-elevator .p7epm_cwrapper,
#iQ-elevator .p7epm_content,
#iQ-elevator .p7EPM02 {
	border: 0;
	font-size: 1em;
}
#masthead #epmExternal .p7epm_trigs li {
	margin-right: 2px;
}
#masthead #epmExternal .p7epm_trigs a {
	color: #999999;
	padding: 4px 10px;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
	background-color: #024731;
	float: left;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #3C3C3C;
}
#masthead #epmExternal .p7epm_trigs a:hover {
	color: #FFFFFF;
}
#masthead #epmExternal .p7epm_trigs .p7epm_open {
	color: #FFFFFF !important;
	background-color: #024731;
	border-color: #000000;
}
h4 {
	font-size: 0.9em;
	margin: 10px 0px 0px;
	color: #024731;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
.largewhiteTxt {
	padding: 0px 0px;
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 1.2em;
}
.contentWhite {
	padding: 8px 0px;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.headundergrn {
	font-size: 3em;
	line-height: 8px;
	color: #024731;
	font-weight: bold;
}
.greencontenttxt {
	line-height: 1.5em;
	color: #024731;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	margin: 5px 0px 0px 0px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	background-color: #58A618;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-bottom-width: 3px;
}
.bulletlist {
	border-color: #009999;
	border: 4px;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
.menulist li {margin: 0 0 4px 0;}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border: 1px solid #999;
	color: #333333;
	background-image: url(img/dj_linkgradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
.menulist a:hover {
	color: #333333;
	border-color: #505050;
	background-position: 0px -100px;
	text-decoration: none;
}
.headunderwhite {
	font-size: 1.5em;
	line-height: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
footer   a:link {
	color: #333333;
}
footer a:visited {
	color: #427730;
}
footer a:hover {
	color: #A5D867;
}
footer a:active {
	color: #A5D867;
}
.smallfootergreytxt {
	font-size: 10px;
	color: #333333;
}
.contentright {
	padding: 0px 0px 0px 195px;
	vertical-align: top;
}
.contentrightBold {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #024731;
}
.smallreplaytxt {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

