html{
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
}
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image: url(images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
:focus
{
  -moz-outline-style: none;
}

p{
	line-height:1.3em;
}
.p1{
	padding:0 20px 20px 20px;
	font-size:115%;
	line-height:1.8em;
	text-indent:20px;
}
h1{
	font-size:130%;
	color:#666;
	margin:10px;
}
h2{
	font-weight:bold;
	font-size:100%;
	color:#333333;
	margin: 0 0 0 10px;
	padding:0;
}
h2 a:link, h2 a:visited{
	color:#333333;
	text-decoration:none;
}
h2 a:hover, h2 a:active{
	color:#0099ff;
	text-decoration:none;
}
h4{
	font-size:100%;
	margin-top: 0;
	margin-bottom:10px;
	color:#CCCCCC;
	border:solid 2px #666666;
	background:#000055 url(images/h4bg.jpg) top repeat-x;
	padding:5px 5px 5px 10px;
	clear:both;
}
h4 a:link, h4 a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
h4 a:hover, h4 a:active{
	color:#FFFFFF;
	text-decoration:none;
}
li{
	list-style:none;
	line-height:1.3em;
}
hr{
	color:#CCCCCC;
	height:1px;
	border-style:dashed;
}
/*----------CLASS----------*/
.nobdr{
	border:none;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
#btns{
}
.btn{
	margin:1px 0 0;
}
.btndn{
	display:none;
}
.copy{
	margin:0;
}
img a{
	border:none;
}
a.plink:link, a.plink:visited{
	color:#000050;
	line-height:1.5em;
	border-bottom:1px solid #999;
	text-decoration:none;
}
a.plink:hover, a.plink:active{
	color:#0099FF;
	line-height:1.5em;
	background-color:#F0F0F0;
	border-bottom:1px solid #999;
	text-decoration:none;
}
.boldindent{
	font-size:150%;
	font-weight:bold;
	color:#000050;
}
.smblue{
	font-size:100%;
	font-weight:bold;
	color:#0099FF;
}
.storyhead{
	font-size:105% !important;
	line-height:2em;
}

/*----------GENERAL----------*/
#wrap{
	margin:0 auto;
	padding:0 50px;
	width:804px;
	position:relative;
}
/*.bottom{
	margin:0 auto;
	padding:0 50px;
	height:50px;
	width:804px;
	background-color:transparent;
	background-image: url(images/bot_bg.png);
	background-position:center;
	background-repeat:no-repeat;
}*/
/*--------------------HEADER-----*/
#header{
	margin:0 0 10px;
	padding:10px 0 0;
}
.fontchanger{
	position:absolute;
	top:0.45em;
	right:3px;
	text-align:center;
}
a.fontsize{
	border:none !important;
}
.fontsize{
	padding:0 2px !important;
}
/*--------------------MENU-----*/
#bigskyinfo, #videomenu{
	width:793px;
	font-weight:bold;
	padding:4px 0 0 7px;
	background:#000055 url(images/h4bg.jpg) top repeat-x;
	border:solid 2px #666666;
	position:relative;
	z-index:5;
	clear:both;
}
#bigskyinfo ul, #videomenu ul{
	padding:0 0 5px;
	margin:0;
}
#bigskyinfo li, #videomenu li{
	font-size:110%;
	display:inline;
	margin:0;
}
#bigskyinfo a:link, #bigskyinfo a:visited, #videomenu a:link, #videomenu a:visited{
	position:relative;
	margin:1px 0 0;
	padding:5px;
	text-decoration:none;
	color:#CCCCCC;
}
#bigskyinfo a:hover, #videomenu a:hover{
	position:relative;
	margin:1px 0 0;
	padding:5px;
	text-decoration:none;
	color:#F0F0F0;
}
#bigskyinfo a:active, #videomenu a:active{
	position:relative;
	margin:1px 0 0;
	padding:5px;
	text-decoration:none;
	color: #0099FF;
}
#bigskyinfo .current a:link , #bigskyinfo .current a:visited, #videomenu .current a:link , #videomenu .current a:visited{
	position:relative;
	top:-1px;
	margin:1px 0 -1px 0;
	padding:10px 5px 0px 5px;
	text-decoration:none;
	color:#000050;
	width:auto;
	background-image:url(images/menubg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	border-top: none !important;
	border-bottom: 10px solid #FFFFFF !important;
}
#bigskyinfo .current a:hover, #videomenu .current a:hover{
	position:relative;
	top:-1px;
	margin:1px 0 -1px 0;
	padding:10px 5px 0px 5px;
	text-decoration:none;
	color:#000050;
	background-image:url(images/menubg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	border-top: none !important;
	border-bottom: 10px solid #FFFFFF !important;
	z-index:100;
}
#bigskyinfo .current a:active, #videomenu .current a:active{
	position:relative;
	top:-1px;
	margin:1px 0 -1px 0;
	padding:10px 5px 0px 5px;
	text-decoration:none;
	color:#000050;
	background-image:url(images/menubg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	border-top: none !important;
	border-bottom: 10px solid #FFFFFF !important;
	z-index:100;
}
.topLeftCrnr{
	position:absolute;
	display:inline;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:#FFFFFF url(images/topLeftCrnr.gif) top left no-repeat;
}
.topRightCrnr{
	position:absolute;
	display:inline;
	top:0;
	right:0;
	width:10px;
	height:10px;
	background:#FFFFFF url(images/toprightCrnr.gif) top left no-repeat;
}

/*--------------------FLASH-----*/
#flash{
	width:800px;
	height:260px;
	margin:0;
}
#flashewo{
	width:804px;
	padding:0;
}
#yesFlash{
	text-align:center;
}
/*--------------------FOOTER-----*/
#spacer{
	padding:5px 0 10px;
	color:#999999;
	clear:both;
	font-size:85%;
	border-top:solid 2px #999999;
}
#spacerright{
	float:right;
	text-align:right;
	width:300px;
}
#spacerleft{
	width:400px;
}
#spacer a:link, #spacer a:visited{
	text-decoration:none;
	color:#999;
	border-bottom:1px solid #999;
}
#spacer a:hover, #spacer a:active{
	text-decoration:none;
	background-color:#F0F0F0;
	color: #0099FF;
	border-bottom:1px solid #999;
}
/*----------SIDEBAR-------*/
.ad{
	margin-top:200px;
}
/*----------HOME----------*/
.main{
	width:804px;
	padding:0 0 10px;
	margin:0;
	background-color:transparent;
	/*border:solid 2px #666666;*/
}
.tag{
	margin:0;
	padding:10px 10px 0;
}
#maintb{
	background:transparent url(images/main.jpg) center top no-repeat;
}
#projtb{
	background:transparent url(images/proj.jpg) center top no-repeat;
}
#purctb{
	background:transparent url(images/purc.jpg) center top no-repeat;
}
#assettb{
	background:transparent url(images/asset.jpg) center top no-repeat;
}
#core, #bene, #serv{
	display:block;
}
#main, #proj, #purc, #asset, #case, #roi, #sas, #scrn, #sr2, #sr3{
	display:none;
}
.sideNav{
	border:none;
	display:block;
	position:relative;
	z-index:10;
	width:187px;
	text-transform:lowercase;
	font-size:120%;
	font-weight:bold;
	color:#000050;
	margin:0 0 5px 30px;
	padding:6px 5px 6px 11px;
	background:white url(images/sideNav_bg_off.gif) top left no-repeat;
}
.sideNav:link, .sideNav:visited{
	color:#000050;
	background-color:#F0F0F0;
	text-decoration:none;
}
.sideNav:hover{
	color:#0099FF !important;
	text-decoration:none;
}
.sideNav:active{
	margin:0 0 5px 10px;
	color:#0099FF;
	width:208px;
	background:#FFFFFF url(images/sideNav_bg.gif) top left no-repeat;
	text-decoration:none;
}
.features h2{
	font-size:100%;
	margin:5px 0;
	padding:0;
	text-align:center;
	height:100px;
	color:#CCCCCC;
	text-decoration:none;
}
.opening{
	width:490px !important;
	margin: 10px !important;
	padding:0;
	font-size:115%;
	line-height:1.5em;
	color:#666666;
	text-indent:20px;
}

/*----------CONTACT----------*/
#contactForm{
	clear:both;
}
input, textarea{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:100%;
}
textarea{
	padding:2px;
}
#form{
	margin:0;
	padding:10px 10px 10px 70px;
}
label{
	display: block;
}
.submit{
	font-size:0.9em;
}
.fields{
	width:250px;
	margin:0 0 5px 0;
}
#quickContact .fields{
	width:auto;
	margin:0 0 5px 0;
	padding:0;
	color:#CCCCCC;
}
#screenShots{
	margin:80px 0 0;
	text-align:center;
}
#quickContact{
	margin:20px 0;
	text-align:center;
}
#quickContact img{
}
#quickContact ul{
	margin:0 0 0 -40px;
}
#quickContact .formbtn,  #screenShots .formbtn{
	text-align:center;
	margin-top:10px;
	width:auto;
}
.comments{
	width:300px;
	height:150px;
	margin:0 0 5px 0;
}
.disclaimer{
	font-size:0.75em;
	text-transform:uppercase;
	color: #FF0000;
	margin:0 70px 0 0;
	float:right;
}
.page{
	width:804px;
	border-top:none;
	margin:0 0 10px;
	padding:10px 0 0 0;
}
.building{
	float:left;
	padding:10px 0;
	margin-right:10px;
	width:210px;
}
.heading{
	text-align:left;
}	
.story{
	padding:10px 0 10px 10px;
	border-left:1px solid #CCCCCC;
	float:right;
	width:560px;
}
.news{
	padding:10px 0 10px 10px;
	border-left: dashed 1px #ccc;
	float:right;
	width:520px;
}
.story p, div.story.storyhead{
	margin:10px 20px 10px 20px;
}
div.main.storyhead{
	width:auto;
}
.brdtop li, .dots{
	list-style-image:url(images/dot.gif);
}
.news p{
	margin-left:20px;
}

h2.tab{
	margin:5px 0 0 0;
}
.img1{
	float:left;
	padding:0 2px 10px 5px;
	border:none;
}
.img2{
	float:right;
	padding:0 0 10px 10px;
	border:none;
}
.more{
	float:right;
	padding:0 10px 10px 0;
	border:none;
}
.icon{
	margin: 3px 0 0 3px;
}
.brdtop div p{
	clear:both;
}
.brdtop div li{
	margin:0 20px 0 0;
}
table.cust_grid{
	width:480px;
	margin:10px auto;
	border:1px solid #ccc;
	border-bottom:none;
}
table.cust_grid td{
	border-bottom:1px solid #ccc;
	padding:5px;
}
.testimonials{
	margin:50px 0;
	font-style:italic;
	color:#666;
	padding: 0 0 0 10px;
}
.author{
	font-size:100%;
	margin: 0 0 0 40px;
	color:#666666;
	clear:both;
}
.test1 span.author{
	font-style:normal;
	font-size:90%;
	margin:0;
}
.test1{
	width:230px;
}
.test2{
	width:230px;
	position:absolute;
	top:87em;
}
.test3{
	width:230px;
	position:absolute;
	top:132em;
}
.test1 p, .test2 p, .test3 p{
	font-family:"Times New Roman", Times, serif;
}
.projbg{
	background:#000050 url(images/projbg.jpg) bottom right no-repeat;
}
.ivrbg{
	background:#000050 url(images/ivrbg.jpg) bottom right no-repeat;
}
.assetbg{
	background:#000050 url(images/assetbg.jpg) bottom right no-repeat;
}
.casebg{
	background:#000050 url(images/casebg.jpg) bottom right no-repeat;
}
.adtab{
	position:absolute;
	top:41px;
	right:40px;
	z-index:0;
}
.brdtop{
	border:1px solid #fff;
	padding:10px 0;
	margin:5px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.moneybtn{
	margin:0;
}
#serv h2{
	clear:both;
}
.videoWrap{
	clear:both;
	margin:10px auto;
}
.video{
	text-align:center;
}
.videoMenu{
	font-size:120% !important;
	font-weight:bold;
	color:#666;
	margin:0 0 20px 0;
}

/*---------RIGHT COLUMN-------
.rcolWrap{
	height:300px;
	width:188px;
	float:right;
	background-color:#F0F0F0;
	border:1px solid #CCCCCC;
	color:#333333;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottomright: 10px;
	-webkit-border-bottomleft: 10px;
}
-----------LEFT COLUMN---------
.brdtopWrap{
	width:360px;
	float:left;
	padding: 0 10px 0 0;
}*/
.dataSheet{
	padding:15px 0 0 0;
}
.dataSheet h1{
	font-size:14px;
	color:#999;
}
.dataSheet h2{
	margin-bottom:20px;
}
/* - - - - SUMMER SAVINGS - - - - - */
a.summer-arrow{
	position:absolute;
	top:2px;
	right:-18px;
	background:url(images/SummerArrow.png) center no-repeat;
	width:275px;
	height:82px;
}
a.summer-arrow .hide{
	display:none;
}
