
/* BODY ELEMENTS */

body  {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(../images/background-gradient.jpg);
	background-repeat: repeat-x;
	background-color: #DFDFE0;
	margin: 0; /* it's good practice to 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 */
	color: #000000;
	border: 0;
}

table {
	padding-left: 5px;
	<!--margin-left: 5px;--> /* IE Work Around*/
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #111111;
}

object {
	display: block;
	margin: 20px 0px;
	padding: 0px;
}




/* DIV ID's */

#container { 
	width: 966px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}

#main-content {
	width: 758px;
	float: left;
	padding-left: 9px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #main-content div's text to fill the #sidebar space when the content in #sidebar ends. */
}

#side-navigation {
	width: 180px;
	float: left;
}

#header1 {
	padding: 10px 0px 0px 0px;
	<!--margin-bottom: 5px;-->
} 

#header2 { 
	height: 90px;
	width: 800px;
	float: left;
	padding: 0px 0px 5px 9px;
} 
	
#sidebar {
	padding: 40px 0px 0px 0px;
	float: right; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar img {
	padding: 0px 0px 5px 0px;
}





/* CLASSES */

.page-title {
	border-bottom: solid 1px #000000;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

.page-title p {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.clear-float { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.related-videos-title {
	border-bottom: solid 1px #000000;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	width: 620px
}

.related-videos-title p {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.related-videos { /* Formats the left section of the blog div */
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

.related-videos p {
	font-size: 14px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

.related-videos img {
	float: left;
	width: 200px;
	height: 150px;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}

.related-videos a {
	text-decoration: underline;
}

.line-height {
	line-height: 20px;
}



/* SIDE NAVIGATION STYLES */

ul {
	padding: 0;
  	margin: 0;
  	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

li {
  	float: left;
  	position: relative;
  	width: 10em;
	clear: left
}

li table {
	background-color: #FFFFFF;
}

li ul {
  	display: none;
  	position: relative; 
  	top: 1em;
	left: 0;
}

li > ul {
	top: auto;
	left: auto;
}

/*li:hover ul { display: block; }*/
li:hover ul, li.over ul{ 
	display: block;
}

.nav1 {
	height: 730px;
}

.nav2 {
	height: 500px;
}

.nav3 {
	height: 450px;
}
