@charset "UTF-8";
/* CSS Document */

body {
	background: #F0F0F0;
	color: #555555;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 18px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #008DCF;
	text-decoration: none;
	}
	
a:hover {
	color: #008DCF;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	height: 84px;
	margin: 0 auto 0;
	padding: 0;
	}
	
#header .wrap {
	width: 960px; 
	margin: 0 auto 0;
	}

#header .widget-area {
	width: 550px;
	color: #333333;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #008DCF;
	text-decoration: underline;
	}
	
#header .widget-area a:hover {
	color: #008DCF;
	text-decoration: none;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 310px;
	height: 125px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	color: #FFFFFF;
	display: block;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	color: #BBBBBB;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #555555;
	width: 138px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #444444;
	color: #FFFFFF;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 140px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -33px 0 0 159px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #EEEEEE;
	margin: 0 auto 0;
	padding: 0;
	}

#nav .wrap {
	background: url(images/nav.png);
	width: 960px;
	height: 45px;
	margin: 0 auto 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	}
	
#nav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #EEEEEE;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 13px 17px 12px 15px;
	text-decoration: none;
	text-shadow: #000000 1px 1px;
	position: relative;
	background: url(images/navline.png) no-repeat right;
	}

#nav li a:hover, #nav li a:active {
	background: url(images/navhov.png) top;
	color: #333333;
	text-shadow: #FFFFFF 1px 1px;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #F4F4F4;
	color: #333333;
	width: 138px; 
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #CCCCCC;
	text-shadow: #FFFFFF 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #FFFFFF;
	color: #333333;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 158px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

#nav li.right {
	float: right;
	margin: 0;
	padding: 13px 25px 12px 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #EEEEEE;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #EEEEEE;
	text-decoration: underline;
	text-shadow: #000000 1px 1px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#subnav .wrap {
	background: url(images/subnav.png);
	width: 960px;
	height: 17px;
	margin: 0 auto 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	}
	
/***** Inner ********************/

#inner {
	width: 920px;
	background: #FFFFFF;
	margin: 20px auto 0;
	padding: 15px 20px 20px 20px;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	}
		
/***** Home Top ********************/

#home-top-bg {
	background: url(images/home-top.png);
	}

#home-top {
	background: url(images/home-top-wrap.png);
	width: 960px;
	height: 280px;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
	}
	
#home-top a, #home-top a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#home-top h2 a, #home-top h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#home-top h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top .home-top-left h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-shadow: #045EA4 1px 1px;
	border-bottom: 1px dotted #56B7E3;
	}

#home-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top .byline {
	margin: 0;
	padding: 0;
	}
	
#home-top .wrap {
	background: #FFFFFF;
	margin: 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
	}
	
.home-top-left {
	background: #1EA7E8 url(images/home-top-left.png) left repeat-y;
	width: 330px;
	height: 235px;
	color: #FFFFFF;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.home-top-left .widget {
	margin: 0;
	padding: 20px;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #008DCF;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #008DCF;
	color: #FFFFFF;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #008DCF;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}
			
/***** Footer ********************/

#footer {
	clear: both; 
	overflow: hidden;
	color: #666666;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 15px 0 15px 0;
	text-shadow: #FFFFFF 1px 1px;
	}

#footer .wrap {
	width: 950px;
	margin: 0 auto 0;
	}
	
#footer a, #footer a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #008DCF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .creds {
	width: 850px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	}

/****Home Page Right Nav Styles***/	
	
#titles-r	
	{
	font: italic 17px Georgia, 'Times New Roman', Times, serif; 
	color: #333; 
	display: block;
	padding-left: 23px;
	}

#hc-content
	{
	width: 273px; 
	height: auto; 
	padding: 0px 10px; 
	background-color: #FFF; 
	border-left: 1px #dcdcdc solid; 
	border-right: 1px #dcdcdc solid;
	margin-top:0px;
	}

#titles
	{
	font: italic 18px Georgia, 'Times New Roman', Times, serif; 
	color: #333; 
	display: block;
	}
	
#logo
	{
	float: left; 
	height: 84px; 
	width:165px;
	}
	
#address
	{
	text-align: right; 
	float: right; 
	font: italic 12px Georgia, 'Times New Roman', Times, serif; 
	color: #666; 
	padding-top: 10px;
	}
	
#home-main-spot
	{
	background: url(images/home-top-wrap.png); 
	width: 960px; 
	height: 292px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px 0px;
	}
	
#hms-top-brdr
	{
	height: 10px; 
	width: 960px; 
	display: block;
	}
	
#hms-bg
	{
	background-color: #FFF;
	border-left: solid #cdcdcd 1px; 
	border-right: solid #cdcdcd 1px; 
	width: 958px; 
	height: 273px;
	}
	
#hms-left
	{
	width: 405px; 
	height: 251px; 
	background-color: #033385; 
	color: #FFF; 
	margin-left: 10px; 
	padding: 10px 20px; 
	float: left;
	}
	
.ms-hdr
	{
	font: italic 22px Georgia, 'Times New Roman', Times, serif; 
	display: block;
	line-height: 24px;
	}
	
#hms-photo
	{
	float: left; 
	margin-left: 10px; 
	height: 271px; 
	width: 480px; 
	background: url(images/it_professional.jpg)
	}
	
#hms-btm-brdr
	{
	height: 10px; 
	width: 960px;
	}
	
#hbs-container
	{
	width: 960px; 
	margin: 0 auto 0;
	}
	
#hbs-left
	{
	float: left; 
	width: 648px; 
	height: auto; 
	margin-right: 10px;
	}
	
.dotted
	{
	background-color: #cfcfcf; 
	height:1px; 
	width:auto; 
	display:block; 
	margin-top:5px;
	}
	
.dotted-r
	{
	background-color: #cfcfcf; 
	height:1px; 
	width:auto; 
	display:block; 
	margin: 5px 0px;;
	
	}	
#hc-top-bdr
	{
	height: 9px; 
	width: 648px; 
	display: block;	
	}
	
#main-content
	{
	width: 606px; 
	padding: 0px 20px; 
	height: auto; 
	background-color: #FFF; 
	border-left: 1px #dcdcdc solid; 
	border-right: 1px #dcdcdc solid;	
	}
	
#home-list-l
	{
	width: 303px; 
	float: left; 
	margin: 0px; 
	display: inline;
	}
	
#home-list-r
	{
	width: 303px; 
	float: right; 
	margin: 0px; 
	display: inline;	
	}
	
#engage-list
	{
	margin-left: 30px; 
	display: block; 
	padding-bottom: 15px;	
	}

/***** Icons *****/

#engage-icon1
	{
	background: url(images/icon-sprite.gif) 0px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display: block; 
	float: left;	
	}
	
#engage-icon2
	{
	background:url(images/icon-sprite.gif) -20px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;
	}
	
#engage-icon3
	{
	background:url(images/icon-sprite.gif) -40px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;	
	}
	
#engage-icon4
	{
	background:url(images/icon-sprite.gif) -60px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;	
	}
	
#engage-icon5
	{
	background:url(images/icon-sprite.gif) -200px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;	
	}
	
#ops-icon
	{
	background:url(images/icon-sprite.gif) -140px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;	
	}

#pdf-icon
	{
	background:url(images/pdf-icon.png) no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;	
	}

	
#future-icon
	{
	background:url(images/icon-sprite.gif) -120px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;
	}
	
#arrow
	{
	background:url(images/icon-sprite.gif) -159px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;
	}
		
#case-icon
	{
	background:url(images/icon-sprite.gif) -100px 0px no-repeat; 
	height:	20px; 
	width: 20px; 
	display:block; 
	float:left;
	}
	
#client-icon
	{
	background:url(images/icon-sprite.gif) -80px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;	
	}
	
#contact-icon
	{
	background:url(images/icon-sprite.gif) -180px 0px no-repeat; 
	height: 20px; 
	width: 20px; 
	display:block; 
	float:left;
	}
	
/***** Right Boxes *****/

#hbs-right
	{
	float: left; 
	width: 295px; 
	height: auto; 
	}


#right-box
	{
	width: 295px; 
	height: auto; 
	margin-bottom: 12px;	
	}
	
.read-more
	{
	margin: 0px 0px 0px 5px;
	}
	
#home-btm-list
	{
	margin-top: 0px; 
	margin-bottom: 0px;	
	}
	
#home-right
	{
	float:right; 
	width:295px; 
	height: auto;	
	}
	
#hc-top-bdrb
	{
	height: 9px; 
	width: 295px; 
	display: block;	
	}
	
.table-hdr
	{
	text-align:center; 
	color:#FFF; 
	vertical-align:text-top; 
	background-color: #3B3B3B; 
	font:italic 16px Georgia, 'Times New Roman', Times, serif;
	width: 225px;
	}
		
.tbl-hdr
	{
	font:italic 16px Georgia, 'Times New Roman', Times, serif;
	color:#FFF; 
	}
	
/* Home Page Text Scroller */
	
.slider 
	{
	position:relative; 
	overflow:hidden; 
	border:2px solid #9ac1c9; 
	height:225px; 
	margin-bottom:20px;
	}
	
.slidercontent 
	{
	position:absolute
	}
	
.slidercontent .upper 
	{
	border-bottom: none;
	}
	
.section 
	{
		padding: 0;
	}
	
.newsslider 
	{
	position:relative; 
	overflow:hidden; 
	height:70px; 
	width:536px; 
	margin-bottom:20px;
	}
	
.newsslidercontent 
	{
	position:absolute;
	}
.newsslidercontent .upper {border-bottom:none}
.newssection {padding: 0 0 20px 0; height:75px;}

.titlesl
	{
	color: #F00;
	font-weight: bold;
	}
