/* ------------------------------

CSS BROWSER RESETS

-------------------------------- */ 

/* Normalizes margin, padding */
html, body, dv, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
/* Normalizes font-style and font-weights */
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Removes borders and spaces from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
	}
	
/* Left-aligns text in caption an th */
caption, th {
	text-align: left;
	}

/* Removes quotation marks from q */
q:before, q:after {
	content : '';
	}
	
/*  Set default br to clear all for XHTML Strict */	
br {
	clear:both;
	}
html, body {
	height: 100%;
	}
h2 a, h3 a, h4 a, h5 a, h6 a {
	border: none !important;
}
	

/* ------------------------------

GENERAL DEFS

-------------------------------- */ 

body {
	font-family: "trebuchet ms", helvetica, sans-serif;
	color:#000000;
	font-size: small;
}


p {
	line-height: 195%;
}

blockquote {
	margin-top: 5px;
	margin-bottom: 20px;
}

ul {
	margin-bottom: 10px;
}

/* links */

a:link, a:visited {
	color: #317b9e;
	text-decoration: underline;
	padding-bottom: 0;
	}
a:hover {
	color: #104c68;
	padding-bottom: 0;
	}
	
a.image {
	border: 0pt none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
}

h1 {
	color: #006699;
	font-size: 175%;
}

h1 span {
	color:#999999;
	letter-spacing: -2px;

}

h1.tagline {
	margin-top: -10px;
	margin-left: 10px;
	font-size: 150%;
	letter-spacing: -1px;
	font-weight:bold;
}

h2 {
	color:#006699;
	font-family:Corbel,Arial,sans-serif;
	font-size:150%;
	font-weight:normal;
	line-height:20px;
}

h3 {
	font-family: Corbel, Arial, sans-serif;
	font-size: 135%;
	color: #729FDC;
	font-weight: normal;
	line-height: 20px;
	margin: 15px 0;
}

h4 {
	color:#006699;
	font-size: 115%;
	font-weight: bold;
	line-height:15px;
}

h5 {
	color:#006699;
	font-size: 100%;
	font-weight: bold;
	line-height:15px;
}

h6 {
	color:#006699;
	font-size: 100%;
	line-height:15px;
}

blockquote p {
	line-height: 20px;
}




/* ------------------------------

PADS, MARGINS, & FLOATS

-------------------------------- */ 



.left				{ float: left; }
.floatLeft 			{ float: left; }
.right				{ float: right; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.paddingtop15		{ padding-top: 15px !important; }
.paddingSides5		{ padding: 0 5px; }
.paddingSides15		{ padding: 0 15px !important; }
.paddingSides25		{ padding: 0 25px; }
.paddingSides50		{ padding: 0 50px; }
.paddingAll15		{ padding: 0 50px; }
.marginRight10		{ margin-right: 10px; }
.marginLeft10		{ margin-left: 10px; }
.marginSide10		{ margin: 0 10px; }
.marginSides15		{ margin: 0 15px; }
.marginSides25		{ margin: 0 25px !important; }
.marginSides50		{ margin: 0 50px; }
.marginAll10		{ margin: 10px; }
.left50cent			{ float: left; width: 230px !important; padding: 0 10px; }
.right50cent		{ float: right; width: 230px !important; padding: 0 10px;}
.paddingBottom25	{ padding-bottom: 25px; }
.marginTop15		{ margin-top: 15px; }
.marginTop10		{ margin-top: 10px; }
.marginBottom15		{ margin-bottom: 15px; }
.marginBottom10		{ margin-bottom: 10px; }
.page-break 		{ page-break-before: always; }


/* ------------------------------

DISPLAY DEFS

-------------------------------- */ 

.hide				{ display: none; }
.show				{ display: block; }
.invisible			{ visibility: hidden; }
.bluebg				{ background:#F4F7FF; }
.imageborder		{ padding: 5px;
					  background-color:#FFF;
					  border: dotted 1px #DDD;
					  margin: 5px;
					  }

/* ------------------------------

TYPOGRAPHY DEFS

-------------------------------- */ 

.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

/* ------------------------------

CONTENT DEFS

-------------------------------- */ 

#content {
	background-color: #FFFFFF;
	line-height: 1.5;
	padding: 15px;
}

#content p {
	margin-bottom: 10px;
}
#content h1 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #005F8F;
}
#content-main {
	width: 624px;
	padding: 6px;
	background-color: #F4FAFF;
	border: 2px solid #E1F0FF;
}

.paddingRight5 {
	padding-right: 3px;
}
.paddingLeft5 {
	padding-left: 3px;
}

.bluebox {
	
	width: 500px;
	padding: 8px;
	background-color: #ECF5FF;
	border: 1px solid #CEE7FF;
	margin-bottom: 25px;

}

/* ------------------------------

MAIN PAGE DEFS

-------------------------------- */ 

.showcase-icons {
	padding-bottom: 10px;
	border: 0;
}

#whatsnew {
	border: 2px solid #BFDBF9;
	margin-right: 2px;
	padding: 10px;
}
#whatsnew h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0B3A72;
}
#whatsnew ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: none;
	background-color:transparent;
    background-image:url(/images/main/line-xlight-dotted.gif);
    background-position:left bottom;
    background-repeat:repeat-x;
    margin:0;
    padding:0;
	margin-left: 25px;
}
#whatsnew li.item {
	display: block;
	padding: 10px 25px 10px 15px;
	background-image:url(/images/main/copy.gif);
	background-position:0px 13px;
	background-repeat:no-repeat;
}


/* ------------------------------

FOOTER DEFS

-------------------------------- */ 

#footer {
	background-image: url(images/bluebg-strip.gif);
	background-repeat: repeat-x;
	height: 50px;
	padding-left: 170px;
	padding-top: 5px;
	padding-right: 5px;
	margin: 0px;
}
#footer a {
	color:#EBEFFE;
}
#footer p {
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #EBEFFE;
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

/* ------------------------------

NATIONAL DISTRIBUTOR CLASS FOR ADDING LOGO

-------------------------------- */ 

blockquote.national-distributor {
	position: relative;
	height: 110px;
}

blockquote.national-distributor img {
	position: absolute;
	border: 1px solid #DDD;
	padding: 5px;
}

blockquote.national-distributor blockquote {
	width: 500px;
	position: absolute;
	left: 170px;
	top:0;
	padding: 0;
	margin: 0;
}

blockquote.national-distributor blockquote h4 {
	margin-top: 0px;
}
