/* 
  ------------------------------------------
  IQ by Project Seven Development
  Global Styles
  Basic Layouts 1-7
  Modified for Kizer Energy September 2009
  by Pinsonnault Creative
  www.pinscreative.com
  ------------------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #00633B;
	margin: 0px auto;
	width: 902px;
	border: 1px solid #000;
}
#toplinks {
	margin: 0px auto;
	width: 890px;
	text-align: right;
	font-size: 0.8em;
	padding: 0;
}
#toplinks ul {
	list-style-type: none;
	margin: 0px;
}
#toplinks li {
	list-style-type: none;
	float: right;
	padding: 6px 0px 6px 20px;
}
#toplinks a {
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
}
#toplinks a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#logo {
	margin: 0px auto;
	width: 902px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#logo img {
	border: 0;
}
/*GLOBALS: Nav Bar*/
#navbar {
	margin: 0px auto;
	width: 902px;
	font-size: 90%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
/*COLUMNS*/
#wrapper {
	margin: 0 auto;
	width: 902px;
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#maincolumn_top {
	margin: 0px 80px 0px;
}
#columnwrapper {
	background-image: url(img/kizer_4colv4.gif);
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
	background-image: url(img/kizer_4colTopv4.gif);
}
#c1, #c2, #c3, #c4 {
	float: left;
	width: 215px;
}
#c1 {
	margin-left: 20px;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
	background-image: url(img/kizer_4colBottomv4.gif);
}
#maincolumn_bottom {
	margin: 0px 80px 0px;
}
#columnwrapper_2col {
	background-image: url(img/kizer_2colv3.gif);
	background-repeat: repeat-y;
}
#columns-top_2col {
	background-repeat: no-repeat;
	height: 30px;
	background-image: url(img/kizer_2colTopv3.gif);
}
#columnwrapper_2col h1 {
	padding-top: 10px;
}
#left_2col {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
}
#right_2col {
	float: left;
	width: 518px;
	margin-right: 40px;
	margin-left: 20px;
}
#right_2col ul {
	margin-top: 3px;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 12px;
}
#columns-bottom_2col {
	clear: both;
	background-repeat: no-repeat;
	height: 20px;
	font-size: 0px;
	background-image: url(img/kizer_2colBottomv3.gif);
}
.content {
	padding: 3px 20px 6px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 8px 0px 12px;
}
h1 {
	margin: 0;
	font-size: 1.5em;
	color: #014386;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 24px;
}
h2 {
	font-size: 1em;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	margin: 6px 0px 0px;
}
h4 {
	font-size: 1.3em;
	margin: 4px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00633B;
}
h5 {
	font-size: 1em;
	margin: 3px 0px;
	color: #014386;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 902px;
	color: #CCC;
	background-color: #00633B;
	border-top: 2px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#footercontent {
	padding: 12px 20px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
#subfoot {
	font-size: 0.65em;
	color: #999;
	padding: 3px 0px 6px;
	margin: 0px auto;
	text-align: right;
	width: 900px;
}
#subfoot a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#subfoot a:visited {
	color: #999999;
	text-decoration: none;
}
#subfoot a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #014386;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #014386;
}
a:hover {
	color: #0056AE;
	text-decoration: none;
}
a:active {
	color: #0056AE;
	text-decoration: none;
}
.ptiny {
	font-size: 0.75em;
	line-height: 1.1em;
	letter-spacing: 0.1em;
}

