/*
	---------------------------------------------------------------------------------------------------------------------------------------------
	DEFAULT ELEMENTS
	---------------------------------------------------------------------------------------------------------------------------------------------
*/
*
{
	margin: 					0;
	padding: 					0;
}
html
{
	height: 100%;
}
body
{
	font-family: 			Arial, Verdana, sans-serif;
	font-size: 				16px;
	color: 						#7d7d7d;				
	/*background: 			url('/Images/HeaderBg.jpg') repeat-x;*/
	height: 					100%;
	background: #d5edb0;
	
	/* IE workaround for layout centering */
	text-align:				center;
}
img
{
	border: 					0;
}
h2
{
	color: 						#6eac0d;
	font-size: 				18px;
	font-weight: 			bold;
	margin-bottom: 		9px;
}

h5{
font-size:14px;
display:inline;
margin:0;
font-weight:bold;
}

a
{
	color: #6eac0d;
}


/*
	---------------------------------------------------------------------------------------------------------------------------------------------
		CUSTOM ELEMENTS
	---------------------------------------------------------------------------------------------------------------------------------------------
*/

/* Wrapper */
#Wrapper
{
	/* Clear the IE workaround */
	text-align:				left;
	background: 			white url('/Images/HeaderBg.jpg') repeat-x;
	width:						960px;
	margin: 					0 auto;
	min-height: 			100%;
	height: 					auto !important;
	height: 					100%;
}

/* Header */
#Header
{
	height: 					145px;
}
#Tabset
{
	position: 				relative;
	margin-top: 			-4px;
	margin-left:200px;
	
	/* IE fix (because it sucks) */
	_margin-top: 			-7px;
	
	list-style-type: 	none;
	text-align: 			center;
	padding-left: 		26px;
}
#Tabset li
{
	height: 					34px;
	line-height: 			34px;
	width: 						135px;
	float: 						left;
	margin-right: 		3px;
}
li.Active
{
	background: 			url('/Images/Tab_Active.jpg') no-repeat;		
	font-weight: 			bold;	
}
li.Active a
{
	display: block;
	color: #717171;
}
li.Inactive 
{
	background: 			url('/Images/Tab_Inactive.jpg') no-repeat;				
	color: 						#69a110;
}
li.Inactive a
{
	display: block;
	color: 						#69a110;
}
/* Content */
#Content
{
	padding-bottom: 	145px;
	padding-top: 			16px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Footer */
#Footer
{
	color: 						#c4c4c4;
	margin-top: 			-135px;
	height: 					135px;
	background: 			#838383;
	text-align: 			center;
	width: 100%;
}
#FooterInner
{
	width: 						900px;
	margin: 					0 auto;
	text-align: 			left;
	padding: 					10px;
}
#FooterInner p
{
	line-height: 30px;
}
#FooterInner li
{
	list-style-type: none;
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #afafaf;
}
#FooterInner a
{
	color: #c4c4c4;
}