/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:normal;
	color: #333333;
	background-color: #A5C1DF;
	margin:0px;
	padding:0px;
}

img	{border: 0;}

#container {
		margin: 0px auto;
		width: 800px;
		background-color: #FFFFFF;
}

#masthead {
	background-repeat: repeat-x;
	background-color: #0074B6;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}

.content {
	padding: 8px 20px;
	font-size: 0.9em;
	line-height: 1.3em;
}
.content p {margin: 6px 0px 6px;}

h1 {font-size: 1.6em; letter-spacing: 0.1em; margin: 0px;}
h2 {font-size: 1.4em; margin: 8px 0px 0px;}
h3 {font-size: 1.2em;	margin: 8px 0px 0px;}
h4 {font-size: 1em; margin: 8px 0px 0px;}
h5 {font-size: .85em; margin: 8px 0px 0px;}

.sidebar {
	padding: 8px 10px;
	font-size: 0.85em;
	line-height: 1.2em;
}

.normal {font-weight: normal;}
.bold {	font-weight: bold;}
.italic {font-style: italic;}
.center	{text-align:center;}
.nowrap {white-space: nowrap;}
.indent {padding-left:10px;}

.txt_small	{font-size: .8em; line-height:1em;}
.txtcopy	{font-size: .9em; line-height:1.4em;}

#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

.spacerfloat {padding:1px; margin:1px;
	clear: both; line-height: 1px;
	font-size: 2px;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #ABC73F;
	font-size: 1em;
	line-height: normal;
	/*background-repeat: repeat-x;*/
	padding-bottom: 2px;
	margin-bottom: 10px;
	/*background-position: left bottom;*/
}
#tnav-center {
	margin: 0 auto;
	/*border-left: 1px solid #333;*/
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: right;
}
#tnav #BasicNav a {
	float: left;
	color: #333333;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #0074B6;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {color: #0033CC;}
a:visited {	color: #6C92FF;}
a:hover {	color: #000000;}
a:active {	color: #000000;}

/*CUSTOM ELEVATOR STYLES
#masthead #epmExternal {
	position: absolute;
	left: 200px;
	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: .9em;
}
#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: #2A2A2A;
	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: #414141;
	border-color: #000000;
}*/

