
/*-------------------------------------------------------------------------
	Styles (styles.css)
//-------------------------------------------------------------------------

//-------------------------------------------------------------------------
	These styles are used by the front end of the site, what the users see.
	infrontcms.css has all of the content related styles, THESE SHOULD NOT
	BE REPEATED IN infrontcms.css!
//-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------
	Body - Define base font formatting. This can be different from the body
	in infrontcms.css as long as you specify an ID in the header that
	matches the id specified here. (body#tier01). Specifying a different body
	ID for interior pages can simplify changing styles on those pages.
//-------------------------------------------------------------------------*/
html {

}

body
{
	background-color: #000;
	margin:0;
	color: #f0f0f0;
	
}



/*-------------------------------------------------------------------------
	Page Layout Link Styles
//-------------------------------------------------------------------------*/

#footer a
{
	color: #1e3c73;
	text-decoration: underline;
}

#footer a:visited
{
	color: #1e3c73;
	text-decoration: underline;
}

#footer a:active
{
	color: #1e3c73;
	text-decoration: underline;
}

#footer a:hover
{
	color: #1f65e5;
	text-decoration: underline;
}

#global_nav a {
	background-color:#222;
	color:#ddd;
	border-right:1px solid #000;
	font-size:9px;
	padding:0px 8px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	display: block;
}

#global_nav  a.active {
	background-color:#555;
}

#global_nav  a.active:hover {
	background-color:#555;
}

#global_nav a:hover {
	color: #fff;
	background-color:#555;
}

#sub_nav a {
	background-color:#555;
	color:#ddd;
	border-right:1px solid #000;
	font-size:9px;
	padding:0px 4px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	display: block;
}

#sub_nav a:hover {
	background-color:#666;
}
#sub_nav a.active {
	background-color:#777;

	font-weight:bold;
	
}

#primary_nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: lowercase;
	letter-spacing: .1em;
	color: #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	display: block;
	padding: 1em .3em .3em 1px;
	margin-top: .5em;
}

#primary_nav a:hover {
	background-color: #f6f6f6;
}
/*-------------------------------------------------------------------------
	Input Boxes
//-------------------------------------------------------------------------*/
form {
	margin:0;
	padding:0;
}

/*-------------------------------------------------------------------------
	List Items - NOT CONTENT FORMATTING, USUALLY JUST NAVIGATION
//-------------------------------------------------------------------------*/

#sub_nav ul, #global_nav ul {
	padding:0;
	margin:0;
}

#sub_nav li, #global_nav li {
	float: left;
	list-style: none;

}



#primary_nav ul {
	margin: 0;
	padding: 0;
}

#primary_nav li {
	padding: .1em 0em;
}

#primary_nav li ul {
	margin:.5em 0 0 1em;
}

#primary_nav li ul li a {
	border-bottom: none;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 1em;
	text-transform: none;
	font-weight: normal;
}

#primary_nav li.active {
	background: #efefef;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.section_nav ul {
	list-style: disc;
	margin: .5em 0em .5em 2em;
	list-style-type: disc;
}

.section_nav li {
	padding: .2em 0em .2em 0em;
}



/*-------------------------------------------------------------------------
	Layout Styles - for custom ID's and classes
//-------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width:795px;
	}
	
#global_nav {
	list-style: none;
	height:1.3em;
	padding:0;
	margin:0 0 1px 0;
	background:#222;
	text-align: left;
	position: relative;
	
}

#primary_nav {
	display: compact;
	float: left;
	width: 130px;
	padding: 0px 0px 15px 0px;
	margin: 30px 0px;

}

.section_nav {
	float: right;
	padding: 2.4em 2em 2em 4em;
	background-color: #fff;
}

#content {
	float: right;
	width: 795px;
	margin-top: 2em;
	margin-bottom:2em;
}

#gallery_page_content
{
	float: right;
	width: 795px;
}

#gallery_content
{
	font-size:12px;
	width:185px;
}

#footer {
	color:#444;
	font-size:10px;
}

#copyright {
	float: left;
}

#dust {
	float: right;
}

#flash {
	visibility: hidden;
}

	
	
/*--- form nav tabs ---*/
#tabs
{
	background-color: #F7F7F7; 
	border: 1px solid #000000;
	margin-top: 2px;
	height:31px;
}
.tab 
{
	width:90px;
	height:17px;
	position:relative;
	float:left;
	z-index:2;
	text-align:center;
	padding: 5px 0px 4px 0px;
	margin:4px 2px -1px 2px;
	border: 1px solid #000000;
	
	font: bold 12px Verdana, sans-serif;
}

.tab.active {
	background-color:#ffffff;
	border-bottom: 1px solid #ffffff;
}

