﻿/* GLOBAL STYLES*/
body	{
	text-align:center;
	}
	
#container {
	margin:5px auto;
	width:760px;
	text-align:left;
	}

.content_box {
	margin-bottom: 10px;
	border: 1px;
	border-style: solid;
	border-color:#023EA0;
	}
	
.content_box_header {
	background-color:#023EA0;
	color:white;
	height: 15px;
	margin:0;
	font-size:10pt;
	font-family: arial, sans-serif;
	text-align: center;
	}
	
.content_inside{
	padding: 10px;
	font-size:10pt;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #000000;
	}
	
#address {
	font-weight:bold;
	text-align: center;
}

#contact_email {
	padding-top: 50px;
	padding-left: 50px;
}

#spam_message {
	padding-left: 50px;
}

a:link.content_link, a:visited.content_link, a:active.content_link {
	text-decoration:underline;
	font-weight:bold;
	font-family:arial, sans-serif;
	color: #000000;
	}
	
a:hover.content_link {
	text-decoration:underline;
	color: red;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
/*INTERNAL NAV - INTERNAL */	

#sub_nav {
	color: #023EA0;
	font-size:10pt;
	font-family:arial, sans-serif;
	}
	
.sub_nav_first {
	display: inline;	
	}
	
.sub_nav_second {
	display: inline;
	list-style-image: url("graphics/nav_bullet.gif");
	padding-left: 10px;
	}
	
a:link.sub_nav_link, a:visited.sub_nav_link, a:active.sub_nav_link {
	text-decoration:underline;
	color: #023EA0;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
a:hover.sub_nav_link {
	text-decoration:underline;
	color: red;
	font-weight:bold;
	font-family:arial, sans-serif;
	}


/* --------INDEX STYLES----------*/	
/* NAV STYLES - INDEX */
#work, #play {
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px;
	border-style: solid;
	border-color: #023EA0;
	}
	
#live {
	border-collapse: collapse;
	margin-left: 4px;
	margin-right: 4px;
	border: 1px;
	border-style: solid;
	border-color: #023EA0;
	}

a:link.nav_link, a:visited.nav_link, a:active.nav_link {
	float: left;
	width: 120px;
	margin-left: 0;
	padding-left: 4px;
	text-decoration:none;
	color: #023EA0;
	font-weight:bold;
	font-size:8pt;
	line-height:12px;
	font-family:arial, sans-serif;
	}
.nav_no_link {
	color: #023EA0;
	font-weight:bold;
	font-size:8pt;
	line-height:12px;
	font-family:arial, sans-serif;
	}
	
a:hover.nav_link {
	float: left;
	width: 120px;
	margin-left: 0;
	padding-left: 4px;
	text-decoration:underline;
	color: #023EA0;
	font-weight:bold;
	font-size:8pt;
	line-height:12px;
	font-family:arial, sans-serif;
	}

/* WELCOME SECTION STYLES - INDEX */	
#welcome {
	margin-top: 10px;
	}
	
#welcome p {
	vertical-align: top;
	padding-left:2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 13px;
	font-size:9pt;
	font-family: arial, sans-serif;
	font-weight:bold;
	color: black;
	}
	
#welcome_image {
	vertical-align: top;
	float: left;
	}


/* TOP AREAS OF NEED STYLES - INDEX */		
a:link.need_link, a:visited.need_link, a:active.need_link {
	margin-left: 5px;
	text-decoration:none;
	color: black;
	font-weight:bold;
	font-size:8pt;
	line-height:16px;
	font-family:arial, sans-serif;
	}
	
a:hover.need_link {
	margin-left: 5px;
	text-decoration:underline;
	color: black;
	font-weight:bold;
	font-size:8pt;
	line-height:16px;
	font-family:arial, sans-serif;
	}
	
/* HEADLINE STYLES - INDEX */	
a:link.news_article_link, a:visited.news_article_link, a:active.news_article_link {
	text-decoration:none;
	color: black;
	font-weight:bold;
	font-size:8pt;
	font-family:arial, sans-serif;
	}
	
a:hover.news_article_link {
	text-decoration:underline;
	color: black;
	font-weight:bold;
	font-size:8pt;
	font-family:arial, sans-serif;
	}

.news_article_source {
	font-size:7pt;
	font-family: arial, sans-serif;
	margin-left: 10px;
	margin-bottom: 4px;
	color: black;
	}

/* FEATURED FACILITY STYLES - INDEX */	
#featured_facility_image {
	float: right;
	margin-bottom: 0px;
	padding: 5px;
	}
	
#featured_facility_text{
	margin-top: 0px;
	margin: 5px;
	text-align: left;
	font-size:9pt;
	font-family: arial, sans-serif;
	color: black;
	}

a:link.featured_facility, a:visited.featured_facility, a:active.featured_facility {
	font-size:9pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	color: black;
	font-weight: bold;
	}
	
a:hover.featured_facility {
	font-size:9pt;
	font-family: arial, sans-serif;
	text-decoration: underline;
	color: black;
	font-weight: bold;
	}
	
/*NEVADA COMMUNITIES STYLES - INDEX */	
.state_area {
	text-align: left;
	font-size:8pt;
	font-family: arial, sans-serif;
	margin: 4px;
	color:black;
	}

.state_area p {
	text-align: left;
	font-size:9pt;
	font-family: arial, sans-serif;
	}
	
.state_image {
	margin-left: 5px;
	border: 1px;
	border-color:black;
	border-style: solid;
	}
	
/*FOOTER-STYLES */	
#copyright {
	text-align: center;
	font-size:8pt;
	font-family: arial, sans-serif;
	}

	

