body {
	font: normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #fff url(../images/header.gif) repeat-x 0 0;
	color: #454545;
}

	body.subpage {
		background: #819645 url(../images/header_subpage.gif) repeat-x 0 0;
	}
	
	body.subpage #header {
		height: 80px;
		background: none;
	}
	
	body.subpage #landscape {
	}


/*------------------ @globals ------------------*/
#site {
	position: relative;
}

#rbh {
	width: 100%;
	height: 100%;
	position: relative;
}

.container {
	width: 775px;
	margin: 0 auto;
}

a {
	color: #cb0438;
}

	a.blue {
		color: #19655b;
	}

	a:hover {
		text-decoration: underline;
	}
	
blockquote {
	background: #f9f9f9;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #efefef;
}

	blockquote p {
		padding: 0;
		color: #000;
		font-size: 14px;
		line-height: 21px;
	}
	
		blockquote strong {
			color: #19655b;
			font-size: 18px;
		}
	
hr {
	border: 0;
	height: 0;
	border: 1px solid #bbb;
	margin-top: 15px;
	margin-bottom: 30px;
}

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;
}

	h3 sup {
		bottom: .5ex;
	}

h2, h2 a {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 15px;
	font-weight: normal;
}

	h2 a { text-decoration: none;color: #fff; }

	.content h2 {
		line-height: 36px;
	}

h3,
h3 a {
	font-size: 18px;
	line-height:24px;
	color: #05554d;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 15px;
}

	h3 a { 
		text-decoration: none;
		padding-top: 0;
	}

	h3.nopad {
		padding-top: 0;
	}

p {
	padding-bottom: 10px;
}

ul {
	padding-bottom: 15px;
}

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

#splash {
	text-indent: -9999px;
	width: 510px;
	height: 101px;
	background: url(../images/splash.png) no-repeat 0 0;
	float: left;
	margin-left: 20px;
	margin-top: 70px;
}

	#splash h2,#splash p { display: none; }
	
.clearboth { clear:both; }
.centered { text-align:center; }


/*------------------ @header (h1, nav, signin, splash) ------------------*/
#rbh {
}

#header {
	height: 53px;
	/* background: url(../images/nav_shadow.png) no-repeat center 50px;*/
}

	#header h1 {
		float: left;
		position: relative;
	}

	#header h1,
	#header h1 a {
		width: 260px;
		height: 50px;
		display: block;
	}
	
	#header h1 a {
		background: url(../images/dinotruck.png) no-repeat 0 0;
		text-indent: -9999px;
	}
	
	/*-- nav --*/
	
	ul#nav {
		float: left;
		height: 36px;
		background: url(../images/nav_separator.png) no-repeat 0 0;
		padding-left: 2px;
		margin: 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;
			padding-right: 2px;
			height: 50px;
			position: relative;
		}
		
		ul#nav li a {
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
			color: #787878;
			padding: 19px 9px 19px 9px; /*19px 25px 19px 25px*/
			background: none;
			font-size: 8px;
		}
		
			ul#nav li.active a {
				color: #3c9b8d;
			}
			
		/*-- Dropdowns --*/
		ul#nav li .dropdown {
			display:none;
			position: absolute;
			z-index: 10050;
			width: 208px;
			top: 50px;
			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: 12px;
				line-height: 12px;
				padding: 5px 7px 6px 7px;
				color: #454545;
				background: url(../images/nav_dropdown_hover.gif) no-repeat left -23px;
				text-align:left;
			}
			
			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;
			}

/*------------------ @main ------------------*/
#main {
	background: #fff url(../images/main.gif) repeat 0 0;
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}


		
	#wrap {
		width: 100%;
		background: url(../images/subnav_shadow.gif) no-repeat 180px 0;
		min-height: 559px;
  		height:auto !important;
 		height:559px;
	}
		
	/*-- Content --*/
	.content {
		float: left;
		width: 720px;
		padding: 20px 20px 20px 20px;
		background: #fff url(../images/content.gif) repeat-x 0 1px;
		position: relative;
		min-height: 559px;
  		height:auto !important;
 		height:559px;
	}
	
	
/*------------------ @subnav ------------------*/
#subnav {
	width: 200px;
	float: left;
	overflow: hidden;
	padding-top: 15px;
}

	#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: 47px;
		}
		
			#subnav li.active a {
				color: #de2757;
			}
		
			#subnav li a {
				color: #454545;
				font-size: 14px;
				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: 12px;
				}
				
					#subnav ul ul li a:hover {
						text-decoration: underline;
					}
				
				#subnav li.active ul li a {
					color: #555;
					padding-top: 4px;
				}

