/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	margin:0px;
	padding:0px;
}
body {
	background:url(../images/body-bkg-repeat.gif) top left repeat-x #FFF;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align:left; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	padding-bottom:10px;
	line-height:1.7em;
	padding-bottom:15px;
}
h1 {
	font-size:24px;
	padding-bottom:10px;
	font-weight:400;
	color:#061a20;
	letter-spacing:-1px;
}
h2 {
	font-size:18px;
	font-weight:300;
	padding-bottom:10px;
	padding-top:10px;
	color:#061a20;
	font-family:Tahoma, Geneva, sans-serif;
}
address {
	text-align:left;
	font-style:normal;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width:1000px;
	margin:auto;
}
div#header {
	width:1000px;
	height:450px;
	position:relative;
	background:url(../images/film-strip.jpg) bottom left no-repeat;
}
div#logo {
	margin:0px 0px 18px 0px;
	width:291px;
	position:absolute;
	top:45px;
	left:40px;
}
div#phone {
	margin:0px 0px 0px 0px;
	width:231px;
	position:absolute;
	top:45px;
	right:15px;
}
/* ----------------- TOP NAV ----------------- */
div#topnav {
	position:absolute;
	width:534px;
	left: 448px;
	top: 104px;
}
div#topnav ul {
}
div#topnav ul li {
	display:inline;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
div#topnav ul li a {
	text-decoration:none;
	color:#727272;
	padding:5px 18px 5px 18px;
	display:block;
	float:left;
	text-align:center;
	text-transform:lowercase;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
div#topnav ul li a:hover {
	color:#232323;
	text-decoration:underline;
}
div#topnav ul li a.current {
	color:#232323;
	text-decoration:underline;
}
/* ----------------- CONTENT CONTAINER ----------------- */
div#container {
	clear:both;
	width:1000px;
}
div#content {
	width:890px;
	padding:15px 60px 25px 50px;
}
div#contain-content{
	width:550px;
}
div#content ul {
	margin-left:35px;
	line-height:1.8em;
	font-size:13px;
	font-weight:bold;
	color:#3b8bb8;
	margin-bottom:10px;
}
div#content ul li {
	list-style-image:url(../images/bullet.gif);
}
/* ----------------- FOOTER ----------------- */
div#footer {
	clear:both;
	width:1000px;
	background:url(../images/footer-border-top.gif) top center no-repeat;
}
/* ----------------- BOTTOM NAV ----------------- */
div#bottomnav {
	font-size:10px;
	color:#333;
	padding:30px 0px 0px 0px;
	text-align:center;
}
div#bottomnav a {
	font-size:10px;
	color:#666;
	padding:0px 25px;
	text-decoration:none;
}
div#bottomnav a:hover {
	color:#333;
}
/* ----------------- COPYRIGHT ----------------- */
div#copyright {
	width:1000px;
	margin:0px auto;
	clear:both;
	text-align:center;
	padding:20px 0px;
}
/* GENERAL RULES */
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
/* CONTENT IMAGE */

div#content img.main-img {
	margin:0px 15px 15px 25px;
}
/* VIDEO SLIDER - ON HOME PAGE */

div#video-slider {
	text-align:center;
	width:720px;
	clear: both;
	margin:0 auto;
	margin-top:40px;
}
div#video-slider ul {
	margin-left:0px;
}
/* VIEW ALL VIDEOS PAGE */
div#view-all-videos ul { margin-left:0px;}
/* ----------------- CONTACT FORM ----------------- */
#contentForm {
	display: block;
	width: 500px;
	margin: 10px 30px 0px 10px;/*this line will center the page*/
	padding: 0px 25px 25px 25px;
	background-color: white;
}
/* and now the form formatting itself */
label {
	display: block;
	float: left;
	clear: left;
	Width: 150px;
	line-height: 20px;
	margin-bottom: 10px;
	margin: 5px 0;
}
input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	margin: 5px 0;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}
input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(../images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
	margin-left: 150px;
}
span.required {
	font-size: 13px !important;
	color: red !important;
}
.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.msgSent {
	font-size: 20px;
	text-align: center;
}
.reset{
	margin:0px;
	padding:0px;
	font-size:25px;
}
