@import url('titles.css');
@import url('members.css');
@import url('lightbox.css');

/*----------
--------------------
------------*/

body	{
	background-color: #191919;
	color: #ff9900;
	font-family: Verdana, Arial, sans-serif;
}

#header	{
}

#header	.content	{
	margin: 0 auto;
	width: 760px;
}


#logo-container h1	{
	background: none;
	height: 39px;
}

#logo-container h1 span	{
	display: none;
}

/*-----h-tags----
--------------------------*/

h2	{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

/*-----begin-mast----
-------------------------*/



#mast .content	{
	margin: 0 auto;
	width: 900px;
}

#mast .content .seal	{
	float: left;
	padding: 6px 0;
}

#mast .content .title	{
	float: left;
	margin: 150px 0 0 25px;
	width: 550px;
}

#mast .content h2	{
	background: none;
	height: 57px;
}

#mast .content h2 span	{
	display: none;
}

/*----begin-content------
------------------------------*/

#container	{
	margin: 1.5em auto;
	width: 790px;
}

#container	#right-column	{
	float: right;
	font-size: 12px;
	padding: 6px 0;
	width: 220px;
}

#container #right-column p	{
	line-height: 1.6em;
	padding: 8px 0;
}

#container #right-column .blurb	{
	border-bottom: 1px dashed #fff;
	line-height: 1.6em;
	padding: 8px 0;
}

/*---right-container------
------------------------------*/

#container #left-column	{
	background: none;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	padding: 6px 12px;
	width: 530px;
}

#container #left-column p 	{
	font-size: 13px;
	line-height: 1.8em;
	padding: 8px 0;
}

#container #left-column ul	{
	font-size: 14px;
	font-weight: bold;
	list-style-type: square;
	padding-left: 20px;
}

#container #left-column li	{
	line-height: 1.8em;
	padding: 3px 0;
}

#container #left-column h3	{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0;
	text-transform: uppercase;
}

#container #left-column h4	{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 6px 0;
}

#container #left-column ul a:link,
#container #left-column ul a:visited	{
	color: #fff;
}

#container #left-column ul a:active,
#container #left-column ul a:hover	{
	background-color: #ff9900;
	text-decoration: none;
}


#container #left-column table	{
	font-size: 14px;	
	font-weight: bold;
	text-transform: uppercase;
	width: 340px;
}

#container #left-column td	{
	vertical-align: top;
	padding: 0px 0;
	text-align: right;
}

#container #left-column input	{
	width: 220px;
}

#container #left-column textarea	{
	height: 150px;
	width: 220px;
}

#container #mission-statement p	{
	font-size: 14px;
}

/*-----start-footer---
--------------------------*/
#header-links{
	font-size: 14px;
	font-weight: bold;
	margin-top: 80px;
    text-align: left;
	text-transform: uppercase;
}

#header-links a:link, #header-links a:visited	{
	color: #800000;
	text-decoration: none;
}

#header-links a:active, #header-links a:hover	{
	color: #800000;
	text-decoration: underline;
}

#footer-container {
	font-size: 11px;
	font-weight: bold;
	margin-top: 25px;
    text-align: right;
	text-transform: uppercase;
}

#footer-container .disclaimer	{
	float: right;
	width: 760px;
}

#footer-container ul	{
	float: right;
	width: 500px;
}

#footer-container ul .end	{
	padding-right: 0;
}

#footer-container li	{
	float: left;
	padding: 6px;
}

#footer-container a:link, #footer-container a:visited	{
	color: #fff;
	text-decoration: none;
}

#footer-container a:active, #footer-container a:hover	{
	color: #fff;
	text-decoration: underline;
}

/*---------
--------------------*/

#container #left-column .other-link	{
	color: #fff;
	font-weight: bold;
}

#container #left-column .other-link a:link, 
#container #left-column .other-link a:visited {
	color: #fff;
}

#container #left-column .other-link a:active, 
#container #left-column .other-link a:hover	{
	background-color: #003366;
	text-decoration: none;
}

button.img	{
	background: none;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 0;
	padding: 0;
}