#page_top{
	height: 50px;
	width: 100%;
	background-repeat : no-repeat;
}

#page_left{
	background: url('../images/building_left.jpg') no-repeat top;
	height: 446px;
	width : 385px;
}

#home_page_text{
	position : relative;
	left: -100px;
}

#page_text{
	position : relative;
	left: 0px;
	padding : 3px 3px;
}

#menu_bar{
	background: url('../images/menu_bg.jpg') repeat-x center;
	border-top: 1px solid #5F5F5F;
	height: 22px;
	border-bottom: 1px solid #FFFFFF;
}

 #header_home{
	background: url('../images/header_bg.jpg') repeat-x 100%;
	width: 100%;	
	height: 225px;
	
}

#header_home_middle{
	background: url('../images/header_middle.jpg') repeat-y 100%;
	height: 195px;
}
 
#header_home_left{
	background: url('../images/header_left.jpg') no-repeat left;
	height: 225px;
	width: 273px;
	left:0px;
}

#header_home_right{
	background: url('../images/header_right.jpg') no-repeat top;
	height: 225px;
	width : 244px;
}

#header_home_flash{ 
	position: relative; 
	top: 32px; 
	left: 15px;
}

#header_services_flash{ 
	position: relative; 
	top: 135px; 
	left: 165px;
}

#sub_header_left{
	background: url('../images/sub_header_left.jpg') no-repeat top;
	height: 225px;
	width : 460px;
}

#sub_header_right{
	background: url('../images/sub_header_right.jpg') no-repeat top;
	height: 30px;
	width : 30px;
}

#sub_header_image{ 
	position: relative; 
	top: 25px; 
	left: 15px;
}

#white_line{
	position: absolute;
	top: 119px;
	left: 15px;
	border-top : solid White 1px;
	height:1px;
	width:95%;
	z-index : 1;
}

#white_line_2{
	position: absolute;
	top: 113px;
	left: 15px;
	border-top : solid White 1px;
	height:1px;
	width:95%;
	z-index : 1;
}

#title_bar{ 
	background: url('../images/grey_white_gradient_vertical.jpg') bottom repeat-x; 
	height:60px;
}

#page_area{ 
	background: url('../images/grey_lines.jpg') bottom repeat-x; 
	background-repeat: no-repeat; 
	background-color: #838280; 
	background-position: left bottom;
}

#footer{
	background: #5F5F5F;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px 3px 3px 3px;
	font : 10px Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	
}




  
body{
	font : 12px Arial, Helvetica, sans-serif;
	color : #5F5F5F;
}

h1{
	font : bold 16px Arial,Helvetica, sans-serif;
	color: #5F5F5F;
	padding : 0px;
	margin : 5px 0px 5px 0px;
}

h2{
	font : bold 13px Helvetica, Arial,sans-serif;
	color: #3163CE;
	padding : 0px;
	margin : 3px 0px;
}

.subheading{
	color: silver;
}

.button{
	font-size: 0.9em;
	color: #666;
	}

.border_std{ 
border: 1px solid #646464;
}

.form_input_textbox{
	width : 300px;
}

a {
	color: #3163CE;
	text-decoration: none 
}

a:hover {
	color: #3C332E;
}


/*--Menu Styles--*/

li.mainmenu{
	font: bold 9px Arial, Helvetica,Verdana;
}

#menu_got_focus{
	font: bold 9px Arial, Helvetica,Verdana;
}

#lmenu {
	padding-left : 1px;
	z-index: 1000;
	
}

#lmenu  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width:99px;*/
	/* Width of Menu Items */
	
	
		
}

#lmenu ul li {
	position: relative;
	z-index: 1000;
}
	
#lmenu li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 20;
	width:150px;
	display: none;
	z-index: 1000;
	}

/* Styles for Menu Items */
#lmenu ul li a {
	display: block;
	text-decoration: none;
	color: White;
	background: transparent; /* IE6 Bug */
	padding: 0px 8px 4px;
	border: 0px;
	border-bottom: 0;
	z-index: 1000;
}

/* Fix IE. Hide from IE Mac \*/
* html #lmenu ul li { float: left; height: 1%; }
* html #lmenu ul li a { height: 1%; }
/* End */

#lmenu ul li a:hover {
	color: #B4BFD1;
	background: transparent;
} /* Hover Styles */
		
#lmenu li ul li a {
	padding: 2px 5px;
	color: White;
	background : #3C332E;
	border-bottom: 1px solid #bba;
} /* Sub Menu Styles */

#lmenu li ul li a:hover {
	padding: 2px 5px;
	background : #FF9933;
	border-bottom: 1px solid #bba;
} /* Sub Menu Styles */
		
#lmenu li:hover ul, #lmenu li.over ul { display: block; } /* The magic */
 } 
 
 
 
 
