/* ---------------------------------------------------------------- global html mods */
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------------------------- container */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* ---------------------------------------------------------------- branding */
#branding h1 {
	text-indent: -9999px;
	height: 120px;
	width: 166px;
	background-image: url(../images/logo.gif);
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#branding h2 {
	background-image: url(../images/tagline.gif);
	text-indent: -9999px;
	height: 120px;
	width: 334px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 166px;
}
/* ---------------------------------------------------------------- navigation */
#screen {
	background-color: #999;
	height: 40px;
	width: 900px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	left: auto;
	top: 120px;
	right: auto;
}
#navigation {
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 900px;
	position: absolute;
	left: auto;
	top: 120px;
	right: auto;
}

#navigation ul{
	padding: 0px;
	margin: 0px;
}
#navigation span {
	display: none;
}
#navigation li, #navigation a {
	height:40px;
	width: 100px;
	display:block;
}
#navigation li {
	float:left;
	list-style:none;
	display:inline;
}
#services, #aboutus, #contactus, #resources, #home{
	width: 100px;
}
#home {
	background-image: url(../images/home_btn.gif);
}
#services {
	background-image: url(../images/services_btn.gif);
}
#aboutus {
	background-image: url(../images/aboutus_btn.gif);
}
#contactus {
	background-image: url(../images/contactus_btn.gif);
}
#resources {
	background-image: url(../images/resources_btn.gif);
}
#home a:hover{
	background-image: url(../images/home_btn_f2.gif);
}
#services a:hover{
	background-image: url(../images/services_btn_f2.gif);
}
#aboutus a:hover{
	background-image: url(../images/aboutus_btn_f2.gif);
}
#contactus a:hover {
	background-image: url(../images/contactus_btn_f2.gif);
}
#resources a:hover {
	background-image: url(../images/resources_btn_f2.gif);
}
/* ---------------------------------------------------------------- content */
#content {
	width: 900px;
	clear: both;
}
#secondary_page {
	background-color: #C9E27F;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left_column {
	float: left;
	width: 460px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right_column {
	padding: 20px;
	float: right;
	width: 360px;
}
#secondary_page h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060;
	margin: 0px;
	padding: 0px;
}
#secondary_page p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#secondary_page ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 10px;
}
#table_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bullet_leadin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
}
#resourcelist {
	margin: 0px;
	padding: 0px;
}
#resourcelist li {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	list-style-type: none;
}
#FlashID {
	height: 120px;
	width: 166px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#home_table {
	margin: 0px;
	padding: 0px;
	height: 355px;
}
#terminal {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------------------------- hcard formatting */
.vcard {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	font-size: 12px;
	line-height: 18px;
}
.fn {
	display: block;
	margin-bottom: 5px;
}
.email {
	display: block;
	margin-bottom: 5px;
}
.org {
	display: none;
}
/* ---------------------------------------------------------------- headers */
#sub_services, #sub_aboutus, #sub_contactus, #sub_resources, #sub_privacy {
	text-indent: -9999px;
	height: 40px;
	width: 460px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sub_services {
	background-image: url(../images/sub_services.gif);
}
#sub_aboutus {
	background-image: url(../images/sub_aboutus.gif);
}
#sub_contactus {
	background-image: url(../images/sub_contactus.gif);
}
#sub_resources {
	background-image: url(../images/sub_resources.gif);
}
#sub_privacy {
	background-image: url(../images/sub_privacy.gif);
}
/* ---------------------------------------------------------------- footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#footer a {
	color: #666;
}



#footer a:hover {
	color: #999;
}
#footer #disclaimer {
	float: left;
}
#footer #address {
	float: right;
}
.founderimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

