@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -
Author : Michael Walters
URL : michael-walters.7-silk.com
Description : 
Created : 9.27.09
Modified : 12.15.09 
- - - - - - - - - - - - - - - - - - - - - */

/* ----- GLOBAL RESET ----- */
/* CsS ReseT --- Thanks to:
 http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* im added to keep keyboard tab focous outlines*/
a:focus {
	outline: thin dotted;
}
a:hover, a:active { outline: none; }
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th { vertical-align: middle; }
a img { border: none; }
textarea { margin: 0; padding: 0; }
input[type=hidden] {
	visibility: hidden;
	height: 0;
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 101%;
	background-color: #333333;
	background-image: url("images/impat7.gif");
}
.conImg {
	float: left;
	padding-right: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #FFFFFF;
	font-size: 3.5em;
	line-height: 1em;
	font-weight: normal;
}
h2 {
	color: #996666;
	font-size: 2em;
	line-height: 1.5em;
}
h3 {
	color: #CC3333;
}
h3 a:link {
	line-height: 3em;
}
h4 {
	color: #464646;
}
h5 {
	color: #464646;
}
h6 {
	color: #464646;
}
a:link {
	color: #521B18;
}
a:visited {
	color: #2D0B0A;
}
a:hover, li a:active{
	color: #B30E06;
}

/*-----------------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	background-image: url("images/owel2.jpg");
	width: 840px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 1;
	padding: 0 60px 0 60px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto -10em auto;
}
#pyxHeader {
	height: 80px;
	width: 340px;
	margin: 0px;
	padding-top: 120px;
	padding-left: 500px;
}
#pyxNav {
	list-style: none;
	position: relative;
	padding: 0;
	z-index: 99;
	display: block;
	font-weight: bold;
	margin: 0;
	font-size: 75%;
}
#pyxNav li {
	float: left;
	height: auto;
	width: 118px;
	color: #FFFFFF;
	margin: 0;
	clear: both;
}
#pyxNav li a:link, #pyxNav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 2px solid #B30E06;
	border-top: 1px solid #B30E06;
	border-right: 2px solid #B30E06;
	border-left: 1px solid #B30E06;
	position: relative;
	width: 118px;
	padding: 4px 20px 4px 42px;
	display: block;
}
#pyxNav li a:hover, #pyxNav li a:active {
	color: #FFCC66;
	border-bottom: 2px solid #353A3E;
	border-top: 1px solid #CCCCCC;
	background: #5C6A75;
	border-right: 2px solid #353A3E;
	border-left: 1px solid #BEC3C9;
	left: -5px;
}
#pyxNavBar {
	background-color: #B30E06;
	width: 200px;
	margin: 0 30px 0 0;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pyxMainCopyCon {
	width: 570px;
	position: relative;
	font-size: 0.85em;
	line-height: 1.7em;
	float: right;
	display: block;
	padding-top: 20px;
	color: #333333;
	padding-right: 30px;
}
br.clear { clear: both; display: block; height: 1px; margin: -1px 0 0 0; }
#pyxFooter {
	background: #FFFFFF;
	height: 5em;
	border-top: 1px solid #EBEBEB;
	display: block;
	padding: 20px;
	width: 800px;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 98;
}
#pyxFooter p {
	font-size: 0.54em;
	line-height: 2.5em;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pyxFooter a:link {
	color: #521B18;
}
#pyxFooter a:visited {
	color: #2D0B0A;
}
#pyxFooter a:hover {
	color: #B30E06;
	text-decoration: none;
}
#pyxFooter a:active {
	color: #B30E06;
	text-decoration: none;
}
#pyxFooterSpacer {
	height: 5em;
	border-top: 1px solid #FFFFFF;
	display: block;
	padding: 20px;
	width: 800px;
	margin-top: 2em;
}
/*-----------------------------------------------------------------------------------------------------------------------------*/
