@charset "utf-8";

/* CSS Document */

/* ------Color Guide ---
#FfFfCc: yelowish | used for blockquote/tables BG
#993300: burgandy | used for font headers etc
#999999: | greyish used for nav BG
----------*/

/* ------ We are using Selector Short Cuts Here ----- */

/* ----- TAG/Type Selectors -----*/

html, body {
	margin: 0;
	padding: 0;
}
body, td, th {
	font-size: 90%;
}


body {
	background-image: url(../images/camLensLite.png);
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	margin-top: 25px;
}

h1 {
	font-family:"Times New Roman", Times, serif, Georgia;
	color: #930;
	text-align: center;
}

blockquote {
	font-size: .9em;
	font-style: italic;
	background-color: #FFC;
	padding: 2px;
	border: 1px;
	border-color: #666666;
}

table {
	background:#FFFFCC;
	font-size: 75%;
}

/* ----- Div ID Selectors ----- */

#container {
	width: 780px;
	background: #FFFFFF;
	border: 2px solid #993300;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-color: #DDDDDD;
	background-image: url(../images/header.jpg);
	height: 150px;
}

#nav {
	padding: 10px;
	text-align: center;
	background-color: #999999;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#nav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}

#nav a {
	font-size: 90%;
	color: #993300;
	text-decoration: none;
}

#nav a:hover {
	color: #FF0000;
	font-size: 90%;
	text-decoration: none;
}

#vidBox {
	/*margin: 0px auto;*/
	margin-left: 50px;
	margin-right: 50px;
}

#sidebar {
	float: right;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFF;
	padding: 10px;
	color: #000;
}

#sidebar h3 {
	font-family: "Times New Roman", Times, serif;
}

#sidebar ul {
	text-indent: -20%;
}

#main {
	font-size: 90%;
	margin: 0;
	color: #666;
	padding: 0px 15px 10px 10px;
	width: 525px;
	float: left;
	text-align: left;
}

#main h1 {
	color: #993300;
}
/* --------- Form Styles Here ------ */
#frmWrap {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	font-size: 85%;
	padding: 10px;
	text-align: center;
	background-color: #6389DE;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}

#footer a {
	color: #993300;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* ----- Class Style Selectors ----- */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.greyWords {
	color: #666;
}

.italcWords {
	font-style: italic;
}

.boldWords {
	font-weight: bold;
}

.centerUS {
	text-align: left;
}

.RedText {
	color: #F00;
}

