/* ############################################################################
   ##
   ##  Home Page Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

body {
	background: url('/images/templates/bg_fade_grey.gif') repeat-x #ffffff;
}

/* ####################################
   HTML Element Styles
   ################################## */

#Header {
	width: 750px;
	padding: 40px 0px 22px 0px;
}

	#Header #Logo {
		float: left;
	}
	
	#Header #headerContent {
		float: right;
		margin: 10px 3px 0px 10px;
	}

#Home-Main {
	clear: both;
}

#Home-Secondary {
	clear: both;
	margin: 1em 0em 1em 0em;
}

#Home-Features {
	clear: both;	
	margin: 1em 0em 1em 0em;
}

	.homefeature-row {
		width: 553px;
		margin: 10px 0px 10px 0px;	
	}

	.homefeature-col {
		float: left;

		width: 184px;
		/* Needs adjusting if more content is added: */
		height: 260px;

		margin: 0px;	
	}

	.homefeature-col .header {
	}

	.homefeature-col .content {
		padding: 10px 10px 10px 10px;
	}

	.homefeature-col ul {
		margin: 0em 0em 1em -2em;
		list-style: url("/images/templates/ul.gif") square;
		line-height: 1.2em;
	}
	*:first-child+html .homefeature-col ul { 	/* IE7 only */
		margin: 0px 0px 1em 16px;
	}
	* html .homefeature-col ul {	/* IE6 only */
		margin: 0px 0px 1em 16px;
	} 

	.homefeature-col ul li {
		padding: 0px;
		margin: 2px;
	}

	.homefeature-col input {
		width: 70px;
	}

	#homefeature-col1 {
		background: url('/images/templates/box_bg_left.gif') bottom no-repeat;
	}

	#homefeature-col2 {
		background: url('/images/templates/box_bg_middle.gif') bottom no-repeat;
	}

	#homefeature-col3 {
		background: url('/images/templates/box_bg_right.gif') bottom no-repeat;
	}

#frmLogin {
	padding: 10px 10px 10px 10px;
}

	#frmLogn table {
		width: 100%;
		padding: 0px;
	}

