/*#############################################################
Name: Qyuanta Systems Website CSS 
Date: FJuly 14, 2008
Author: Quanta Systems, LLC
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a,
a:link {
	color: #ee582b;
	text-decoration: none;
}
a:hover {
	color: #ee582b;
	text-decoration: underline;
}
body {
	color: #53616f;
	background-repeat: repeat;
	background-color: #333333;
	background-image: url(../img/bg_checked.png);
	font-family: Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: small;
}
input {
	color: #555;
	font: normal 1.1em Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
p,
cite,
code,
ul,
ol
 {
	font-size: small;
	line-height: 1.3em;
	padding: 5px;
}
dl{
	font-size: 1.1em;
	line-height: 1.3em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
	color: #ee582b;
}
h2{
	font-size:1.3em;
	margin-bottom: 10px;
	color: #ee582b;
}
h3 {
	font-size: 1.1em;
	padding-top: 6px;
	margin-bottom: 4px;
	color: #ee582b;
	font-weight: bold;
}
code {
	background: #DDD;
	border-left: 6px solid #ee582b;
	color: #53616F;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	border: 1px solid #EED;
	border-left:0;
}
blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding-left: 28px;
}
.callout {
font-size:1.2em;
}
.boilerplate {
	font-size:1.2em;
	color: #FFFFFF;
}
.pullquote{
	background-color: #e9e3df;
	border: 1px solid #ad9688;
	padding: 5px 8px 3px;
	font-size: .9em;
	font-weight: bold;
	color: #bc5d34;
}
.pullquote h2{
	color: #bc5d34;
	font-size: 10px;
	text-align: right;
}
.sidebarquote{
	background-color: #ee582b;
	padding: 5px 8px 3px;
	font-size: .95em;
	font-weight: bold;
	color: #fff;
	margin-top: 25px;
	margin-right: 12px;
	border-top: medium ridge #dddddd;
	border-right: medium ridge #53616F;
	border-bottom: medium ridge #53616F;
	border-left: medium ridge #dddddd;
	margin-bottom: 15px;
}
.sidebarquote h2{
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
}
.sidebarquote h3{
	color: #ffffff;
	font-size: .95em;
	text-align: right;
}
.box{
	background-color: #eeeeee;
	border: 1px solid #ad9688;
	padding: 5px 8px 5px 10px;
	font-size: 0.9em;
	color: #53616F;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 160px;
	margin-left: 10px;
	font-weight: bold;
}
.box h1{
	font-size: 1.1em;
	color: #ee582b;
}
.box2{
	background-color: #eeeeee;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 12px;
	color: #ee582b;
	float: none;
	margin-top: 5px;
	width: 499px;
	font-weight: bold;
	height: 21px;
}
.textboxheader{
	background-color: #eeeeee;
	font-size: 12px;
	color: #ee582b;
	float: none;
	font-weight: bold;
}
.textbox{
	border: 1px solid #DDDDDD;
	padding: 5px 8px 3px;
	font-weight: normal;
	color: #53616F;
}
.textbox h2{
	color: #53616F;
	font-weight: bold;
	font-size: 1.1em;
}
.deck{
	font-size: 11px;
	font-weight:bold;
	line-height: 16px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
#container {
	background-color: white;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#header { background: black url(../img/qs_head.png); height: 120px; width: 980px; }
#header h1 {
	color: #CCC;
	font: normal 1.1em Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	vertical-align: bottom;
}
#logo{
	border:0;
	position:absolute;
	top:18px;
	left:24px;
}
#corplogo {
	padding: 0px;
	margin:0;
	float: right;
	position: relative;
	top: 44px;
	right:1px;
	clear: both;
	border: 0px;
}
#corplinks{
	font: normal 1em "Lucida Sans Unicode";
	padding:0;
	list-style:none;
	text-transform:uppercase;
	clear:both;
	float:right;
	margin-top: 46px;
	margin-bottom: 0;
	margin-left: 0;
}
#corplinks li{
	float:left;
	padding:1px 4px;
	border-right:1px solid #53616F;
}
#corplinks li.last{
	border:0;
	padding-right:0;
}
#corplinks a,
#corplinks a:link{
	color:#53616F;
	text-decoration:none;
	padding:1px 4px;
}
#corplinks a:hover{
	color:#000;
	text-decoration:none;
}

/* #search styles */
#search{
	padding: 2px;
	font-size: .9em;
	float: right;
	margin: 3px;
	display:inline;
}
#search img {
	margin: 3 0px;
	vertical-align: text-bottom;
}
#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#search input{
	width:150px;
	height:10px;
	padding:2px 3px;
}

/* navigation */
#navigation{
	background:gray;
	border-bottom:medium solid silver;
	font-size:small;
	font-weight:bold;
	text-align: center;
	float:inherit;
	width:980px;
	height: 23px;
	border-top: medium solid yellow;
}
#navigation li{
	float:left;
	font-weight:bold;
	text-align: center;
	padding:0;
	font-size: small;
}
#navigation a,
#navigation a:link{
	color:#fff;
	text-decoration:none;
	text-align: center;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#navigation a:hover{
	background:#c3cad5;
	color:#fc0;
	text-decoration:none;
	text-align: center;
}
*html #navigation a,
*html #navigation a:link{ height:1%; }
#main { background-color: white; clear: both; }
.home #main { background-color: white; clear: both; }


/* pagebar for subpages */
.pagebar {
	color: #fc0;
	font: bold 1.1em Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-color: gray;
	width: 980px;
	height: 35px;
	clear: both;
	border-bottom: thin solid yellow;
}
.pagebar h1{
	font: bold 1.4em Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #fc0;
	padding: 6px 5px 5px 17px;
	margin:0;
}
.breadcrumbs {
	padding: 7px 12px 0px 0px;
	float: right;
	text-align: right;
}
.breadcrumbs a {
	color: #ee582b;
	text-decoration: none;
	font-family: Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: right;
}
.breadcrumbs a:hover {
	color: #53616f;
	text-decoration: underline;
}
#crumbs{
	display: inline;
	padding-left: 0;
	margin-left: 0;
	line-height: 1em;
	font-size: .9em;
 	padding: 11px 12px 0px 0px;
	float: right;
	text-align: right;
}
#crumbs li {
	display: inline;
	background: url(../img/arrow_orange.gif) no-repeat left 50%;
	padding-left: 8px;
	margin-right: 6px;
}
#crumbs li a {
	color: #ee582b;
	text-decoration: none;
	font-family: Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	text-align: right;
	line-height: 1em;
}
#crumbs a:hover {
	color: #53616f;
	text-decoration: underline;
}	

	
/* sub navigation */
#sidenav { background-color: white; float: right; width: 380px; }
#sidenav dl{
	
}
#sidenav dt{
	color: #ee582b;
	font-size: 1em;
	height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	}
#sidenav dt.long{
	color: #ee582b;
	font-size: 1em;
	height: 17px;
	margin:0 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	}
#sidenav dd{
	list-style-image: none;
	list-style-type: none;
	line-height: 14px;
}
#sidenav dd a,
#sidenav dd a:link{
	color: #53616f;
	display: block;
	padding: 2px 4px 2px 12px;
	text-decoration: none;
	vertical-align: baseline;
	background: black url(../img/bullet_holloworange.gif) no-repeat 0 6px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}
*html #sidenav dd a,
*html #sidenav dd a:link{
	height:1%;
}
#sidenav dd a:hover{
	color: #53616f;
	text-decoration: underline;
}

/* content */
.interior #content {
	background-color: white;
	float: left;
	width: 590px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.home #content {
	background-image: url(../img/homecontentbg.gif);
	clear: both;
	border-color: gray;
	border-style: solid none;
	border-width: 5px;
	padding: 11px;
}
.home #contentnoborder {
	padding:10px 18px 0;
	border-right: medium none white;
	border-left: medium none white;
	clear:both;
}
#homenews {
	padding:10px 0 0 18px;
	width: 742px;
}
#homenews h1{
	text-transform:uppercase;
	margin-bottom: 5px;
}
#homenews p{
	text-transform:none;
	margin-bottom: 1px;
	font-family: Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ee582b;
}

#homenews a,
#homenews a:link{
	display: block;
	padding: 2px 4px 2px 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
	vertical-align: baseline;
	background: url(../img/bullet_holloworange.gif) no-repeat 0 6px;
	font-size: 1.1em;
	font-weight: bold;
    color: #53616f;

}
#homenews a:hover{
	color: #ee582b;
	text-decoration: underline;
	margin-bottom: 5px;
    margin-left: 5px;
}
#content .descr {
	color: #c3cad5;
	font-size: 1.1em;
	margin-bottom: 6px;
}

/* unordered list */
#content ul li {
	margin-left: 18px;
	background-image: url(../img/bullet_holloworange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left: 12px;
}
#content ul ul li{
	margin-left: 0px;
	background-image: url(../img/bullet_holloworange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left: 12px;
	font-size: 11px;
}
/* ordered list */
#content ol
{ margin: 8px 0px 0px 18px;
  padding-left: 12px;
}

#content ol li
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.interior #content .imageright{
	float: right;
	display:inline;
	margin:0 0 15px 15px;
}
.interior #content .imageleft{
	float: left;
	display:inline;
	margin:8px 15px 10px 0;
}

.home .imageright{
	float:right;
}


#Datalistheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ee582b;
	background-color: #eeeeee;
	width: 525px;
	position: relative;
	padding-top: 4px;
	padding-left: 5px;
	height: 21px;
}

.Datalistheading {
	background-color: #eeeeee;
	padding-top: 4px;
	padding-left: 5px;
	font-size: 12px;
	color: #ee582b;
	float: none;
	margin-top: 5px;
	width: 525px;
	font-weight: bold;
	height: 21px;
}

/* For Solutions pages layout */
dl.solutions{
	position:relative;
	padding:5px 15px 10px 80px;
	width:407px;
	float:left;
	clear:both;
	border: 1px solid #DDDDDD;
}
dl.solutions dt{
	float:left;
	margin:0 0 0 -80px;
}

*html dl.solutions dt{
	margin-left:-34px;
}
dl.solutions dt img{
	border:4px solid #666;
	padding: 0px;
	margin: 5px;
}
dl.solutions dd.title{
	color: #ee582b;
	font-weight:bold;
}

dl.clientstories{
	position:relative;
	padding:5px 15px 2px 130px;
	width:383px;
	float:left;
	clear:both;
	border: 1px solid #DDDDDD;
}

/* For Client Stories pages layout */
dl.clientstories dt{
	float:left;
	margin:0 0 0 -130px;
}

*html dl.clientstories dt{
	margin-left:-34px;
}
dl.clientstories dt img{
	padding: 0px;
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
dl.clientstories dd {
	color: #ee582b;
	font-weight:bold;
	margin-top: 25px;
}
dl.clientstories dd.title{
	color: #ee582b;
	font-weight:bold;
}

/* For Partners pages layout */
dl.partners{
	position:relative;
	padding:5px 15px 2px 170px;
	width:317px;
	float:left;
	clear:both;
	border: 1px solid #DDDDDD;
}

dl.partners dt{
	float:left;
	margin:0 0 0 -170px;
}

*html dl.partners dt{
	margin-left:-34px;
}
dl.partners dt img{
	padding: 0px;
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
dl.partners dd {
	font-weight:normal;
	margin-top: 18px;
	margin-bottom: 10px;
}
dl.partners dd.title{
	font-weight:bold;
}

/* For a Definition List-style photo layout */
dl.photolist{
	position:relative;
	padding:5px 15px 2px 170px;
	width:317px;
	float:left;
	clear:both;
	border: 1px solid #DDDDDD;
}


dl.photolist dt{
	float:left;
	margin:0 0 0 -170px;
}

*html dl.photolist dt{
	margin-left:-34px;
}
dl.photolist dt img{
	padding: 0px;
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
dl.photolist dd {
	font-weight:normal;
	margin-top: 18px;
	margin-bottom: 10px;
}
dl.photolist dd.title{
	font-weight:bold;
}

/* For a Definition List-style photo layout of leadership team */
dl.leaderphotolist{
	position:relative;
	padding:5px 15px 2px 140px;
	width:345px;
	float:left;
	clear:both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


dl.leaderphotolist dt{
	float:left;
	margin:0 0 0 -140px;
}

*html dl.leaderphotolist dt{
	margin-left:-34px;
}
dl.leaderphotolist dt img{
	padding: 0px;
	margin: 5px;
	border:4px solid #666;
	text-align: center;
}
dl.leaderphotolist dd {
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
dl.leaderphotolist dd.title{
	font-weight:bold;
}


/* For Solutions pages layout */
dl.tug2007{
	position:relative;
	padding:5px 15px 2px 200px;
	width: 317px;
	float:left;
	clear:both;
	border: 1px solid #DDDDDD;
}

dl.tug2007 dt{
	float:left;
	margin:0 0 0 -200px;
}

*html dl.tug2007 dt{
	margin-left:-34px;
}
dl.tug2007 dt img{
	padding: 0px;
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
dl.tug2007 dd {
	font-weight:normal;
	margin-top: 18px;
	margin-bottom: 10px;
}
dl.tug2007 dd.title{
	font-weight:bold;
}



/* footer */
#footer {
	color: black;
	font-size: 10px;
	line-height: 36px;
	text-align: center;
	width: 980px;
	font-family: Trebuchet, Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: gray;
	background-position: 0 0;
	vertical-align: baseline;
	clear:both;
	border-top: thin solid yellow;
	border-bottom: medium solid yellow;
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
td {
	padding: 3px;
	font-size: small;
}
/* SIDEBAR ATTRIBUTES FOR ALL SUBPAGES  */

A.sidebartext:link {
	COLOR: #ee582b;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
	font-weight: bold;
	}
A.sidebartext:visited { 
	COLOR: #ee582b; 
	FONT-SIZE: 10px; 
	font-weight: bold;
	TEXT-DECORATION: none  
	}
A.sidebartext:hover {
	COLOR: #666; 
	FONT-SIZE: 10px; 
	font-weight: bold;
	TEXT-DECORATION: underline  
	}	
A.sidebartext:active { 
	COLOR: #ee582b; 
	FONT-SIZE: 10px; 
	font-weight: bold;
	TEXT-DECORATION: none;  
	}


/* SIDEBARHEAD ATTRIBUTES FOR ALL SUBPAGES  */
A.sidebarhead:link {
	font-size: 10px;
	font-weight: bold;
	color: #ee582b;  
	}
A.sidebarhead:visited {
	font-size: 10px;
	font-weight: bold;
	color: #ee582b; 
	}
A.sidebarhead:hover {
	font-size: 10px;
	font-weight: bold;
	color: #666;  
	}
A.sidebarhead:active {
	font-size: 10px;
	font-weight: bold;
	color: #ee582b;  
	}
	
	.sidebartext {
	font-size: 10px;
	font-weight: bold;
	color: #53616F;
	padding-left: 5px;
	}
	
.sidebarhead {
	font-size: 10px;
	font-weight: bold;
	color: #ee582b;  
	}

