@charset "utf-8";
/* CSS Document */

/* Body and Fonts */

body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background:url(body_bg.jpg) 50% 0 #FFFFFF repeat-x;
}

h1{
font-size:26px;
color:#174E91;
}

h2{
font-size:22px;
}

h3{
font-size:14px;
margin-bottom:10px;
margin-top:0;
}

h4{
font-size:12px;
margin:8px 0;
}

p,li{
line-height:18px;
}

p.large{
font-size:16px;
line-height:22px;
}

ul,li{
margin:0;
padding:0;
list-style:none;
}

a{
text-decoration:none;
color:#FF6600;
}

a:hover{text-decoration:underline;}

small{
font-size:10px;
color:#CCCCCC;
line-height:12px;
}
/* ------------------------------------ */
/* All Container */

#allContainer{
width:1015px;
height:auto;
margin:auto;
}

/* ------------------------------------ */
/* Structure Styles */
#spanWhite,
#spanGray{
width:100%;
float:left;
}

#spanWhite{
margin-bottom:10px;
}

#spanGray{
min-height:770px;
height:auto;
background:url(spanGray_bg.jpg) #EFEFEF no-repeat;
}

#headerContainer,
#navContainer,
#pageBanner,
#contentContainer,
#footerContainer{
width:100%;
float:left;
}

/* ------------------------------------ */
/* Header Container */

#headerContainer{
height:135px;
background:url(headerContainer_bg.png) no-repeat;
position:relative;
}

#logoLink{
width:400px;
height:90px;
margin-top:25px;
float:left;
}

/* --------- 
Follow Us 
 --------- */
 
#followUs{
width:auto;
height:32px;
float:right;
margin-top:20px;
}

#followUs_text,
#followUs_icons{
float:left;
}      

#followUs_text{
width:70px;
font-size:11px;
font-weight:bold;
line-height:32px;
}

#followUs_icons{
margin-left:10px;
}

#followUs_icons li{
margin-right:5px;
float:left;
}

#followUs a img{
border:none;}
/* --------- 
Add This Widget
 --------- */
 
#addThisWidget{
width:125px;
height:16px;
position:absolute;
top:105px;
right:7px;
}
 
/* ------------------------------------ */
/* Nav */

#navContainer{
height:42px;
margin-bottom:10px;
background:url(nav_bg.png) 50% 0 no-repeat;
}

nav{
margin-left:10px;
}

#nav li{
height:42px;
line-height:42px;
float:left;
font-size:12px;
font-weight:bold;
border-right:1px solid #3665A0;
border-left:1px solid #163b68;
text-transform:uppercase;
}

#nav li:last-child{border-right:none;}
#nav li:first-child{border-left:none;}

#nav li,
#nav li a{
color:#FFFFFF;
}

#nav li a{
padding:0 30px;
display:block;
}

#nav li a:hover{
text-decoration:none;
color:#FF9900;
}

/* --------- 
Drop Down 
 --------- */
 
#nav li ul { 
position:absolute;
background:#134B90;
width:175px;
left:-999em;
border-bottom:1px solid #163b68; 
border-right:1px solid #163b68;
border-left:1px solid #163b68;
}

#nav li:hover ul, 
#nav li.sfhover ul{ /* lists nested under hovered list items */
left: auto;
}

#nav li li{
height:25px;
width:100%;
line-height:25px;
text-transform:none;
text-align:center;
border-right:none;
border-left:none;
border-bottom:1px solid #3665A0;
font-size:12px;
font-weight:normal;
}

#nav li li:last-child{
border-bottom:none;
}

#nav li li a{padding:0;}

/* --------- 
Active Links 
 --------- */
 
body#home a#homeNav,
body#solutions a#solutionsNav,
body#services a#servicesNav,
body#clients a#clientsNav,
body#news a#newsNav,
body#partners a#partnersNav,
body#contactUs a#contactUsNav{

}

/* ------------------------------------ */
/* Page Banner */

#pageBanner{
height:317px;
}

#pageBanner_shadowBox{
width:643px;
height:299px;
padding:18px 0 0 18px;
float:left;
background:url(pageBanner_shadowBox_bg.png) no-repeat;
}
/* ------------------------------------ */
/* RSS */

#rss{
width:42px;
height:39px;
float:left;
margin-left:10px;
background:url(rss_icon.png) 0 50% no-repeat;
}

/* ------------------------------------ */
/* Content Container */

#contentContainer{
height:auto;
padding:20px 0;
border-bottom:1px solid #D7D7D7;
background:url(contentContainer_bg.png) no-repeat;
}

#content_sep_gray{
width:100%;
height:1px;
border-bottom:1px solid #EFEFEF;
margin-bottom:10px;
}

/* ------------------------------------ */
/* Main Content */

#mainContent{
width:637px;
float:left;
margin-left:5px;
}

#mainContent ul{
margin-bottom:10px; 
}

#mainContent li{
background:url(mainContent_li_bg.png) 0 5px no-repeat;
padding-left:20px;
margin-left:20px;
margin-bottom:5px;
}

#mainContent table{
margin-bottom:10x;
}

#mainContent table td{
vertical-align:top;
padding:10px 0;
border-bottom:1px solid #EFEFEF	;
}

/* --------- 
White Box 
 --------- */
 
#mainContent_whiteBox_top,
#mainContent_whiteBox_bottom{
width:100%;
height:8px;
float:left;
}

#mainContent_whiteBox_top{
background:url(mainContent_top_bg.png) no-repeat;
}

#mainContent_whiteBox_body{
width:597px;
background:#FFFFFF;
float:left;
padding:10px 20px;
}

#mainContent_whiteBox_body /* For full containers that have images with no border */
.media_border{
padding:8px;
background:#EFEFEF;
border:1px solid #DFDFDF;
margin-bottom:10px;
}

#mainContent_whiteBox_body.noBorder img{ /* For single images with no border */
padding:0;
border:none;
background:none;
}

#mainContent_whiteBox_body img.noBorder{
padding:0;
border:none;
background:none;
}

#mainContent_whiteBox_body img{
margin:0 15px 10px 0;
}

.media_border{
margin:auto;
}

#mainContent_whiteBox_bottom{
background:url(mainContent_bottom_bg.png) no-repeat;
margin-bottom:10px;
}

.image_right{
margin:0 0 10px 15px;
}

/* --------- 
Partners 
 --------- */
 
#partnerLogos img{
float:left;
width:165px;
}

#partnerLogos img:hover{
background:#DFDFDF;}
/* ------------------------------------ */
/* Main Content Gray */

#mainContent_gray{
width:597px;
padding:0 20px;
float:left;
}

/* ------------------------------------ */
/* Quick Link Buttons */

#quickLinkButtons{
width:100%;
height:auto;
float:left;
margin-bottom:10px;
}

#quickLinkButtons li{
width:191px;
height:47px;
float:left; 
margin-left:5px;
padding:0;
background:none;
text-align:center;
}

#quickLinkButtons a img{
border:none;
background:none;
margin:0;
padding:0;
}

/* ------------------------------------ */
/* Footer Container */

#footerContainer{
height:120px;
padding-top:20px;
border-top:1px solid #FBFBFB;
}

#footerLeft{
width:550px;
float:left;}

#footerNav{
margin:0 0 20px 20px;
float:left;}

#footerNav li{
float:left;
font-size:11px;
line-height:16px;
border-right:1px solid #999999;
}

#footerNav li:last-child{
border-right:none;
}

#footerNav li a{
color:#999999;
padding:0 10px;
display:block;
}


#footerTag{
color:#999999;
font-size:11px;
float:left;
width:450px;
margin-left:30px;
}

#footerLogos{
width:auto;
float:right;
widows:400px;
}

#footerLogos li{
width:126px;
height:79px;
float:left;
margin-left:10px;}
