/*

		global.css
		LUNAbar
		5/10/09
		
		Author:
		Dave Hulse
		
		Heiarchy:
			Global General Styles
			Form Styles
			Common Styles
			Content Styles
			Sub Navigation Styles	
			Footer Styles
			Utility Style

*/

/*
	===================================================================
	Global General Styles
	===================================================================
*/

body {	
	font-family: 		Arial, Verdana, sans-serif;
	font-size:          12px;
	color:              #705B3F;
	background: 		none;
}

a, a:visited, a:active {
	color:				#1AB3D0;
	cursor:             pointer;
}

p, dl dt a {
	line-height:		15px;
}
input, select, textarea, th, td {
	font-size:			12px
}

li li, li p, td p, blockquote p {
	font-size:			12px
}

p#skip {
  display:            none;
}


/*
	===================================================================
	Form Styles
	===================================================================
*/

form, fieldset {
	border:				 0;
}

input, select, textarea {
	font-family:		 Arial, Verdana, sans-serif;
	font-size:			 11px;
}

/*
	===================================================================
	Common Styles
	===================================================================
*/

	
#page {
	width:				auto;
	margin:				0;
	padding:			0;
	text-align:			left;
	background: 		none;
}

#header {
	display:			none;
}

/*
	===================================================================
	Content Styles
	===================================================================
*/

#content {
	width: 				auto;
	margin:				0;
	background: 		none;
}

#content #main {
	float: 				left;
	width: 				auto;
	background: 		none;
}

#content #main div.clearfix {
	height:				1%;
}

#content #context {
	display:			none;
}

/*
	===================================================================
	Footer Styles
	===================================================================
*/

#footer {
	display: 			none;
}