*
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

form
{
	padding: 10px;
}

a img
{
	border: 0;
}

body
{
	font-size: 62.5%;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

p, .contentbox, h2
{
	line-height: 140%;
}

textarea, input, select
{
	font-size: 1.1em;
}

select
{
	padding: 1px;
	border: 1px solid #a8a8a8;
}

textarea, input
{
	padding: 1px;
	border: 1px solid #a8a8a8;
	background: #FFF url( ../img/input_bg.gif ) top left repeat-x;
}

input[type="hidden"]
{
	border: 0;
	background: none;
	padding: 0;
}

li li, li p
{
	font-size: 1em;
}

label, li
{
	font-size: 1.1em;
}

a
{
	color: #000;
}

#container
{
	width: 960px;
}

#feedback, #feedback2
{

}

	#feedback ul
	{
		padding-left: 20px;
	}


	#feedbacksubmit
	{
		display: none;
	}

#top
{

}

	#top a
	{
		display: block;
		width: 780px;
		height: 73px;
		margin-left: 183px;
		padding-top: 10px;
	}

#firstmenu_follower
{
	background: #70ba3f;
	height: 25px;
	width: 10px;
	position: absolute;
	left: 160px;
	top: 86px;
}

#firstmenu
{
	margin-top: 3px;
	background: #767475 url( ../img/BG_menu.gif ) bottom repeat-x;
	width: 160px;
	float: left;
	padding-bottom: 30px;
}

	#firstmenu ul
	{
		list-style: none;
	}
		#firstmenu ul ul
		{
			background: #d3d1d2;
			padding-bottom: 1px;
			padding-top: 1px;
			margin-top: 3px;
		}

		#firstmenu ul ul a
		{
			color: #000;
		}

			#firstmenu ul ul ul
			{
				background: #e4e4e4;
				padding-bottom: 1px;
				padding-top: 1px;
				margin-top: 3px;
			}

				#firstmenu ul ul ul ul
				{
					background: #f1f1f1;
					padding-bottom: 1px;
					padding-top: 1px;
					margin-top: 3px;
				}

					#firstmenu ul ul ul ul ul
					{
						background: #FFF;
						padding-bottom: 1px;
						padding-top: 1px;
						margin-top: 3px;
					}

		#firstmenu li
		{
			display: inline;
		}

			#firstmenu a
			{
				text-align: right;
				margin-bottom: 1.1em;
				margin-top: 1.1em;
				display: block;
				color: #FFF;
				font-size: 1em;
				text-decoration: none;
				padding-right: 20px;
			}

			#firstmenu a.active
			{
				font-weight: bold;
			}

		#firstmenu li.inactive a
		{
			font-style: italic;
		}

#pagecontents
{
	float: left;
	width: 780px;
	margin-left: 18px;
	display: inline;
}

#blocker /* Popup layer to grey everything out except one layer */
{
	background-color: #CCC;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
}

#debug:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#debug { display:inline-block; }

/* Hides from IE-mac \*/
* html #debug { height: 1%; }
#debug { display: block; }
/* End hide from IE-mac */

#debug
{
	margin: 10px;
	padding: 10px;
	clear: both;
	background: #FFF;
	border: 1px solid #000;
	width: 90%;
	position: absolute;
	left: 1100px;
	top: 10px;
}

	#debug .col
	{
		width: 30%;
		margin-right: 2%;
		float: left;
	}

/********************************
 *	Classes			*
 *******************************/
.validationerror
{
	border: 1px solid #c95500;
	background: #FFF;
	padding: 5px;
	color: #c95500;
}

.default
{
	background: #f4f4f4 url( ../img/BG_content.gif ) repeat-x left bottom;
	margin: 3px;
	padding: 10px;
}

.contentclass1
{
	margin: 3px;
	padding: 10px;
	background: #767475 url( ../img/BG_menu.gif ) repeat-x left bottom;
}

	#container .contentclass1 h2, #container .contentclass1 p, #container .contentclass1 a, .contentclass1
	{
		color: #FFF;
	}

.formbutton, .formbutton2, .formbutton3
{
	color: #000;
	border: none;
	width: 140px;
	padding-bottom: 2px;
	height: 21px;
	cursor: pointer;
	background: #FFF url( ../img/button.gif ) no-repeat;
	background-position: bottom center;
}

a.formbutton, a.formbutton2, a.formbutton2
{
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	padding-top: 4px;
	background-position: top center;
}

.formbutton2
{
	background-image: url( ../img/button_small.gif );
	width: 87px;
}

.formbutton3
{
	background-image: url( ../img/button_xsmall.gif );
	width: 53px;
}

.remover
{
	color: #000;
	border: none;
	width: 20px;
	height: 19px;
	cursor: pointer;
	background: #FFF url( ../img/remove.gif ) no-repeat;
	background-position: bottom center;
}

.adder
{
	color: #000;
	border: none;
	width: 20px;
	height: 19px;
	cursor: pointer;
	background: #FFF url( ../img/add.gif ) no-repeat;
	background-position: bottom center;
}

.clear
{
	clear: both2;
}

.floatfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.floatfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .floatfix { height: 1%; }
.floatfix { display: block; }
/* End hide from IE-mac */