/* Menu that appears on the lefthand column of every page */

#nav {
	overflow: hidden;
	width: 195px;
	float: left;
	line-height: 1em;
	border-left: 25px solid #CDCDC7;
	padding-top: 6px;
	}
	
#nav ul {
	width: 195px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav a:visited {
	text-decoration: none;
	}

#nav li {
	color: #555;
	}

#nav li a {
	text-decoration: none;
	display: block;
	padding: 7px 8px 5px 14px;
	text-decoration: none;
	color: #555;
	}
	
#nav li.highlight {
	color: #0054A6;
	text-decoration: none;
	background-color: #cccccc;
	border-right: 5px solid #666;
	}
	
#nav li.highlight a:hover{
	text-decoration: none;
	background-color: #ccc;
	border-right: none;
}
	
#nav li a:hover {
	text-decoration: none;
	background-color: #ccc;
	border-right: 5px solid #666;
	}

#nav .nested {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	}
	
#nav .nestedsub {
	margin-left: 16px;
	}

#nav .nestedsub a {
	color: #3a76b1;
	}
	
#nav .nestedsub a:hover {
	color: #0054a6;
	}

#nav .nestedsub li.nestsubover {
	font-weight: bold;
	color: #3a76b1;
	padding: 4px 8px 2px 32px;
	}

#nav ul li ul {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	}

#nav ul li ul li a {
	background-color: transparent;
	text-decoration: none;
	display: block;
	padding: 4px 8px 2px 32px;
	text-decoration: none;
	color: #0054a6;
	}

#nav ul li ul li a:hover {
	color: #b5111b;
	background-color: transparent;
	background-image: none;
	}

#nav ul li ul li.subover {
	color: #b5111b;
	background-color: transparent;
	background-image: none;
	margin-left: 32px;
	padding: 4px 6px 2px 0px;
	list-style-image: url(../images/bullet_red.gif); 
	}

#nav ul li ul li.subover a {
	color: #b5111b;
	background-color: transparent;
	background-image: none;	
	padding: 0px 6px 0px 0px;
	list-style-image: url(../images/bullet_red.gif);
	}
	
#nav ul li ul li.subover a:hover {
	border: none;
	}

#nav li.rule {
	padding: 0em;
	height: 0em;
	line-height: 0em;
	margin-left: 14px;
	width: 145px;
	border-top: 1px dotted #777;
	}
	
#nav  a.external {
	background-image: url(../images/external.gif);
    background-repeat: no-repeat;
    background-position: 89% 50%;
	}
	
#nav a.external:hover {
	background-image: url(../images/external-leftnav-hover.gif);
	background-repeat: no-repeat;
    background-position: 95% 50%;
	}

/* Menu that appears in the righthand column of every page */
#auxliary {
	padding-top: 6px;
	background-color: #ccc;
	width: 195px;
	float: right;
	line-height: 1em;
	overflow: hidden;
	}

#auxliary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#auxliary a:visited {
	text-decoration: none;
	}

#auxliary li {
	color: #555;
	}

#auxliary li a {
	text-decoration: none;
	display: block;
	padding: 7px 8px 5px 22px;
	text-decoration: none;
	color: #555;
	}

#auxliary li a:hover {
	background-color: #ddd;
	text-decoration: none;
	}

#auxliary li.rule {
	margin-left: 16px;
	width: 140px;
	border-top: 1px dotted #777;
	}
	
#auxliary a.external {
	background-image: url(../images/external.gif);
    background-repeat: no-repeat;
    background-position: 4px 50%;
	}
	
#auxliary a.external:hover {
	background-image: url(../images/external-leftnav-hover.gif);
    background-repeat: no-repeat;
    background-position: 7px 50%;
	}
	
#container {
	background-image: url(../images/main_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	overflow: hidden;
}

#content {
	width: 565px;
	height: 100%;
	float: left;
}

#content p{
	float: left;
}

#content ul{
	margin: 12px;
}

#sidebar{
	width: 250px;
	float: left;
	margin-top: 185px;
	padding-top: 5px;
	/*** Equal-height Columns from Alist Apart ***/
	padding-bottom: 1000em;
	margin-bottom: -1001em;
	overflow: hidden;
	background: #DEDEDE url(../images/sidebarHeader.jpg) no-repeat;
}
