/* 4T2 STANDARD ELEMENTS */
/* DO NOT ADD OR REMOVE, JUST EDIT */

BODY
	{ 
	/* Default */
	padding: 0 0 20px;
	color:#333333;
	font: .85em 'verdana'; 
	}

FORM
	{
	padding: 0px;
	margin: 0px;
	}

/* LINKS */
A:LINK	{ color: #4F9CD2; text-decoration: none; background:transparent;text-decoration:underline;cursor:pointer;}
A:VISITED	{ color: #4F9CD2; text-decoration: none; background:transparent;text-decoration:underline;cursor:pointer;}
A:ACTIVE	{ color:#006699; text-decoration: none; background:transparent;text-decoration:underline;cursor:pointer;}
A:HOVER	{ color: #006699; text-decoration: underline; background:transparent;text-decoration:underline;cursor:pointer;}

P
	{
	/* Normal */
	/* Will inherit from Body if undefined, BUT must be duplicated for email headers */
	font: 10pt 'verdana'; 
	color: #3C4543; 
	}

H1
	{
	/* Headline */
	color: #3C4542;
	font-family: arial,verdana,sans-serif;
	font-size:110%;
	font-weight: bold; 
	border-bottom-style: solid; 
	border-bottom-color:#419ED7;
	border-bottom-width:3px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	text-transform: uppercase;
/*	font-variant: small-caps;*/
	}

H2
	{
	/* Subhead */
	font-family: arial,verdana,sans-serif;
	font-size: 126%;
	color: #3C4542;
	border-bottom: 1px solid #929D99;
	padding: 0px;
	margin-bottom: 8px;
	}

H3
	{
	/* Smallhead */
	font-family: arial,verdana,sans-serif;
	/*font-size: 116%;*/
	font-size: 95%;
	color: #3C4542;
	text-decoration: none;
	font-weight: bold;
	}

H4
	{
	/* ? */
	font-family: arial,verdana,sans-serif;
	/*font-size: 106%;*/
	font-size: 95%;
	color: #8E8E8E;
	text-decoration: none;
	font-weight: bold;
	}

H5 { 
	/* Quote */
	font-size: 95%; 
	font-weight: normal;
	margin: 2em 2em 2em 1em; 
	padding-right: 0.75em; 
	padding-left: 3.25em; 
	border-right: 0 solid #777; 
	background: url(/images/quote.gif) top left no-repeat; 
	border-left: 1px solid silver;
	}

H6
	{
	/* Smallprint */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3B4642;
	}

UL
	{
	/* Unordered List */
	margin: .3em 0 1.5em 0;
	list-style-type:none;
	}

OL
	{
	/* Ordered List */
	margin: .5em .5em 1.5em;
	}

LI
	{
	line-height: 1.4em;
	padding-left: 25px;
	background: transparent url("/images/sprites.gif") no-repeat 0 0;
	}

HR
	{
	/* Horizontal Rule */
	/*margin: 1em 0;*/
	background:#f2f2f2;
	height:1px;
	color:#f2f2f2;
	border:none;
	clear:right;
	}

TABLE
	{
	/* Table */
	border-collapse: collapse;
	}

TH
	{
	/* Table Header */
	background: #484848;
	color: #FFFFFF;
	font: 10pt 'verdana'; 
	}

TR
	{
	/* Table Row */
	vertical-align: top;
	font: 10pt 'verdana'; 
	}

TD
	{
	/* Table Cell */
	padding: 2px;
	font: 8pt 'verdana'; 
	}

.layoutTable TD {
	/* Table Cell */
	padding: 0px;
	font: 8pt 'verdana'; 
	}

/* CUSTOM ELEMENTS */
/* ADD, DELETE & EDIT AWAY! */

.prop {	height:50px; float:right; width:1px;	}
.spacer { clear: both;}

p, ul {margin: 0 0 1.5em}
ol {margin: 0 0 1.5em 1.8em }
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 1em verdana;color:#bbb;}
small {font-size:11px}

/* LISTS */
ul.related {margin-top: -1em}
ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
li.doc {background-position: 3px -500px}
ul.nomarker li {background:none;padding-left:0}

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* GENERAL */
img {border:none} 
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 
.formLabelHighlighted{	color: #ff0000; white-space: nowrap}


/* FORMS */
	form {margin: 0 0 1.5em;}
	input {font-family: arial,tahoma,verdana,sans-serif;margin: 2px 0;}
	fieldset {border: none;}
	label {display:block;padding: 5px 0;}
	label br {clear:left;}

	/* FORMS - general classes */
	fieldset.blueBorder   { border-style: solid; padding:5px; }
	legend.blueText   { font-size:12px;color: #4F9CD2; }
	
	input.formSubmit {padding: 1px 3px;background:#666;color:#fff;font-weight:bold;font-size:96%}
	
	/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
	/*form.f-wrap-1 {width:95%;padding: .5em 0;background: #f6f6f6 url("/images/featurebox_bg.gif") no-repeat 100% 100%;border-top: 1px solid #d7d7d7;position:relative}*/
	form.f-wrap-1 {width:360px; padding: .5em 0;background: #fff url("/images/feature_bg_off.gif") no-repeat bottom right;border-top: 1px solid #8D8D8D;border-left: 1px solid #8D8D8D; padding-top: 15px;position:relative;font: .85em 'verdana'; }
		form.f-wrap-1 fieldset {width:auto;margin: 0 1em}
		form.f-wrap-1 legend {margin: 10px 0px 10px -10px; padding: 0; border-bottom: 1px solid #737373;color:#737373; font-variant: small-caps; display: block;}
		form.f-wrap-1 h3 {margin:0 0 .6em;font: bold 155% arial;color:#3C4542}
		form.f-wrap-1 label {clear:left;float:left;width:50%; padding: 0;}
		form.f-wrap-1 span.formLabel {white-space: nowrap}

		/* end hiding from IE5 mac */
	
/*		form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px;display:block;}*/

		/*form.f-wrap-1 label .formText {	margin-left:10px;width:15em;background:url(/images/input.gif) no-repeat left top;background-attachment: fixed;height:15px;padding:4px 8px;border:none;float:left;margin-left:10px }*/
		form.f-wrap-1 label .formText {width:20em;float:left;margin-left:20px }
		form.f-wrap-1 label .formMed {width:10em;float:left;margin-left:20px}
		form.f-wrap-1 label .formSmall {width:5em;float:left;margin-left:20px}
		
		form.f-wrap-1 label b {float:left;width:8em;line-height: 1.7;display:block;position:relative;}
		/*form.f-wrap-1 label b .formRequired {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-.1em;line-height:1;left:-.4em;width:.3em;height:.3em}
		form.f-wrap-1 div.formRequired {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
		form.f-wrap-1 div.formRequired b {color:#c00;font-size:140%}*/
		form.f-wrap-1 label select {width: 20em; float:left;margin-left:20px}
		form.f-wrap-1 label textarea.formComments {width: 15em; height:100px;}
		form.f-wrap-1 div.formSubmit-wrap {padding: 5px 0 5px 8em; margin-left:22px}
		form.f-wrap-1 input.formSubmit {margin: 0 0 0 10px}
		
		form.f-wrap-1 fieldset.formCheckbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {clear:left;float:left;width:25em;border:none;margin:0;padding-bottom:.7em}
		form.f-wrap-1 fieldset.formCheckbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
		form.f-wrap-1 fieldset.formCheckbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
		form.f-wrap-1 fieldset.formCheckbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
		form.f-wrap-1 label input.formCheckbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}
		
		form.f-wrap-1 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(/images/errormsg_bg.gif) no-repeat 0 0}
		form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}

		form.f-wrap-1 label span.other {position:relative;margin-left:10px;width:15em;display:inline-block;margin-top: 5px;}

		.formSelect {    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	width:102%;	font-weight: normal;	color: #3B4642;	padding: 0px 0px 0px 0px;	border: 1px solid #929D99;border-collapse: collapse; margin: 0px 0px 0px 0px;}

		.formText {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	width:100%;	color: #3B4642;	border: 1px solid #929D99;}
		.formSmall {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	width:60px;	color: #3B4642;	border: 1px solid #929D99;}
		.formMed {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	width:100px;	color: #3B4642;	border: 1px solid #929D99;}
		.formSelect {    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	width:102%;	font-weight: normal;	color: #3B4642;	padding: 0px 0px 0px 0px;	border: 1px solid #929D99;}
		.formRequired {    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	color: #c00;	padding: 0px 2px 0px 5px;}
		.myInput {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	width:100%;	color: #3B4642;	border: 1px solid #929D99;padding: 0px 0px 0px 0px; border-collapse: collapse;}

		.linkLabel { font: .85em 'verdana'; color: #3C4543; line-height: 1.4; }

/* JAMES ADDITIONS */
img.new {margin:0 10px 0 0; vertical-align:middle;}
#content li {font-size: 95%; margin:3px 0}
div.morelink {margin:10px 0; padding:20px 0 0}

/* HOMEPAGE ROLLOVER LINKS */
a.imgLinkProducts { display: block; height: 41px; width: 182px; background: url(/images/products_header.jpg) top left no-repeat;}
a.imgLinkProducts:hover	{height: 41px; background: url(/images/products_header_over.jpg) top left no-repeat;}

a.smlLink:link {	color: #419ED7;	font-family: arial; 	font-size: 11px; 	}
a.smlLink:visited {	color: #419ED7;	font-family: arial; 	font-size: 11px; 	}
a.smlLink:hover {	color: #419ED7;	font-family: arial; 	font-size: 11px; text-decoration: none;	}
a.smlLink:active {	color: #419ED7;	font-family: arial; 	font-size: 11px; 	}

.short { display:inline; }
.long { display:none; border: 1px solid #CCCCCC; padding: 5px; margin-bottom: 10px; }
.minus { display:none;}


/* FORM LAYOUT */
legend {color:#FF9902; padding: 5px;	font-weight: bold;}
div.row {padding: 10px 10px 10px 0;font: .85em 'verdana';}
div.row span.formLabel { float: left; width: 25%; text-align: left; height: 20px; clear: left;}
div.row span.formLabelHighlighted { float: left; width: 30%; text-align: right; color:#FF9900; height: 20px; font-weight: bold;}
div.row span.formField {float: right; width: 70%; text-align: left; padding-right: 20px; height: 20px;}
div.row span.formLabelTextarea {height: 60px;}
div.row span.formBack {float: left; width: 25%; text-align: left;}
div.row span.formEnd {float: right; width: 65%; text-align: right;}
div.formEnd {clear: both; padding-left: 5px; margin-right: 8px; text-align: right;}
.formRequired {color:#FF9902; font-weight: bold; padding-right: 3px;}
.formspacer {height: 20px;}
