/* Home page styles */


/* REVISE EXISTING STYLES */

#header {								
	margin-bottom:0;
}
#Link01 {
	background:url(../images/homepage/tab01.gif);
}
#Link01 a:hover {
	background:url(../images/homepage/tab01_f2.gif);
}
#Link02 {
	background:url(../images/homepage/tab02.gif);
}
#Link02 a:hover {
	background:url(../images/homepage/tab02_f2.gif);
}
#Link03 {
	background:url(../images/homepage/tab03.gif);
}
#Link03 a:hover {
	background:url(../images/homepage/tab03_f2.gif);
}
#headerMain {
	background:url(../images/homepage/filler_01.gif);
}

/* NEW LAYOUT DIVS */

/* Top row of boxes ----------------------------------------------------------------------------------------------*/

#topcontainer {
	clear:both;
	width:760px;
}

/* benj- 19-1-7- Removed Height because it was messing up the bottom of the logon box when logon failed */
#topcontainer-old {
	clear:both;
	width:760px;
	height:185px;
}

#topbox00 {
	float:left;
	width:161px;
	padding:36px 5px 0 10px;
}
#topbox01 {
	float:left;
	width:180px;
	padding:0;
	margin:0 0 0 14px;
}
#topbox02 {
	float:left;
	width:180px;
	padding:0;
	margin:0 0 0 15px;
}
#topbox03 {
	float:left;
	width:180px;
	padding:0;
	margin:0 0 0 15px;
}

#loginbox {
	border:1px solid #e5dbcc;
	padding:3px;
	margin:0 0 6px 0;
}

/* benj- 19-1-7- Removed Height because it was chopping off the bottom of the logon box when logon failed */
#loginbox-old {
	border:1px solid #e5dbcc;
	padding:3px;
	height:100px;
	margin:0 0 6px 0;
}

#loginbox h3 {
	font-size:0.8em;
	margin:-3px -3px 0 -3px;
	padding:3px;
	background:#e5dbcc;
}

/* Form elements */
#topbox00 input.txt {
	width:70px;
	font-size:95%;
}
#topbox00 input.btn {
	width:50px;
	font-size:95%;
}
#topbox00 form p {
	clear:left;
	margin:0;
	padding:5px 0 0 0;
}
#topbox00 form p label {
	float:left;
	width:45%;
}


/* Middle row of boxes --------------------------------------------------------------------------------------------*/

/* 
Note: in order to keep the three boxes in this row the same height:
	- the height of the container is set in ems
	- each sub box is set to 100% height
	- just in case there are long links and the viewer sets text to large size, each sub box has overflow set to auto
*/

#middlecontainer {
	clear:both;
	width:770px;
	margin-bottom:5px;
	background:url(CL_homeboxes_bg.gif) bottom no-repeat;
}
/* benj- 19-1-7- Removed Height because it was chopping off the bottom of the search box when logon failed */
#middlecontainer-old {
	clear:both;
	width:770px;
	height:9em;
	margin-bottom:5px;
	background:url(CL_homeboxes_bg.gif) bottom no-repeat;
}

#middlebox00 {
	float:left;
	width:160px;
	padding:0 5px 0 10px;
	height:100%;
}
#middlebox01 {
	float:left;
	width:172px;
	padding:5px 0 0 8px;
	margin:0 0 0 15px;
	border-top:1px solid #3d5826;
	height:100%;
}
#middlebox02 {
	float:left;
	width:172px;
	padding:5px 0 0 8px;
	margin:0 0 0 15px;
	border-top:1px solid #cacc25;
	height:100%;
}
#middlebox03 {
	float:left;
	width:172px;
	padding:5px 0 0 8px;
	margin:0 0 0 15px;
	border-top:1px solid #3d5826;
	height:100%;
}

#middlecontainer ul {
	list-style: none;
	margin: 6px 3px 4px -10px; /* For IE, Opera, etc */
	padding: 0px 3px 4px 0px;  /* For Firefox, Mozilla etc */
	font-size: 0.8em;
}
* html #middlecontainer ul { /* Hack for IE6 - use a list style image instead of background for the bullet */
	list-style-image: url(bullet-dash-IE.gif);
	margin: 6px 3px 4px -6px;
	padding:0 3px 6px 0;
	font-size: 0.8em;
}
#middlecontainer li {
	margin: 0 0 3px 10px;
	padding: 0 0 0 10px;
	background: url(bullet-dash.gif) no-repeat;
	background-position-y:3px; /* Sets background (bullet) position in IE7 */
}
* html #middlecontainer li { /* Hack for IE6 - not going to use a background as the bullet, so remove it */
	margin: 0 0 3px 10px;
	padding: 0 0 0 10px;
	background:none;
}
#middlecontainer li a:link, #middlecontainer li a:visited, #middlecontainer li a:active {
	color: #658658;
	text-decoration: none; 
}
#middlecontainer li a:hover {
	color: #ff33ff;
	text-decoration: underline; 
}

#linksbox { /* Links above the search box */
height:94px;
padding:0;
margin:0;
border:1px solid white;
}

#searchbox {
	border:1px solid #e5dbcc;
	padding:3px;
	height:53px;
	margin:0;
}
#searchbox h3 {
	font-size:0.8em;
	margin:-3px -3px 0 -3px;
	padding:3px;
	background:#e5dbcc;
}

/* Form elements */
#searchbox input.txt {
	float:left;
	width:110px;
	font-size:80%;
}
#searchbox input.btn {
	float:left;
	width:30px;
	margin-left:5px;
	font-size:80%;
	text-align:center;
}
#searchbox form p {
	clear:left;
	margin:0;
	padding:5px 0 0 0;
}
#searchbox form p label {
	float:left;
	width:45%;
}

#loginbox input.txt {
	width:70px;
	font-size:95%;
}
#loginbox input.btn {
	width:50px;
	font-size:80%;
}
#loginbox form p {
	clear:left;
	margin:0;
	padding:5px 0 0 0;
}
#loginbox form p label {
	float:left;
	width:45%;
}

/* Bottom row of boxes -------------------------------------------------------------------------------------------*/
#bottomcontainer {
	clear:both;
	width:760px;
	margin-top:7px;
}
#bottombox00 {
	float:left;
	width:161px;
	padding:0 5px 0 10px;
}
#bottombox01 {
	float:left;
	width:180px;
	padding:0 0 0 0;
	margin:0 0 0 15px;
}
#bottombox02 {
	float:left;
	width:363px;
	padding:5px;
	margin:0 0 0 14px;
	border:1px solid #3d5826;
}

/* Other elements -------------------------------------------------------------------------------------------------*/

h1 {
	margin:0;
}