@charset "utf-8";
/* $Id: global.css 14 2008-01-22 00:50:50Z jfaulcon $ */
/* The following 4 styles are for zeroing out the normal browser styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a img {
	border: none;
}

/* Define Default Tag Values */
body {
	font-size: 62.5%;
	background-color: #FFFFFF;
	background-image: url(images/bg_bwfade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
h1 {
	font-size: 2.4em;
	font-variant: small-caps;
}
h2 {
	font-size: 1.8em;
	font-variant: small-caps;
}
h3 {
	color: #00356A;
	font-size: 1.8em;
	border-bottom: 1px solid;
	overflow: hidden;
	margin: 5px 5px 0 5px;
}
p, dl {
	font-size: 1.6em;
	margin-bottom: 5px;
}
a {
	color: #006699;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

#container {
	width: 760px;
	background-image: url(images/bg_wrapper.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/* Header */
#header {
	height: 100px; /* 75-100px */
	background-color: #000000;
}
#jafnetLogo {
	margin-top: 20px;
	margin-left: 10px;
}
#nav {
	background-color: #006699;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left;
}
#nav a.home {
	background-image: url(images/home_icon.png);
}
#nav a.about {
	background-image: url(images/about_icon.png);
}
#nav a.services {
	background-image: url(images/services_icon.png);
}
#nav a.support {
	background-image: url(images/support.png);
}
#nav a.contact {
	background-image: url(images/contact.png);
}
#nav a {
	font-size: 1.6em;
	color: #FFFFFF;
	display: block;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 8px 10px 8px 40px;
	background-position: 4px center;
	background-repeat: no-repeat;
}
/* IE6 Alignment Fix */
* html #nav a {
	border-right-style: none;
	margin-right: 8px;
	margin-left: 5px;
	padding: 8px 2px 8px 16px;
	text-align:right;
}
#nav a:hover {
	background-color: #0099FF;
	text-decoration: none;
}
#subnav {
	background: #CCCCCC url(images/subnav_bg.jpg) repeat-x;
	height: 26px;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	float: left;
}
#subnav a {
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 8px 10px 0 10px;
	display: block;
}
#subnav a:hover {
	color: #00356A;
	text-decoration: none;
}
/*
// IE5.5+ PNG Alpha Fix v1.0RC4
// (c) 2004-2005 Angus Turnbull http://www.twinhelix.com
*/
img, #nav a, #subnav a { behavior: url(iepngfix.htc) }

/* Footer */
#footer {
	background-color: #006699;
	height: 50px;
	clear: both;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
#footer p {
	font-size: 1.2em;
	font-weight: bold;
}

/* Content */
#wrapper {
	background-color: #00356A;
	min-height: 340px;
	padding-top: 15px;
}
* html #wrapper {
	height: 100%;
}
.section {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	min-height: 100px;
}
.section h2 {
	color: #FFFFFF;
	background-color: #006699;
	padding-left: 5px;
}
.section p{
	padding: 5px;
}
.section ul {
	font-size: 1.4em;
	margin-left: 20px;
}
#content {
	width: 500px;
	float: left;
	margin-left: 10px;
	display: inline; /* Fix for IE6 */
}
#sidebar {
	width: 225px;
	float: left;
	margin-left: 15px;
}
#sidebar p {
	font-size: 1.4em;
}
.more {
	font-size: .8em;
	color: #006699;
}
table {
	font-size: 1.4em;
}

/* Contact Form */
#WebToLeadForm {
	margin: 5px;
}
#WebToLeadForm li {
	line-height: 2em;
	list-style: none;
}
#WebToLeadForm li label {
	width: 100px;
	text-align: left;
	margin-right: 10px;
	display: block;
}
#WebToLeadForm li input {
	width: 170px;
	background-color: #E9F3FF;
	margin-bottom: 10px;
}
#WebToLeadForm li textarea {
	background-color: #E9F3FF;
}
#WebToLeadForm .button {
	background-color: #999999;
	width: 70px;
}

/* Generic Rules */
.left {
	float: left;
}
.right {
	float: right;
}
.clear { clear: both; }

