/* CSS Document */
body 
{
	margin: 			15px 0 0 0;
	font-family:		Arial, Verdana, Helvetica, sans-serif;	
	font-size:			9pt;
	line-height:		16pt;	
	color:				#FFFFFF;
	text-align:			left;
	background:			#333333 url("../images/atlas-background-body.png") no-repeat top center;
}
input, select, textarea 
{
	font-family:		Arial, Verdana, Helvetica, sans-serif;	
	font-size:			9pt;
	line-height:		11pt;
}
#header {
	background:			#333333 url("../images/atlas-background-header.gif") no-repeat top center;
	width: 				950px;
	height: 			95px;
}
#header-silver {
	background:			#c3c3c3 url("../images/atlas-background-header-silver.png") no-repeat top center;
	width: 				950px;
	height: 			130px;
}
#navbar {
	background:			#333333 url("../images/atlas-background-navbar.gif") no-repeat top center;
	width: 				950px;
	height: 			18px;
}
#navbar-green {
	background:			#333333 url("../images/atlas-background-navbar-green.gif") no-repeat top center;
	width: 				950px;
	height: 			18px;
}
#page {
	background:			#333333 url("../images/atlas-background-page.gif") repeat-y top center;
	width: 				950px;
	color: 				white;
}
#footerbar {
	background:			#333333 url("../images/atlas-background-footerbar.gif") no-repeat top center;
	width: 				950px;
	height: 			180px;
	vertical-align: 	text-top;
	padding: 			16px 0 0 40px;
	color: 				#EFEFEF;
	text-transform: 	uppercase;
	font-size:			7.5pt;
	line-height:		10pt;	
}
#home-header {
	background:			#333333 url("../images/atlas-home-header.gif") no-repeat top center;
	width: 				950px;
	height: 			138px;
}
#home-navbar {
	background:			#333333 url("../images/atlas-home-navbar.gif") no-repeat top center;
	width: 				950px;
	height: 			18px;
}
#home-feature {
	background:			#333333 url("../images/atlas-home-feature.jpg") no-repeat top center;
	width: 				950px;
	height: 			560px;
	vertical-align: 	text-bottom;
	color: 				white;
	text-transform: 	uppercase;
	font-size:			7.5pt;
	line-height:		10pt;	
}
#content {
	width: 				720px;
	padding: 			30px 20px 40px 40px;
	color: 				white;
}
h1, h2, h3 {
	font-family:		Arial, Verdana, Helvetica, sans-serif;	
	font-weight: 		normal;
	color: 				#97d937;
}
h1{
	text-transform: 	capitalize;
}
h2 {
	margin: 			15px 0 2px 0;
}
h3 {
	margin: 			15px 0 2px 0;
}
td 
{
	font-family:		Arial, Verdana, Helvetica, sans-serif;	
	font-size:			9pt;
	line-height:		16pt;	
	color:				white;
	text-align:			left;
}
td.label
{
	font-weight: 		bold;
	font-family:		Arial, Verdana, Helvetica, sans-serif;	
	font-size:			9pt;
	line-height:		16pt;	
	color:				#999999;
	text-align:			left;
	width: 				200px;
}

a, a:visited
{
	color:				#97d937;
}
a:hover
{
	color:				#000000;
	background-color: 	#97d937;
}
.button
{
	border: 			5px solid #333333;
	color: 				#FFFFFF;
	background-color:   #333333;
	font-weight: 		bold;
}
/*
.tagline {
	font-family: 		"Apple Chancery", times, "courier new", serif;
	font-size: 			16pt;
	color: 				#EFEFEF;
*/
}
.plan {
	margin-bottom: 		8px;
}
a.plan {
	font-size:			10pt;
	background-color: 	#000000;
	font-weight: 		bold;
	text-decoration: 	none;
}
a.plan:hover {
	font-size:			10pt;
	background-color: 	#97d937;
	font-weight: 		bold;
	text-decoration: 	none;
	color: 				#000000;
}
a.white {
	color: 				white;
	background-color: 	#000000;
	text-decoration: 	underline;
}
a.white:hover {
	color: 				#000000;
	background-color: 	#97d937;
	text-decoration: 	none;
}
.clear, a.clear, a.clear:hover, a.clear:link, a.clear:visited,.footer, a.footer, a.footer:link, a.footer:visited {
	background-color: 	transparent;
	color: 				white;
	text-decoration: 	none;
}
a.footer:hover {
	background-color: 	transparent;
	color: 				#97d937;
	text-decoration: 	none;
}

ul#menu {
	width: 700px;
	list-style: none;
	background:transparent;
	margin:0 0 0 0px;	
}
ul#menu li {
	display:inline;
}
ul#menu li a {
	float: left;
	margin-right: 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
ul#menu li a:hover {
	color: black;
	text-decoration: none;
	background:transparent;
}
ul#menu li a.current {
	color: black;
	text-decoration: none;
	background:transparent;
}

ul#home {
	width: 800px;
	list-style: none;
	background:transparent;
	margin:0 0 0 10px;	
}
ul#home li {
	display:inline;
}
ul#home li a {
	float: left;
	margin-right: 18px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background:transparent;	
}
ul#home li a:hover {
	color: #000000;
	background:transparent;
	text-decoration: none;
}
ul#home li a.current {
	color: #000000;
	background:transparent;
	text-decoration: none;
}

/* HORIZONTAL HOME VIEW BAR
/////////////////////////////////////*/

ul#nav-view {	
	width:260px;
	list-style:none;
	height:40px
}

ul#nav-view li {
	display:inline
}

ul#nav-view li a {
	height:40px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#nav-view  li a span {
	float:left;
	display:block
}

ul#nav-view li#nav-view-1 a {
	width:135px;
	background:url(../images/view-links.png) no-repeat 0px 0
}

ul#nav-view li#nav-view-1 a:active,
ul#nav-view li#nav-view-1 a:hover {
	background-position:0px -40px
}
ul#nav-view li#nav-view-1 a.current {
	background-position:0px -40px
}

ul#nav-view li#nav-view-2 a {
	width:125px;
	background:url(../images/view-links.png) no-repeat -135px 0
}

ul#nav-view li#nav-view-2 a:active,
ul#nav-view li#nav-view-2 a:hover {
	background-position:-135px -40px
}
ul#nav-view li#nav-view-2 a.current {
	background-position:-135px -40px
}


