body {
	background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:11px;
	margin-top:0px;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	color:#82939F;
	font-size:10px;
text-decoration:none;

}
ul{
list-style-type:disc;
}
li{
margin-left:-25px;
margin-bottom:10px;
}
a:link, a:visited, a:active{
color:#2885ae;
text-decoration:underline;
}
a:hover{
text-decoration:none;
color:#062740;
}
/* NAVIGATION MENU */
/*
#nav{
width:437px;
height:23px;
float:right;
}
*/
#nav_menu{
position:relative;
margin:0px;
float:right;
width: 548px;
height: 23px;
background: url(../images/nav/nav.gif);
background-repeat:no-repeat;
}
	*html #nav_menu{
	margin-top:-10px;
	margin-bottom:22px;
	}
#nav_menu ul {
list-style: none;
}
.title{
color:#002f53;
font-weight:bold;
}
.content_title{
text-transform:uppercase;
font-size:16px;
color:#002f53;
font-weight:bold;
}
.home {
	position: absolute;
	left: 4px;
	top: 0px;
	width : 61px;
	height: 23px;
}
.home:hover {
background: url(../images/nav/home.gif) top left no-repeat;
}

.about {
	position: absolute;
	left: 67px;
	top: 0px;
	width : 63px;
	height: 24px;
}
.about:hover {
background: url(../images/nav/about.gif) no-repeat;
}

.services {
	position: absolute;
	left: 130px;
	top: 0px;
	width : 116px;
	height: 24px;
}
.services:hover {
background: url(../images/nav/services.gif) top left no-repeat;
}

.clients {
	position: absolute;
	left: 248px;
	top: 0px;
	width : 60px;
	height: 23px;
}
.clients:hover {
background: url(../images/nav/clients.gif) no-repeat;
}

.careers {
	position: absolute;
	left: 309px;
	top: 0px;
	width : 57px;
	height: 23px;
}
.careers:hover {
background: url(../images/nav/careers.gif) no-repeat;
}

.reports_articles {
	position: absolute;
	left: 369px;
	top: 0px;
	width : 103px;
	height: 23px;
}
.reports_articles:hover {
background: url(../images/nav/reports_articles.gif) no-repeat;
}

.contact {
	position: absolute;
	left: 474px;
	top: 0px;
	width : 74px;
	height: 23px;
}
.contact:hover {
background-image:url(../images/nav/contact.gif);
background-repeat:no-repeat;
}

/* DROP DOWN MENU */
.dropdown_layout{
display:block; 
width:203px; 
height:23px; 
border:1px solid #092741;;
}
#dropdown1{
position:absolute; 
left:398px; 
top:113px; 
width:205px; 
height:75px; 
z-index:1; 
line-height:23px; 
visibility:hidden;
color:#FFFFFF;
font-size:11px;
text-indent:8px; 
background-color:#092741;
}
	*html #dropdown1{
	top:120px;
	}
	#dropdown1 a:link, #dropdown1 a:visited, #dropdown1 a:active{
	color:#FFFFFF;
	text-decoration:none;
	}
	#dropdown1 a:hover{
	background-color:#2885ae;
	}
.dropdown_layout2{
display:block; 
width:202px; 
height:23px; 
border:1px solid #092741;;
}
#dropdown2{
position:absolute; 
left:598px; 
top:113px; 
width:204px; 
height:175px;
font-size:11px;
line-height:23px; 
z-index:1;
visibility:hidden;
color:#FFFFFF; 
text-indent:8px; 
background-color:#092741;
}
	*html #dropdown2{
	top:120px;
	}
	#dropdown2 a:link, #dropdown2 a:visited, #dropdown2 a:active{
	color:#FFFFFF;
	text-decoration:none;
	}
	#dropdown2 a:hover{
	background-color:#2885ae;
	}
#dropdown2b{
position:absolute; 
/*left:798px; */
top:238px; 
width:205px; 
font-size:11px;
height:100px; 
line-height:23px; 
z-index:1; 
visibility:hidden; 
color:#FFFFFF; 
text-indent:8px; 
background-color:#092741;
}
	*html #dropdown2b{
	top:245px;
	}
	#dropdown2b a:link, #dropdown2b a:visited, #dropdown2b a:active{
	color:#FFFFFF;
	text-decoration:none;
	}
	#dropdown2b a:hover{
	background-color:#2885ae;
	}
/* BASIC PAGE LAYOUT */
.header_title{
font-size:15px;
color:#092a43;
text-transform:uppercase;
font-weight:bold;
}
#wrapper{
width:736px;
min-height:744px;
background-color:#FFFFFF;
margin-top:0px;
margin:auto;
}
	*html #wrapper{
	width:746px;
	}
#center{
background-position:top left;
background-repeat:no-repeat;
width:720px;
min-height:744px;
float:left;
background-image:url(../images/swirl.gif);
background-color:#FFFFFF;
background-repeat:no-repeat;
}
#top_head{
height:90px;
}
#border_left{
width:10px;
min-height:744px;
background-image:url(../images/border_left.gif);
background-repeat:no-repeat;
margin-left:-10px;
float:left;
}
	*html #border_left{
	margin:0px;
	height:744px;
	}
#border_right{
width:10px;
float:right;
min-height:744px;
background-image:url(../images/border_right.gif);
background-repeat:no-repeat;
}
	*html #border_right{
	margin-right:0px;
	height:744px;
	}
.line_2{
clear:both;
float:left;
margin:0px;
padding:0px;
background-image:url(images/blue_line.gif);
background-repeat:repeat-x;
width:199px;
height:1px;
}
/* TOP */
#search{
margin-top:18px;
float:right;
}
#searchInput{
text-align:left;
text-indent:3px;
font-size:12px;
color:#555555;
width:153px; 
height:13px;
border: 1px solid #062740;
background-image:url(../images/search_box.gif);
background-repeat:no-repeat;
}
#logo{
float:left;
margin:18px 0px 0px 22px;
width:146px;
height:83px;
}
	*html #logo{
	margin-left:10px;
	}
#welcome{
float:left;
margin:0px;
width:726px;
height:140px;
}
	*html #welcome{
	margin-top:-22px;
	}
/* MAIN CONTENT */
.box_info{
padding:4px 10px 0px 10px;
margin-top:15px;
}
.box_info_2a{
clear:both;
float:left;
width:275px;
height:70px;
padding: 20px 0px 9px 0px;
}
.box_info_2{
clear:both;
float:left;
width:275px;
height:70px;
padding: 9px 0px 9px 0px;
border-top:#062740 1px solid;
}
.info_pic{
clear:both;
width:41px;
height:66px;
float:left;
border: #062740 1px solid;
margin: 0px 10px 20px 0px;
}
#box_L{
clear:both;
float:left;
width:412px;
height:510px;
background-image:url(../images/home/welcome_back.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
border: #062740 1px solid;
margin: 0px 0px 0px 15px;
}
	*html #box_L{
	margin: -1px 0px 0px 7px;
	}
#box_right{
float:left;
width:280px;
height:459px;
background-color:#FFFFFF;
background-image:url(../images/home/tailored_back.gif);
background-repeat:no-repeat;
margin: 0px 0px 0px 11px;
}
/* FOOTER */
#footer_home{
float:center;
padding:15px 0px 0px 0px;
}
#footer{
float:right;
padding:15px 0px 0px 0px;
}
.comments{
color:#FF0000;
}


/*HARDCODED PAGES*/

#tel_right_panel{background-color:#eeece1; 
width:200px; 
float:left;
margin-bottom:10px}

#tel_right_panel p{padding:0 10px 0 10px}

#tel_right_panel img {margin:10px 0px 10px 8px;}

#tel_left_panel{width:245px; float:left}

.tel_list{ margin-left:5px}
.tel_list li{ padding:0 12px 0 0px}


#tel_left_panel p {padding:0px 10px 0 0px}

#other_float{ float:left; width:100%; margin:0px; padding:0px}

.indent_txt{ margin-left:10px;}


.hard_coded_table td{ border-bottom:1px solid #1C6D93; }

