@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background: #b5b7b9;
}
a img {
	border:0;
}
a {
	color:#005E9D;
}
ul {
	list-style:none;
}
.left {
	float:left !important;
}
.right {
	float:right !important;
}
.clear {
	clear:both !important;
}
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
input, select {
	vertical-align:middle;
	font-weight:normal;
	font-size:11px;
	border: 1px solid #cccccc;
}
p {
	font-size:12px;
}
.padtop5 {
	padding-top:5px;
}
.padbot5 {
	padding-bottom:5px;
}
.padtop15 {
	padding-top:15px;
}
.padtop10 {
	padding-top:10px;
}
.padright10 {
	padding-right:10px;
}
.padbot15 {
	padding-bottom:15px;
}
.padleft20 {
	padding-left:20px;
}
.padleft10 {
	padding-left:10px;
}
.bold {
	font-weight:bold;
}
.blue {
	color:#0c71b2;
}
.grey {
	color:#666666;
}
.white {
	color:white !important;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right !important;
}
.red {
	color:red;
}
.blue2 {
	color:#9fb9c8;
}
.font10 {
	font-size:10px;
}
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
}
.font16 {
	font-size:16px;
}

/* ============================= flyout ====================== */

/* 
	YADM - yet another dropdown menu 
	Menu styles without Javascript 
	See more at http://www.onlinetools.org/yadm/
*/
/*
ul#nav{
	font-family:Arial,Sans-Serif;
	margin:0;
	padding:0;
	list-style-type:none;

	
}
ul#nav li ul{
	background:#fff;
	margin:0;
	padding:0;
}
ul#nav li{
	position:relative;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	list-style-type:none;
	background:transparent;
	width:180px;
	line-height:150%;
}
ul#nav a{
	border:1px solid #cf9;
	color:#000;
	text-decoration:none;
	display:block;
}
ul#nav a:hover{
	border:1px inset #be8;
	color:#333;
}
ul#nav li li a{
	padding-left:1em;
	color:#333;
	text-decoration:none;
	display:block;
}
ul#nav li li a:hover{
	
}

.hiddenChild{
	position: absolute;
	left: -999em;
}
.shownChild{
	left:-1px;
}
p{
	clear:both;float:none;
}
ul#nav.dhtml{
	position:relative;
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	height:42px;
}
ul#nav.dhtml li{
	position:relative;
	float:left;
	border-right:1px solid #fff;
	height:41px;
	width:180px;
}
ul#nav.dhtml ul{
	top:40px;
	position:absolute;
	border:1px solid #333;
	border-top:none;
	background:#fff;
	z-index:10;
	color:black;
}
ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
	border:none;

}
ul#nav.dhtml li ul li {
height:22px;
padding:0px;
width:100%;
}
ul#nav.dhtml li ul li a{
	padding:0 .5em;
	color:black;
}
ul#nav.dhtml ul li{
	border:none;
	width:10em;
}

ul#nav.dhtml li.isActive a{
	background:transparent;
}
ul#nav.dhtml li.isActive ul a{
	padding:0 .5em;
}
ul#nav.dhtml a:hover{
 	color:#CCCCCC;
}
ul#nav.dhtml li.isParent a:hover{
	background:url(vertarrow.gif) 90% 50% no-repeat #9c6;
}
ul#nav.dhtml li.isActive ul a:hover{
	color:#0033FF;
}
*/
/* 
	YADM - yet another dropdown menu 
	Menu styles without Javascript 
	See more at http://www.onlinetools.org/yadm/
*/
ul#nav{
	font-family:Arial,Sans-Serif;
	margin:0;
	padding:0;
	list-style-type:none;
	padding:.5em;
	width:15em;
}
ul#nav li ul{
	background:#b2c6f3;
	margin:0;
	padding:0;
}
ul#nav li{
	position:relative;
	margin:0;
	width:15em;
	padding:0;
	list-style-type:none;
	background:transparent;
	color:#fff;
	line-height:150%;
}
ul#nav a{
	border:1px solid #cf9;
	color:#fff;
	text-decoration:none;
	display:block;
}
ul#nav a:hover{
	border:1px inset #fff;
	color:#333;
	
}

ul#nav li li a{
	padding-left:1em;
	color:#333;
	text-decoration:none;
	display:block;
}
ul#nav li li a:hover{

}
/* YADM relative dropdown example */
.hiddenChild{
	position: absolute;
	left: -999em;
}
.shownChild{
	left:-1px;
}
p{
	clear:both;float:none;
}
ul#nav.dhtml{
	position:relative;
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	height:1.5em;
}
ul#nav.dhtml li{
	position:relative;
	float:left;
	width:15em;
	border-right:1px solid #fff;
	text-align:center;
}
ul#nav.dhtml ul{
	top:1.5em;
	position:absolute;
	border:1px solid blue;
	border-top:none;
	width:15em;
	z-index:10;
}
ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
	border:none;
}
ul#nav.dhtml li a{
	padding:0 .5em;
}
ul#nav.dhtml li ul li:hover {
background-color:#fff;
}
ul#nav.dhtml li ul li a{
	padding:0 .5em;
	color:black;
}
ul#nav.dhtml ul li{
	border:none;
	padding-top:2px;
	padding-bottom:2px;
	width:15em;
	text-align:left;
}
ul#nav.dhtml li.isParent{
	
}
ul#nav.dhtml li.isActive{
	
}
ul#nav.dhtml li.isActive a{
	background:transparent;
}
ul#nav.dhtml li.isActive ul a{
	padding:0 .5em;
}
ul#nav.dhtml a:hover{
	
}
ul#nav.dhtml li.isParent a:hover{

}
ul#nav.dhtml li.isActive ul a:hover{
	color:blue;
}


/* ============================= main layout ====================== */

#container {
	width:990px;
	margin:0 auto;
	height:100%;
	background-color:#fff;
}
#header {
	width:990px;
	height:95px;
	padding-top:20px;
	padding-bottom:5px;
	background-image:url(images/deep-blue-communications.png);
	background-repeat:no-repeat;
	background-position:center;
}

.home {
height:85px;
width:340px;
float:left;
}

#header a {
	color:white;
	text-decoration:underline;
}

#header a:hover {
	color:#b5b7b9;
}

#header .links {
	color:white;
	float:right;
	padding-top:9px;
	margin-right:30px;
}

#header .links img {
	margin-left:5px;
	position:relative;
	top:16px;
}

#menu {
	background-image:url(images/menu-bg.jpg);
	background-repeat:repeat-x;
	height:23px;
	width:960px;
	margin-left:15px;
	margin-bottom:15px;
	padding-top:4px;
    position: absolute: top: 0;
}



#menu a, #menu a:link, #menu a:visited {
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
}

#menu a:hover {
	color:#000;
}
#homepage_content_left {
	float:left;
	width:715px;
}

.homepage_box {
	background-image:url(images/homepage-box.jpg);
	background-repeat:no-repeat !important;
	background-color:white;
	height:126px;
	width:685px;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	padding:15px;
}

.homepage_box div img {
	padding-bottom:10px;
	padding-right:12px;
}

.homepage_box p {
	padding-bottom:12px;
}

.homepage_box h2 {
	color:#005e9d;
	text-transform:uppercase;
	font-size:13px;
	padding-bottom:8px;
}

.about1 {
	float:right;
	position:relative;
	top:20px;
	
}

.about2 {
	float:right;
	position:relative; top:53px;
}

#twitter {
	float:right;
	margin-right:15px;
}

#footer {
	background-color:#B5B7B9;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	color:#231f20;
}

#footer a, #footer a:link, #footer a:visited {
	color:#231f20;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}

/* ============================= homepage rotator ====================== */

.container {
	overflow: hidden;
	width: 958px;
	margin: 0 auto;
}
#main {
	margin-left: 15px;
	border: 1px solid #595758;
}

#main a {
	text-decoration:none;
}

/*--Main Image --*/
.main_image {
	width: 701px; height: 372px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-bottom:1px solid #595758;
}
.main_image h2 {
	display:none;
}
.main_image p {
	font-size: 12px;
	padding: 10px;	margin: 0;
	line-height: 1.2em;
}

.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 701px;
	background: #111;
	border-top: 1px solid #000;
	height:45px;
}
.main_image a.collapse {
	background: url(images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 

.image_thumb {
	float: left;
	width: 256px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #666;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 2px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li {
	margin: 0; padding: 11px 10px;
	background: #f0f0f0 url(images/nav_b.jpg) repeat-x;
	width: 235px;
	float: left;
	border-bottom: 1px solid #0bee1b;
	border-top: 1px solid #0bee1b;
	border-right: 1px solid #0bee1b;
	border-left:1px solid #0bee1b;
}
.image_thumb ul li:hover {
	background: #fff;
	background: #f0f0f0 url(images/nav_a.gif) repeat-x;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.1em; 
	margin: 2px 0; padding: 0;
	color:#00bcf2;
	position:relative;
	top:10px;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}

#rotating_items{
	position: relative;
}
	#rotating_items h3{
		margin: 0px;
	}
	#rotating_items div.rotating_item{
		position: absolute;
	}


/* ============================= inner content ====================== */

#inner_content {
	padding-right:15px;
	color:#4d4d4f;
}

#inner_content h2 {
	text-transform:uppercase;
	color:#005e9d;
	font-size:20px;
	padding-bottom:10px;
}

#widecontent li, #content li {
	list-style-type: disc;
	margin-left:30px;
	padding-left:3px;
	padding-bottom:3px;
}

#inner_content p {
	padding-bottom:12px;
	line-height:160%;
}

#leftnav {
	width:180px;
	margin-left:15px;
	margin-right:15px;
	float:left;
}

#leftnav ul {
	width:180px;
}

#leftnav ul li {
	width:180px;
	height:20px;
	background-image:url(images/leftnav-item.png);
	background-repeat:no-repeat;
	margin-bottom:2px;
	padding-top:7px;
	padding-left:20px;
	color:#4d4d4f;
}

#leftnav ul li a, #leftnav ul li a:link, #leftnav ul li a:visited {
	color:#4d4d4f;
	text-decoration:none;
}

#leftnav ul li.header a, #leftnav ul li.header a:link, #leftnav ul li.header a:visited, #leftnav ul li.header a:hover {
	color:#fff;
	text-decoration:none;
}

#leftnav ul li a:hover {
	color:#2ea7d0;
}

#leftnav ul li.header {
	background-image:url(images/leftnav-header.png) !important;
	text-transform:uppercase;
	color:#fff;
}

.selected {
	text-decoration:underline;
}

#content {
	width:510px;
	float:right;
	min-height:500px;
}

#contentsmfull {
	background-color:white;
	width:960px;
	margin-left:15px;
	min-height:580px;
    position: absolute: top: 0;
}

#contentsmleft {
	background-color:white;
	width:660px;
	min-height:580px;
    float:left;
	margin-left:15px;
    position: absolute: top: 0;
}

#contentsmphoto {
	background-color:white;
	width:200px;
    float:left;
	margin-left:15px;
}

#contentsmaboutus {
	background-color:white;
	width:745px;
    float:right;
	margin-left:15px;
}

#contentsmaboutfull {
	background-color:white;
	width:960px;
	margin-left:15px;
    position: absolute: top: 0;
}

#contentsmlefthalf {
	background-color:white;
	width:470px;
	min-height:580px;
    float:left;
	margin-left:15px;
}

#contentsmlefthalf2 {
	background-image:url(images/backgroundbox.gif);
	background-color:white;
	width:370px;
	max-height:250px;
	min-height:250px;
    float:left;
	margin-left:45px;
	padding:15px; 
}

#contentsmrighthalf2 {
	background-image:url(images/backgroundbox.gif);
	background-color:white;
	width:370px;
	max-height:250px;
	min-height:250px;
    float:right;
	margin-right:45px;
	padding:15px; 
}

#contentsmrighthalf {
	background-color:white;
	min-height:580px;
	width:470px;
    float:right;
	margin-left:15px;
}

#contentsmright {
	background-color:white;
	width:300px;
	min-height:580px;
	margin-left:685px;
    position:absolute: top: 0;
}

#contentsmright2 {
	background-color:white;
	width:200px;
	min-height:580px;
	margin-left:685px;
}2
#contentsm {
	color:#FFFFFF
    width:325px;
	float:left;
	min-height:255px;
}

#contentsm2 {
	width:450px;
	float:left;
	min-height:650px;
}

#contentsmsolution {
	width:281px;
	float:right;
	margin-left:0px;
	margin-right:15px;
	min-height:650px;
}

#contentwidesm {
	width:750px;
	float:left;
	min-height:650px;
}

#contentwidepartners {
	width:485px;
	float:right;
	min-height:650px;
}

#widecontent {
	width:960px;
	margin-left:15px;
	margin-right:15px;
	min-height:500px;
}

.partners img {
	width:80px;
}

.request td {
	height:20px;
}
