/* ############################################################################
   ##
   ##  Home Page Styles 
   ##
   ##  The styles in this file are intended to override styles in global.css
   ##  but global.css is still loaded.
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

p
{
	font-size: 91.7%;
	margin-top: 0px;
	margin-bottom: 0.75em;
}

h4
{
	font-family: verdana, arial, sans-serif;
	font-size: 91.7%;	
	margin-bottom: 0.5em;
}

ul
{
	font-size: 91.7%;
	font-weight: bold;
	margin-top: 1em;
}

ul li
{
	margin-left: -2em;
	margin-bottom: 0.25em;
}

/* ####################################
   Page Objects
   ################################## */

#page-wrapper-inner
{
	background-image: none;
}

#page-content
{
	background-image: url('/images/templates/spacer.gif');
	margin-left: 1px;
	padding: 4px 0px 0px 0px;
}

#home-wrapper
{
	position: relative;
	width: auto;
	float: left;
}

#home-feature
{
	margin-bottom: 1px;
	padding: 0px;
}

/* ####################################
   Rows
   ################################## */

#home-row1
{
	position: relative;
	clear: both;
}

#home-row2
{
	position: relative;
	clear: both;
}

/* ####################################
   Columns
   ################################## */

.home-col1
{
	width: 204px;
	float: left;
}

.home-col2
{
	width: 204px;
	float: left;
	background-image: url('/images/templates/dots_vertical_100.gif');
	background-repeat: repeat-y;
}

.home-col3
{
	width: 200px;
	float: left;
	background-image: url('/images/templates/dots_vertical_100.gif');
	background-repeat: repeat-y;
}

/* ####################################
   Content in columns
   ################################## */

.home-content-box-left
{
	width: 180px;
	padding-top: 10px;
	padding-left: 14px;
}

.home-content-box-middle
{
	width: 180px;
	padding-top: 10px;
	padding-left: 14px;
}

.home-content-box-right
{
	width: 180px;
	padding-top: 10px;
	padding-left: 14px;
}

