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

/*
 *	SITE COLORS
 *	Blue: #335195
 *	Light Blue: #d6dcea
 *	Dark Gray: #333
 *	Med Gray: #666
 *	Burgundy: #882345
 */
	

/* BASE TAGS -------------------- */

* { margin: 0; border: 0; padding: 0; }

body {
	background: #335195;
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

a:link, a:visited {
	font-weight: bold;
	color: #335195;
	text-decoration: none;
}

a:hover, a:visited:hover { text-decoration: underline; }

/* HEADER -------------------- */

#header { background: #000; }

#header h1 {
	width: 955px; height: 150px;
	background: #000 url(/images/header.jpg) no-repeat;
	margin: 0 auto;
	text-indent: -9000px;
}

/* NAV -------------------- */

#nav { background: url(/images/nav_bg.gif) repeat-x; }

#nav ul {
	list-style-type: none;
	width: 757px; height: 45px;
	margin: 0 auto;
}

#nav li  { display: inline; }

#nav a {
	float: left;
	width: 107px;
	text-align: center;
	font-size: 1.1em;
	line-height: 21px;
	border-left: 1px solid #333;
}

#nav a:hover, nav a:visited:hover {
	background: url(/images/button_bg_down.gif) repeat-x;
	color: #fff;
	text-decoration: none;
}

#nav .last a { border-right: 1px solid #333; }

body#home a#navHome,
body#products a#navProducts,
body#services a#navServices,
body#support a#navSupport,
body#about a#navAbout,
body#contact a#navContact,
body#mod a#navMod {
	background: url(/images/button_bg_active.gif) repeat-x;
	color: #fff;
}

/* MAIN CONTENT & FOOTER DIVS -------------------- */

#container {
	background: url(/images/content_bg.gif) repeat-y;
	width: 761px;
	margin: 0 auto;
}

#columnBox {
	background: url(/images/content_top.gif) top no-repeat;
	width: 761px;
	padding-top: 20px;
	overflow: auto;
}

#oneCol, #twoCol1, #threeCol1, #subNav, #twoCol2, 
#threeCol2, #threeCol3, #altTwoCol2 {
	display: inline; /* IE hack - prevents double margins */
	float: left;
	margin-left: 20px;
}

#oneCol								{ width: 720px; }
#twoCol1							{ width: 435px; }
#threeCol1, #subNav					{ width: 150px; }
#twoCol2, #threeCol2, #threeCol3	{ width: 265px; }
#altTwoCol2							{ width: 550px; }

#footer {
	background: url(/images/footer_bottom.gif) bottom no-repeat;
	padding: 20px 0;
	text-align: center;
}

/* CONTENT & FOOTER STYLING -------------------- */

#content p {
	font-size: 1.2em;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 1em;
}

#content h2, #content h3 {
	color: #882345;
	line-height: 1.2;
	text-transform: lowercase;
	letter-spacing: -0.03em;
}

#content h2 {
	font-size: 2.4em;
	padding-bottom: .1em;
	border-bottom: 1px solid #666;
	margin-bottom: 0.5em;
}

#content h3 {
	font-size: 1.8em;
	margin-bottom: 0.25em;
}

#content h4 {
	color: #882345;
	font-size: 1.2em;
	line-height: 1.8;
}

#content strong { color: #882345; }

#content ul, #content ol {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.8;
}

.justify { text-align: justify; }

#content ul { list-style-type: none; }

#content ul li {
	background: url(/images/swatch_bullet.png) 0 .4em no-repeat;
	padding-left: 15px;
}

#content ol { list-style-position: outside; }
#content ol li { margin-left: 23px; }
#content li ul, #content li ol  { font-size: 1em; }

#content img.aasp  { margin: 20px 0; }

#content img.styled {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #666;
}

#footer p {
	text-align: center;
	margin: 10px 20px 0;
}

#textNav p {
	padding: 10px 0 0;
	border-top: 1px solid #666;
}

#footer ul {
	margin: 0 20px;
	padding: 10px 0 0;
	border-top: 1px solid #666;
	list-style-type: none;
}

#footer ul.legal { border: none; }

#footer ul li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #333;
}

#footer ul li.last { border-right: none; }

/* CONTACT PAGE SALES REP BOX -------------------- */

#contactBox {
	background: #882345;
	width: 245px;
	float: left;
	margin-left: 20px;
	padding: 10px;
}

#contactBox h3 {
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

#contactBox img {
	float: left;
	padding: 10px;
}

.repInfo {
	width: 110px; height: 117px;
	float: left;
	position: relative;
	margin: 10px 0 10px 10px;
}

.repInfo a:link, #contactBox a:visited { color: #fff; }
.repInfo a:hover { text-decoration: none; }

.repInfo dl {
	position: absolute;
	color: #fff;
	bottom: 0;
	line-height: 1.2;
}

.repInfo dt {
	font-weight: bold;
	font-size: 1.4em;
}

/* SUB-NAVIGATION -------------------- */

#subNav ul { list-style-type: none; }
#subNav li { border-bottom: 1px solid #ccc; }

#subNav a {
	display: block;
	padding: 0 0 0 1em;
	text-transform: lowercase;
	line-height: 3em;
}

#subNav a:hover, #subNav a:visited:hover {
	background: #d6dcea;
	text-decoration: none;
}

#subNav .current a, #subNav .current a:hover {
	background: #335195;
	color: #fff;
}

#subNav .last  { border-bottom: none; }

/* FAQ & DIRECTORY STYLES -------------------- */

dl#faq {
	font-size: 1.2em;
	line-height: 1.8;
}

dl#faq dt { font-weight: bold; }

dl#faq dd {
	margin: 0 0 1em 2em;
	text-align: justify;
}

dl#faq .jobTitle {
	font-weight: normal;
	font-style: italic;
}

/* E-FLASH BOX -------------------- */

#eFlashContainer {
	display: none;
	background: #882345;
	padding: 0 2em 2em;
}

#eFlashContainer h2 {
	background: url(/images/eflash.png) no-repeat;
	margin: 0; border: 0;
	height: 2.75em;
	text-indent: -9999px;
}

#eFlashContent {
	background: #fff;
	border: 3px solid #adb9d5;
}

.eFlashItem { padding: 1em; }

#eFlashContent h3  {
	font-size: 1.6em;
	line-height: 1.2;
}

#eFlashContent p {
	font-size: 1.2em;
	line-height: 1.4;
	text-align: left;
}

#eFlashContent .date {
	font-size: 0.8em;
	color: #666;
}

/* HOMEPAGE BANNER AD -------------------- */

#bannerAd { margin-top: 2em; }

/* FORMS -------------------- */

label {
	display: inline-block;
	width: 150px;
}