@charset "UTF-8";
/* CSS Document */

body  {
	font-family: arial, san-serif;
	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 */
	width: 800px;
	margin:0 auto; 
	padding: 0px;
} 

#container{
	width: 800px;
	background-color:#FFF;
	text-align:center;/*this overrides the text-align: center on the body element. */
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border-left: solid, 1px, #000;
	border-right: solid, 1px, #000;
}

#header{
	background-image:url(images/header-background.jpg);
	background-repeat:repeat-x;
	text-align:left;
	width: 780px;
	height:66px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	/*margin: 0px 20px 0px 40px;*/
	white-space:nowrap;
}

#movie{
	background-image:url(images/homephoto1.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 350px;
	clear: both;
	padding: 0px;
	margin: 0px;
	/*margin: 0px 0px 0px 40px;*/
}

#links{
	background-image:url(images/green.jpg);
	background-repeat:repeat;
	text-align:center;
	vertical-align:top;
	width: 800px;
	height: 16px;
	clear:both;
	padding: 0px;
	margin: 0px;
	white-space:nowrap;
	/*margin: 0px 0px 0px 40px;
	padding: 4px 0px 0px 20px;*/
}

#sublinks1{
	position:absolute;
	top:440px;
	left: 28%;
	background-color:#FFF;
	height: 16px;
	float:left;
	clear:both;
	padding: 0px;
	margin: 0px;
	visibility: visible;
}

#column1{
	width: 45%;
	height: 100%;
	float:left;
	padding: 0px 0px 30px 20px;
	margin: 30px 0px 0px 0px;
}

#column2{
	width: 45%;
	height: 100%;
	float:left;
	clear:right;
	padding: 0px 0px 30px 30px;
	margin: 30px 0px 0px 0px;
}

#column3{
	width: 28%;
	height: 100%;
	float:left;
	clear:right;
	padding: 0px 0px 30px 30px;
	margin: 30px 0px 0px 0px;
}
	
.subhead {
	font-family: arial, san-serif;
	font-size: 13px;
	text-align: left;
    color: #630;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;}
	
p {
	font-family: arial, san-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
    color: #000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;}
	
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h2 { /*main navigation links*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h2 a:link {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h2 a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

h2 a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h3, h5 {								/*email & footer text*/
	font-family: arial, san-serif;
	font-weight:bold;
	color:#000;
	vertical-align: bottom;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h3 a:link {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3c0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h5 a:link {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h3 a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3C0;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

h5 a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

h5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;}

h3, h5 a:active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3c0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;}

/*main navigation*/
/*ul {
	background-image:url(images/green.jpg);
	background-repeat:repeat;
	color:#FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}

ul li {
	position: relative;
	}

li {color:#FFF;
	}
	
li ul {
	position: absolute;
	color:#FFF;
	left: 149px;
	top: 0;
	display: none;
	}*/

/*end main navigation*/
	
#footer{
	background-image:url(images/green.jpg);
	background-repeat:repeat;
	text-align:center;
	width: 800px;
	height: 16px;
	position: relative;
	bottom:10px;
	vertical-align: middle;
    padding: 0px;
	margin: 20px 0px 0px 0px;
	/*margin: 0px 0px 0px 40px;
	padding: 4px 0px 0px 20px;*/
	white-space:nowrap;
	clear:both;
	}
	
.clearfloat { /* 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 its child floats */
/*	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;*/
}
