/*------------------------*/
/* Global Element Styles */
html {border: none;}

body {
	margin: 0;
	font-family: "Verdana";
	font-size: 11px;
	line-height: 18px;
}

img {border: 0; line-height:0; font-size:0;}

h1, h2, h3, h4, h5 {margin: 0; padding: 0;}


p {margin: 0 0 15px 0;}

br.clearBoth {clear: both;line-height: 0;font-size: 0;}

/*-------------*/
/* Navigation */

#nav{}

#subNav{}

/*------------------*/
/* Main Containers */

#siteContainer {}
#logoContainer {
	width: 664px;
	height: 600px;
	margin: auto;
	background: url(graphics/bg_logo.jpg) no-repeat center;
	}
	#logoContainer .pad{
		padding: 26px 0 0 62px;
	}
/*--------------------*/
/* Header and Footer */

#header {
	background: #bf3600 url(logo_kylepickering.gif) no-repeat bottom right !important;
	height: 100px;
	border-bottom: #8e3310;
	padding: 0 0 0 20px;
}

#footer {
	padding: 40px 20px;
	font-size: 10px;
}


h1 {
	font-size: 23px;
	color: #fff;
	line-height: 23px;
	margin-bottom: 5px;
	padding-top: 33px;
}

h4 {
	font-size: 13px;
	color: #ddd;
	font-weight: normal;
}

/*-------------------------*/
/* Page Specific Elements */

#cont {
	width: 700px;
	margin: 0 auto;
}

#buttonContainer{
	width: 600px;
	height: 41px;
	clear: both;
	border: 1px solid red;
}

#bBack{
	display: block;
	margin-top: -70px;
	height: 41px;
	width: 62px;
	text-indent: -99999px;
	background: url(graphics/b_back.jpg) no-repeat;
	float: left;
	outline: none;
	}
	#bBack:hover{
		background-position: 0 -41px;
	}
	
#bForward{
	display: block;
	margin-top: -70px;
	height: 41px;
	width: 62px;
	float: right;
	text-indent: -99999px;
	background: url(graphics/b_forward.jpg) no-repeat;
	outline: none;
	}
	#bForward:hover{
		background-position: 0 -41px;
	}
#logoTitle{
	text-align: center;
	width: 600px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
}
#logo{
	width: 539px;
	height: 541px;
}
/*----------------*/
/* Shared Styles */

#colLeft{}

#colRight{}

#content {
	padding: 20px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	ul li {
		font-weight: bold;
		}
		ul li ul {
			margin: 10px 0 0 30px;
			list-style: square;
			
		}
		ul li ul li {
			font-weight: normal;
			padding: 0;
		}