/*OVERALL STYLES */
div, * {
	padding: 0px;
	margin: 0px;
	font-family:Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
}

body {
	/* background: #26F url(/images/bg01.gif) repeat-x bottom; */
	background: #26F;
}


/*PAGE LAYOUT*/
.masthead, #masthead {
	width: 100%;
	height: 110px;
	background: url(images/inside_bar.gif) repeat-x;
}
#mastheadcontainer {
	width:775px;
}

#logo {
	position:absolute;
	_position:static;
	float:none;
	_float:left;
}

.orientation, #orientation {
	float:right;
}

.menu {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	height: 19px;
	background-color: #113280;
	border-bottom: 2px solid #FF9F00;
}
#menucontent, #navcontent {
	width:775px;
	text-align:left;
}

#container {
	width:750px; 
	margin-bottom:15px; 
	text-align:left;
}

.title {
	position: absolute;
	left: 25px; 
	top: 135px; 
	width: 200px;
	z-index: 5;
}

.content {
	background-color: white;
	position: absolute;
	left: 149px; 
	top: 135px; 
	width: 70%;
	border: 2px solid #002680;
	padding: 10px 10px 5px 15px;
	margin: 10px 0px;
}

/*new*/
.contentParent {
	position: absolute;
	left: 149px; 
	top: 135px;
}

.contentMain {
	width: 500px;


	background: rgb(255,255,255);
	border: 2px solid #002680;
	float:left;
}

.contentSide {
	position:absolute;
/*	left:10px; moz and ie6 put th*/
	width:15%;
	margin:10px;
	padding:5px;
	background: rgb(175,175,255);
	border: 2px solid rgb(50,50,255);
	float: right;
}


.titled, #titled {
	position: absolute;
	top: -12px; 
	left:-126px;
	z-index: 5;
}

/* All the content boxes belong to the content class. */
.contented, #contented {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	text-align:left;
	top: 145px;
	width:640px;
	margin-left:120px;
	border: 2px solid #002680;
	background-color:white;
	z-index:3; 
	}

#navAlpha {
	position:absolute;
	text-align:left;
	width:150px;
	top:215px;
/*	border:1px dashed black;
	background-color:#eee;*/
	padding:0px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
.footer {
	position: relative;
	left: 3px;
}

div.sidebarone {
	position: static;
	left: 3px;
	top: 0px;
	margin: 0px 0px 10px 3px;
	padding: 0px;
	width: 125px;
	background-color: rgb(255,255,255);
}

.sidebarone, .sidebartwo img, .sidebarthree img {
	border-top: 2px solid #002680;
	border-bottom: 2px solid #002680;
	border-left: 1px solid #002680;
	border-right: 1px solid #002680;
}

/*LINKS */
a:link {
	text-decoration: underline;
	color: #33F;
}

a:hover {
	color: #002680;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a.white {
	color: #FFF;
}

a:link.white {
	color: #FFF;
}

a:visited.white {
	color: #FFF;
}

a:hover.white {
	color: #CCF;
}


/*BASIC TEXT */
h5 {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: rgb(51,51,51);
	padding: 5px 15px 5px 5px;
}

h5 strong {
	color: #00F;
}

h4 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 10px 0px 5px;
	color: rgb(51,51,51); /*also #333 */
}

h3 {
	font-size: 18px;
	padding: 2px 10px 0px 5px;
	color: rgb(100,100,85);
}

h2, h1  {
	font-size: 22px;
	padding: 2px 10px 0px 5px;
	color: rgb(100,100,100);
}

h2 {
	font-size: 18px;
	margin-top:10px;
	color: rgb(65,65,65);
}

h2 strong {
	font-size: 14px;
}

h1 strong {
	color: #26F;
}

p {
	line-height: 20px;
	color: #666;
	text-align: left;
	padding: 0px 15px 0px 5px;
	margin: 0px 0px 10px 0px;
	
	font-size: 11px;
}



/* LIST STYLES */
ul, li {
	list-style-position: inside;
	line-height: 15px;
	color: #666;
	text-indent: 0px;
	margin: 0px 15px 0px 15px;
	padding: 0px;
	font-weight: normal;
	font-size: 11px;
}




/*FORM STYLES - GENERAL*/
input {
	padding: 2px;
	margin-top: 2px;
	font-size: 12px;
	line-height: 12px;
}

textarea {
	padding: 5px 0px 5px 5px;
	margin: 0px;
	border: 1px solid #666;
	font-size: 12px;
}

select {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
	line-height: 15px;
}

/*used for radio buttons*/
.radio {
	z-index:5;
	border: 0px none;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	position:relative;
	display: block;
	line-height: 6px;
	float: left;
}

/*used for all submit buttons*/
.submit {
	font-size: 12px;
	background-color: #DDD;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
}


/*FORM STYLES - REGISTER / STANDARD FORMS */

/*	FORM INPUT STYLES*/
.registerForm {
	margin: 5px;
	padding: 0px 0px 2px 5px;
	line-height: 15px;
	border: 1px solid #333;
}

/*	FORM TEXT STYLES*/
.registerPanel {
	margin: 5px;
	padding: 0px;
	border: 0px none;
	font-weight: bold;
	line-height: 15px;
}

.labelText {
	margin: 5px;
	padding: 0px;
	border: 0px none;
	font-weight: bold;
	line-height: 15px;
}

.labelText strong {
	font-weight: normal;
}

/*killOnceCommentsDone*/
.commentPanel {
	margin: 5px;
	padding: 0px;
	border: 0px none;
	color: #555;
	line-height: 15px;
}

/*killOnceCommentsDone*/
.commentPanel strong {
	color: #333;
	font-weight: bold;
}

.commentText {
	margin: 5px;
	padding: 0px;
	border: 0px none;
	color: #555;
	line-height: 15px;
}

.commentText strong {
	color: #333;
	font-weight: bold;
}

/*USED ON THE PANEL SCRIPTS*/
.tableHed {
	color: #fff;
	font-weight: bold;
}



/*used on the reg page*/
.tableSubhed {
	padding: 0px;
}

.tableSubhed strong {
	font-weight: normal;
}
p input strong {
	color: #603;
}


.form {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	text-align: right;
	padding: 0px 3px 0px 13px;
}



/*SPECIFIC TEXT APPEARANCE 
Template classes used on text
*/

.norepeat {	background-repeat: no-repeat; }
.norepeaty { background-repeat: repeat-x; }
.norepeatx { background-repeat: repeat-y; }
.hide {	display: none; }
.clear {clear:both; }
.sanspadding { padding: 0px; }
.sansmargin { margin: 0px; }
.sanspadmarg, .sideForm {
	padding: 0px;
	margin: 0px;
}

.sanspadmargbord {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

.sansallFloat {
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	float: left;
}

.required {
	color: #F00;
	font-size: 30px;
	line-height: 20px;
	display: inline;
}

.blue {
/*	color: #FF9F00;*/
	color: #002680;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
}

.blueForm {
	color: rgb(0,0,153);
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-bottom: 0px;
	line-height: 10px;
}

.darkblue {
	color: rgb(0,0,153);
}

.footnote {
	font-size: 11px;
}

.alert {
	color: #002680;
	font-weight: bold;
	padding-left: 3px;
}

.sanswhitespace {
	padding: 0px;
	margin: 0px;
	border: 0px none;
	line-height: 15px;
	display: inline;
	clear: left;
}

.comment {
	font-size: 10px;
	color: rgb(255,255,255);
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 2px;
	position: relative;
	line-height: 15px;
	display: block;
	text-align: left;
}

li em {
	color: #26f;
}

/*************************
Navigation styles
*************************/
.menu {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 100%;
	height: 19px;
	background-color: #113280;
	border-bottom: 2px solid #FF9F00;
}
#menucontent {
	width:775px;
	text-align:left;
}


/* These styles modify the nav list items */
a span{
	display: none;
}

#nav {
	list-style: none;
	position:absolute;
	z-index:1;
}

#nav li {
	float: left;
}

	#thome {
		background: url('/images/nav_home.gif') no-repeat left top;
		height: 19px;
		width: 71px;
	}
		#thome a{
			background: url('/images/nav_home.gif') no-repeat left top;
			display: block;
			height: 19px;
			width: 71px;
		}
			#thome a:hover{
				background: url('/images/nav_home.gif') no-repeat left -19px;
			}

	#tabout {
		background: url('/images/nav_about.gif') no-repeat left top;
		height: 19px;
		width: 83px;
	}
		#tabout a{
			background: url('/images/nav_about.gif') no-repeat left top;
			display: block;
			height: 19px;
			width: 83px;
		}
			#tabout a:hover{
				background: url('/images/nav_about.gif') no-repeat left -19px;
			}

	#tregister {
		background: url('/images/nav_register.gif') no-repeat left top;
		height: 19px;
		width: 84px;
	}
		#tregister a{
			background: url('/images/nav_register.gif') no-repeat left top;
			display: block;
			height: 19px;
			width: 84px;
		}
			#tregister a:hover{
				background: url('/images/nav_register.gif') no-repeat left -19px;
			}

	#tcontact {
		background: url('/images/nav_contact.gif') no-repeat left top;
		height: 19px;
		width: 81px;
	}
		#tcontact a{
			background: url('/images/nav_contact.gif') no-repeat left top;
			display: block;
			height: 19px;
			width: 81px;
		}
			#tcontact a:hover{
				background: url('/images/nav_contact.gif') no-repeat left -19px;
			}

	#tfaq {
		background: url('/images/nav_faq.gif') no-repeat left top;
		height: 19px;
		width: 64px;
	}
		#tfaq a{
			background: url('/images/nav_faq.gif') no-repeat left top;
			display: block;
			height: 19px;
			width: 64px;
		}
			#tfaq a:hover{
				background: url('/images/nav_faq.gif') no-repeat left -19px;
			}

	#tblog {
		background: url('/images/nav_blog.gif') no-repeat left top;
		height: 19px;
		width: 62px;
	}
		#tblog a{
			background: url('/images/nav_blog.gif') no-repeat left top;
			display: block;
			height: 19px;
			width: 62px;
		}
			#tblog a:hover{
				background: url('/images/nav_blog.gif') no-repeat left -19px;
			}
