/* CSS Document */

/* basic page attributes */

html, body {
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-image: url(../../images/page_bkgd.png);
	background-repeat: repeat-x;
	background-color: #111;
	height: 100%; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#wrapper {
	height: 100%;
	width: 100%;
	text-align: center;
}
div#main {
	position: relative;
	margin: 0 auto;
	width: 756px;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-image: url(../../images/content_bkgd.gif);
	background-repeat: repeat-y;
	padding: 0 0 0 3px;
}
img {
	display: block;
	border: 0px;
}
.clearBoth {
	clear: both;
}
p, ul, li, h1, h2, h3, h4, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
p {
	line-height: 150%;
}
a {
	color: #FFF;
}
h1 {
	font-size: 24px;
	margin: 0 0 3px 0;
}
/* top of page */
#navServices ul {
	margin: 0;
	padding: 0;
}
#navServices li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navHolder {
	clear: both;
	width: 748px;
	height: 24px;
	margin-left: 1px;
	background: #222;
	border-bottom: 1px solid #333;
}
#navGeneral {
	float: right;
	width: 219px;
}
#navGeneral ul {
	margin: 0 4px 0 0;
	padding: 0;
}
#navGeneral li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
div.headDivider {
	margin-left: 1px;
	width: 748px;
	height: 5px;
	background-color: #111;
	clear: both;
}
div.headDivider hr {
	display: none;
}
/* end top of page */

/* content area */
#contentArea {
	background-color: #222;
	color: #FFF;
	width: 748px;
	margin-left: 1px;
}
#leftColumn {
	float: left;
	width: 405px;
	margin: 30px 0 0 30px;
	display: inline;
}
#rightColumn {
	float: right;
	width: 255px;
	margin: 30px 30px 0 0;
	display: inline;
}
#design #rightColumn, #implementation #rightColumn, #contact #rightColumn {
	width: 259px;
}
#company #rightColumn {
	width: 258px;
}
#consulting #rightColumn {
	margin: 12px 30px 0 0;
}
#security #rightColumn {
	margin: 27px 30px 0 0;
}
.pageIcon {
	float: left;
}
.leftContent {
	float: right;
	width: 340px;
	margin-bottom: 50px;
}

#company .leftContent {
	margin-bottom: 0;
}

/* end content area */

/* dividers */
div.dividerGreen {
	height: 3px;
	background-color: #307430;
}
div.dividerGreen hr {
	display: none;
}
div.dividerGray {
	height: 1px;
	background-color: #333;
}
div.dividerGray hr {
	display: none;
}

/* end dividers */

/* sidebars */
/* --------------------------------------------- Style One: One Column --*/
.sidebarOneColumn {
	width: 255px;
	background-image: url(../../images/sidebar01_bkgd.gif);
	background-repeat: repeat-y;
}
#company .sidebarOneColumn {
	width: 255px;
	margin-left: 3px;
	background-image: url(../../images/sidebar01_bkgd.gif);
	background-repeat: repeat-y;
}
#contact .sidebarOneColumn, #implementation .sidebarOneColumn, #design .sidebarOneColumn {
	width: 255px;
	margin-left: 4px;
	background-image: url(../../images/sidebar01_bkgd.gif);
	background-repeat: repeat-y;
}
.sidebarOneColumnTitle {
	background-image: url(../../images/sidebar01_titleBkgd.jpg);
	background-repeat: repeat-x;
}
.sidebarOneColumnTitle img.leftCorner {
	float: left;
}
/* for IE6 only */
* html .sidebarOneColumnTitle img.leftCorner {
	margin-left: -3px;
}
.sidebarOneColumnTitle img.rightCorner {
	float: right;
}
/* for IE6 only */
* html .sidebarOneColumnTitle img.rightCorner {
	margin-right: -3px;
}
.sidebarOneColumnTitle img.title {
	margin-left: 21px;
}
.sidebarOneColumnBottom {
	background-image: url(../../images/sidebar01_lowerBkgd.gif);
	background-repeat: repeat-x;
	height: 9px;
}
.sidebarOneColumnBottom img.leftCorner {
	float: left;
}
/* for IE6 only */
* html .sidebarOneColumnBottom img.leftCorner {
	margin-left: -3px;
}
.sidebarOneColumnBottom img.rightCorner {
	float: right;
}
/* for IE6 only */
* html .sidebarOneColumnBottom img.rightCorner {
	margin-right: -3px;
}
.sidebarOneColumn p {
	margin: 10px 30px 20px 30px;
	font-size: 10px;
	color: #999;
}
.sidebarOneColumn a {
	color: #999;
}
/* ----------------------------------------- End Style One One: Column --*/

/* --------------------------------------------- Style One Two: Column --*/
.sidebarTwoColumn {
	margin-left: 98px;
	width: 623px;
	background-image: url(../../images/sidebar02_bkgd.gif);
	background-repeat: repeat-y;
}
.sidebarTwoColumnTitle {
	background-image: url(../../images/sidebar01_titleBkgd.jpg);
	background-repeat: repeat-x;
}
.sidebarTwoColumnTitle img.leftCorner {
	float: left;
}
/* for IE6 only */
* html .sidebarTwoColumnTitle img.leftCorner {
	margin-left: -3px;
}
.sidebarTwoColumnTitle img.rightCorner {
	float: right;
}
/* for IE6 only */
* html .sidebarTwoColumnTitle img.rightCorner {
	margin-right: -3px;
}
.sidebarTwoColumnTitle img.title {
	margin-left: 21px;
}
.sidebarTwoColumnBottom {
	background-image: url(../../images/sidebar01_lowerBkgd.gif);
	background-repeat: repeat-x;
	height: 9px;
}
.sidebarTwoColumnBottom img.leftCorner {
	float: left;
}
/* for IE6 only */
* html .sidebarTwoColumnBottom img.leftCorner {
	margin-left: -3px;
}
.sidebarTwoColumnBottom img.rightCorner {
	float: right;
}
/* for IE6 only */
* html .sidebarTwoColumnBottom img.rightCorner {
	margin-right: -3px;
}
.sidebarTwoColumn p {
	margin: 10px 30px 20px 30px;
	font-size: 10px;
	color: #999;
}
.sidebarTwoColumn a {
	color: #999;
}
/* ----------------------------------------- End Style One: Two Column --*/

/* end sidebars */

/* footer */
#footerLinks {
	margin: 30px;
	text-align: center;
}
#globalLinks {
	margin: 0;
	padding: 0;
}
#globalLinks li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#globalLinks a {
	color: #999;
	text-decoration: none;
}
#globalLinks a:hover {
	text-decoration: underline;
}
#footerContact {
	margin: 15px 0 0 30px;
}

/* end footer */

/*****************************/
/*sIFR Styles*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}