﻿/* General */

a:link, a:visited
{
	color: #ffffff;
}

body 
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: helvetica, sans-serif;
}

#header
{	
	background-image: url(Images/Header.png);
	background-repeat: no-repeat;
	position: relative;
	width: 990px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
}

#nav 
{
	background-image: url(Images/Background_Repeat.gif);	
	position: relative;
	width: 990px;
	height: 80px;
	float: left;
	margin-top: 200px;
}

#main 
{
	background-image: url(Images/Background.jpg);
	background-repeat: no-repeat;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer 
{
	background-color: #000000;
	width: 990px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

/* Home Page */

#content 
{
	width: 685px;
	float: left;
}

#topad 
{
	float: left;
	margin-left: 8px;
	width: 675px;
}

#maincontent 
{
	width: 496px;
	float: left;
	margin-top: 5px;
}

#videotemplate
{
	background-image: url(Images/VideoTemplate.png);	
	background-repeat: no-repeat;
	float: left;
	margin-left: 5px;
	width: 496px;
}

#video
{	
	background-image: url(Images/Video.png);	
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 488px;
	height: 376px;	
	margin: 5px 4px 5px 4px;
}

#textbackground1
{
	background-image: url(Images/textbackground1.png);	
	float: left;
	margin-left: 5px;
	width: 496px;
	height: 140px;
}

#text 
{
	float: left;
	margin-left: 15px;
	width: 475px;
}

#textbackground2
{	
	background-image: url(Images/textbackground2.png);
	float: left;
	width: 990px;
}

#text2
{
	float: left;
	margin-left: 25px;
	width: 655px;
}

#sidead2 
{
	padding-top: 5px;
	width: 300px;
	float: right;
}

#sidead 
{
	width: 180px;
	float: right;
	margin-top: 5px;
}

/* Additional Pages */

#altpages
{	
	background-image: url(Images/textbackground2.png);
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 990px;
}

#content2
{
	width: 715px;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
}

#secondarysidead 
{
	width: 250px;
	float: right;
}

/* formMail Page */

#formMail
{
	width: 715px;
	float: right;
	padding-top: 10px;
}

#addContact
{
	width: 250px;
	padding-left: 15px;
	padding-top: 25px;
	float: left;
}

#emailInformation
{	
	margin-top: 0px;
	float: left;
	width: 185px;
}

#emailTextBox
{	
	margin-top: 0px;
	margin-right: 110px;
	float: right;
	width: 325px;
}

#error
{	
	margin-left: 5px;
	float: left;
	width: 625px;
	height: 80px;
}

/* Update Page */

#updatepage
{
	width: 315px;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	/*padding-right: auto;
	float: right;
	padding-left: auto;*/
}

/* Classes */

img.floatLeft 
{ 
    float: left; 
    margin: 10px; 
}

.btnfloatleft
{
	float: left;
}

.btnfloatright
{
	float: right;
}

.text1
{
	font-family: helvetica, sans-serif;
	font-size: small;	
}

.text2heading
{
	font-family: helvetica, sans-serif;
	color: #ffffff;
}

.text2
{
	font-family: helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}

.text3
{
	font-family: helvetica, sans-serif;
	color: #ffffff;
}

.headernavmenu
{
	position: relative;
	padding: 0 0  0 5px;
	margin: 0 auto 4px auto;
	height: 80px;
	list-style: none;
}

.headernavmenu li
{
	float:left;
}

.headernavmenu li a
{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family:  helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding:0 0 0 35px; /*Padding to accomodate left tab image. Do not change*/
	height: 80px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;	
}

.headernavmenu li a b
{
	float: left;
	display: block;
	padding: 0 40px 0 5px; /*Padding of menu items*/
}

.headernavmenu li.current a, .headernavmenu li a:hover
{
	color: #fff;
	background: url(Images/LeftSide.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.headernavmenu li.current a b, .headernavmenu li a:hover b
{
	color: #fff;
	background: url(Images/RightSide.gif) no-repeat right top;
}

.CopyInfo
{
	padding-top: 60px;
}

.p3
{
	color: #ffffff;
}

.watermarked
{
	background-color: #ffffff;
	color: #000000;
	font-style: italic;
}

/*Fixing Float*/

#main:after, #footer:after, #header:after, #nav:after, #video:after, #content2:after, #secondarysidead:after
{ 
    content: ".";  
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden; 
}

#main, #footer, #header, #nav, #video, #content2, #secondarysidead
{
    display: inline-block;
}

* html #main, * html footer, * html header, * html nav, * html video, * html content2, * html secondarysidead
{
    height: 1%;
}

#main, #footer, #header, #nav, #video, #content2, #secondarysidead
{
    display: block;
}