@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #3C4E59;
	background-image: url(../images/bg_main.png);
	
}

#mainContent,#mainContent p  {
	font-size:12px;
} 
 
 
#mainContent h2 {
	font-size:14px;
} 



/* 3 Column Homepage */

 
#thrColHome.pageGrid #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	padding-top: 5px;
	width: 235px; 
}
#thrColHome.pageGrid #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	padding-top: 5px;
	width: 235px; 
}
#thrColHome.pageGrid #mainContent {
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 474px !important;
	width: 468px;
} 



/* 2 Column Narrow Left Content */ 

#twoColNLft.pageGrid #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	padding-top: 5px;
	width: 235px; 
}
#twoColNLft.pageGrid #mainContent {
	margin-top: 0;
	margin-right: 235px !important;
	margin-right: 225px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 719px !important;
	width: 715px;
} 


/* 2 Column Right Content */

#twoColRt.pageGrid #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px !important;
	padding-top: 5px;

}

#twoColRt.pageGrid #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 310px !important;
	margin-left: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 645px !important;
	width: 638px;
} 

/* 2 Column Left Content */ 

#twoColLft.pageGrid #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	padding-top: 5px;
	width: 310px; 
}
#twoColLft.pageGrid #mainContent {
	margin-top: 0;
	margin-right: 310px !important;
	margin-right: 300px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 644px !important;
	width: 638px;
} 




.pageGrid #display{
	margin-bottom: 0px;
	display: block;
	font-size: 1.1em;
	background-color: #000000;
	height: 300px;
	width: 990px;
} 
.pageGrid #container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_mask.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1a1f23;
	position: relative;
} 
.pageGrid #header{
	background-image: url(../images/logo.png)!important;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 15px -20px;
} 
.pageGrid #footer {
	text-align: center;
	color: #FFF;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/logo_footer.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.pageGrid #footer p{
	font-size: .9em;
	font-family: Tahoma, Verdana, sans-serif;
	line-height: 1.3em;
} 
.thirds{
	width: 31%;
	float: left;
	margin-right: 2%;
}
.thirds img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.halves{
}

.quads{
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.gutter { 
	padding:10px;
}



#search {
	position: relative;
	height: 30px;
	width: 210px;
	background-image: url(../images/bg_submit.png) !important;
	background-image: url(../images/bg_submit.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#search .txtInput {
	font-family: Tahoma, Arial, sans-serif;
	border:none;
	width: 155px;
	background: none;
	color: #666;
	font-size: 11px;
	margin-left: 16px;
	position: absolute;
	top: 6px;
	left: -6px;
}
#search .submitButton {
	border:none;
	width: 39px;
	background: none;
	position: absolute;
	top: 0px;
	left: 165px;
}
.flash_video {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
