body {
	margin: 0px;
	padding: 0px;
	color: #45525b;
	font: 85% Arial, Helvetica, sans-serif;
	background: url(images/background.gif) repeat-x center -1px;
}
h2, h3, h4, h5, h6 {
	line-height: 100%;
	margin-top: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
}
.clear {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.none {
	display: none;
}
html>body #wrapper {
	width: 956px; 
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 48px;
}
#wrapper {
	width: 956px;!important
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 240px;
	width: 956px;
	position: relative;
}
#header h1, #header p {
	margin: 0px;
	padding: 0px;
	display: none;
}
#header .blackdrogonpf-header {
	background: url(images/header-7.jpg) no-repeat;
	height: 240px;
	width: 956px;
}
#navigation {
	height: 48px;
	font-size: 10pt;
	background: url(images/nav-bg.gif) repeat-x;
	/* for IE */
	filter: alpha(opacity=95);
	/* CSS3 standard */
	opacity: 0.95;
	position: fixed;
	width: 100%;
	z-index: 1;
}
#navigation  ul  {
	padding: 0px;
	width: 900px;
	position: relative;
	left: 23px;
	margin: 0px auto;
}
#navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#navigation li a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	height: 30px;
	width: 76px;
	padding-top: 13px;
	margin-right: 10px;
}
#navigation li a:hover {
	color: #fffde4;
	background: url(images/nav-hover.gif) no-repeat center center;
}
#navigation li a.current {
	color: #fffde4;
	background: url(images/nav-hover.gif) no-repeat center center;
}
#main-content {
	float: left;
	width: 500px;
	text-align: left;
	padding-left: 50px;
	line-height: 200%;
	padding-top: 40px;
	font-size: 12px;
}
#main-content h2 {
	color: #3a454d;
	font-size: 24pt;
	font-weight: normal;
}
#main-content img {
	border: 1px solid #a1a6a9;
	margin-right: 8px;
	margin-bottom: 8px;
}
#main-content a {
	border-bottom: 1px solid #f4f1cc;
	text-decoration: none;
	color: #4191a8;
}
#main-content a:hover {
	color: #45525a;
	text-decoration: none;
}
#main-content .learn-more a {
	background: url(images/button-learnmore.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	display: block;
	height: 75px;
	width: 175px;
	float: right;
}
#main-content .learn-more a:hover {
	background-position: 0px -75px;
}
 
 
html>body #sub-page {
	float: left;
	width: 539px;
	text-align: left;
	line-height: 200%;
	padding-top: 50px;
	font-size: 12px;
	background: url(images/subpage-bg.png) no-repeat;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: -30px;
	margin-left: 20px;
}
#sub-page {
	float: left;
	width: 539px;
	text-align: left;
	line-height: 200%;
	padding-top: 50px;
	font-size: 12px;
	background: url(images/subpage-bg-ie.gif) no-repeat;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: -30px;
	margin-left: 20px;
	display: inline;
}
#sub-page h2 {
	font-size: 24pt;
	font-weight: normal;
	color: #4fa8e2;
	border-bottom: 1px solid #d4f3fb;
	padding-bottom: 10px;
	margin-bottom: 1em;
}
#sub-page h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #848041;
	font-size: 11pt;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
#sub-page img {
	border: 1px solid #a1a6a9;
	margin-right: 12px;
	margin-bottom: 10px;
}
#sub-page a {
	border-bottom: 1px solid #f4f1cc;
	text-decoration: none;
	color: #4191a8;
}
#sub-page a:hover {
	color: #45525a;
	text-decoration: none;
}
#sub-page li {
	list-style: url(images/icon-subpage-li.gif) none outside;
	border-bottom: 1px solid #F7F7E6;
}
#sub-page table {
	text-align: center;
	border: 1px solid #F7F7E6;
	color: #92B1BA;
}
#sub-page .table-title {
	font-weight: bold;
	background: #F7F7E6;
	color: #53636E;
}
#sub-page .td {
	border-right: 1px solid #F7F7E6;
}
#sub-page .td-right {
	border-right: 1px solid #F7F7E6;
}
#sub-page .td-right-bottom {
	border-right: 1px solid #F7F7E6;
	border-bottom: 1px solid #F7F7E6;
}
#sub-page .td-bottom {
	border-bottom: 1px solid #F7F7E6;
}
#sub-page .contactform p{
	clear: left;
	margin: 0;
	padding: 8px 0 11px 0;
	padding-left: 120px;
	height: 1%;
}
#sub-page .contactform {
	background: #f7fdfe;
	width: 420px;
	padding: 5px 15px;
}

#sub-page .contactform label{
	font-weight: bold;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
#sub-page .required {
	color: #93AFC2;
	font-size: 11px;
	border-top: 1px solid #F7F7E6;
	border-right: 1px solid #F7F7E6;
	border-bottom: 1px solid #ECECDB;
	border-left: 1px solid #FDBDBA;
	padding: 3px 5px;
}
#sub-page  .form-note {
	border: 1px dotted #FDBDBA;
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2em;
}
#sub-page select {
	border-top: 1px solid #F7F7E6;
	border-right: 1px solid #F7F7E6;
	border-bottom: 1px solid #ECECDB;
	border-left: 1px solid #F7F7E6;
	padding: 3px 5px;
	margin-left: -120px;
	color: #576873;
	font-size: 11px;
	width: 390px;
}
#sub-page .button {
	background: url(images/button-submit.gif) no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	height: 28px;
	width: 77px;
	border: none;
	margin-top: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}
#sub-page .contactform input:focus {
	color: #576873;
}
#sub-page .contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}

#sub-page .contactform textarea{
	width: 400px;
	height: 150px;
	border: 1px solid #F7F7E6;
	font: 12px Arial, Helvetica, sans-serif;
	color: #576873;
	padding: 3px 5px;
}
#sub-page  .baknormal {
	clear: both;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
#column {
	width: 330px;
	float: right;
	line-height: 200%;
	position: relative;
	margin-right: 50px;
	font-size: 12px;
	display: inline;
	margin-top: -30px;
}
#column h2 {
	text-transform: uppercase;
	color: #19aae3;
	font-weight: normal;
	border-bottom: 1px solid #c6eaf8;
	padding-bottom: 8px;
	font-size: 12pt;
}
#column .more a {
	background: url(images/button-more.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 28px;
	width: 77px;
	float: right;
}
#column  .more  a:hover {
	background-position: 0px -28px;
}
html>body #features {
	background: url(images/main-column-bg.png) no-repeat;
	width: 280px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 30px;
}
#features {
	background: url(images/main-column-bg.gif) no-repeat;
	width: 280px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 30px;
}
#features .callus {
	font-size: 18pt;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 25px;
	background: url(images/icon-callus.gif) no-repeat left center;
	color: #414a51;
}
#features .highlight01 {
	color: #e9df80;
}
#news {
	background: url(images/main-news-column.gif) no-repeat;
	width: 280px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
}
#sub-column {
	float: right;
	width: 300px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-right: 10px;
	display: inline;
}
#sub-column .callus {
	background: url(images/callus-bar.gif) no-repeat;
	text-indent: -9999px;
	height: 50px;
	width: 296px;
}
#sub-column  ul  {
	margin: 15px 0px 15px 12px;
	padding: 0px;
	width: 265px;
}
#sub-column   li  {
	display: block;
	list-style: none;
}
#sub-column li a {
	padding: 8px 5px;
	margin: 0px;
	display: block;
	color: #45525a;
	text-decoration: none;
	border-bottom: 1px solid #c2eaf7;
}
#sub-column li a:hover {
	color: #4191a8;
	text-decoration: none;
	border-bottom: 1px solid #f4f1cc;
	background: url(images/subpage-column-li.gif) no-repeat left center;
	padding-left: 25px;
}
#footer {
	clear: both;
	font-size: x-small;
	color: #FFFFFF;
	background: #3a454d;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 6em;
}
#footer .wrap {
	width: 860px;
	margin: 0px auto;
}

