/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img {
	border : 0;
}
dt, address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

/* =body */
body {
	width : 100%;
	margin : 0px;
	font : 88%/1.5em Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-image: url(bg_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #505B6F;
	color: #000000;
}

/* Highlighting the current page */

body.home #nav_main a#home, body.web #nav_main a#web, body.imagery #nav_main a#imagery, body.flash #nav_main a#flash, body.website #nav_main a#website , body.apps #nav_main a#apps, body.contact #nav_main a#contact, body.market #nav_main a#market, body.quote #nav_main a#quote, body.portfolio #nav_main a#portfolio {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}


/* =layout 
------------------------------------------------- */
#layout1 #contentMain {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 78%;

}
#layout2 {
}
#layout3 {
}
#align  {
	width : 950px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
}

#branding {
	width : 100%;
	height: 131px;
	position: absolute;
	top: 50px;
}
#branding h1 {
	z-index : 1;
	position : absolute;
	left : -30px;
	top : -4px;
	height : 140px;
	width : 480px;
	text-indent : -9999px;
	background-image: url(SClogo.gif);
	background-repeat: no-repeat;
}
#branding h2 {
	float: right;
	padding-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	line-height: normal;
	padding-top: 40px;
	text-align: center;
} 
#nav_main {
	width: 100%;
	position: relative;
}
#nav_main ul {
	list-style-type: none;
	text-decoration: none;
    }
#nav_main li {
	display: inline;
}
#nav_main li a, a:link {
	background-image: url(bg_nav_main.png);
	background-repeat: repeat-x;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 1em;
	padding-left: 1em;
	border-right: 1px solid #0F0501;
	color: #000000;
	font: bolder 110%/28px Geneva, Arial, Helvetica, sans-serif;
}
#nav_main li a:hover {
	background-image: url(transparent);
}
#nav_main ul#top {
	position: absolute;
	top: 10px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #0F0501;
	border-bottom: 2px solid #0F0501;
	border-left: 2px solid #FFFFFF;
	width: 100%;
}
#nav_main ul#top li {
	float: right;
}
#nav_main ul#bottom {
	position: absolute;
	top: 190px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #0F0501;
	border-bottom: 2px solid #0F0501;
	border-left: 2px solid #FFFFFF;
	width: 100%;
}
#nav_main ul#bottom li {
	float: left;
}
a.glossary {
	position:relative;
}
a.glossary span {
	display: none;
}
a.glossary:hover span {
	position: absolute;
	top:2em;
	left:-10em;
	display: block;
	font-size: 80%;
	color: #CCCCCC;
	background-color: #505B6F;
	border: 1px solid #FFFFFF;
	width: 300px;
	padding: 5px;
	line-height: 1.5em;
	z-index: 10;
}

a.tooltipT span, a.tooltipB span {
	display: none;
	font-size: 110%;
}
a.tooltipT:hover span {
	position: absolute;
	top:0px;
	left:20px;
	text-transform: none;
	width: 500px;
	line-height: 28px;
	display: block;
	color: #EAD3B3;
}
a.tooltipB:hover span {
	position: absolute;
	top:-180px;
	left:20px;
	text-transform: none;
	width: 500px;
	line-height: 28px;
	display: block;
	color: #EAD3B3;
}
  

#content  {
	width : 100%;
	position: absolute;
	margin-top: 10px;
	margin-right: auto;
	top: 230px;
}
#content h1 {
	font-size: 150%;
	color: #0F0501;
	font-weight: bold;
	text-align: center;
	clear: both;
}
#content h2 {
	font-size: 120%;
	color: #0F0501;
	font-weight: bold;
	text-align: left;
}
#content h3 {
	font-size: 110%;
	color: #0F0501;
	font-weight: bold;
	text-align: center;
}
#content h4 {
    font-weight: bold;
}
#content h5 {
	font-style: italic;
	font-weight: bold;
}
#content a, a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
	border-style: none;
	text-transform: none;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	margin: 0px;
	line-height: normal;
}	
#content a:hover {
	color: #3D8594;
	text-decoration: none;
}
#content p {
	padding: 0px;
	margin: 0px;
}
#content ul {
	text-decoration: none;
    }
#content li {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
}
#contentMain {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	width: 38%;
	position: relative;
}
#contentSecond {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 38%;
	position: relative;
}
#contentSub {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 78%;

}
#sidebar {
	float: left;
	width: 20%;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#sidebar img {
	border: 2px solid #505B6F;
}
.box {
	margin: 0px;
	padding: 0px;
}
.boxInner {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #0F0501;
	border-bottom: 2px solid #0F0501;
	border-left: 2px solid #FFFFFF;
	padding: 10px;
	margin-top: 10px;
}

.clear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#siteinfo {
	width: 100%;
	background-image: url(siteinfo.jpg);
	background-repeat: no-repeat;
	height: 130px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #0F0501;
	border-bottom: 2px solid #0F0501;
	border-left: 2px solid #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
}
#siteinfo h1 {
	position : absolute;
	height : 80px;
	width : 240px;
	background-image: url(logoBottom.png);
	background-repeat: no-repeat;
	left: 694px;
	top: -23px;
	text-indent: -9999px;
}
#siteinfo h2 {
	float: left;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 120%;
	line-height: normal;
	padding-top: 40px;
	text-align: left;
}
#siteinfo p {
	text-align: center;
	position: absolute;
	right: 358px;
	font-weight: bold;
	bottom: 11px;
	height: 66px;
}
.footnote {
	font-size: 70%;
	text-align: right;
	line-height: normal;
}

 /* image styles */
.img {
	float: right;
	border: 2px solid #505B6F;

}

#container {
	width : 950px;
	margin : 0 auto;
}
#wrapper {
	width : 1048px;
	background-image: url(bg_cut72Res.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin : 0 auto;
	padding: 0px;
	position: relative;
	height: 260px;
}
/* clip gallery */
/* position the outer frame */
div.frame {position:relative; margin:20px auto; width:500px; height:380px; border:1px solid #000;}

/* Set up the common image style */
div.frame a img {position:absolute; top:0; left:0;}
/* clip the eight images into vertical strips */
div.frame a.pos1 img {clip:rect(0 70px 380px 0px);}
div.frame a.pos2 img {clip:rect(0 130px 380px 70px);}
div.frame a.pos3 img {clip:rect(0 190px 380px 130px);}
div.frame a.pos4 img {clip:rect(0 250px 380px 190px);}
div.frame a.pos5 img {clip:rect(0 310px 380px 250px);}
div.frame a.pos6 img {clip:rect(0 370px 380px 310px);}
div.frame a.pos7 img {clip:rect(0 430px 380px 370px);}
div.frame a.pos8 img {clip:rect(0 500px 380px 430px);}

/* set up the default link :active for IE */
div.frame a:active {position:absolute; top:0; left:0; background:#fff; z-index:100;}

/* unclip the image */
div.frame a:active img, div.frame a:focus img {background:#fff; clip:rect(0 510px 380px 0); z-index:100;}
