@import url(structure.css);
@import url(utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
	color: #C30;
}

a:link {
}

a:visited {}

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {
	color: #028665;
}

a:link:active,
a:visited:active {}

#nav a, #footer_nav a { text-decoration: none; }

/* ========== OTHER ELEMENTS ========== */

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {
	font-family: arial, "Times New Roman", Times, serif;
}

/* Set general left and right margins */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, dl,
form, table {
	
}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: normal;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 1em;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {}

/* General content styling */
p, blockquote, address,
li, dt, dd,
label, option,
th, td, caption {
	line-height: 20px;
	font-size: 12px;
}


/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {
	font-weight: bold;
	color: #000066;
	font-size: 21px;
	margin-top: 0;
	line-height: 45px;
}

h2 {
	color: #000066;
	font-size: 19px;
	font-style: italic;
	
}

h3 {
	font-weight: bold;
	color: #000066;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	color: #666666;
	font-size: 14px;
	
}

h5 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	
	}

h5 a:link {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}	

h5 a:link:hover {
	font-weight: bold;
	color: #CC0000;
	font-size: 18px;
}	

h6 {
	float: left;
	margin: 0;
}

h7 {
	
	color: #333333;
	font-size: 14px;
	padding-bottom: 5px;
	font-style: italic;
	

	}

p {color: #333333;
	font-size: 12px;
	line-height: 18px;}
	
.blue {
	color: #000066;
	font-size: 12px;
	line-height: 15px;
	padding-top: 8px;
}

.blue a {
	color: #000066;
	}

.small {color: #333333;
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
	}

blockquote {
	font-weight: bold;
	color: #B80000;
	font-size: 26px;
	line-height: 30px;
	padding-left: 30px;
}

.caption {color: #333333;
	font-size: 12px;
	text-align: right;
	padding-right: 25px;}


address { font-style: normal; }

img {
	border: 0;
	display: block;
}



.floatleft {
	float: left;

}

pre { margin: 1em 15px; }

/* ========== LISTS ========== */

/* Fixes nested list display bug in IE/Win */
ul, ol, dl { position: relative; }

ul {}

ol {}

li {}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}


/* ========== FORMS ========== */



fieldset {
	margin: 10px;
	background-color: transparent;
	background-image: url(../_img/bg-30white.png);
	background-repeat: repeat;
	background-position: left top;
	}

legend {
	padding: 0 10px;
	font: 18px/1.0 Arial, Helvetica, sans-serif;
	}

label {
	margin: 0 !important;
	
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {}

input[type="checkbox"],
input[type="radio"] {
	margin-top: 0;
	}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {
	}

textarea {}

button {}

input { vertical-align: middle; }

select {}

option {}



/* ========== TABLES ========== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;	
}

tr {}

th, td { 
	padding: 3px 10px 5px 0; }

th {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	border-bottom: 2px solid #CCC;
	}

td {
	border-bottom: 1px solid #CCC;
	}

td:first-child {
	font-weight: bold;
	}

caption {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

q {}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

cite {}
em {}
strong {}
sup { font: 9px/0.8 Verdana, Helvetica, Arial, sans-serif; }
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

/* Zeroes out left and right margins of nested elements so parent element will control them */
p *,
li *,
blockquote *,
form * {
	margin-right: 0 !important;
	margin-left: 0 !important;
}


/* ################ PAGE SECTION REDEFINITIONS ################ */

#header h2 {
	font-size: 16px;
	text-transform: none;
	border: none;
}

#company_banner * {
	text-align: center;
	margin: 0 auto;
}

#logo {
	margin-top: 20px;
}

#since {
	text-transform: uppercase;
	color: #030;
	font-size: 11px;
}

#since:before {	content: '- '; }
#since:after { content: ' -'; }

#company_banner .phone {
	font-size: 18px;
	color: #066;
}

#company_banner .contact {
	text-transform: uppercase;
	font-size: 10px;
	color: #933;
}

#company_banner .contact:link:hover,
#company_banner .contact:visited:hover {
	color: #028665;
}


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

#nav ul { 
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-left: 1px solid #AAAAAA;
	display: inline;	
	}



#nav li:first-child {
	border: 0 none transparent;
	}

#nav li a {
	padding: 4px 10px;
	margin: 0;
	}	

#nav a:link,
#nav a:visited {
	color: #333 !important;
}

#nav a:link:hover,
#nav a:visited:hover {
	color: #FFF !important;
	background-image: url(/_img/button.gif);
	padding-top: 5px;
	
}

#nav li.current a {
	color: #FFF !important;
	background-image: url(/_img/button.gif);
	padding-top: 5px;
	margin-right: -5px;
}

#footer * {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#footer * { margin: 0; }

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid;
	line-height: 17px;
}

#footer_nav ul {
	margin: 0 7px !important;
	padding-top: 8px;
}
#footer li:last-child {
	border: 0 none transparent;
	}


#footer_nav li { border-right-color: #F60; }
#credits li { border-right-color: #999; }

#footer_nav li { color: #F96; }

#footer_nav a:link,
#footer_nav a:visited {
}

#footer_nav a:link:hover,
#footer_nav a:visited:hover {
	color: #666666 !important;
}

#footer .blue {
	text-align: right;
	font-size: 12px;
	padding-top: 8px;
	}

#footer .one_wide a {
	color: #000066;
	font-size: 12px;
}
#footer .one_wide a:hover{
	color: #666666;
	font-size: 12px;
}





#validatorlinks * {
	color: #999 !important;
}

#credits a:link:hover,
#credits a:visited:hover,
#credits a:link:hover *,
#credits a:visited:hover * {
	color: #C30 !important;
}

#credits p {
		color: #000000;
		line-height: 15px;

		}

/*------------------------------------------------  PRODUCT PAGE   ----*/

.product {
	padding-bottom: 40px;
	margin-top: 0px;
	}




/* ################ CUSTOM CLASS ################ */


	
/* ========== CUSTOM FORM STYLES ========== */

/* Generally for State abbreviation entry form elements (CA, OR, etc) */
input.twochar,
select.twochar { width: 2em; }

/* Can hold approx 12 chars (phone numbers, zip codes) */
input.tiny { width: 100px; }

/* 19 characters (credit card numbers) */
input.small,
select.small { width: 160px; }

/* good for names, addresses, and anything 2-5 words long */
input.medium,
select.medium { width: 225px; }

/* good for keyword lists, short descriptions, and short sentences */
input.large { width: 400px; !important}

/* good for two line addresses */
textarea.twoline {
	width: 225px;
	height: 2em;
}

/* good for brief comments and keyword lists */
textarea.brief {
	width: 225px;
	height: 5em;
}

/* good for a single paragraph */
textarea.paragraph {
	width: 400px;
	height: 10em;
}

/* good for multiple paragraphs or copy/pasted documents */
textarea.essay {
	width: 400px;
	height: 25em;
}



.form_controls{
	margin-left: 75px !important;
	}

.registration_form {}


.registration_form .form_controls {
	margin: 5px 0 0 0px !important;
}


#form label {
	margin:0 !important;
}

#form_error{
	margin: 10px 0;
}

input.form_input, textarea.form_input{
	background-color: #FFF;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}


ul.form_inputs li {

	list-style: none;
	margin-bottom: 0.5em;
	clear: both;
	color: #ffff99;

}

form#email_form label {
	float: left;
	display: inline;
	text-align: left;
	padding-right: 5px;
	width: 80px;
	font-weight: bold;
	color: #000066;
}

form#email_form li div { display: inline; }
form#email_form div label { float: none; width: auto !important; }

.form_controls{
	margin-left: 80px !important;
}

#form {
	margin-left: 50px;
	margin-top: 20px;
}

#form ul {

	margin-top: 20px;
}

#form li {
	list-style: none !important;
	clear: both;
	margin-bottom: 5px;
}


.contact_form {
	margin-left: 0 !important;
	margin-top: 20px;
	}

.contact_form label {
	color: #000066 !important;
	}



.bullet li {
	list-style: circle !important;
	margin-left: 30px !important;
	}



body#email fieldset {
	border: none !important;
	}





