/*
*********************************************************************
Language:       CSS 1.0
Web Site:       http://www.alextanous.org/
File Path:      /css/
Copyright:      ©2005 Axon Design and Marketing (www.axondm.com)
Created:        2005-03-14 14:39:55
Created by:     Jamie Peloquin
*********************************************************************
*********************************************************************
NOTES:
This document contains styles which are compatible with CSS-1
and higher compliant web browsers.
*********************************************************************
*/
/*
*********************************************************************
BEGIN: PAGE STYLES
*********************************************************************
*/
html, body {
	background-color: #FFF;
	padding: 0;
	}
body {margin: 10px;}


/*
*********************************************************************
END: PAGE STYLES
*********************************************************************
*********************************************************************
BEGIN: BASIC STYLES
*********************************************************************
*/
div {margin: 0;}

body, p, blockquote, address, table, li, dt, dd, h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	}

body, p, blockquote, address, table, li, dt, dd {
	font-size: 11px;
	}

blockquote {
	border-left: 4px solid #FEB;
	padding-left: 5px;
	}

h1 {
	color: #686868;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	}
h1 strong {
	color: #000;
	font-weight: normal;
	font-family: 'Arial Black', 'Helvetica Black', sans-serif;
	}
h2 {font-size: 20px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 10px;}

code, tt { font-family: Monaco, Courier, "Courier New", monospace; }
code {color: #666; /* med gray */}

hr {
	height: 1px;
	border: 1px solid inherit;
	border-width: 1px 0 0 0;
	margin: 2em 0 2em 0;
	}


/* BEGIN: TABLES */
caption {
	font-size: 10px;
	text-align: left;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	}

td {vertical-align: top;}

table.data {
	border: 0 solid inherit;
	background-color: #CCC;
	}
table.data * {font-size: 10px;}
table.data caption, table.data th, table.data td {
	padding: 5px;
	background-color: #FFF;
	}
table.data th {background-color: #EDF3FE; /* Light Blue */}

tr.alt td {background-color: #DDD;}

td.button {
	text-align: center;
	vertical-align: middle;
	}
/* END: TABLES */

.money {text-align: right;}


/* BEGIN: LISTS */
.noindent {
	margin-left: 0;
	padding-left: 1em;
	}
ol.upper-alpha {list-style-type: upper-alpha;}
ol.lower-alpha {list-style-type: lower-alpha;}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-roman {list-style-type: lower-roman;}

ul.menu, ul.nomark, ul.staff_desc {list-style-type: none;}
ul.menu {padding: .5em;}
ul.menu li:before {content: "\203A\A0";}

dt {
	margin-left: 1em;
	font-style: italic;
	}
dt:before {content: "\B7\A0";}

dl.faq dt:before {content: "Q:\A0";}
dl.faq dt {
	margin-left: 0;
	font-weight: bold;
	font-style: normal;
	}
dl.faq dd:before {
	content: "A:\A0";
	margin-left: -1.6em;
	}
dl.faq dd {margin-bottom: 1.5em;}

dl.staff dt {
	margin-top: 1em;
	font-weight: bold;
	}
dl.staff dd {
	margin-left: 2em;
	margin-bottom: .25em;
	font-style: italic;
	}
/* END: LISTS */



/* BEGIN: FORMS */
form {margin: 0 auto 0 auto;}
fieldset {
	margin-bottom: 1.75em;
	border: 1px solid inherit;
	padding: 12px;
}
legend {padding: 4px;}
label, legend {font-weight: bold;}
br + input, br + select, br + textarea {margin-top: 5px;}
.formfield {margin-bottom: 1.5em;}
/* END: FORMS */



a {color: #006;}
a img, a object {border-style: none;}

img[usemap] {border-style: none;}

acronym, abbr {
	font-style: normal;
	text-decoration: underline;
	}

abbr:hover, acronym:hover {cursor: help;}

cite:hover, abbr:hover, acronym:hover {background-color: #FFE;}

q {color: #C63;}
q:before {content: "\201C";}
q:after {content: "\201D";}

#Content p {line-height: 1.3em;}

.note, .caption {
	font-size: 10px;
	color: #444;
	}
.caption, .title {font-style: italic;}

blockquote .caption {
	color: #777;
	display: block;
	}

img.left {margin-right: 1em;}
img.right {margin-left: 1em;}

.first {margin-top: 0;}
.last {margin-bottom: 0;}



/*
*********************************************************************
END: BASIC STYLES
*********************************************************************
*********************************************************************
BEGIN: MASTHEAD STYLES
*********************************************************************
*/
#MastheadQuote {
	border-width: 0px;
	padding: 0;
	}
#MastheadQuote * {
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}


/*
*********************************************************************
END: MASTHEAD STYLES
*********************************************************************
*********************************************************************
BEGIN: NAVIGATION STYLES
*********************************************************************
*/


/*
*********************************************************************
END: NAVIGATION STYLES
*********************************************************************
*********************************************************************
BEGIN: FOOTER STYLES
*********************************************************************
*/
#Footer {
	clear: both;
	border: 1px solid #798;
	border-width: 1px 0 0 0;
	}
#Footer address, #FooterNavigation {
	font-size: 10px;
	padding: 0 10px;
	}
#FooterNavigation {
	padding-bottom: 2px;
	line-height: 2em;
	background-color: #ABC1D2;
	color: inherit;
	}
#FooterNavigation a {
	}
#Footer address {
	line-height: 2em;
	font-style: normal;
	}

/*
*********************************************************************
END: FOOTER STYLES
*********************************************************************
*********************************************************************
BEGIN: ADS STYLES
*********************************************************************
*/
#SidebarLeft .Ad {
	margin-bottom: 1.5em;
	}
/*
*********************************************************************
END: ADS STYLES
*********************************************************************
*********************************************************************
BEGIN: SPECIAL STYLES
*********************************************************************
*/
.alert, .error, .required {color: red !important;}

.right {float: right;}
.left {float: left;}
.nofloat {float: none;}
.clear_left {clear: left;}
.clear_right {clear: right;}
.clear_both {clear: both;}
div.clear_both, div.clear_left, div.clear_right {
	font-size: 0;
	height: 0;
	line-height: 0;
	}

.hide {display: none;}





