/* Universal Styles */

img {border:0px;}
ul {list-style-type:disc; }

a { color: #E87D1E; text-decoration: underline;}

body
{	
    margin: 15px 0px 0px;
    padding: 0px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #CCC;
    background-color: #FFF;
}

h1,h2,h3,h4,h5,h6{ padding:0px; }

h1{font-size:160%;}        

h2{font-size:150%;}        

h3{font-size:140%;}        

h4{font-size:130%;}        

h5{font-size:120%; color: #E87D1E; margin:0px; text-decoration: underline;}        

h6{font-size:90%; color: #717074; margin:0px;}    


/* Background Images */
.subHeader { background-image: url(images/subHeader.jpg); background-repeat: no-repeat; }
.subHeaderPortfolio { background-image: url(images/subHeaderPortfolio.jpg); background-repeat: no-repeat; }
.subHeaderContact { background-image: url(images/subHeaderContact.jpg); background-repeat: no-repeat; }
.subHeaderRFP { background-image: url(images/subHeaderRFP.jpg); background-repeat: no-repeat; }
.subHeaderProcess { background-image: url(images/subHeaderProcess.jpg); background-repeat: no-repeat; }
.subHeaderCaseStudies { background-image: url(images/subHeaderCaseStudies.jpg); background-repeat: no-repeat; }
.subHeaderCompany { background-image: url(images/subHeaderCompany.jpg); background-repeat: no-repeat; }
.subHeaderPress { background-image: url(images/subHeaderPress.jpg); background-repeat: no-repeat; }
.subHeaderSiteEnhance { background-image: url(images/subHeaderSiteEnhance.jpg); background-repeat: no-repeat; }


/* Div Table Styles */
.homeContent { padding: 20px 30px;}
.subContent { padding: 0px 30px 0px 10px;}

.boxText { padding: 0px 10px; font-size: 11px; line-height: 14px; }

/* Text Styles */
#breadcrumb { font-size: 10px; color: #717074; padding: 0px 0px 0px 3px;}

#breadcrumb a { font-size: 10px; color: #717074; text-decoration: none;}

#breadcrumb a:hover, #breadcrumb .current { font-size: 10px; color: #E87D1E; text-decoration: none;}

.titleText1
{
	font-size: 15px;
	color: #E87D1E;
	font-weight: normal;
}

.mainTextNav
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Navigation Styles */
#header a 
{ 
	color: #717074;
	font-size: 12px;
	text-decoration: none;
}

#header a:hover, #header .selected 
{ 
	color: #E87D1E;;
	font-size: 12px;
	text-decoration: none;
}

.homeTitleOn {color: #E87D1E; font-weight: bold; text-decoration: none;}
.homeTitleOff {color: #717074; font-weight: bold; text-decoration: none;}

/* Logoworks Link Backs */
.logoworksLink
{
	font-family: Arial; 
	font-size: 9px;
	color: #717074;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.logoworksLink a
{
	padding: 0px 8px;
	color: #717074;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


/* Benga Added Styles -----------------------------------------------------------------------------*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background: url(nivo-slider/demo/images/bg.png) no-repeat;
    width:895px;
    height:326px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:895px;
    height:326px;
	background: url(nivo-slider/demo/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 410px;
	bottom: 5px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(nivo-slider/demo/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(nivo-slider/demo/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/*------------------Nivo Slider Styles---------------------------------------------------------------------*/

 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*---New a href styles-----------------------------------------------*/
a		{outline:none; border:none; color: #e87d1e}
a:hover  {outline:none; border:none; color:#4d4d4d}
img{border: none !important}
b{color: #333; font-weight:bold; margin:0px 0px 5px 0px}

bgc{ color: #555 !important}

