@charset "utf-8";
/* USP INFO Web CSS Version 1.0 */ 

/*
Theme Name: Orange & Grey
Theme URI: http://www.creativenodes.com/
Description:  Orange & Grey was designed and built specially for CreativeNodes.
Version: 1.0
Author: Creativenodes team
Author URI: http://www.creativenodes.com.com/

*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.gif) repeat-x;
	margin: 80px 0 0 0 ;
	padding: 0;
	color: #676767;
}

/* DIV BASIC LAYOUT STYLES STARTS */
div#container {
	position: relative;
	width: 780px;
	height:auto;
	background:none;
	margin:0 auto;
	overflow:hidden;
}
div#sidebar {
	float:left;
	position: absolute;
	width:280px;
	height:100%;
	background: none;
	border-right: solid 1px #ccc;
	overflow:hidden;
}
div#content {
	float:right;
	position: relative;
	width: 480px;
	height:100%;
	background:none;
	padding-left:10px;
	text-align:left;
}
#scroll {
	float:left;
	width:470px;
	height:360px;
	margin-top: 20px;
	overflow-x:hidden;
	overflow-y: scroll;
}

/* DIV BASIC LAYOUT STYLES ENDS */



/* MAIN NAVIGATION MENU STYLES STARTS */

#navigation *{
	margin: 0;
	padding:0;
}
#navigation{
	float:right;
	width: 90px;
	padding:22px 0 13px 0;
}
#navigation a{
	background-image:url(../images/navigation_sprite.png);
	background-position:left;
/*	background-repeat:left;*/
	display:block;
	width:90px;
	height:25px;
	text-indent: -9000px;
}
#navigation a.link1 {
  background-position:0 0;
}
#navigation a.link1:hover {
  background-position:180px 0;
}
#navigation a.link2 {
  background-position:0 -25px;
}
#navigation a.link2:hover {
  background-position:-90px -25px;
}
#navigation a.link3 {
  background-position:0 -50px;
}
#navigation a.link3:hover {
  background-position:-90px -50px;
}
#navigation a.link4 {
  background-position:0 -75px;
}
#navigation a.link4:hover {
  background-position:-90px -75px;
}
#navigation a.link5 {
  background-position:0 -100px;
}
#navigation a.link5:hover {
  background-position:-90px -100px;
}
body#home .home a, a:active{ /*  For Active Page Indication */
	background-position:-180px 0;
}
body#about .about a{
	background-position:-180px -25px;	
}
body#services .services a, a:active{
	background-position:-180px -50px;
}
body#coverage .coverage a, a:active{
	background-position:-180px -75px;
}
body#contact .contact a, a:active{
 	background-position:-180px -100px;
}
/* MAIN NAVIGATION MENU STYLES ENDS */



/* MAIN CONTENT STYLES STARTS */

.logo {
/*	display:block;*/
	float:left;
	padding-left:125px;
	padding-bottom:10px;
}
a img {
	border:0;
}

div#content h4 {
	color:#F7941E;
	padding:0;
	margin: 16px 0 0 0;
}
div#content .zeroTop {
	margin-top:-5px;
}
div#content h5, h6{
	color:#43505A;
	padding:0;
	margin: 0;
}
div#content p {
	width:470px;
	font-size:0.75em;
	padding:0 0 8px 0;
	margin: 5px 0 0 0;
	line-height:16px;
}
div#content p.bold {
	font-weight:bold;
}


/* TABLE BASED LIST STYLES STARTS */
table {
	border-collapse:collapse;
}
tr, td, th {
   border:0;
}
a a:hover {
	color:#ccc;
}
table.gridtable {
	font-size:13px;
/*	color:#333333;
	border-width: 1px;
	border-color: #666666;*/
	border-collapse: collapse;
	padding:0;
	vertical-align:top;
}
/*
table.gridtable th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}*/
table.gridtable td {
/*	border-width: 1px;*/
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
table.gridtable ul li{
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding: 0 0 5px 15px ;
	margin:0 5px 0 -8px;
	line-height:10px;
}
table.gridtable ul li a{
	font-size:1em;
	color:#F7941E;
	text-decoration:none;
}
table.gridtable ul li a:hover{
	color:#676767;
	text-decoration:underline;
}
/* TABLE BASED LIST STYLES STARTS */

.infoBox{
	float:left;
	border:dashed 1px #DEDEDE; 
	background:#EFEFEF;
	padding:5px;
	margin-top: 10px;
	width:460px;
	height:100%;
	overflow:hidden;
	display:none;
}
.infoBox p {
	font-size: 0.75em;
	line-height:8px;
	color:#666;
}

.infoBox ul li {
	font-size: 0.75em;
	background: url(../images/bullet5.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0 0 5px 15px;
	margin:0 5px 0 -8px;
	line-height:14px;
}
.more{
	float: left;
	height: 23px;
	width:46px;
	display:inline;
	cursor: pointer;
	text-decoration: none;
	text-indent:-9000px;
	background: url(../images/more_normal.png) no-repeat 0px 2px;
}
.more:hover, .more.selected {
	background:url(../images/more_over.png) repeat-x 0px 2px;
}
/* MAIN CONTENT STYLES ENDS */


/* FOOTER STYLES STARTS */

div#footer {
	float:left;
	width:470px;
	font-size:0.9em;
/*	color:#a5a5a5;*/
	padding:0;
	margin-top:18px;
	border-top: solid 1px #ccc;
}
div#footer ul, li{
	float:left;
	display:block;
	font-size:11px;
	color:#666;
	padding:0 5px 0 0;
	list-style-type:none;
	line-height:5px;
}
div#footer a:link, a:visited {
	color:#ff9632;
	text-decoration:none;
}
div#footer a:hover{
	color:#676767;
	text-decoration:underline;
}
div#footer .callUs {
	float:left;
	font-weight:bold;
	font-size:14px;
	color: #333;
	padding:0;
	margin:5px 0 0 0;
}
div#footer .copy {
	float:left;
	font-size:11px;
	color:#999;
}
div#footer .orange {
	color:#ff9632;
}
div#footer .grey {
	color:#676767;
}
div#footer a.green:link, a.green:visited{
	color: #99cc00;
	font-size:11px;
	font-weight:bold;
}
div#footer a.green:hover, a.green:active{
	color: #888;
	font-weight:bold;
	text-decoration:underline;
}
.socialMediaNetwork {
	float:right;
	position:absolute;
	margin:10px 0 0 420px;
	visibility:hidden;
}
.callUs {
	float:left;
	font-weight:bold;
	font-size:16px;
	color: #43505A;
	padding:0;
	margin:5px 0 0 0;
}
.orange {
	color:#F90;
	font-weight:bold;
}

.orangeThin {
	color:#F90;
}

.genLink a:link {
	color:#ff9632;
	text-decoration:none;
}
.genLink a:hover{
	color:#676767;
	text-decoration:underline;
}
.greenLink a:link a:visited {
/*	color:#;*/
	color: red;
	text-decoration:none;
}
.greenLink a:hover a:active {
	color:#676767;
	text-decoration:underline;
}
#green {
	color:ff9632;
}


/* SCROLLBAR SCRIPT STARTS */

/* SCROLLBAR SCRIPT ENDS */

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
