/* CSS Document */

body {
	background: #fafafa url(../images/bodyBG.gif) repeat-x 0px 0px;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	height: 100%;
	
}
a { color: #40a5d6; }
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #4dabd8;
	font-size: 2em;
	line-height: 1.5;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	color: #4dabd8;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
#logo {
	margin: 34px 0 0;
	float: left;
	width: 264px;
}
#logo a:link, #logo a:visited {
	width: 264px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 54px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}
#header {
	height: 96px;
	margin: 0;
	padding: 0;
}
#header h3 {
	color: #f8dd9d;
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 1;
	font-weight: normal;
	float: right;
	margin: 54px 15px 0 0;
	text-align: right;
	overflow: visible;
	width: 594px;
}
#tools {
	float: right;
	width: 547px;
	text-align: right;
}
/* self clearing rules */
#tools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#tools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#tools { display: block; }
/* End hide from IE-mac */
#topTools {
	margin: 0;
	padding: 0;
}
#topTools h2.slogan {
	width: 359px;
	height: 0;
	background: url(../images/slogan.jpg) no-repeat;
	float: left;
	margin: 18px 0 0 8px;
	font-size: 1px;
	padding-top: 21px;
	display: block;
	overflow: hidden;
}
#topTools ul {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 145px;
	float: right;
}
#topTools ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topTools ul li a:link, #topTools ul li a:visited {
	border-left: solid 1px #E6E6E6;
	color: #B1B1B1;
	text-decoration: none;
	float: left;
	font-size: 11px;
}
#topTools ul li a:hover {
	text-decoration: underline;
}
#topTools ul li a.home {
	padding: 16px 13px 0 23px;
	background-image: url(../images/cs_iconHome.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
#topTools ul li a.contact {
	padding: 16px 13px 0 27px;
	background-image: url(../images/cs_iconContact.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
/* self clearing rules */
#topTools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#topTools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#topTools { display: block; }
/* End hide from IE-mac */
#nav {
	float: right;
	margin: 72px 0 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	font-size: 1.25em;
	position: relative;
}
/* self clearing rules */
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#nav { display: block; }
/* End hide from IE-mac */
#nav  li {
	display: inline;
}
#nav  li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	display: block;
	float: left;
	margin-right: 24px;
}
#nav  li a:hover {
	color: #41a6d6;
}
#nav  li a.first {
}
#nav  li a.last {
}
#nav li ul {
    visibility: hidden; /* Comment This Out to view what dropdown will look like */
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    width: 175px;
}
#nav li ul li a {
    float: none;
    background: #FFFFFF;
    margin-bottom: 1px;
    padding-left: 12px;
    font-size: .75em;
	line-height: 2;
	display: block;
}
#nav li ul li a:hover {
	color: #707070;
	background: #B7E8FF;
}
#nav li ul.about { left: 49%; }
#nav li ul.products { left: 6%; }
#nav li ul.news { left: 32%; }
#nav li ul.contact { left: 67%; }

/* Leaderboard */
#leaderboard {
	height: 154px;
	float: none;
	margin: 2px 0 25px;
	padding: 0;
}
#leaderboard img {
}

#leaderboard h3 {
	font-size: 3.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
	margin: -150px 0 0;
	font-weight: normal;
	margin-bottom: .45em;
	text-transform:capitalize;
	color: #FFFFFF;
}
#contentContainer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: none;
}

/* Feature Box Styles */
.feature {
	float: right;
	width: 188px;
	padding-top: 12px;
	margin-top: 58px;
	background: #f1f1f1 url(../images/feature_caps.gif) no-repeat 0px 0px;
}
.feature .content {
	width: 168px;
	padding: 0 9px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.feature .capB {
	display: block;
	width: 188px;
	height: 12px;
	margin: 0 auto;
	background: url(../images/feature_caps.gif) no-repeat -188px 0px;
}
.feature .content img {
	float: left;
	padding: 11px 0 0 6px;
	height: 188px;
	width: 155px;
}
.feature .content h3 {
	font-size: 1.1em;
	line-height: 1.5;
	color: #807979;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}
.feature .content h4 {
	font-size: .916em;
	line-height: 1.636em;
	text-transform: uppercase;
	margin: 0;
	color: #872434;
}
.feature .content p {
	font-size: 1em;
	line-height: 1.636em;
	margin: 0 0 1.636em;
}
.feature .content p.more {
	text-align: right;
	margin-bottom: 0;
}
.feature .content p.more a { text-decoration: none; }
.feature .content p.last {
	margin-bottom: 0;
}
.feature .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature .content ul.links {
	padding-left: 20px;
	list-style: disc;
}
.feature .content ul li {
	font-size: .916em;
	line-height: 1.636em;
	margin: .818em 0;
}
.feature .content ul li.first {
	margin-top: 0;
}
.feature .content ul li.last {
	margin-bottom: 0;
}
.feature .content ul li a {	
	color: #872434;
	text-decoration: none;
	font-size: 1.09em;
}
.feature .content ul li a:hover {
	text-decoration: underline;
}
* html .feature .capT {
	margin-bottom: -12px;
}
* html .feature .capB {
	margin-bottom: -12px;
}

/* Content */
#content {
	width: 560px;
	background: url(../images/sample.jpg) no-repeat 0 0;
	padding-left: 200px;
	
}
#content p {
	margin: 0 0 1.5em;
}
#content p.indent{
	width:560px;
	margin-left: 208px
}
#content p.green {
	font-size: 14px;
	margin-top: 0;
	padding-top: 0;
}
#content h2 {
	margin-top: .916em;
	margin-bottom: .625em;
}
#content h3 {
	color: #CC9900;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#content h4 {
	font-size: 1em;
	margin: 0;
}
#content li {
	margin-left: 17px;
}
#content ul {
	padding-left: 0;
	margin-left: 0;
}
#content .postinfo {
	margin-top: 0;
	font-size: .916em;
	color: #666;
}
#content .sep {
	display: block;
	height: 17px;
	width: 100%;
	border-top: 1px dotted #AAA;
}
#content .resource {
	float: left;
	width: 225px;
	margin-top: 1.5em;
	margin-right: 2em;
}
#content .resource ul{
	margin: 0 0 1.5em;
	padding-left: 20px;
}

#content .faq li {
	margin-bottom: 1.5em;
}
#content .faq dt {
	margin: 0;
	font-size: 1.167em;
	color: #6f6f6f;
	font-weight: bold;
}
#content .faq dd {
	margin-left: 0;
}
#content ol ol li {
	list-style: lower-alpha;
}
#map {
	float: right;
	width: 200px;
	margin: 0 0 0 15px;
	padding: 21px 0 0;
}
#form {
	width: 350px;
	float: left;
}
/* Footer */
#footerContainer {
	background: #212121 url(../images/footerBG.gif) repeat-x 0px 0px;
	width: 100%;
	padding-top: 20px;
	margin-top: 2em;
}
#footer {
	height: 73px;
	font-size: 0.916em;
	line-height: 1.6em;
	color: #999999;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #999999;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #999999;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #999999;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.bodyimg {
	padding-left: 40px;
	padding-right: 15px;
}
.bodyimg1 {
	padding-left: 25px;
	padding-right: 15px;
}
.bodyimg2 {
	padding-right: 30px;
	
}


#map {
	float: right;
	width: 325px;
}
.sidephoto {
float: left;
margin-left: 25px;
}
.patentpending { 
	clear: left;
	float: left;
	left: -200px;
	margin-right: -200px !important;
	position: relative;
	top: 160px;
	width: 200px;
	font-weight: bold;
}
dl.events {
	padding-bottom: 100px;
}
dl.events dt {
	font-weight: bold;
}
dl.events dd {
	margin-left: 20px;
}
dl.events dd img {
	float: right;
	margin-right: 15px;
}