@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

html, body {
    height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg) top center repeat-x #dfe5ff;
}

#wrapper {
	margin:0 auto;
	padding:0;
    position: relative;
	width:975px;
    min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}

#header {
	width:975px;
	height:246px;
	background: url(../images/background.jpg) top left repeat-x;
}

#header h2 {
	float:left;
}

#header h2 a {
	display:block;
	width:280px;
	height:209px;
	text-indent:-9999px;
	background: url(../images/header-bg.jpg) top left no-repeat;
}


	#header h1 {
		float:right;
		width:460px;
		height:70px;
		margin-top: 40px;
		background: url(../images/captivating-rock.gif) top left no-repeat;
	}

		#header h1 a {
			display:block;
			width:460px;
			height:70px;
			text-indent:-9999px;
		}

ul#nav {
	list-style:none;
	position:absolute;
	top:178px;
	right:0;
	/*float:right;
	margin-top: 68px;
	clear:both;*/
}

	ul#nav li {
		/*float the main list items*/
		float: left;
		display: block;
	}
	
		ul#nav li a {
		  /*for all links in the list*/
			display: block;
			height: 31px;
			width: 94px;
			color: #fff;
			background: url(../images/navbutton-small.gif) top left no-repeat;
			text-align:center;
			line-height:28px;
			font-size:13px;
			font-weight: normal;
			text-decoration:none;
			text-transform:uppercase;
		}
	
			ul#nav li a:hover {
				background: url(../images/navbutton-small.gif) 0 -31px no-repeat;
			}
			
			ul#nav li a.large {
				width:130px;
				background: url(../images/navbutton.gif) top left no-repeat;
			}
	
				ul#nav li a.large:hover {
					background: url(../images/navbutton.gif) 0 -31px no-repeat;
				}
	
			ul#nav li.section a, ul#nav li.section a:hover, ul#nav li.current a, ul#nav li.current a:hover {
				background: url(../images/navbutton-small.gif) 0 -62px no-repeat;
			}

			ul#nav li.section a.large, ul#nav li.section a.large:hover {
				background: url(../images/navbutton.gif) 0 -62px no-repeat;
			}
	
		ul#nav li ul {
			display: none;
			list-style:none;
		}

			ul#nav li.section ul {
				display:block;
				position: absolute;
				top: 31px;
				right:0;
			}
			
				ul#nav li.section ul li {
					float:left;
				}
		
					ul#nav li.section ul li a {
						margin-right:3px;
						width:110px;
						height:37px;
						line-height:37px;
						background: url(../images/subnavbutton.png) top left repeat-x;
					}

						ul#nav li.section ul li a:hover {
							background: url(../images/subnavbutton.png) 0 -37px no-repeat;
						}
						
						ul#nav li.section ul li.current a, ul#nav li.section ul li.current a:hover {
							background: url(../images/subnavbutton.png) 0 -74px no-repeat;
						}
					
.clear-float {
	display: block;
	height: 0px;
	width: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0 0 85px 0;
	clear: both;
	}

#footer {
	position:absolute;
	bottom:0;
	height:55px;
	width:100%;
	text-align: center;
}

	#footer ul {
		list-style:none;
		margin-bottom:10px;
	}
	
		#footer ul li {
			display:inline;
		}
	
		#footer ul li a {
			color:#193642;
			font-size:10px;
			text-transform:uppercase;
			text-decoration:none;
			border-right: 1px solid #193642;
			padding: 0 10px;
		}
	
			#footer ul li a.right {
				border-right:none;
			}
			
			#footer ul li a:hover, #footer ul li a.active {
				text-decoration:underline;
			}
	
	#footer p {
		color:#193642;
		font-size:10px;
	}
	
		#footer p a{
			color:#193642;
			font-size:10px;
			text-decoration:none;
		}
	
			#footer p a:hover {
				text-decoration:underline;
			}

