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


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

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

/* Header */
#Header
{
	height: 					145px;
}
#Tabset
{
	position: 				relative;
	margin-top: 			-4px;
	
	/* 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: #FFFFFF;
}
li.Inactive 
{
	background: 			url('/Images/Tab_Inactive.jpg') no-repeat;				
	color: 						#FFFFFF;
	font-weight: 			bold;	
}
li.Inactive a
{
	display: block;
	color: 						#FFFFFF;
}
/* 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;
}
