
p {padding:5px 0px 5px 0px;}


/*main background image*/
/*center image in browser window*/
body {	
	text-align: center;
	background-color: #003356;
	background-image: url('../images/main_header_bg.jpg');	
	background-repeat:repeat-x;
	background-position:center top; 
}

/*set image border on all inline images */
img 
{
	border-style:none;
}

.page {	
	position: relative;	
	width: 950px; /* put the total with of that site */ 
	text-align: left;	
	background-color:#ffffff; /**/	
	margin: 0 auto -210px;		
}

.footer {
	position: relative;
	width: 950px;
	margin: 0 auto;
	font-size:12px;
	font-family: Palatino Linotype, Arial;	
	color: #ffffff;
	background-image: url('../images/footer_bg.jpg');	
	background-repeat:no-repeat;
	display:block;
}

.footer p {		
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 950px;
	text-align: center;	
	line-height:14px;
}

.footer a {		
	color: #ffffff;	
	text-decoration:none;
}

.footer a:hover {		
	color: #a4b8ea;	
}

.top_header {
	background-image: url('../images/top_header_bg.jpg');	
	background-repeat:no-repeat;
	/*height:162px;*/
	width:950px;	
}

.content {	
	background-color:#ffffff;
	background-image: url('../images/content_bg.jpg');	
	background-repeat:no-repeat;
	width:950px;
	min-height:358px;	/**/
	font-family: Palatino Linotype, Arial;
	font-size:12px;	
}

.content a {
	color:#003356;
	text-decoration:none;
}

.content a:hover {
	color:#6cb734;
}

.header {
	padding-top:30px;
	padding-left:53px;
	text-transform:uppercase;
	font-size:28px;
	font-family: Palatino Linotype, Arial;
	color:#6eaf3b;	
}

.header_text {	
	padding-left:53px;	
	width:440px;
	font-size:20px;
	font-family: Georgia, "Palatino Linotype", Arial;
	color:#003356;	
	
}

.body_copy {	
	padding-left:53px;
	padding-top:10px;
	padding-bottom:20px;
	font-size:12px;
	font-family: Tahoma, Arial;
	color:#000000;
	width:450px;
	line-height:20px;	
}

.body_copy a {
	text-decoration:underline;
}

.body_copy ul{	
	padding-left:25px;	
}

.body_copy2 {	
	padding-top:10px;
	padding-bottom:20px;
	font-size:12px;
	font-family: Tahoma, Arial;
	color:#555555;
	width:380px;
	line-height:20px;
	position:absolute;/**/
	left:548px;
	top: 530px;	
}

.body_copy2 a {
	text-decoration:underline;
}

.photos {	
	width:398px;
	height:354px;	
	position:absolute;/**/
	left:548px;
	top: 166px;	
	background-repeat:no-repeat;
	display:block;
}

/*-- banners --*/

.banners {
	height:100px;
	width:950px;
	/*background-color:gray;*/
}

.banner_item1 a {
	width:224px;
	height:82px;	
	margin-left:11px;		
	float:left;
	display:block;
	background-image: url(../images/faq_banner_off.jpg);	
	background-repeat:no-repeat;
}

.banner_item1 a:hover {
	/*background-image: url('../images/faq_banner_off.jpg');	
	background-repeat:no-repeat;*/
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

.banner_item2 a {
	width:224px;
	height:82px;	
	margin-left:11px;		
	float:left;
	display:block;
	background-image: url(../images/memo_banner_off.jpg);	
	background-repeat:no-repeat;
}

.banner_item2 a:hover {
	/*background-image: url('../images/memo_banner_off.jpg');	
	background-repeat:no-repeat;*/
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}


.banner_item3 a {
	width:224px;
	height:82px;	
	margin-left:11px;		
	float:left;
	display:block;
	background-image: url('../images/client_banner_off.jpg');	
	background-repeat:no-repeat;
}

.banner_item3 a:hover {
	/*background-image: url('../images/client_banner_off.jpg');	
	background-repeat:no-repeat;*/
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

.banner_item4 a {
	width:224px;
	height:82px;	
	margin-left:11px;		
	float:left;
	display:block;
	background-image: url('../images/newsletter_banner_off.jpg');	
	background-repeat:no-repeat;
}

.banner_item4 a:hover {
	/*background-image: url('../images/newsletter_banner_off.jpg');	
	background-repeat:no-repeat;*/
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
}

/*--bottom nav--*/

.bottom_nav {
	height:50px;
	/*background-color:gray;*/
	width:950px;	
	display:block;
}

.nav_item {
	padding-top:20px;
	width:950px;	
	font-size:12px;
	font-family: Times New Roman, Arial;	
	text-align:center;
	color: #898989;		
	display:block;	
}

.nav_item a {		
	text-decoration:none;	
	color: #898989;
}

.nav_item a:hover {			
	color: #0054a6;
}

.logo a {
	height:162px;
	width:250px;
	background-image: url('../images/logo.jpg');	
	background-repeat:no-repeat;	
	display:block;	
}

.address {
	position:absolute;
	left:800px;
	top:10px;
	font-family: Tahoma, Arial;
	font-size:12px;
	color:#0054a6;
	text-align:right;
}

.phonenums {
	position:absolute;
	left:800px;
	top:38px;
	font-family: Tahoma, Arial;
	font-size:12px;
	color:#0054a6;
	text-align:right;
}

.phonenums a {
	font-family: Tahoma, Arial;
	font-size:12px;
	color:#6eaf3b;
}

.phonenums a:hover {
	color:#0054a6;
}

/* -- main menu --*/
.menu_container {
	position:absolute;
	left:277px;
	top:121px;
	height:41px;
	width:673px;	
	background-color:#a4b8ea;	
	z-index:999;
}

.menu_item {
	font-family: Times New Roman, Arial;
	font-size:13px;	
	color:#ffffff;	
	padding-left:12px;
	padding-top:10px;		
}

.home a {
	position:absolute;
	top:4px;
	left:3px;
	width:63px;
	height:37px;
	display:block;	
	text-decoration:none;		
	background-image: url('../images/menu/home_off.jpg');	
	background-repeat:no-repeat;
} 

.home a:hover {
	background-image: url('../images/menu/home_on.jpg');	
	background-repeat:no-repeat;
} 

.about a {
	position:absolute;
	top:4px;
	left:66px;
	width:92px;
	height:37px;
	display:block;	
	text-decoration:none;	
	background-image: url('../images/menu/about_off.jpg');	
	background-repeat:no-repeat;
}

.about a:hover {
	background-image: url('../images/menu/about_on.jpg');	
	background-repeat:no-repeat;
}

.services a {
	position:absolute;
	top:4px;
	left:158px;
	width:83px;
	height:37px;
	display:block;	
	text-decoration:none;	
	background-image: url('../images/menu/services_off.jpg');	
	background-repeat:no-repeat;
}

.services a:hover {	
	background-image: url('../images/menu/services_on.jpg');	
	background-repeat:no-repeat;
}

.online a {
	position:absolute;
	top:4px;
	left:241px;
	width:141px;
	height:37px;
	display:block;	
	text-decoration:none;	
	background-image: url('../images/menu/onLine_off.jpg');	
	background-repeat:no-repeat; 
}

.online a:hover {
	background-image: url('../images/menu/onLine_on.jpg');	
	background-repeat:no-repeat; 
}

.employment a{
	position:absolute;
	top:4px;
	left:382px;
	width:115px;
	height:37px;
	display:block;
	text-decoration:none;		
	background-image: url('../images/menu/employment_off.jpg');	
	background-repeat:no-repeat;
}

.employment a:hover {		
	background-image: url('../images/menu/employment_on.jpg');	
	background-repeat:no-repeat;
}

.contact a{
	position:absolute;
	top:4px;
	left:497px;
	width:88px;
	height:37px;
	display:block;
	text-decoration:none;		
	background-image: url('../images/menu/contact_off.jpg');	
	background-repeat:no-repeat;
}

.contact a:hover {
	background-image: url('../images/menu/contact_on.jpg');	
	background-repeat:no-repeat;
}

.partners a{
	position:absolute;
	top:4px;
	left:585px;
	width:85px;
	height:37px;
	display:block;
	text-decoration:none;		
	background-image: url('../images/menu/partners_off.jpg');	
	background-repeat:no-repeat;
}

.partners a:hover {		
	background-image: url('../images/menu/partners_on.jpg');	
	background-repeat:no-repeat;
}

/* drop down menus */

.dropdown_item {
	/*font-family: Tahoma, Arial;*/
	font-family: Times New Roman, Arial;
	font-size:13px;	
	color:#ffffff;	
	padding-left:12px;
	padding-top:5px;
}

.dropdown_item a {
	color:#6eaf3b;
	text-decoration:none;
}

.dropdown_item a:hover {
	color:#003356;
}

.about_dropdown {
	position:absolute;
	left:66px;
	top:41px;
	width:170px;
	height:112px;
	background-color:#fefefe;
	border-style:solid;
	border-color:#6eaf3b;
	border-width:1px;
}

.service_dropdown {
	position:absolute;
	left:158px;
	top:41px;
	width:185px;
	height:75px;
	background-color:#fefefe;
	border-style:solid;
	border-color:#6eaf3b;
	border-width:1px;
}

