/* Arraid, Inc. Web Site
Stylesheet for page layout and content for the main part of the web site.

Web Site Version 03
Modification History
Date        By              Modification
********************************************************************************************
11/01/2004  Tom Swales		See previous web site version for earlier modification notes.
            SitesByTom, LLC  
11/01/2004	Tom Swales		Convert to ColdFusion.  Implement expandable, drop down menus.
01/19/2005	Tom Swales		Rearrange and annotate styles.  Change text from point sizes to pixel sizes
							for consistent rendering.  Separate table styles for easier maintenance.
*/

/* General styles for content of most pages */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006666;
	display: inline;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagecontent {
	margin: 0px 6px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	position: static;
	visibility: visible;
	float: none;
}
.pagefooter {
	float: left;
	margin-top: 10px;
	position: static;
	visibility: visible;
	z-index: 1;
	width: 100%;
}
.pageheadlogo {
	background-color: #009999;
	position: static;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.pictbox {
	padding: 5px;
	float: right;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #CE6300;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	width: 300px;
}
.picturetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}
.spacer {
	float: none;
	position: static;
	clear: both;
	height: 15px;
}
.tblfooterinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #009999;
	padding: 1px;
	position: static;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006666;
	border-right-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}
.tofp {
	float: right;
	height: 25px;
	margin: 0px;
	padding: 5px;
	position: static;
	clear: both;
}

/* A right float box for special notifications. */
.rightnavbox {
	float: right;
	position: static;
	visibility: visible;
	z-index: 1;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 160px;
	clear: left;
}
.rightnavboxspec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.rightnavboxspeclight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

/* Text styles.  To be phased out in favor of role specific styles. */
.txt10ABAdC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CE6300;
	text-align: center;
}
.txt12ABWhL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.txt10ANBlkL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.txt16ABBlkL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.txt16ABBlkC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.txt16ABTealL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #006666;
	text-align: left;
}
.txt10ABBlkC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.txt9xANBlkR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
