/* GLOBAL STYLES */
body {
	margin: 0px;
	background: url("/siteflow/images/background.gif") top center repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

img {
	border: none;
}

.right {
	float: right;
}

p {
	line-height: 1.8;
}

.justify {
	text-align: justify;
}

p.times_roman {
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.4;
}

p.paragraph1 {
	margin-top: 0px;
}

a:link, a:visited {
	color: #666666;
}

a:hover {
	color: #FF99CC;
}

.title {
	font-size: 13px;
	font-weight: bold;
}

hr {
	border: none;
	color: #888888;
	background-color: #888888;
	height: 1px;
	width: 100%;
}

.both {
	clear: both;
}


/* FORM STYLES */

input[type="text"], textarea {
	border: 1px solid #666666;
	font-family: Verdana, sans-serif;
	color: #000000;
	padding: 3px;
	font-size: 11px;
}

input[type="text"]:focus, textarea:focus {
	background-color: #EEEEEE;
}

input[type="submit"] {
	border: 1px solid #666666;
	font-family: Verdana, sans-serif;
	color: #000000;
	padding: 3px;
	font-size: 11px;
	background-color: #EEEEEE;
	font-weight: bold;
}

input[type="submit"]:focus {
	background-color: #CCCCCC;
}



/* DIV STYLES */

div#header_container {
	position: relative;
	margin: 0px auto;
	top: 0px;
	width: 792px;
	height: 200px;
	background: url("/siteflow/images/header_background2.gif") right top no-repeat;
	background-color: #000000;
}

div#menubar {
	position: relative;
	margin: 0px auto;
	top: 0px;
	width: 792px;
	height: 30px;
}

div#menu {
	position: relative;
	width: 792px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	color: #000000;
	font-size: 19px;
	padding-top: 14px;
	font-weight: bold;
}

div#menu a:link, div#menu a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div#menu a:hover {
	color: #FF99CC;
}

div#menu a.section:link, div#menu a.section:visited {
	color: #FF99CC;
}

div#body_content {
	position: relative;
	margin: 0px auto;
	top: 0px;
	padding-top: 35px;
	width: 792px;
}

/* DEFUNCT VIDEO GALLERY STYLES
div.video_item {
	width: 330px;
}

div.video_item img {
	float: left;
	margin-bottom: 18px;
	border: none;
}

div.video_item div {
	position: relative;
	top: 10px;
	margin-left: 141px;
	width: 190px;
}
*/

td.video_thumbnail {
	width: 141px;
	padding-bottom: 20px;
}

div.video_link {
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
	color: #666666;
}

td.video_desc {
	width: 189px;
	padding-top: 10px;
}

div.video_link a:link, div.video_link a:visited {
	color: #FF99CC;
	text-decoration: none;
}

div.video_link a:hover {
	color: #666666;
}

div#copyright {
	position: relative;
	height: 100px;
	width: 750px;
	top: 50px;
	margin: 0px auto;
	padding-top: 20px;
	border-top: 1px solid #888888;
	color: #666666;
	text-align: center;
	font-size: 12px;
}

div#coming_soon_title {
	position: relative;
	height: 50px;
	padding-top: 50px;
	text-align: center;

}
	


