/* Define Header style */

#homeheader {width: 740px;
	border: 0px;
	border-bottom: 1px solid #C8D1C7;}

/* Homepage column styles */

#homeleft {font-size: 1px;
	width:250px;
	padding:0px;
	float:left;
	margin-top: 5px;}
	
#homecenter {font-size: 1px;
	width:250px;
	padding:0px;
	float:left;
	margin-top: 5px;}
	
#homenew {font-size: 1px;
	width:500px;
	padding:0px;
	float:left;
	margin-top: 5px;}
	
#homeright {font-size: 1px;
	width:240px;
	padding:0px;
	float:left;
	margin-top: 5px;}

.homecontent {font-size: 11px;
	color: #525252;
	width: 238px;
	background-color: #EfefEf;
	border: 1px solid #D3DBD2;
	padding: 0px;
	margin: 0px;}
	
.homecontentnew {font-size: 11px;
	color: #525252;
	width: 485px;
	border: 0px solid #D3DBD2;
	padding: 0px;
	margin: 0px;
	display: block;
	float:left;
	text-align:left;
	clear: both;
	height:240px;}
	
#redbox {width: 240px;
#redbox {width: 240px;
	height: 30px;
	background-color: #C60612;
	text-align: center;}

#greenbox {width: 240px;
	height: 30px;
	background-color: #206531;
	text-align: center;}

#bluebox {width: 240px;
	height: 30px;
	background-color: #345484;
	text-align: center;}
	
#bluebox p, #greenbox p, #redbox p {padding: 0px;
	margin: 0px;}	
	
#homebottombox1, #homebottombox2, #homebottombox3 {margin-top: 5px;
	width:188px;
	float:left;
	display:inline;}

#homebottombox4 {margin-top: 5px;
	width:176px;
	float:left;
	display:inline;}

.homebottombox {font-size: 1px;
	text-align: center;
	width: 174px;
	height: 100px;
	background-color: #EEF2ED;
	border: 1px solid #D3DBD2;
	padding: 0px;
	margin: 0px;}
	
.homebottomboxtext {width: 154px;
	height: 80px;
	text-align: left;
	font-size: 11px;
	color: #525252;
	overflow: hidden;
	padding: 10px;
	margin: 0px;}
	
.homebottomboxtext p {padding: 0px;
	margin: 0px;}
	
.homebottomboxtext a {color: #525252;
	text-decoration: none;}
	
.homebottomboxtext a:hover {color: #525252;
	text-decoration: underline;}
	
/* Home List Styles */

#homeleft ul, #homecenter ul, #homeright ul {list-style:none;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;}

#homeleft li, #homecenter li, #homeright li  {margin: 0px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;}

#homeleft li {background-image: url(../images/red_ul.gif);
	background-repeat: no-repeat;
    background-position: 5px 5px;}
	
#homecenter li {background-image: url(../images/green_ul.gif);
	background-repeat: no-repeat;
    background-position: 5px 5px;}
	
#homeright li {background-image: url(../images/blue_ul.gif);
	background-repeat: no-repeat;
    background-position: 5px 5px;}
	
#homeleft p, #homecenter p, #homeright p {margin: 0px;
	padding: 0px;}
