@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	background: #660;
	margin: 0;
	/* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 12px;
	text-align: centre;
}

div {
	border: none;
	padding: 0;
	margin: 0;
}

/* ------------- font styles */

h1, h2, h3, h4, p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

h1 { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h1 {background:#a69311; 
	padding: 0px 3px 1px 3px

}

ul {
	
	padding-left: 6px;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;	
	font-size: 12px;
	list-style-type:square;
	margin-left: 5px;
	padding-left: 1px;
}
	
	
/* ------------- mainContainer */

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#660;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* ------------- masthead styles */

#mastHead {
	width: 780px;
	height: 171px;
	background: url(../images/nopimingMasthead.jpg) no-repeat;
}

#navigation {
	width: 780px;
	float: left;
	margin-top: 160px;
	background-color:#a69311;
}

#navigation li {
	display: inline;
}

#leftSideBar {
	width: 160px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 30px;
	margin-top: 10px;
	background-color:#660;
	
}
	
#mainContent {
	float: right;
	width: 560px;
	padding: 32px 0px 25px 10px;
	margin-top: 0px;
	background-color:#660;
	
}
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	
#videoContainer {
	width: 310px;
	height: 225px;
	margin-right: 22px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 1px;
	background-color: none;
	float: right;

}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color:#CCF;
	text-decoration: underline;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #e6ce00;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #c4a330;
	text-decoration: none;
}

a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

#leftSideBar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}

#leftSideBar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#leftSideBar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#leftSideBar a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00
	text-decoration: underline;
}

	
#footer {
 clear: both;
	background:#630;
	padding-bottom: 50px;
	
 }
 
#footerContent {
	width: 720px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 55px;
}

#footerNav {
 	text-align: left; /* this overrides the text-align: center on the body element. */
		padding-left: 140px;
		padding-top: 5px;
}

#footerNav p{
	font-size: 80%;
	

}
