/* COMMON
------------------------------------*/

#background{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	left:0px;
	top:0px;
}
#wrapper{
	height:100%;
	width:100%;
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
}
#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */	
	min-width:902px;
}
#header{
	background-image:url(../images/header.png);
	background-repeat:repeat-x;
	height:228px;
}
#logo{
	width:902px;
	margin:0 auto;
	padding:0;
	border:none;	
}
#logo a{
	position:absolute;
	z-index:10;
	left:50%;
	top:20px;
	width:450px;
	height:124px;
	display:block;
	background-image:url(../images/logo.png);
	text-indent:-10000px;
	margin:0 0 0 -225px;
}
#content{
	margin:0 auto;
	padding:0;
	width:902px;
}
#content ul,ol {
	padding: 0 0 0 0px;
	margin: 0 0 10px 0px;	
}
#content ol li{
	margin:0 0 0 26px;
}
#content ul li{
	background-image:url(../images/bullet.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	list-style:none;
	margin:0;
	padding:0 0 0px 18px;
}
#components{
	padding:40px;
}
#footer, #push {
	height: 100px; /* .push must be the same height as .footer */
}

#footer{
	background-image:url(../images/trans50.png);
	height:100px;
}
#footer-inner{
	margin:0 auto;
	width:822px;
	padding:20px 0;
	text-align:center;
}

/* MENU
------------------------------------*/

#menu{
	margin:0 auto;
	width:902px;
	height:228px;
	position:relative;
}
#menu ul{	
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
	bottom:0px;
	left:0px;
}
#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}
/*#menu ul li:hover, #menu ul li.selected{
	
}
#menu ul li:hover ul{
	display:block;
}*/
#menu ul li a{
	display:block;
	float:left;
	color:#17294B;
	text-transform:uppercase;
	height:60px;
	line-height:60px;
	padding:0 10px;
	font-weight:normal;
	font-size:18px;
}
#menu ul li a:hover, #menu ul li.selected a, #menu ul li.hover a{
	background-image:url(../images/trans70.png);
}
#menu ul li ul{
	/*background-image:url(../images/trans70.png);*/
	position:absolute;
	top:60px;
	left:0px;
	z-index:100;
	width:300px;
	display:none;
}
#menu ul li ul li{
	float:none;
}
#menu ul li.selected ul li a, #menu ul li.hover ul li a, #menu ul li ul li a{
	background-image:url(../images/trans90.png);
	height:30px;
	line-height:30px;
	font-size:14px;
	width:240px;
}
#menu ul li ul li a:hover{
	color:#BD9035;
	background-image:url(../images/trans90.png);	
}
#menu ul li ul li.selected a{

}

/* HOMEPAGE
------------------------------------*/

#hp-sidebar{
	width:244px;
	height:600px;
	background-image:url(../images/trans70.png);
	padding:0 20px;
}
#hp-image{
	padding:130px 0 0 0;
	margin:0 0 10px 0 ;
}
#hp-flash{
	border:1px solid #bd933a;
}

/* COMPONENTS
------------------------------------*/

.two_column_even .two_column_left{
	width:396px;
	margin:0 30px 0 0;
}
.two_column_even .two_column_right{
	width:396px;
}
.two_column_left{
	
	float:left;
	width:280px;
	margin:0 20px 0 0;
	background-image:url(../images/column1_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.two_column_left_footer{
	width:280px;
	height:10px;
	background-image:url(../images/column1_footer.gif);
}
.two_column_right{
	float:left;
	width:520px;
}
.two_column .nobg, .two_column .nobg .two_column_left_footer {
	background-image:none;
	
}

.error{
	background-color:#FFCCCC;
	color:#FF0000;
	font-weight:bold;
	padding:5px;
	margin:0 0 5px 0;
}
.contact_form{
	margin-top:10px;	
}
.contact_form dt{
	float:left;
	width:180px;
	clear:left;
	padding:0 0 5px 0;
}
.contact_form dd{
	float:left;
	width:400px;
	padding:0 0 10px 0;	
}
.contact_form .field{
	width:99%;
	padding:5px;
}

.video{
	text-align:center;
}
