/* CSS Document */

body {
	background-color:#CCCCCC; background-image:url(../images/bg.gif); background-repeat:repeat-x; margin-top:0px; margin-left:2px; margin-right:2px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	}

a { color:#CCCCCC; font-weight:bold }

a:hover { color:#FFFFFF }

h1 { font-size:11px; color:#a5a6a9; text-transform:uppercase }

h3 {  font-size:14px; }

#header {
	
	width: 990px;
	height:122px;
	
	background-color:#FFFFFF;
	background:url(../images/bg3.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;

}

#header a {
	color:white;
	text-decoration:none;
	text-align:center;
}

#header a:link {
	display:block;
}

#header a:visited {
	display:block;
}

#header a:hover {
	font-size:100%;
}

#header a: active {
}

.button_Selected {
	background:url(../images/menu-selected.gif); background-repeat:repeat-x; background-position:bottom;
}

#container {
	
	width: 990px;
	height:426px;
	
	background-color:#FFFFFF;
	background:url(../images/bg2.gif);
	background-repeat:repeat-y;
	
	margin-left:auto;
	margin-right:auto;

}
#container.resizable {
	height:auto;
}
#container.resizable h1 {
	margin-top: 0;
}
#bottombg {
	
	width: 990px;
	height:26px;

	background-color:#CCCCCC;
	background:url(../images/bg_bottom.gif);
	background-repeat:none;
	
	margin-left:auto;
	margin-right:auto;

}

#bottombgHOME {
	
	width: 990px;
	height:26px;

	background-color:#CCCCCC;
	background:url(../images/bg_bottom_HOME_pix.gif);
	background-repeat:none;
	
	margin-left:auto;
	margin-right:auto;

}


#main_content {
	background:#b6000c;
	position:absolute;
	margin-left:10px;
	height:320px;
	width: 970px;
	border:0px;
	color:#FFFFFF;
	font-size:12px;
}

#main_content h1{ color: white; font-size: 180%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
#main_content  h2{ color: white; font-size: 120%; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
#main_content p{ color: white; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 1.4em; margin-top:-0.5em }
* html #main_content p{ margin-top:none }

#main_content.resizable {
	position:static;
	height:auto;
}


#white_bar {
	position:absolute;
	top:445px;
	margin-left:15px;
	height:105px;
	width:970px;
	border:0px;
}

#white_bar a {
	font-size:12px;
	line-height:1.5em;
	color:#666666;
	text-decoration:none;
}

#white_bar a:hover {
	color:#cccccc;
}

#white_bar.resizable {
	position:static;
	margin-left:15px;
	height:auto;
}

#login-form label
{ font-size: 80%; line-height: 140%; float: left; text-align: right; height: 50%; margin-right: 5px; display: block
     }

#login-form input
{ color: #333333; font-size: 11px; background: #ffffff; height: 13px; border: solid 1px #cccccc
  }

#login-form .submit input
{ 
	color: #fff; background: #b6000c; height: 17px; border:0px;
}

#login-form .submit
{
	border:none; margin-top:2px; position:absolute; left: 220px;
}

* html #login-form .submit
{
	left: 185px;
}

#login-form fieldset
{ width: 250px;
  border:1px solid #dddddd;
 }

#login-form legend
{ color: #a5a6a9; font-size: 80%; }

#photo_strip {
	position:absolute;
	top:547px;
	left: 40%;
	height:85px;
	width:1579px;
	border:0px;
}

#footer {
	position:absolute;
	top:640px;
	height:100px;
	width:780px;
	border:0px;
	text-align:center;
	font-size:10px;
	color:#333333;
}

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

#thissection { font-size: 11px; width:36em }

#thissection h5{ color: black; font-weight: normal; margin-bottom: 2px; padding: 3px 3px 8px; border-bottom: 1px solid #b6000c; display: block; }


#thissection a{ color: #858585; font-weight: bold; font-style: normal; text-decoration: none; padding: 1px; font-size:9px }

#thissection a:hover{ color: #fff; font-weight: bold; font-style: normal; background-color: #b6000c; text-decoration: none; }


#thissection ul { margin-left: 0; border-bottom: 1px solid #858585; }

#thissection li{ list-style-type: none; display: inline; }

#pad-it { background-image: none; padding: 5px; }



/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container { position:relative; height:40px; z-index:100;}
#menu_container.resizable { position:static; z-index:auto;}
.hiddenfromview {display:none;}

.FillForm {
		padding-top:10px;
		padding-left:20px;
		height:280px;
	}
	
	.FillForm p {
		/* margin-bottom: -0.5em; */
	}
	
.loginFieldset {
	padding:10px; border:0px; width:370px; height:125px; background-color:#990000; background-image:url(../images/fieldset_corner.gif); background-repeat:no-repeat; background-position:bottom right
}

.loginFieldset div {
	width:350px; text-align:right; padding-top:15px;
}
div.box_video {
	width: 206px;
	float: left;
	margin: 20px 0 20px 30px;
}
div.box_video img {
	display: block;
	margin-bottom: 9px;
	border: 0;
}
div.box_video p {
	margin: 0;
	font-size: 13px;
	line-height: 15px !important;
}
div.clearer {
	clear: both;
}
