/* Adesys  */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
 	background-color : #155c98;

	font-size:62.5%;
	}

#dash .content {
	position: relative;
	}

.content {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	}

.clear {
	clear:both;
}

/* Typography */

hr {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	height: 1px;
	margin-top:1px;
	margin-bottom:1px;
	}

/* Headers */

h1 {
	font: 1.8em "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #333;
	margin: 10px 0 0 0;
	text-decoration: none;
	}	

#container h1 a {
	color: #333;
	}

h1 a,
h2 a,
h3 a {
	text-decoration: none;
	color: inherit;
	}

h2 {
	font: 1.7em "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #333;
	margin: 0px 0 10px 0px;
	padding: 0 0 0 0;
	}

h3 {
	font: 12px/18px "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #555;
	font-weight: bold;
	}

h4 {
	font: 1.4em "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #333;
	margin: 20px 0 0 0;
	font-weight:bold;
	}


/* Text */

p {
	font: 1.2em "lucida grande","trebuchet ms",verdana,sans-serif;
	line-height: 1.8em;
	color: #555;
	margin: 4px 0;
}

/* Link */

p a {
	text-decoration: underline;
	}

p a:hover,
h3 a:hover {
	text-decoration: none;
	}

p a:visited {
	text-decoration: underline;
	}

/* Lists */
#list {
	width: 70%;
	list-style: circle;
	margin: 10px 0 10px 25px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #cecece;
	}

#list li {
	font: 1.2em "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #555;
	margin-left: 20px;
	}

#list li a {
	display: block;
	padding: 0 0 0 0px;
	}

#list li a:hover {
	text-decoration: none;
	}


#listNoBg {
	list-style: disc;
	margin: 10px 10px 20px 10px;
}

#listNoBg li {
	font: 1.1em "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #333;
	margin: 0 0 10px 20px;
	line-height: 1.6em;
}

#listNoBg li ul li {
	list-style: circle;
}



/* Dash */
/* Basics */

#dash {
	background: url(images/dash_bg.jpg) repeat-x top; /* Blue! */
	height: 211px;
	position: relative;
	width: 100%;
	min-width: 975px;
	}

.home #dash { /* redundant */
	background-image: url(images/dash_bg.jpg);
	}

.meetUs #dash {
	background-image: url(images/dash_bg.jpg);
	}

.ourApproach #dash {
	background-image: url(images/dash_bg.jpg);
	}

.whatWeDo #dash {
	background-image: url(images/dash_bg.jpg);
	}

.resources #dash {
	background-image: url(images/dash_bg.jpg);
	}

.portfolio #dash {
	background-image: url(images/dash_bg.jpg);
	}


/* Header */
#header {
	float: left;
	height: 156px;
	width: 900px;
	display: inline;
}

#logo {
	float: left;
	height: 150px;
	width: 203px;
	}

#tagline {
	float: left;
	height: 95px;
	widows: 319px;
	padding: 25px 0 0 30px;
}

#linkedIn {
	float: right;
	padding-right: 20px;
}

/* Navigation */

#navigation {
	margin: 0 auto;
	list-style: none;
	height: 55px;
	width: 900px;
	margin-top: 0px;
	padding-top: 1px;
	}

/* Positioning */

#navigation li {
	padding: 0;
}

#navigation li.home {
	float: left;
	height: 55px;
	width: 125px;
	}

#navigation li.meetUs {
	float: left;
	height: 55px;
	width: 125px;
	}

#navigation li.ourApproach {
	float: left;
	height: 55px;
	width: 125px;
	}

#navigation li.whatWeDo {
	float: left;
	height: 55px;
	width: 125px;
	}

#navigation li.resources {
	float: left;
	height: 55px;
	width: 125px;
	}

#navigation li.portfolio {
	float: left;
	height: 55px;
	width: 125px;
	}

#navigation li a { 
	background: url(images/navigation_blue.jpg) no-repeat top left;
	font: 12px/40px "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
margin: 8px 0 0 0;
height: 42px; 
	}

#navigation li a span {
	visibility: hidden;
	}

/* Drop Down */
#navigation #nav ul li ul li a { 
	background: url(images/navDropDownBg.png) repeat-x top left;
	padding: 0 15px;
	margin: 0px;
	height: 40px; 
}

#navigation #nav ul li .dropDownContainer {
	border: 1px solid #7a7c7b;
	border-top: 0px;
}

#navigation #nav ul li ul li a:hover {
	background: url(images/navDropDownBgHover.png) repeat-x top left;
}


/* Buttons */

#navigation a.home {
	background-position: 0 0;
	}

#navigation a.meetUs {
	background-position: -125px 0;
	}

#navigation a.ourApproach {
	background-position: -250px 0;
	}

#navigation a.whatWeDo {
	background-position: -375px 0;
	}

#navigation a.resources {
	background-position: -500px 0;
	}

#navigation a.portfolio {
	background-position: -625px 0;
	}

/* Hover */

#navigation .home:hover {
	background-position: 0 -97px;
	}

#navigation .meetUs:hover {
	background-position: -125px -97px;
	}

#navigation .ourApproach:hover {
	background-position: -250px -97px;
	}

#navigation .whatWeDo:hover {
	background-position: -375px -97px;
	}

#navigation .resources:hover {
	background-position: -500px -97px;
	}

#navigation .portfolio:hover {
	background-position: -625px -97px;
	}

/* Current Page */

.home #navigation .home,
.meetUs #navigation .meetUs,
.ourApproach #navigation .ourApproach,
.whatWeDo #navigation .whatWeDo,
.resources #navigation .resources,
.portfolio #navigation .portfolio,

.home #navigation .home:hover,
.meetUs #navigation .meetUs:hover,
.ourApproach #navigation .ourApproach:hover,
.whatWeDo #navigation .whatWeDo:hover,
.resources #navigation .resources:hover,
.portfolio #navigation .portfolio:hover {
	margin: 0;
	padding: 0;
	height: 55px !important;
	}

.home #navigation .home {
	background-position: 0 -42px !important;
	}

.meetUs #navigation .meetUs {
	background-position: -125px -42px !important;
	}

.ourApproach #navigation .ourApproach {
	background-position: -250px -42px !important;
	}

.whatWeDo #navigation .whatWeDo {
	background-position: -375px -42px !important;
	}

.resources #navigation .resources {
	background-position: -500px -42px !important;
	}

.portfolio #navigation .portfolio {
	background-position: -625px -42px !important;
	}





/* Container */

#container {
	background: url(images/bodyBg.jpg) no-repeat top #155c98;
	padding: 15px 0 30px 0;
	margin: 0;
	width: 100%;
	min-width: 900px;
}

#container #left {
	width: 560px;
	float: left;
}

#leftBgTop {
	width: 560px;
	height: 350px;
	background : url(images/leftBgTop.png) no-repeat bottom left;
	margin-left: -5px;
	float: left;
}

#leftContent {
	width: 560px;
	height: 100%;
	background : url(images/leftBgMiddle.png) repeat-y top left;

	margin-top: -339px;
	float: left;
}

#leftBgBottom {
	width: 560px;
	height: 27px;
	background : url(images/leftBgBottom.png) no-repeat top left;

	float: left;
}

#container #left .block {
	padding: 20px 55px 30px 35px;
}
	
#container #left .block h1 {
	margin: 0 0 10px 0;
}

#container #left p {
	font-size: 1.2em;
}

#container #left p ul {
	margin: 10px;
}

#container #left p ul li {
	list-style: circle;
}

#container .right {
	float: right;
}

/* Blue  Color */
#container #left h3,
#container #left p a {
	color: #155d99;
	padding-bottom: 10px;
	}

#container .right .short {
	background: url(images/rightBgShort.png) no-repeat top left;
 	min-height: 225px;
	}

#container .right .tall {
	background: url(images/rightBgTall.png) no-repeat top left;
 	min-height: 380px;
	}
	
#container .right .block {
	width:260px;
	margin: 0 0 10px 0;
	padding: 30px 10px 30px 35px;
	}

#container .right .block p {
	font-size: 1.2em;
	}

#container li a {
	color: #777;
	}

#container .right h3,
#container .right p a,
#container .right hr {
	color: #155d99;
	}

.post {
	float: left;
	width: 240px;
	margin: 20px 0 20px 0;
	padding: 0;
	}

.post p {
	font: 1.2em "lucida grande","trebuchet ms",verdana,sans-serif;
	margin: 0;
	padding: 0;
	color: #555;
	}

.post h1 {
	font: 1.4em "lucida grande","trebuchet ms",verdana,sans-serif;
	margin: 0;
	padding: 0;
	}

.postLeft {
	float: left;
	width: 50px;
	margin: 0;
	padding: 0;
}

.postLeft p {
	margin: 0;
	padding: 0;
}

.postRight {
	float: left;
	width: 170px;
	margin: 0 0 0 10px;
	padding: 0;
}
	
.postRight p {
	margin: 0;
	padding: 0;
}	

	
.portfolio a img {
	border: 1px solid #999;
	}

.portfolio a:hover img {
	background: #999;
	}


.resourcesPopUp {
	padding: 0;
	margin: 0;
	display: none;
}

.expandCollapse {
	padding-right: 7px;
}

/* Meet Us */

#adesie {
	padding: 0px 0px 30px 0px;
	margin-bottom:30px;
}

.meetUsImg {
	width: 140px;
	float: left;
	margin: 0px 10px 5px 0px;
}

#adesieImg {
	width: 140px;
	float: left;
}

.socMedia {
	width: 140px;
	float: left;
	padding: 10px 0 0 7px;
}

#adesieText {

}

/* 2 Column */
#twoColItem {
	float: left;
	width: 480px;
	padding: 20px 0;
	margin: 0;
}

.twoColLeft {
	float: left;
	width: 150px;
	padding: 0 0 0 10px;
	margin: 0;
}

.twoColLeft p {

}

.twoColRight {
	float: left;
	width: 320px;
	padding: 0;
	margin: 0;
}

.twoColRight p {

}

.dashedBottom {
	border-bottom: 1px solid #ccc;
}

#indent {
	margin-left: 20px;
}

#vendorLogo {
	margin: 15px;
}

.pdf
{
	margin:0 0 0 3px;
	padding: 7px 0 0 20px;
	background:url('images/pdfIcon.png') no-repeat left;
}

/* logos */

#logos img {
	margin: 15px 15px 8px 15px;
	vertical-align:middle;
}

#fourStepProcess {
	margin: 10px 0 20px 0;
}

/* contact */

/* contact table styles */
.dataLeft
{
	font: 1.2em "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #555;
	vertical-align:top;
	text-align:right;
	margin:0;
	padding:3px 5px 3px 0;
}

.dataRight
{
	font: 1.2em "lucida grande","trebuchet ms",verdana,sans-serif;
	color: #555;
	vertical-align:top;
	text-align:left;
	margin:0;
	padding:3px 0 3px 0px;
}

#RedStar
{
	color: #FF3333;
	margin:0;
	padding:0 0 0 10px;
	font-style:italic;
	font-size:0.9em;
}

#RedStar_blank
{
	color: #fff;
	margin:0;
	padding:0 0 0 10px;
}


/* Footer */

#footer {
	background-color: #222;
	clear: both;
	text-align: center;
	padding: 0;
	color: #999;
	border-top: 1px solid #1e85db;
	}

#footer p.mast {
	width: 900px;
	display: block;
	margin: 0 auto;
	color: #999;
	height: 45px;
	padding: 30px 0 0 0;
	text-align: center;
	}

#footer a {
	color: #aaa;
	}

#footer a:hover {
	color: #ccc;
	}


/* Clearfix */

.clear {
	clear:both;
}

.clearfix:after,
#container:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
* html .clearfix,
* html #north {height: 1%;}
/* End hide from IE-mac */


/* HOSTING PLATFORM COMPARISON CHART */

.platform-comparison .newsecContent table.value tr.total {
	background-color: #d6d6d6;
	font: 1.3em "lucida grande","trebuchet ms",verdana,sans-serif;
	font-weight: bold;
	height: 40px;
}

.platform-comparison .newsecContent table.value tr td {
	font: 1.2em "lucida grande","trebuchet ms",verdana,sans-serif;
	text-align: center;
	line-height: 1.8em;
	color: #555;
	padding-right: 20px;
	
}

.platform-comparison .newsecContent table.value tr td.feature {
	font: 1.2em "lucida grande","trebuchet ms",verdana,sans-serif;
	text-align: left;
	line-height: 1.8em;
	color: #555;
	padding: 0 0 0 10px;

}

/* gallery */
#galleryItem
{
	float:left;
	width: 140px;
	padding:0 0 20px 0;
	margin:0;
}

#galleryItem span
{
	display:block;
	padding:0;
	margin:0;
	text-align: center;
	line-height: 1.2em;
}

#galleryItem img {
	float: left;
}



/* SFT */

#sft_item_blue {
	float: left;
	display: table;
	margin: 15px 5px;
	background:url('images/sft_color_blue.jpg') repeat-y left;
}

#sft_item_red {
	float: left;
	display: table;
	margin: 15px 5px;
	background:url('images/sft_color_red.jpg') repeat-y left;
}

#sft_item_gold {
	float: left;
	display: table;
	margin: 15px 5px;
	background:url('images/sft_color_gold.jpg') repeat-y left;
}

#sft_item_silver {
	float: left;
	display: table;
	margin: 15px 5px;
	background:url('images/sft_color_silver.jpg') repeat-y left;
}

#sft_content {
	float: left;
	width: 420px;
	padding: 0 0 0 25px;
}


#logmeinRescue {
	width: 200px;
	float:left;
}

#logmeinRescue_power {
	float: left;
	padding: 10px 0 0 30px;
}





