
body 
{
	
	margin: 0; padding: 0;
	font: 71%/1.5em  Helvetica;
	color: #666666;	
	text-align: center;		
}

/* links */
a 
{
	background: inherit;
	color: #3182C0; 
}

a:hover 
{
	background: inherit;
	color: #72A545;
}

/* headers */
h1, h2, h3 
{
	font: bold 1em Helvetica;
	text-transform: uppercase;
	color: #555;
}

h1 
{ 

 font-size: 1.5em; 
 
}

h2 
{

 font-size: 1.3em; 
 
}

h3 
{

 font-size: 1.2em; 
 text-transform: none;
 
}

#main h1, #rightbar h1 
{

	padding: 10px 0 5px 5px;
	margin: 5px 5px 5px 5px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2; 	
	
}	

#sidebar h1 
{

	padding: 10px 0px 5px 30px;
	background: url(square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
	
}

p, h1, h2, h3 
{

	margin: 5px 5px 5px 5px;
	
}

ul, ol 
{

	margin: 5px 5px;
	padding: 0 15px;	
	color: #3182C0;	
	
}

ul span, ol span 
{

	color: #666666;
	
}

/* images */
img 
{

	border: 0px solid #CCC;
	
}

img.float-right 
{

  margin: 5px 0px 5px 15px;  
  
}

img.float-left 
{

  margin: 5px 15px 5px 0px;
  
}

a img 
{ 

  border: 0px solid #3791D7;
  
}

a:hover img 
{  
  border: 0px solid #806B4D !important; /* IE fix*/
  border: 0px solid #3791D7;
}

code 
{
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em Helvetica;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #3182C0;
}

acronym 
{
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote 
{
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}

/* form elements */
form 
{
	 
}

label 
{
       display:block;
       font-weight:bold;
       margin:5px 0;
}

textarea 
{
	width:350px;
	padding:0px;
	font: normal 1em/2em Helvetica;
    color:gray;
	height:100px;
	display:block;
	
}

/* search form */

form.searchform 
{
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}

#wrap 
{
   margin: 0 auto;
   width: 1100px;  	
   text-align: left;		 
   background: #FFF;	
}

#content-wrap 
{
   clear:both;
   margin: 0; 
   padding:0;
   width: 1100px;	
}

#containerHeader 
{
  display: table;
  width:1100px;
  border-collapse: collapse;

}

#rowHeader  
{

 display: table-row;
 border-collapse:collapse;

}

#leftHeader
{
  display: table-cell;
  width:755px;
  height:68px;
  background: url(2_bar_nav.jpg) no-repeat left center;
  vertical-align:top;
  
}


#rightHeader
{
  display: table-cell;
  width: 345px;
  height:68px;
  background: url(nav_login_background.jpg) no-repeat left center;

}

#containerHome 
{
  display: table;
  width:1100px;
  border-collapse: collapse;

}

#rowHome
{

 display: table-row;
 border-collapse:collapse;

}

#leftHome
{
  display: table-cell;
  width:755px;
  height:317px;
  
}


#rightHome
{
  display: table-cell;
  width: 345px;
  height:317px;
  background: url(right_hand_copy_background.jpg) no-repeat left center;
    vertical-align:top;

}
.rightHomeContent
{
  font: normal 13px Helvetica;
  color:#FFF;
  padding: 10px 5px 5px 10px;
  vertical-align:top;
}
.homeBottomHeading
{
  font: bold 15px Helvetica;
  color:#002469;
}
.homeBottomText
{
  font: normal 13px Helvetica;
  color:#666666;
}
.homeBottomLinks
{
  font: normal 13px Helvetica;
  color:#666666;
}

.container5050
{
  display: table;
  width:1100px;
  border-collapse: collapse;
  vertical-align:top;
  margin:0px 0px 5px 0px;
  position: relative;
  clear : none;

}

.row5050
{

 display: table-row;
 border-collapse:collapse;
 vertical-align:top;
 
}
.left5050
{
  display: table-cell;
  width:550px;
  height:540px;
  background: url(header_box_50_50.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
}

.right5050
{
  display: table-cell;
  width: 550px;
  height:540px;
  background: url(header_box_50_50_right.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
  

}


container2third
{
  display: table;
  width:1100px;
  border-collapse: collapse;
  vertical-align:top;
  margin:0px 0px 5px 0px;
  position: relative;
  clear : none;

}

.row2third
{

 display: table-row;
 border-collapse:collapse;
 vertical-align:top;
 
}
.left2third
{
  display: table-cell;
  width:755px;
  height:306px;
  background: url(header_box_2_3.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
}

.right2third
{
  display: table-cell;
  width: 345px;
  height:306px;
  background: url(header_box_1_3.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
  

}


.left2thirdext
{
  display: table-cell;
  width:755px;
  height:700px;
  background: url(col_001_2_third_base_700px.jpg) no-repeat left;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
}

.right2thirdext
{
  display: table-cell;
  width: 350px;
  height:700px;
  background: url(col_002_2_third_base_700px.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
  align:left;
}

.left2thirdext400
{
  display: table-cell;
  width:755px;
  height:400px;
  background: url(header_box_2_3-400px.jpg) no-repeat left;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
}

.right2thirdext400
{
  display: table-cell;
  width: 350px;
  height:400px;
  background: url(header_box_1_3-400px.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
  align:left;
}





.container3third
{
  display: table;
  width:1100px;
  border-collapse: collapse;
  vertical-align:top;
  margin:0px 0px 5px 0px;
  position: relative;
  clear : none;

}

.row3third
{

 display: table-row;
 border-collapse:collapse;
 vertical-align:top;
 
}

.headingInternal
{
	
 font: bold 16px Helvetica;
 color:#fff;
 vertical-align:top;
 padding:6px 0px 0px 10px;
}

.left3third
{
  display: table-cell;
  width:377px;
  height:316px;
  background: url(data_box_col_001.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;

  
}
.left3thirdContent
{
  padding:20px 20px 10px 10px;
  font: normal 12px Helvetica;
  
}

.middle3thirdContent
{
padding:20px 20px 10px 10px;
font: normal 12px Helvetica;
}
.right3thirdContent
{
padding:20px 5px 10px 10px;
font: normal 12px Helvetica;
}

.middle3third
{
  display: table-cell;
  width:377px;
  height:316px;
  background: url(data_box_col_002.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
  
}


.right3third
{
  display: table-cell;
  width: 346px;
  height:316px;
  background: url(data_box_col_003.jpg) no-repeat left center;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
  

}

.popupHeading
{
  
  width:1100px;
  font: bold 16px Helvetica;
  color:#3981BB;
  vertical-align:top;
  padding:10px 10px 10px 10px;
  
}



.popupContent
{
  
  width:1100px;
  font: normal 12px Helvetica;
  color:#666666;
  vertical-align:top;
  padding:10px 10px 10px 10px;
  
}



#homeBottom
{
  width: 1100px;
  height:281px;
  background: url(base_grey_area.jpg) no-repeat left center;

}

#homePlaceholder
{
  width: 1100px;
  height:10px;
  background: url(placeholder_only.jpg) no-repeat left center;

}

#header 
{
	position: relative;
	height: 131px;	
	background: url(banner_master.jpg) no-repeat left center;
}

#header h1#logo 
{
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em Helvetica;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}

#header h2#slogan 
{
	
	margin: 0; padding: 0;
	font: 20px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	/* change the values of top and Left to adjust the position of the slogan*/
			
}

#header .searchform 
{
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main 
{
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 1100px;	
	border-left: 0px solid #f2f2f2;
}

.post-footer 
{
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}

.post-footer .date 
{
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .comments 
{
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore 
{
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar 
{
	float: left;
	width: 250px;
	margin: 0;	padding: 0; 
	display: inline;	
}

#sidebar ul.sidemenu 
{
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}

#sidebar ul.sidemenu li 
{
	border-bottom: 1px solid #EFF0F1;
	background: url(arrow.gif) no-repeat 2px 5px;
	padding: 2px 5px 2px 20px;	
}

* html body #sidebar ul.sidemenu li 
{ 
 height: 1%; 
}

#sidebar ul.sidemenu a 
{
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar 
{
	float: right;
	width: 21%;
	padding: 0;			
}

/* footer */
#footer 
{
	clear: both;
    background : url(footer_bar.jpg) no-repeat left center;
	text-align: center;	
	height: 20px;	
}

#footer a 
{
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu 
{
	clear: both;
	margin: 0; padding: 0;	
	
}

#menu ul 
{	
	position: relative; 
	margin: 0; padding: 0;	
	float: left;
	font: 1.5em Helvetica;
	width: 755px;/* 775px; */
	list-style: none;
	

}

#menu ul li
{
	display: inline;
	

}

#menu ul li a 
{	
	position: relative; 
	top: 0px;
	float: left;
	color: #FFF;
	padding: 6px 10px;
	text-decoration: none;
	height:22px;
	
}

#menu ul li a:hover
{
	color: #FFF;
	text-decoration:underline;
}

#menu ul li#current a
{
	color: #000;
	background:#CAC0D9;
	
}

#first_menu 
{
	clear: both;
	margin: 0; padding: 0;	
}

#first_menu ul 
{	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em Helvetica;
	width: 1100px;
	border: 1px solid #376b96;
	border-width: 0 0 0px 0;	
	list-style: none;
	padding: 0px 0px 7px 0px;
}

#first_menu ul li
{
	display: inline;	
}

#first_menu ul li a 
{	
	position: relative; bottom: -4px;
	float: left;
	color: #000000;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 0px solid #376b96; 	
}

#first_menu ul li a:hover
{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

#first_menu ul li#current a
{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 0px solid #3791D7;
}


#second_menu 
{
	clear: both;
	margin: 0; padding: 0;	
	
}

#second_menu ul 
{	
	position: relative; 
	margin: 0; padding: 0;	
	float: left;
	font: 1.5em Helvetica;
	width: 755px;/* 775px; */
	list-style: none;

}

#second_menu ul li
{
	display: inline;


}

#second_menu ul li a 
{	
	position: relative; 
	top:13px;
	float: left;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	height:25px;


	
}

#second_menu ul li a:hover
{
	color: #FFF;
	text-decoration:underline;
}

#second_menu ul li#current a
{
	color: #FFF;
	text-decoration:underline;
	background:#666666;
}


/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.blue  {	color: #3791D7; }


.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 400px;
    padding: 20px;
	height:10;
    text-align: left;
	background-color:#77797c;
    border: 3px solid #ffffff;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}


