/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: white;
}
#logo img {
	border: 0;
}
img { border:none; }
/*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;
	color: #4169E1;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.2em;
	color: #4169E1;
	letter-spacing: 0.2em;
	margin: 0px 0px 4px;
}
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;
}
.uline {
	text-decoration: underline;
}
.bold-uline {
	font-weight: bold;
	text-decoration: underline;
}
.position { font-size: 16px; letter-spacing: 1px; margin: 0px 0px 7px 0px; }
.name { font-size: 14px; letter-spacing: .5px; }
.bluhdr { color: #4169E1; font-size: 1.2em; letter-spacing: 0.2em;  font-weight: bold;  }

/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #FFFFFF;
	background-image: url(../imgs/navigate/navbg.jpg);
	background-repeat: repeat-x;
	}

#link-list {
margin: 0px 0 0 0;
line-height: 1.7em;
}
#link-list li {
	list-style: none;
	background-image: url(../imgs/navigate/bul-blue2.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	padding-left: 18px	
}
#link-list a {
	padding:3px;
}
#link-list a:link, #link-list a:visited {
	color: Blue;
}
#link-list a:hover, #link-list a:active, #link-list a:focus {
	color: Red;
}
table#links {
	margin: 0 8px 0 8px;
	border: 1px solid #4169E1;
	border-bottom: 2px solid #4169E1;
	border-right: 2px solid #4169E1;
	}
table#links tr.odd {
	background-color: #F1F1ED;
	}
	
/* #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;
}

