
body {
	margin:0px auto;
	padding:0px;
	font-family:'calibri','Tahoma', san-serif;
	font-size:12px;
	line-height:18px;
	background:url(../images/MainBKGD.jpg);
	background-color:#00081b;
	background-repeat:repeat-x;
	color:#333333;
}

img{ border:0px;}

/* layouts 
-------------------------------------------------------------- */
#con0{
	background:url(../images/background2.png)  top center no-repeat;
	min-height:650px ;
}

#con1{
	width:992px;
	text-align:left;
}

#header{
	height:105px;
	display:block;
	background: transparent url(../images/top_bg.png) bottom left no-repeat;	
}

#logo{
	float:left;
	margin-top:10px;
}

/* header area
-------------------------------------------------------------- */
#header_area{
	width:662px;
	height:57px;
	float:left;
}


/* top navigation 
-------------------------------------------------------------- */
#nav { 
	height:48px; 
	width:662px;
	text-align:center;
	float:right;
	background: transparent url(../images/menu_back.png) top left no-repeat;	
}

#nav li {
	float: left;
	text-align:center;
	list-style: none ;	
	height:38px;
	margin:13px 0px 0px 0px; 
	background: transparent url(../images/menu_line.png) top right no-repeat;	
	width:100px;
}

#nav li.long {
	width:150px;
}

#nav li.last {
	width:130px;
	background: transparent;	
}

#nav li.last_active {
	background: transparent;	
}

#nav ul { 
	float:left; 
	margin:0px 0px 0px -35px; 
	line-height:38px;
	width:640px;
}

#nav li { 
	float:left; 
	list-style-type:none; 
	overflow:hidden; 
}

#nav ul li a { 
	font-size:14px;
	text-decoration:none; 
	display:block;  
	color:#00081b;
}

#nav ul li a:hover { 
	text-decoration:none;
	color:#0051c6;
}

#nav ul li.active a,#nav ul li.last_active  a { 
	color:#0051c6;
}

#nav ul li.active a:hover { 
	color:#123e6b;
}


/* Pages Title Area
-------------------------------------------------------------- */
#pages_top{
	height:9px; 
	width:992px;
	text-align:center;
	background: transparent url(../images/page_header_top.png) top left no-repeat;	
}

#pages_in{
	height:109px; 
	width:992px;
	text-align:center;
	background: transparent url(../images/page_header_in.png) top left no-repeat;	
}


/* page title h1 style */
#pages_in h1{
	font-size:19px;
	font-weight:normal;
	color:#e8f4fb;
	text-align:left;
	padding-top:65px;
	margin-left:20px;
	margin-bottom:0px;
	margin-top:0px;
}


/* flashBanner
-------------------------------------------------------------- */

#flashBanner{
	height:234px; 
	width:992px;
	text-align:center;
}

/* side bar
-------------------------------------------------------------- */
#sub_menu{
	width:177px;
	float:left;
	margin-top:-10px;
}
#sub_menuTop{
	background-image:url(../images/subMenu_title.png);
	background-repeat:no-repeat;
	width:177px;
	height:35px;
	margin:0px;
}
#sub_menuTop h2{
	padding: 10px 10px 0px 10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
#sub_menuTopLong{
	background-image:url(../images/subMenu_titleLong.png);
	background-repeat:no-repeat;
	width:177px;
	height:51px;
	margin:0px;
}
#sub_menuTopLong h2{
	padding: 10px 10px 0px 10px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

#sub_menuMiddle{
	width:177px;
	background-image:url(../images/subMenu_middle.png);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:-12px;
	font-size:12px;	
}

#sub_menuMiddle ul{
	width:177px;
	padding-top:0px;
	text-align:left;
}


#sub_menuMiddle li{
	width:177px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
	background-image:url(../images/subMenu_line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px 0px 0px -40px;
}
#sub_menuMiddle li.last{
	background: transparent;
}

/* side menu links*/
#sub_menuMiddle  li a{	
	margin-left:0px;
	text-decoration:none;
	color:#00081b;
	padding-left:25px;
	background-image:url(../images/orangeArrow.png);
	background-position: left;	
	background-repeat: no-repeat;
}

#sub_menuMiddle  li a:hover{
	color:#0051c6;
	text-decoration:none;
	background-image:url(../images/orangeArrow.png);
	background-position: left;	
	background-repeat: no-repeat;
}
#sub_menuMiddle ul li.active a,#sub_menuMiddle ul li.last_active  a { 
	color:#0051c6;
	font-weight:bold;
}

#sub_menuMiddle ul li.active a:hover { 
	color:#5789d0;
}
#sub_menuBottom{
	background:url(../images/subMenu_bottom.png) no-repeat top;
	width:177px;
	height:13px;
	margin-top:-12px;
}
/* content layout 
-------------------------------------------------------------- */
#content_con{
	width:992px;
	margin:0px;
	float:left;
}


/* home page layout 
-------------------------------------------------------------- */

#contentTop{
	height:10px; 
	width:992px;
	text-align:center;
	background-image:url(../images/box_top.png);
	background-repeat:no-repeat;
	background-position:top;
}	
#content{
background-image:url(../images/content_bkgd.png);
background-repeat:repeat-y;
width:992px;
padding:10px 20px 10px 20px;
}

#content h1{
	color:#586579;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#content_img{
	padding:0px 30px 0px 10px;
	float:right;
}
#content p{
	line-height:18px;
	padding-right:30px;
}
#content a{
	color:#ec7a00;
	text-decoration:none;
}
#content a:hover{
	color:#0051c6;
	text-decoration:none;
}
#content hr{
	background-image:url(../images/divider.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:40px 0px 0px 0px;
	border:0px;
	width:966px;
}
#contentBottom{
background-image:url(../images/content_bottom.png);
background-repeat:no-repeat;
background-position:bottom;
width:992px;
height:12px;
}

.box1{
	float:left;
	margin-right:12px;
	margin-left:0px;
}

.box2{
	float:left;
	margin-right:12px;
}	

.box3{
	float:left;
}	

.box_in{
	clear:both;
	width:966px;
	height:10px;
}
.award{
width:992px;
height:110px;
}
.awardList {
	width:495px;
	float:left;
}
.bottomBox_top{
	width:992px;
	height:17px;
	background-image:url(../images/bottomBox_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bottomBox_middle{
	width:992px;
	background-image:url(../images/bottomBox_middle.png);
	background-repeat:repeat-y;
	background-position:top;
}
.bottomBox_content{
	margin-left:20px;
	color:#333333;
}
.bottomBox_content h1{
	color:#586579;
	font-weight:bold;
	line-height:24px;
	margin-top:0px;
	margin-bottom:10px;
}
.bottomBox_content p{
	line-height:18px;
	margin-top:0px;
	margin-bottom:0px;
}
.bottomBox_bottom{
	width:992px;
	height:17px;
	background-image:url(../images/bottomBox_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
}
.contactInfoBox{
	width:500px;
	float:left;
}
.contactInfoBox h4{
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:14px;
}
/* Sub Pages Layouts
-------------------------------------------------------------- */
#page_left{
	width:530px;
	float:left;
	margin-left:15px;
	color:#333333;
}
#page_left p{
	color:#333333;
	line-height:14px;
}
#page_left img{
	margin-left:10px;
	margin-right:10px;
}
#TwoCol_left{
	width:780px;
	float:left;
	margin-left:15px;
	color:#333333;
}
#TwoCol_left p{
	margin-left:0px;
	color:#333333;
}
#TwoCol_left img{
	margin-left:10px;
	margin-right:10px;
}
.header{
	margin-left:-20px;
}
#page_right{
	width:270px;
	float:right;
	margin-right:0px;
}
#panel_left{
	width:230px;
	float:left;
	margin-right:0px;
	margin-left:5px;
	text-align:left;
}
#panel_left img{
	margin-left:-5px;
}
#panel_right{
	width:730px;
	float:left;
	margin-left:15px;
	color:#333333;
}
#panel_right h4{font-size: 18px; margin: 10px 40px 10px;}
#panel_right p{
	color:#333333;
	line-height:14px;
	margin-right:30px;
}
#panel_right img{
	margin-left:10px;
	margin-right:10px;
}
#awards img{
	margin-left:-5px;
	margin-top:10px;
}
.awardsTitle{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
	color:#586579;
}
.headerImage{
	margin-left:-5px;
}
.padding-right img{
	padding-right:10px;
}
.padding-right {
	width:920px;
}

/* Breadcrumb
-------------------------------------------------------------- */
.breadcrumb{
	font-size:12px;
	color:#345581;
}	
.breadcrumb a{
	color:#f79020;
	text-decoration:none;
}
.breadcrumb a:hover{
	color:#f79020;
	text-decoration:underline;
}
.breadcrumb a:active{
	color:#345581;
	text-decoration:none;
}

/* Case study
-------------------------------------------------------------- */
.caseStudies_Title {
	width:500px;
	height:25px;
	background-color:#abb4cf;
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	color:#000000;
}
.pdf a{
	background-image:url(../images/pdfIcon.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}
/* Footer
-------------------------------------------------------------- */

/* footer style	*/
.footer{
	width:992px;
	color:#ffffff;
	font-size:11px;
}	

/* footer links*/
.footer a{ 
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.float_right{
	float:right;
}

.float_left{
	float:left;
}

/* btn
-------------------------------------------------------------- */
.button{
	background-image:url(../images/btn_bkgd.png);
	background-repeat:no-repeat;
	width:101px;
	height:32px;
}
.button a{
	text-align:center;
	width:101px;
	height:32px;
	margin: 0px 25px 0px 25px;
	padding-top:20px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.button a:hover{text-decoration:none;}

/* HEADINGS
-------------------------------------------------------------- */

h1,h2{ 
	font-weight:normal;
	clear:both;
	color:#586579;
}


h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
	color:#586579;
}

h1{font-size: 22px; margin: 5px 0px 10px;}
h2{font-size: 22px; line-height:20px;}
h3{font-size: 20px; margin: 15px 0px 10px;}
h4{font-size: 18px; margin: 10px 0px 10px;}
h5{font-size: 16px; margin: 5px 0px 10px;}
h6{font-size: 14px; margin: 5px 0px 10px;}


/* image alignments */
.centerimage{
	display:block;
	margin: 5px 15px 10px 0px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #e0e0e0;
}

.leftimage{
	float:left;
	font-size: 12px;
	margin: 5px 15px 10px 0px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #e0e0e0;
}

.rightimage{
	float:right;
	font-size: 12px;
	margin: 5px 0px 10px 15px;
	padding: 12px;
	color:#9F9F9F;
	font-weight:bold;
	border:1px solid #e0e0e0;
}
.spacer{
	height:20px;
}
/* table */
.table td{
	height:35px;
	color:#333333;
	font-size:12px;
}
.red{
	color:#CC0066;
	font-weight:bold;
}
.textfield {
	font-size:12px;
}
div.slide
{
	position: absolute;
	width: 378px;
	left: 378px;
	color: #586579;
	font-family: 'calibri','Tahoma', san-serif;
	font-size: 9pt;
	margin-top: 4px;
	margin-left: 15px;
}

div#newsfeed
{
	position: absolute;
	width: 378px;
	height: 21px;
	overflow: hidden;
	margin-left: 120px;
	margin-top: 5px;
}

div#latestnews
{
    background:url(../images/newsBar.png);
	width: 992px;
	height: 34px;
}

a.news
{
	color: #586579;
	text-decoration: none;
}

a.news:hover
{
	color: #586579;
	text-decoration: underline;
}

/* table title
-------------------------------------------------------------- */
.table_Title {
	height:15px;
	background-color:#abb4cf;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	color:#000;
	border-right:1px solid #ffffff;
}
.subTableBKGD{
	background-color:#e4e5e7;
	padding-left:5px;
	border-right:1px solid #ffffff;
	padding-top:5px;
}
.subPadding{
	padding-left:5px;
	padding-top:5px;
}