body {
	color: #454545;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

	body.subpage {

	}
	
	body.subpage #header {
		height: 80px;
		background: none;
	}
	
	body.subpage #landscape {
	}

	

ol {
	margin-bottom: 15px;
}
	
p {
	padding-bottom: 15px;
}

p a,
ul.redlinks li a {
	padding:0;
	background:none;
	color:#cb0438;
	text-decoration: underline;
}

	p a:hover,
	ul.redlinks li a:hover {
		color: #19655b;
	}
	
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

p {
	padding-bottom: 10px;
}

ul {
	padding-bottom: 15px;
}

	ul li {
		background: url(../images/bullet.gif) no-repeat 0 6px;
		padding-left: 12px;
	}
	
		ul li a {
			color: #454545;
		}
		
		ul li a:hover {
			color: #cb0438;
		}
		
		ul ul {
			padding-bottom: 0;
		}

	
	ul#nav {
	height: 25px;
	padding-left: 2px;
	margin: 0;
	font-family: "Trebuchet MS", Verdana;
	background-image: url(../images/nav_separator.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	}
	
		ul#nav li,
		ul#nav li a {
			display: block;
			float: left;
			line-height: 12px;
		}
		
		ul#nav li {
			background: url(../images/nav_separator.png) no-repeat right 0;
			padding-left: 0;
			
			height: 35px;
			position: relative;
		}
		
		ul#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #383231;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 11px;
	background-image: url(../images/bg1.png);
	background-repeat: repeat;
	z-index: 1;
		}
		
			ul#nav li.active a {
				color: #3c9b8d;
			}
			
		/*-- Dropdowns --*/
		ul#nav li .dropdown {
	display:none;
	position: absolute;
	z-index: 10050;
	width: 208px;
	top: 35px;
	left: -4px;
	overflow: hidden;
	clear: left;
	background: url(../images/nav_dropdown_grad.png) no-repeat 2px 0;
	padding-top: 1px;
		}
		
		ul#nav li ul {
			width: 100%;
			background: url(../images/nav_dropdown_li.png) repeat-y 0 0;
			overflow: hidden;
			margin: 0;
			padding: 0;
		}
		
		ul#nav li:hover .dropdown,
		ul#nav li.over .dropdown {
			display: block;
		}
		
		/* FIX: add styling? */
		ul#nav li:hover a,
		ul#nav li.over a {
			color: #353535;
		}
		
		ul#nav li:hover ul li a,
		ul#nav li.over ul li a {
			color: #454545;
		}
		
		/* get a clean slate for the dropdowns */
		ul#nav li ul li,
		ul#nav li ul li a {
			float:none;
			height: 1%;
			background: none;
			margin: 0;
			padding: 0;
			text-transform: none;
			font-weight: normal;
		}
		
		ul#nav li ul li {
			padding: 4px 0 6px 8px;
			margin: 0 5px 0 4px;
			background: url(../images/nav_dropdown_sep.gif) repeat-x 0 bottom;
		}
		
			ul#nav li ul li.last { 
				background: none;
				padding-bottom: 4px;
			}
		
			ul#nav li ul li a {
	font-size: 11px;
	line-height: 12px;
	color: #454545;
	background: url(../images/nav_dropdown_hover.gif) no-repeat left -44px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
			}
			
			ul#nav li ul li a:hover {
				background-position: left center;
				color: #fff;
			}
			
			ul#nav li .dropdown .bottom {
				background: url(../images/nav_dropdown_bottom.png) no-repeat left top;
				height: 11px;
				line-height:1px;
			}

	
/*------------------ @subnav ------------------*/
#subnav {
	width: 220px;
	float: left;
	overflow: hidden;
	padding-top: 3px;
}

	#subnav ul {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
	}
	
		#subnav li,
		#subnav li a {
			display: block;
			height: 1%;
		}
	
		#subnav li {
			background: none;
			padding: 0 0 0 18px;
		}
		
		#subnav li.active {
			background: url(../images/subnav_active.png) no-repeat 0 0;
			height: 35px;
		}
		
			#subnav li.active a {
				color: #de2757;
			}
		
			#subnav li a {
				color: #454545;
				font-size: 11px;
				line-height: 14px;
				text-decoration: none;
				padding-top: 13px;
				padding-bottom: 20px;
			}
			
				#subnav li a:hover { color: #66a59a; }
				
			#subnav ul ul {
				display: none;
				float: left;
				clear: left;
				padding: 0;
			}
			
				#subnav li.active ul {
					padding-top: 20px;
				}
			
			#subnav ul ul li {
				background: url(../images/bullet.gif) no-repeat 0 6px;
				padding-left: 20px;
				padding-bottom: 5px;
			}
			
				#subnav ul ul li a {
					color: #555;
					padding: 0;
					font-size: 11px;
				}
				
					#subnav ul ul li a:hover {
						text-decoration: underline;
					}
				
				#subnav li.active ul li a {
					color: #555;
					padding-top: 0px;
				}

