/* THIS FORCES A VERT SCROLL BAR TO STOP THE PAGE FROM SHIFTING */
html { /*min-height: 100%;*/ margin-bottom: 1px; height:100%;}

body {	height:100%;
	margin: 0px;
	padding: 0px; 
	background-color:#283a62;
	/*background: url(../images/body-bg.jpg) repeat-x #000000;font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666;*/
	/*behavior: url(./goods/csshover.htc);*/
}

body  a:link, a:visited, a:active {
	 color:#006699; text-decoration:none;
}

body  a:hover {
	 color:#006699; text-decoration:underline;
}


.compressor{size:1px; font-size:1px;}
/*****THIS IS THE NON STRETCHY WORKING BG LAYOUT********/
#hold {
	margin-top:0px;
	text-align: center;
	/*background-color: #000000;
	background: url(../images/bg/bg-fpo.jpg);background-repeat: no-repeat;
	height:2000px;*/
	
}
/*******THIS IS MY TEST FOR STRETCHING THE BG************/
#bg {
	position:fixed; top:0; left:0; width:100%; height:100%;
	margin-top:0px;
	z-index:1; 
}

#hold_for_shadows {
	margin: 0px auto;
	width: 1099px; height: inherit;
	text-align: left;
	position:relative; z-index:2; 
	
	background: url(../images/bg/shadow-both.png);background-repeat: repeat-y;  
	/*background-color: #FF00FF;*/
	
}
#content {
	margin: 0px auto;
	width: 1026px; /*height:800px;*/
	text-align: left;
	position:relative; z-index:2; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #333333;
	/*background: url(../images/bg/bg-fpo.jpg);background-repeat: no-repeat; */
	background-color: #ffffff;
	
}
#ie6_hold_for_shadows{
	margin: 0px auto;
	width: 1099px; height: inherit;
	text-align: left;
	position:relative; z-index:2; 
	
	background: url(../images/bg/shadow-both.png);background-repeat: repeat-y;  
	/*background-color: #FF00FF;*/
	
}

/*******IE6 INSTRUCTIONS*********/
/*MAKE SURE TO INCLUDE IE6 LAST IN THE ORDER OF EXECUTION AND MAKE SURE TO ALSO PLACE 
/*IN THE ACTUAL PAGE HEADERS - MAKE SURE IMG PATHS CHANGE TO FIT WHERE IT IS PULLING CODE FROM
/*********END IE6 INSTRUCTIONS*********/

[if IE 6]html {overflow-y:hidden;}
[if IE 6]body {overflow-y:auto;}
[if IE 6]#bg {position:absolute; z-index:-1;}
[if IE 6]#content {
	margin: 0px auto;
	width: 1026px; 
	text-align: left;
	position:static; z-index:2; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #333333;
	background-color: #ffffff;

}

[if IE 6]#ie6_hold_for_shadows{
	margin: 0px auto;
	width: 1099px; height: inherit;
	text-align: left;
	position:static; z-index:2; 
	/*behavior: url(iepngfix.htc);
	background: url(../images/bg/shadow-both.png);background-repeat: repeat-y; */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/shadow-both.png', sizingMethod='scale'); 
	/*background-color: #FF00FF;*/
	
}



#top_logo_row{background-color:#FFFFFF;}

#main_nav{}

/*HOME FLASH HOLDING DIVS START*/
		#billboard_assets{background-color:#FFFFFF;}
		
/*HOME FLASH HOLDING DIVS END*/

/*HOME BOTTOM THREE COLUMNS START*/

#bottom_hold_home{background-color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000; padding-top:20px; line-height:20px;}

	#bottom_hold_home h1{font-family: Helvetica, Arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		color: #006699; 
		margin-top:5px;
		  margin-bottom:5px;
	}
	#bottom_hold_home .gutters{padding-left:20px; padding-right:20px;}
	
	 a.bottom_hold_home_link:link, a.bottom_hold_home_link:active, a.bottom_hold_home_link:visited {
		color:#006699;text-decoration: none; font-size:10px;
	}
	a.bottom_hold_home_link:hover {
		color: #006699;	text-decoration: underline; font-size:10px; padding-left:5px;
	}



		#home_column1{width:300px; height:409px; overflow:hidden; margin:0px 0px 0px 23px; background-color:#FFF;float:left; border:#ccccff solid 1px; display:inline;}
		
		#home_column2{width:300px;  height:409px; overflow:hidden;margin:0px 0px 0px 37px; background-color:#FFF;float:left; border:#ccccff solid 1px;display:inline;}
		
		#home_column3{width:300px;  height:409px; overflow:hidden;margin:0px 0px 0px 37px; float:left; /*background-color:#e7eef8;border:#ccccff solid 1px;*/display:inline;}

/*HOME BOTTOM THREE COLUMNS END*/

/*FOOTER ITEMS START*/

#footer_hold{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	background-color: #e2e2e0; padding-top:20px;
	margin-bottom:50px;
	line-height:18px;
	
}

		#footer_column1{width:181px; margin:0px 0px 0px 23px; float:left; display:inline;}
		
		#footer_column2{width:158px; margin:0px 0px 0px 25px; float:left; display:inline;}
		
		#footer_column3{width:186px; margin:0px 0px 0px 25px; float:left;display:inline; }

		#footer_column4{width:178px; margin:0px 0px 0px 25px; float:left; display:inline;}

		#footer_column5{width:174px; margin:0px 0px 0px 25px; float:left;display:inline; }


		#footer_hold h1 {
			font-family: Helvetica, Arial, sans-serif;
			font-size: 17px;
			font-weight: bold;
			color: #006699;
			margin-top:5px;
			  margin-bottom:5px;
		}
		
		#footer_hold a:link, #footer_hold a:active, #footer_hold a:visited {
			color:#006699;text-decoration: none;
		}
		#footer_hold a:hover {
			color: #006699;	text-decoration: underline;
		}


		#footer_low{background-color:#FFFFFF; height:25px;}

/*FOOTER ITEMS END*/

/*MISC BUTTONS START*/
	.button_1{
	background-color:#e2e2e0;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #006699; font-weight:bold; 
	text-align:center;
	margin-bottom:5px;
	display:inline-block;
	}
		a.button_1:link, a.button_1:active, a.button_1:visited {
			background-color:#e2e2e0;
			font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #006699; font-weight:bold;  
			text-align:center;
			margin-bottom:5px;
			text-decoration: none;
			display: block;
		}
		a.button_1:hover {
		background-color:#006699;
		font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #e2e2e0; font-weight:bold; 
		text-align:center;
		margin-bottom:5px;
		text-decoration: none;
		display: block;
		}

/*MISC BUTTONS END*/


/******SUB HEADER ASSETS START*********/

#sub_header_assets{background-color:#FFFFFF;}

/******SUB HEADER ASSETS END*********/



/*SUB BOTTOM COLUMNS START*/

#bottom_hold_sub{background-color:#FFFFFF;font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000; padding-top:20px; line-height:20px;}
	/*THIS IS THE MAIN SUB HEADER*/
	#sub_header2{font-family: Helvetica, Arial, sans-serif;
		font-size: 17px;
		font-weight: bold;
		color: #006699;
		margin-top:5px;
		  margin-bottom:0px;
		  border-bottom:#006699 solid 1px;
		  text-transform :uppercase;
	}
	
	#bottom_hold_sub h1{font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #006699;
		margin-top:25px;
		  margin-bottom:15px;
	}
	
	
	#bottom_hold_sub .gutters{padding-left:10px; padding-right:10px;}
	
	 a.bottom_hold_sub_link:link, a.bottom_hold_sub_link:active, a.bottom_hold_sub_link:visited {
		color:#006699;text-decoration: none; font-size:10px;
	}
	a.bottom_hold_sub_link:hover {
		color: #006699;	text-decoration: underline; font-size:10px;
	}

		#sub_maincontent_col1{width:614px; margin:0px 0px 0px 47px; background-color:#FFF;float:left; display:inline;}
		#sub_maincontent_col1 h2{font-family:Arial, Helvetica, sans-serif; font-size:16px; color: #333333; font-weight:bold;margin-bottom:0px;}
		#sub_maincontent_col1 h3{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:  #006699; font-weight:bold; margin-bottom:0px;}

		#sub_column_rightside{width:295px; margin:0px 0px 0px 41px; padding: 10px 0px 10px 0px ;background-color:#FFF;float:left; text-align:center; border:#ccccff solid 1px; display:inline;}

		#sub_column_menusystem_2011{width:300px; height:540px; margin:0px 0px 0px 41px; float:left; /*background-color:#e7eef8; border:#ccccff solid 1px;*/overflow:hidden; display:inline;}
			
		#sub_column_menusystem{width:300px; height:409px; margin:0px 0px 0px 41px; float:left; /*background-color:#e7eef8; border:#ccccff solid 1px;*/overflow:hidden; display:inline;}
			   
/*SUB BOTTOM COLUMNS END*/








.tbl_home_callout1{
	background-color:#ffcc9a;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #333333;
}
.tbl_home_callout2{
	background-color:#ffcccb;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333;
}
.callout_header1{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color: #333333;
}
.callout_body1{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #333333;line-height:14px;
}



#need_more_info{margin-top:0px; margin-bottom:10px;}


.privacy_policy_txt{ width:550px;}

.home_feature_line1{ font-weight:bold; color:#333333; font-size:11px;}
.home_feature_line2{ font-weight:bold; color: #333333; font-size:11px;}
.home_feature_body{color: #333333;font-size:12px;}

.fpo-copy{font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #FF0066;}

/*table border styles*/

table.border_design {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.border_design th {
	border-width: 1px;
	padding: 5px 15px 5px 5px;
	border-style: inset;
	border-color: gray;
	background-color: #999999;
	-moz-border-radius: ;
	font-weight:bold;
}
table.border_design td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}


table.tbl_2col_content {
	/*border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;*/
}

table.tbl_2col_content td {
	padding: 5px 20px 15px 5px;
	/*border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;*/
}


/*START SUB CONTENT SCROLLER CONTAINERS*/

		#sub_content_scroller1{width:300px; height:409px; overflow:hidden; margin:0px 0px 0px 0px; background-color:#FFF;float:left; border:#ccccff solid 1px; display:inline;}
		
		#sub_content_scroller2{width:300px;  height:409px; overflow:hidden;margin:0px 0px 0px 5px; background-color:#FFF;float:left; border:#ccccff solid 1px;display:inline;}

/*END SUB CONTENT SCROLLER CONTAINERS*/

/* Project List Table */

div.list-pager
{
	padding: 2px;
	float: right;
}

.soft-grid-list th
{
	padding: 4px 24px 4px 6px;
	background-color: #E7EEF8;
	color: #069;
}

.soft-grid-list th a
{ text-decoration: underline; }

.soft-grid-list th a:hover
{ text-decoration: none; }

.soft-grid-list td
{ padding: 4px 24px 9px 6px; vertical-align: top; }

/*div.list-pager a
{
	display: inline-block;
	margin: 0 2px; padding: 0 1px;
	height: 20px; width: 20px;
	text-indent: -9999px;
	background-color: #069;
	background-position: top left;
	background-repeat: no-repeat;
}

div.list-pager a:hover
{ background-color: #000; }

div.list-pager a.pager-first
{ background-image: url(../Images/ICN_pager_first.png); background-position: 1px 0; }

div.list-pager a.pager-previous
{ background-image: url(../Images/ICN_pager_previous.png); }

div.list-pager a.pager-next
{ background-image: url(../Images/ICN_pager_next.png); }

div.list-pager a.pager-last
{ background-image: url(../Images/ICN_pager_last.png); }*/

.ActiveEvents {
    background-color: #DADBDE;
    margin: 16px 0 4px 0;
    padding: 2px 0 2px 8px;
    width: 330px;
}



