/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#masthead {
height:148px;
	background-image: url(../img/pageglobal/masthead.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}
#logo {
width:940px;
margin: 0 auto;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
a:link, a:visited, a:hover, a:active {
padding: 0px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#c1 .buttonCat {
	width: 100%;
	background-image: url(../img/pageglobal/button.gif);
	display:block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	/*border-top-style: solid;*/
	border-bottom-style: solid;
	line-height: 30px;
	/*border-top-color: #9B5E00;
	border-bottom-color: #9B5E00;*/
}
#c1 p.buttonCat {
margin: 0px;
}
#c1 .buttonCat a:link, a:visited, a:active {
	font-size: 0.9em;
	color: #003300;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	text-decoration:none;
}

#c1 .buttonCat a:hover {
	background-image: url(../img/pageglobal/button-ov.gif);
	color:#CC6600;
	display:block;
}
#c2 .content a {
	color: #003300;
	padding-left: 0px;
	font-size:inherit;
	text-decoration: underline;
}
#c2 .toplinks a{
	font-size: .9em;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 1em;
	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: .8em;
	color:#CCCCCC;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	width:940px;
	height:25px;
	margin: 0 auto;
	margin-top:10px;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav a{
	font-size: 0.8em;
	color: #003300;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	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;
}


#resize-box{
			background-color:#f0f0f0;
			position:relative;
			top:-1px;
			right:5px;
		}
		
		#resize-box:hover{
			background-color:#e0e0e0;
		}		

		#resize-box a{
			font-size:18px;
			font-family:Arial,sans-serif;
			text-decoration:none;
			color:#909090;
			display:block;
			float:left;
			padding:5px 10px;
		}

		#resize-box a:hover{
			color:#303030;
		}
		
		#increase{
			border-right:1px dotted #a0a0a0;		
		}		
.lftimg {
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	border: 1px solid #003300;
	float: left;
}
.ritimg {
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #003300;
	float: right;
}
