/*********the box that contains everything****************/
#main{
background-color: transparent;
width:750px;	
margin: 3px auto 5px auto;
text-align:center;
}

/***********************the box that contains the images for the header********************/
#header{
width: 756px;
height: 192px;
text-align: right;
background-image: url(images/header-new.jpg);
background-repeat: no-repeat;

}

/***********************the curved top part of the page************************/
#top{
background-image:url(images/top2.gif);
background-repeat:no-repeat;
background-position: bottom left;
width: 758px;
height: 63px;
padding:0;
margin-top: 3px;
margin-bottom: 1px;
padding:0;
}

/**************the box that contains body and sidebar-a*****************/
#content{
width:759px;
text-align:left;
clear:left;
background-color:#ffffff;
margin-top: -5px;
background-image: url(images/side.gif);
background-repeat: repeat-y;
background-position: top right;
min-height: 500px;
}

#homebackground {
background-image: url(images/faded-independent.jpg);
background-repeat: no-repeat;
min-height: 500px;
width: 100%;
background-position: center;
}

/* comment here \*/
	* html #homebackground{
	width: 100%;
	height: 375px;
	}
/* comment here */


	/***************main part where text goes on the page****************/
	#body {
	width: 550px;
	min-height: 500px;
	padding-left: 0px;
	margin-right: 230px;
	margin-left: 10px;
	color: #666666;
	background-color: transparent;
	}
	
	/* comment here \*/
	* html #body{
	width: 510px;
	}
	/* comment here */
	
	/******************right column of the page*********************/
	#home-sidebar {
	text-align: right;
	width: 150px;
	float: right;
	margin-right: 15px;
	}
	
	/*hack comment here \*/
	* html #home-sidebar {
	margin-right: 6px;
	}
	/*end hack comment here */
	
	#sidebar-a {
	text-align: left;
	float: right;
	width: 200px;
	margin-left: 0;
	margin-right: 15px;
	}
	
/*hack comment here \*/
	* html #sidebar-a {
	width: 180px;
	margin-right: 6px;
	}
/*end hack comment here */

	#topred {
	background-image:url(images/top-pink.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 9px;
	width: 200px;
	}
	
	#middlered {
	background-color: #752d38;
	width: 190px;
	padding: 5px;
	margin:0;
	color: #ffffff;
	font-style: italic;
	}
	
/* comment here \*/
	* html #middlered{
	width: 190px;
	padding: 4px;
	}
/* comment here */

	#bottomred {
	background-image:url(images/bottom-pink.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 9px;
	width: 200px;
	}
	
/****bottom image of the main part of the page******************/
#bottom{
background-image:url(images/bottom2.gif);
background-repeat:no-repeat;
background-position:bottom left;
width:759px;
height:22px;
}

/************************NAV CONTAINER********************************/
#container {
	float: left;
	width: 751px;
	text-align:left;
	margin: -33px auto 0 auto;
	background-color:#00436e;
}

#nav, #nav ul {
	width:700px;
	list-style: none;
	line-height: 1;
	background-color:#00436e;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 3px;
	border: 1px solid #00436e;
	margin:0 auto 0 50px;
}

#nav a, #nav a:visited{
	display: block;
	/*width: 10em;
	w\idth: 6em;*/
	color: #ffffff;
	text-decoration: none;
	padding: 0.25em .5em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li { 
	float: left;
	padding:0 .2em;
	/*width: 9em;*/
}

#nav li ul { 
	position: absolute;
	left: -999px;
	height: auto;
	width: 165px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0 0 0 -.2em;
	padding:0;
}

/* hack comment here \*/
	* html #nav li ul {
	width: 5px;
margin: 0;	
	}
/* end comment here */

/*width of hover on sub lists*/
#nav li li {
	font-weight: bolder;
	padding-right: .2em;
	/*width: 13em*/
	width: 97%;
}

#nav li ul a {
	width: 150px;
	/*width: 13em;
	w\idth: 9em;*/
}

#nav li ul a:hover{
color: #ffffff;	
background: #a7bdcb;
width: 146px;
}

/*hack comment here\*/
* html #nav li ul a:hover{
width: 150px;	
}
/*end comment*/

#nav li ul ul {
	margin: -1.6em 0 0 9.59em;
}

/*hack comment here \*/
* html #nav li ul ul {
	margin: -1.6em 0 0 12.5em;
}
/*end comment*/

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left:-999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#nav li:hover, #nav li.sfhover {
	color: #ffffff;
	background-color: #a7bdcb;
}
/********************************************END NAV CONTAINER************************************/

#footer{
font-size: 8pt;
text-align: left;
}
