body {
	text-align: center; /* required for centering the page in IE */
	margin: 0px;
	padding: 0px;
	background-image: url(../images/homebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height:20px;
	background-color: #555555;
}


#wrapper 
{
	position:static;
	width: 765px;
	margin: 0 auto; /* centering the page */
	text-align: left;
}


#container 
{
	background-image:url(../images/body.png);
	background-repeat: repeat-y;
}
	
#innerContainer 
{
	margin-right: 12px;
	margin-left: 12px;
	height:100%;
}

#FlashHeadpiece 
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-top-width: 2px;
	border-bottom-color: #333333;
	border-bottom-width: 2px;
	height: 390px;
	background: #000000;
}

#video
{
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.videoname
{
	padding-left: 10px;
}

.videodesc
{
	padding-left: 10px;
}

#Menu{
	position:static;
	background: #232323;
	width: 740px;
	height:28px;
}



/********************************************* HEADER ********************************************************/
#header 
{
	position:static;
	height: 118px;
	background-image:url(../images/head.png);
	padding-left: 20px;
}


#headerimage
{
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 13px;
}

a img { border: none; }


#headertitle1
{
	color: #a4260b;
	font-family: Verdana;
	font-size:18px;
	font-weight: bold; 
}

#headertitle2
{
	color: #a6a6a6;
	font-family: Verdana;
	font-size:18px;
	font-weight: bold; 
}


/********************************************* LEFT NAVIGATION BAR ********************************************************/
#left
{
	float: left;
	width: 115px;
}


ul#left{
	position:static;
	font-size: 12px;
}

ul#left li{
	list-style-type:none;
	float:left;
	font-size: 14px;
	text-align: left;
	display: inline;
	vertical-align: left;
	margin-bottom: 7px;
}

ul#left a
{
	float:left;
	font-size:14px;
}


ul#left a:hover 
{
	color: #c00000;
}

.htn {
	background:#555555;
	color:#FFFFFF;
	font-size:11px;
	font-family:Tahoma;
	border:#FFFFFF;
	padding:2px;
	width:auto;
}

#clientlogin
{
	padding-top: 200px;

}

a:link ,  a:visited{
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
}

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



a.leftmenulink {
	font-family:Tahoma,Arial;
	text-decoration:none;
	font-size:12px;
	color:#cccccc;
}

a.leftmenulink:hover {
	text-decoration:underline;
}



/********************************************* CONTENT ********************************************************/
#content 
{
	width: 585px;
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
	
#content p {
	line-height:20px;
	font: 12px;
}

#content ul{
	list-style-type: none;
	float:left;
}

#content li{
	line-height:20px;
	font-size: 12px;
	padding-left:14px;
	background-image: url(../images/bluearrowbullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#clear {
	height: 0px;
	clear:both;	
}

.contentheader
{
	background: #000000;
	font-family: Arial, sans-serif;;
	font-size: 12px;
	color: #FFFFFF;
	width: 580px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.logout {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:14px;
	padding-top: 30px;
}


.form_table {
	margin-top: 10px;
	border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;
	width: 100%;
}

.form_header {
	font-weight:bold;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#CCCCCC;
	margin:0px;
}


.message{
	padding-left:250px;
	display:block;
	font-weight:bold;
	color:#FF0000;
	width:100%;
}

/********************************************* TOP NAVIGATION BAR ********************************************************/
		
#nav 
{
	float: right;
}


ul#nav
{
	position:static;
}

ul#nav li
{
	list-style-type:none;
	float:left;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 1px;
	font-size: 13px;
	text-align: left;
	display: inline;
	vertical-align: middle;
	background-color:#353434;
}



ul#nav a
{
	float:left;
	height: 26px;
	line-height: 26px;
	text-decoration:none;	
	color: #FFF;
	padding-left:15px;
	padding-right:15px;
	font-family: Arial, sans-serif;
	font-size:13px;
}


ul#nav a:hover 
{
	color: #fff;
	background-color: #c00000;
}
	


ul#nav li.activelink a,ul#nav li.activelink a:hover
{
	color: #fff;
	background-image: url(../images/buttonhover.png);	
	background-color: #3399CC;
}

#nav a:link#active_menu-nav, #nav a:visited#active_menu-nav
{
	color: #fff;
	background-image: url(../images/buttonhover.png);	
	background-color: #3399CC;
}


/********************************************* DROPDOWN MENU ********************************************************/
#dropmenudiv
{
	position:absolute;
	color: #FFFFFF;
	z-index:100;
}

#dropmenudiv a
{
	display: block;
	border-top: 1px solid #232323;
	text-decoration: none;
	text-align:left;
	text-indent: 12px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
}

#dropmenudiv a:hover
{ /*hover background color*/
	background-color: #8e0707;
	color: #FFFFFF;
}





/********************************************* FOOTER ********************************************************/

#footer 
{
	height: 40px;
	width: 765px;
	clear:both;
	background-image:url(../images/footer.png);
}
	
#footerleft 
{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

#footerright
{
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}
	
#footerright a:link ,  #footerright a:visited{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#footerright a:hover {
	text-decoration: none;
	color: #fb0808;
}	



/********************************************* GALLERY ********************************************************/
.imagetable
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.imagetd
{
	padding-left: 8px;
	padding-right: 8px;
	text-align:center;
	font-size:8px;
}


p, ul, li 
{
	margin: 0px;
	padding: 0px;
	font: 10px Arial,sans-serif;
}



















h1 {
	font-family: Arial, sans-serif;;
	font-size: 16px;
	color: #FFFFFF;
}






























	






	








	
		

	
	


input, select 
{
	font: 10px "Lucida Grande",	 Arial,sans-serif;
}


select, .inputbox 
{
	padding: 2px;
}


textarea 
{
	padding-left: 2px;
}


.button 
{
	border: 1px solid #2F2F2F;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: url(../images/button-bg.gif) repeat-x top #333;
	color: #FFFFFF;
}

.button:hover  
{
	background: url(../images/button-bg.gif) repeat-x top #66B5FF;
	color: #fff;
}

.button:active, .button:focus 
{
	border: 1px solid #222222;
}


.inputbox 
{
	border: 1px solid #3F3F3F;
	background: #2F2F2F;
	color: #FFFFFF;
}
	

.inputbox:hover, .inputbox:focus
{
	border: 1px solid #606060;
}
