@charset "utf-8";

* {
	padding:0;
	margin:0;
	border:0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000001;
	background-image:url(../images/VTX-container-bkgd.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e3d0b5; /* lt. tan */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#container {
	margin-top:12px;
}
#container2 {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e3d0b5; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	margin-top:12px;
}
#skip {
	display:none;
}
#header {
	background:#000000;
	border-bottom:1px solid #000;
	margin:0;
	padding:0;
	height:241px;
	position: relative;
}
#header h1 img {
	float: left;
	margin-right:60px;
	height:91px;
	/*margin-top:-21px;
	#margin-top:0;*/
}
#header ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color:#a60808;
	font-weight: bold;
	line-height:1.4;
	margin-bottom: 15px;
	padding-top:15px;
}
#header ul li {
	list-style-type: disc;
}

#photobar {
	float: left;
	height:150px;
	margin:0;
	padding:0;
}
#photobar.homeflash {
	background-image: url(../images/interface/VTX-photobar-home.jpg);
	background-repeat: no-repeat;
}
#photobar.homeHolidayflash {
	background-image: url(../images/interface/VTX-photobar-homeHoliday2010.jpg);
	background-repeat: no-repeat;
}
#photobar.brdr {
border-top: 1px solid #e3d0b5;
}
#nav {
	background-image:url(../images/VTX-nav-bkgd.jpg);
	background-repeat:repeat-x;
	height:29px;
	background-color:#e3d0b5; /* lt. tan */
}
#navbkg {
	background-image:url(../images/VTX-nav-bkgd.jpg);
	background-repeat:repeat-x;
	height:29px;
	background-color:#e3d0b5; /* lt. tan */
}
.skiplink {display:none}

img {
	border:none;
}

/*------------------
Breadcrumbs 
---------------------*/
#breadcrumbs {
	margin:5px 20px 10px 20px;
	font-size:60%;
	border-bottom:#6e542d 1px solid;
	color:#462d06;
	height:20px;
}
#breadcrumbs li{
	display: inline;
	margin-right: 15px;
	margin-left: -10px;
	padding-right: 5px;
	padding-left: 20px;
	background-image: url(../images/breadcrumb-bullet.gif);
	background-repeat: no-repeat;
	text-align:left;
}

ul#breadcrumbs li.there a:link, ul#breadcrumbs li.there a:visited {
	color: #6e542d; /* dk med. tan */
}
ul#breadcrumbs li.there a:hover {
	color: #86160d; /* dk red */
}
ul#breadcrumbs li.here {
	color: #462d06; /* dk brown */
}
/*------------------
Breadcrumbs End
---------------------*/
/*------------------
Main Content
---------------------*/
#mainContent {
	padding: 0 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e3d0b5/*#FFFFFF*/;
	float:left;
	display:inline;
}
#mainContent.extright {
	margin:10px 0 0 0;
	width:510px;
	float:left;
	display:inline;
}
#mainContent.extended {
	margin:10px 10px 0 0; 
	width:760px;
	float:left;
	display:inline;
}
#mainContent.extleft {
	margin:10px 0 0 0;
	width:510px;
	float:left;
	display:inline;
}

#mainContent h1, #mainContent h2, #mainContent h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#mainContent h1 {
	margin:0 0 15px 0;
	color:#462d06; /* dk brown */
	font-size:140%;
}
#mainContent h1.quotelitebox {
	margin: 10px 0 20px 0;
}
#mainContent h2 {
	margin:15px 0 15px 0;
	color:#A60808; /* red */
	font-size:110%;
}
#mainContent h3 {
	margin:15px 0 15px 0;
	color:#86160d; /* dk red */
	font-size:100%;
}
#mainContent p {
	font-size:80%;
	margin:0 0 20px 0;
}
#mainContent p.indent, #mainContent h3.indent, #mainContent ul li.indent {
	margin-left:40px;
}

#mainContent a:link, #mainContent a:visited {
	color:#A60D0D; /* red */
	text-decoration:underline;
}
#mainContent a:hover {
	color:#462d06;
	text-decoration:none;
}
#mainContent a:visited {
	color:#86160d; /* dk red */
	text-decoration:underline;
}
#mainContent ul {
	font-size:80%;
	line-height:1.2;
	list-style-type: none;
	list-style-position:outside;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-align:left;
}
#mainContent ul.serv {
	margin-left: 190px;
} 
#mainContent ul ul {
	font-size:90%;
	line-height:130%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#mainContent ol {
	font-size:80%;
	line-height:120%;
	margin-bottom:15px;
	margin:0.6em 0;
	margin-left:30px;
}
#mainContent ol li {
	list-style-type:lower-alpha;
}
#mainContent ul li.extra {
	margin-bottom:15px;
}
#mainContent ul li.article {
	margin-left:3.5em;
}
#mainContent li {
	padding-left:1.0em;
	margin:0.6em 0;
	margin-left:30px;
}
#mainContent ul li {
	list-style-image:url(../images/red-tri-bullet.gif);
	/*background-image:url(../images/red-tri-bullet.gif);
	background-repeat: no-repeat;*/
	background-position: 0 .3em;
}
#mainContent li li {
	padding-left: 1.0em;
	margin-left:2.5em;
}
#mainContent ul li ul li {
	list-style-image:url(../images/brown-tri-bullet.gif);
	/*background-repeat: no-repeat;*/
	background-position: 0 0.4em;
}

#mainContent .projtitle {
	color:#A60808; /* red */
	font-size:115%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
/*------------------
Main Content End
---------------------*/

/*-------------------------------------------------------------------
 SideBar1(Left side) & SideBar2(Right side) start
 --------------------------------------------------------------------*/

#sideBar1 {
	width:180px;
	float:left;
	background-color:#bea37c;
	margin:10px 10px 10px 20px;
	padding:10px;
	display: inline;
}	

#sideBar2 {
	margin:10px 20px 10px 0px;
	width:200px;
	background-color:#bea37c;
	float:right;
	padding:10px 5px;
	display: inline;
}

#sideBar1 p, #sideBar2 p {
	font-size:80%;
	line-height:1.2;
	margin:0 0 20px 0;
}
#sideBar1 ul, #sideBar2 ul {
	font-size:80%;
	line-height:140%;
}
#sideBar1 li {
	list-style:none;	
	background-image:url(../images/red-tri-bullet_dk.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.0em;
	margin:0.6em 0;
	margin-left:20px;
}
#sideBar1 a:link, #sideBar2 a:link {
	color:#A60D0D; /* red */
	text-decoration:underline;
}
#sideBar1 a:visited, #sideBar2 a:visited {
	color:#86160d;
	text-decoration:underline;
}
#sideBar1 a:hover, #sideBar2 a:hover {
	color:#462d06;
	text-decoration:none;
}
#sideBar1.off, #sideBar2.off {
	display:none;
}
#sideBar1 h1, #sideBar1 h2, #sideBar1 h3, #sideBar2 h1, #sideBar2 h2, #sideBar2 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
#sideBar1 h1, #sideBar2 h1 {
	font-size:130%;
	color:#462d06; /* dk brown */
}
#sideBar1 h2, #sideBar2 h2 {
	font-size:110%;
	color:#A60808; /* red */
}
#sideBar1 h3, #sideBar2 h3 {
	font-size:100%;
	color:#86160d; /* dk red */
}

/*-------------------------------------------------------------
 SideBar1(Left side) & SideBar2 (Right side) End
--------------------------------------------------------------*/

/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e3d0b5;
	border-top:1px #462d06 solid;
	margin-top:5px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:70%;
	color:#6e542d;
}
#footer a:link, #footer a:visited {
	color:#6e542d;
	text-decoration:underline;
}
#footer a:hover {
	color:#6e542d;
	text-decoration:none;
}
/*----------------------------------------------------
  Home page logos alignment
----------------------------------------------------*/
#homelogos {
	display: block;
	height: 80px;
	width:100%;
	padding: 5px;
}
#homelogos img {
	margin: 0 10px;
}


/*------------------
Misc Code
---------------------*/
.empbrown {
	color:#462d06;
	font-weight:bold;
} 
.empred {
	color:#A60808;
	font-weight:bold;
}
.docsize {
	font-size:70%;
	color:#6e542d;
}
.note {
	font-size:75%;
}
.datebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
	color:#462d06;
}
.floatrt {
	float:right;
	margin:0 0 10px 20px;	
}
.floatrtborder {
	float:right;
	margin:0 0 5px 20px;
	padding:2px;
	border:1px solid #462d06;
	clear:right;
}
.floatleft {
	float:left;
	margin:0 20px 10px 0;	
}
.floatleftbook {
	float:left;
	margin:0 10px 10px 0;
	width:30px;
}
#floatrtbrochure {
	width:200px;
	float:right;
	margin:0 0 10px 20px;
}
#floatrtbrochure.txt {
	font-size:70%;
	line-height:1.4;
	text-align:center;
}
.doc {
	color:#6e542d;
	font-size:85%;
}

#floatrtbrochure.txt a:link, #floatrtbrochure.txt a:visited {
	color:#A60D0D; /* red */
	text-decoration:underline;
	border:0;
}
#floatrtbrochure.txt a:hover {
	color:#462d06;
	text-decoration:none;
	border:0;
}
.floatleftborder {
	float:left;
	margin:0 15px 10px 0;
	padding:2px;
	border:1px solid #462d06;
	clear:right;
}
.photoborder {
	padding:2px;
	border:1px solid #462d06;
	margin-bottom:10px;
}
.floatrightcaption { 
	float: right; 
	width: 260px;
	margin: 0 0 5px 5px; 
	border: 1px solid #462d06; 
	padding: 2px; 
}
.floatrightcap210 { 
	float: right; 
	width: 210px;
	margin: 0 5px 5px 5px; 
	border: 1px solid #462d06; 
	padding: 2px; 
}
.floatrightcap125 { 
	float: right; 
	width: 125px;
	margin: 0 5px 5px 5px; 
	border: 1px solid #462d06; 
	padding: 2px; 
}
.caption {
	font-size:75%;
	color:#462d06;
	text-align:center;
}
.floatrightnews125 { 
    float: right; 
	width: 125px;
	margin: 0 5px 5px 5px; 
	border: 1px solid #462d06; 
	padding: 2px; 
	clear:both; 
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #462d06;
	text-align:center;
}
#rightside-imgcaption {
	float: right;
	padding: 2px;
	margin: 5px 0 10px 10px; 
	/*border:1px solid #462d06;*/
	text-align: center;
	font-size:75%;
	color:#462d06;
	display: inline;
}
#rightside-imgcaption p {
	margin-bottom:5px;
}
#rightside-imgcaption img {
	padding: 2px;
	border: 1px solid #462d06;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the 
close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  /* for IE/Mac */

.floatleftgsa {
	float:left;
	margin:-13px 10px 10px 0;
	border:0;
}
.floatleftpdf {
	float:left;
	margin:0 10px 10px 0;
	clear:left;
}
.center {
	text-align:center;
}
.brownline {
	width:100%; 
	border-bottom:1px solid #462d06;
	margin:5px 0 10px 0; 
}

#tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:85%;
	color:#A60808;
	margin:20px 0;
	text-align:center;
	font-style:italic;
}
h4.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:85%;
	color:#A60808;
	margin:20px 0;
	text-align:center;
	font-style:italic;
}
.linethru {
	text-decoration:line-through;
}
.whitetxt {
	color:#FFFFFF;
}
.margintop5 {
	margin-top:5px;
}
#brown, #brown p a:link {
	color:#6e542d;
}
.emaillink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.25em; 
	line-height:220%;
}
.emailFltleft { 
	float:left; 
	padding-top:3px;
	border:0;
}
.morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.15em; 
	/*line-height:220%;*/
	font-variant:small-caps;
}
.subtext1 {
	font-size:80%;
}
.subtext2 {
	font-size:75%;
}
.centerimg {
	text-align:center;
}
.nobr {
	white-space:nowrap;
}
#width160 {
	width:160px;
	margin-left:25px;
}
img.center {
	display:block;
	margin:0 auto;
}

/*------------------
Misc Code End
---------------------*/

/*------------------------------------
	Flash Still image background
-------------------------------------*/
#timelinebkg {
	background-image: url(../images/TimelineStill.jpg);
	background-repeat: no-repeat;
	width:760px;
	margin:0;
	padding: 0;
}

/*------------------------------------
	Flash Still image background
-------------------------------------*/

/*-----------------------------
Client List start
-------------------------------*/
#clientlist h2 {
	margin-left:125px;
}
#clientlist ul li {
	margin-left:145px;
}
#clientlist img {
	float:left;
	margin-left:-125px;
}
/*-----------------
client List end
--------------------*/

/*-----------------------------------
		Client Quotes
------------------------------------*/
#clientssayhome {
	display: block;
	width:190px;
	background-image: url(../images/left-quote-home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 10px 0;
	min-height: 250px;
}
#clientssayhome p {
	font-size: 80%;
	line-height: 1.2;
	margin: 25px 0 0 0;
	background-image: url(../images/right-quote-home.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.quoteEnd {
	float: right;
	clear: both;
}
#clientQuotedark {
	padding:10px;
	background-color: #bea37c;
	margin-left:10px;
	margin-bottom:15px;
	background-image: url(../images/right-quote-dark-sm.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#clientQuotelite {
	padding:10px;
	background-color: #d4bb97;
	margin-left:10px;
	margin-bottom:15px;
	background-image: url(../images/right-quote-med-sm.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#clientQuotelite p, #clientQuotedark p {
	margin:0 0px 0 88px;
	padding: 10px;
}
#liteboxquote {
	background-image: url(../images/right-quote-lite-sm.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 20px;
}
#liteboxquote p.quotelbsig {
	text-align: right;
	font-style: italic;
}


/*-----------------------------------
		Client Quotes End
------------------------------------*/

#Accordion1 p, #Accordion2 p { /* Used on Key Personnel page */
	padding:4px;
	font-size:80%;
}
#Accordion2 ul {
	font-size:80%;
	margin-top:10px;
}
.floatrtbdrAcc {
	float:right;
	margin:5px 5px 10px 20px;
	padding:2px;
	border:1px solid #462d06;
	/*clear:right;*/
}
/*-------------------------
Code Corner Table start
---------------------------*/
#codeCorner table {
	font-size: 80%;
	line-height:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#codeCorner.codecor {
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
#codeCorner.gsa {
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 90%;
}
#codeCorner td.c1 {
	width:170px;
}
#codeCorner td.c2 {
	width:300px;
}
#codeCorner td.c3 {
	width:100px;
}
#codeCorner.a17 {
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
#codeCorner th {
	padding: 0.5em 0.5em;
	text-align:center;
	color:#FFFFFF;
	background-color:#86160d;
	border:1px solid #FFFFFF;
}

#codeCorner td.wide {
	width: 210px;
}
#codeCorner td.wide2 {
	width: 110px;
}
#codeCorner td {
	border: 1px solid #462d06;
	padding:0.5em;
	background-color:#CAB399;
}
#codeCorner td.center {
	text-align:center;
}
/*-------------------------
Code Corner Table start
---------------------------*/

/*-------------------------
GSA Schedule table start
---------------------------*/
#gsatable table {
	border-collapse: collapse;
	width:550px;
	table-layout:fixed;
	border:2px solid #6e542d;
}
#gsatable td {	
 	border-width:2px;
	border-style: solid;
	border-color:#6e542d;
	padding:6px;
	text-align:center;
}
/*-------------------------
GSA Schedule table End
---------------------------*/
/*-------------------------
Projects boxes
---------------------------*/
#projbox {
	width:760px;
	visibility:visible;
	z-index:1;
	top: 821px;
	border-top:1px solid #462d06;
}
#projbox.aviabox {
	height:305px;
}
#projbox.commbox {
	height:390px;
}
#projbox.edubox {
	height:300px;
}
#projbox.eduk12box {
	height:260px;
}
#projbox.govbox {
	height:350px;
}
#projbox.healthbox {
	height:300px;
}
#projbox.recbox {
	height:305px;
}
#projbox.retailbox {
	height:305px;
}
#projbox.transbox {
	height:730px;
}

#projboxlt {
	float: left;
	width:330px;
	visibility:visible;
	height:300px;
	z-index:1;
}
#projboxlt.avia {
	top:825px;
}
#projboxlt.comm {
	top:630px; 
}
#projboxlt.edu {
	top:675px;
}
#projboxlt.eduk12 {
	top:990px;
}
#projboxlt.gov {
	top:680px;
}
#projboxlt.health {
	top:645px;
}
#projboxlt.rec {
	top:780px;
}
#projboxlt.retail {
	top:595px;
}
#projboxlt.trans {
	top:650px;
}

/*-------------------------
Projects boxes End
---------------------------*/

/*-------------------------------------
Used to keep line spacing consistent using Sub and Sup tags
------------------------------------------- */
sup,sub {	
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/*------------------------------
End Sub Sup
---------------------------------*/
/*-----------------------------
Contact info for News Story
-----------------------------*/
#graycontact {
	color:#666666;
}
#graycontact a:link, #graycontact a:visited, #graycontact a:hover {
	color:#666666;
	text-decoration:underline;
}
/*-----------------------------
Contact info for News Story end
-----------------------------*/
.quotert { 
	float: right;
	width:200px; 
	margin: 0 0 10px 10px; 
	background-color: #462D06; 
	padding: 15px;
	text-align:center;
}
.quotewhite {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 85%; 
	font-style: italic; 
	font-weight: bold; 
	color:#FFFFFF; 
	line-height:20px; 
	text-align:center;
}

/* --------------------------
Career listings styles 
-----------------------------------*/
#ceridian td.careers_location {
	font-size: 80%;
	font-weight:bold;
	padding-bottom:10px;
}
#grdCeridianData td{
	padding:2px;
}
#grdCeridianData th {
	/*background-color:#CCCCCC;*/
	padding:2px;
	text-align:center;
}

#ceridian  {
	font-size:80%;
}
#ceridian td.careers_link {
	font-size:100%;
	color:#A60D0D;
	font-weight:bold;
}
#divJobName {
	font-size:115%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#A60D0D;
}
#tblDetail1 {
	margin-left:-1px;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#tblDetail1 td.emphasis {
	font-weight: bold;
}
#tblDetail1 td.regular {
	font-weight:normal;
}
#ceridian button {
	background-color: #a60808;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: #462d06 2px double;
	font-size: 90%;
	font-weight:bold;
	color: #ffffff;
	padding:3px;
	margin-bottom:4px;
	cursor: pointer;
} 

#ceridian button:hover {
	background-color: #bea37c;
}

/*-----------------------------------------
End Career listings styles
-------------------------------------------*/

/*---------------------------------------------
Locations Layers
-----------------------------------------------*/
#apLocmap {
	position:absolute;
	width:565px;
	height:253px;
	z-index:1;
	left: 218px;
	top: 390px; /*282*/
	visibility: visible;
}
#apLocmap.center img {
	display:block;
	margin:0 auto;
}
#apDivBalt {
	position:absolute;
	width:565px;
	height:253px;
	z-index:1;
	left: 216px;
	top: 390px;
	visibility: hidden;
}
#apDivHbg {
	position:absolute;
	width:565px;
	height:253px;
	z-index:1;
	left: 216px;
	top: 390px;
	visibility: hidden;
}
#apDivPhoe {
	position:absolute;
	width:565px;
	height:253px;
	z-index:1;
	left: 216px;
	top: 390px;
	visibility: hidden;
}
#apDivNY {
	position:absolute;
	width:565px;
	height:253px;
	z-index:1;
	left: 216px;
	top: 390px;
	visibility: hidden;
}
#apDivPhila {
	position:absolute;
	width:565px;
	height:253px;
	z-index:1;
	left: 216px;
	top: 390px;
	visibility: hidden;
}
/*---------------------------------------------
Locations Layers End
-----------------------------------------------*/

/*---------------------------------------------
		Services leftside navigation
-----------------------------------------------*/
#servNav {
	background-color:#bea37c;
	float:left;
	height:420px;
	margin:10px 10px 10px 0;
	padding:10px;
	display: block;
	width:160px;
}
#servNav ul {
	/*margin-left: -1.2em;*/
}
#servNav ul li {
	list-style-image:url(../images/red-tri-bullet_dk.gif);
	/*margin-left:15px;*/
}
/*---------------------------------------------
		Services leftside navigation End
-----------------------------------------------*/

