/*@charset "UTF-8";*/
/* CSS Document */


/**********************************
	Eric Meyer's Resets
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white ;
	font:12px/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:center;
}
ol, ul {
	list-style: none;	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



a {
	text-decoration:none;
	color:#0078BA;
}

a.arrow1 {
	background: url(../images/arrow-lightblue.gif) no-repeat left center;
	padding-left:15px;
}

a.Video 
{
	background: url(../images/video.gif) no-repeat left center;
	padding-left:15px;
}

.ClearAll {
	display:block;
	clear:both;
}

input.textinput {
	border:1px solid #000;
	padding:2px;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
}

td {
	font:12px/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:left;
	vertical-align:top;
}

body {
	background: url(../images/bodybg-content.gif) repeat-x top left;
}

body#HomePage {
	background: url(../images/bodybg-home.gif) repeat-x top left;
}

#PageWrapper {
	margin:0px auto;
	width:866px;
	text-align:left;
}

.Star 
{
	font:bold 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:red;
	margin-right:5px;
}

/**********************************
	Form  Defaults
***********************************/

.FormButtons {
	display:table;
	
	text-align:center;
	width:300px;
	height:40px;
	margin:0 auto;
	white-space:nowrap;
	padding:10px 0px 10px 0px;
}


a.buttonblue, a.buttongreen {
	float:left;
	display:block;
	width:auto;
	background: url(../images/button-blue.gif) no-repeat;
	color:#FEFDDC;
	font:bold 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-right:10px;
}

a.buttonblue span, a.buttongreen span {
	display:block;
	float:left;
	background:  url(../images/button-bluecap.gif) top right no-repeat;
	line-height:30px;
	height:35px;
	padding:0px 15px 0px 15px;
}

a.buttongreen {
	background: url(../images/button-green.gif) no-repeat;
}

a.buttongreen span {
	background: url(../images/button-greencap.gif) top right no-repeat;
}



/**********************************
	Utility Icons
***********************************/
.OptionColUtility a {
	padding-left:15px;
	display:list-item;
}

a.AddNew {
	background: url(../images/icons/add.gif) no-repeat;
}

a.EditCat {
	background: url(../images/icons/page-edit.gif) no-repeat;
}

a.NewCat {
	background: url(../images/icons/folder-new.gif) no-repeat;
}



/**********************************
	Content Container
***********************************/

#Container {
	
	
}



/**********************************
	Top Area
***********************************/

#TopCol {
	display:block;
	background: url(../images/masthead.jpg) no-repeat;
	height:150px;
}

#logo {
	display:block;
	float:left;
	margin:45px 0px 0px 12px;
}



#Masthead {
	height:127px;
	width:866px;
}





/**********************************
	Global Nav
***********************************/

#GlobalNav {
	float:right;
	margin-top:105px;
}

#GlobalNav li {
	float:left;
	
}

#GlobalNav li a {
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	height:45px;
	background: url(../images/tabnavOff-trans.png) no-repeat;
	margin-right:1px;
	cursor:pointer;
	font:bold 16px "Trebuchet MS", Verdana, Arial, sans-serif;
}


#GlobalNav li a span {
	display:block;
	/*background:  url(../images/tabnavOff-cap.png) top right no-repeat;*/
	line-height:45px;
	padding:0px 18px 0px 18px;
}


#GlobalNav li a.selected {
	background:url(../images/tabNavOn-trans.png) no-repeat;
	color:#FEFDDC;
	text-transform:uppercase;
}

#GlobalNav li a:hover {
	color:#FEFDDC;
}





/**********************************
	Page Header
***********************************/


#PageHead {
	background:#fefddc;
	height:74px;
	padding:0px 20px 0px 20px;
}

#PageHead h1 {
	font:22px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#5f5f5f;
	padding:10px 0px 10px 0px;
}


/**********************************
	BillBoard
***********************************/

#BillBoard {
	display:block;
	height:266px;
	width:866px;
	background: url(../images/billboardbg-home.gif) no-repeat bottom;
	overflow:hidden;
}

#BillBoard #PicArea {
	display:block;
	float:left;
	width:738px;
	height:238px;
	margin:28px 0px 0px 7px;
	overflow:hidden;
	position:relative;
}

#BillBoard #PicArea #PicSlider {
	height:238px;
	position:relative;
}

#Default, #Core, #Corp, #Party, #Distrib, #BackOffice {
	background: url(../images/bbpic-Default.jpg) no-repeat;
	width:738px;
	height:238px;
	color:#fff;
	font:14px/1.5 "Trebuchet MS", Verdana, Arial, sans-serif;
}

#nsDefault {
	position:absolute;
	width:60px;
	height:85px;
	margin:20px 0px 0px -75px;
}
#Core {
	background:#000 url(../images/bbpic-nsCore.jpg) no-repeat;
}
#Corp {
	background: url(../images/bbpic-nsCorp.jpg) no-repeat;
}

#Distrib {
	background: #000 url(../images/bbpic-nsDistrib.jpg) no-repeat;
}

#Party {
	background:#000 url(../images/bbpic-nsParty.jpg) no-repeat;
}

#BackOffice {
	background:#000 url(../images/bbpic-nsBack.jpg) no-repeat;
}

.PicContent {
	position:absolute;
	width:460px;
	margin:90px 0px 0px 248px;
}

.PicContent a.learnmore {
	display:block;
	text-align:right;
	margin-top:15px;
}

#BillBoard ul {
	float:left;
	margin:130px 0px 0px 11px;
}

#BillBoard ul li {
	background: url(../images/bullet-blue.gif) no-repeat left;
	padding-left:12px;
	margin-bottom:7px;
}

#BillBoard li a {
	color:#58585A;
	font:bold 14px "Trebuchet MS", Verdana, Arial, sans-serif;
}

#BillBoard li a:hover, #BillBoard li a.Selected {
	color:#0078BA;
}


#HomeCol1, #HomeCol2 {
	margin:8px 0px 0px 3px;
	display:block;
	float:left;
	width:429px;
	background: url(../images/wdwd.gif) no-repeat top left;
	padding-top:85px;
	overflow:hidden;
}

#HomeCol2 {
	margin-left:1px;
	background: url(../images/wcwdfy.gif) no-repeat top left;
}

#HomeCol1 p, #HomeCol2 p, #HomeCol1 ul {
	padding:0px 20px 15px 20px;
}

#HomeCol1 ul li, #ContentCols ul li {
	background: url(../images/bullet-black.gif) no-repeat 0px 5px;
	margin-bottom:5px;
	padding-left:12px;
}


/**********************************
	Left Nav
***********************************/
#LeftCol {
	float:left;
	width:211px;
	overflow:hidden;
}

#LeftCol p {
	padding:10px;
}

#LeftNav {
	display:block;
	background: url(../images/leftnav.gif) no-repeat;
	width:211px;
	margin-top:11px;
	overflow:hidden;
}

#LeftNavBottom {
	display:block;
	clear:both;
	width:211px;
	height:13px;
	background: #fff url(../images/leftnavbottom.gif) no-repeat;
	margin:0px;
}

#LeftNav .PageNav {
	width:200px;
	margin:22px 0px 0px 11px;
}


#LeftNav .PageNav li a {
	color:#fff;
	font:bold 15px "Trebuchet MS", Verdana, Arial, sans-serif;
	padding:10px 0px 10px 20px;
	display:block;
	margin-bottom:1px;
}

#LeftNav .PageNav li a.Selected, #LeftNav .PageNav li a:hover {
	background: url(../images/leftnavOver.gif) repeat-y;
	color:#58585A;
}





/**********************************
	Right Column
***********************************/

#RightCol {
	
	float:left;
	width:655px;
	overflow:hidden;
	margin-top:30px;
}


#ContentCols {
	width:655px;
	margin-top:10px;
	overflow:hidden;
}

#ColA, #ColB {
	float:left;
	width:326px;
	background: url(../images/colatitle.gif) no-repeat top left;
	overflow:hidden;
}

#ColB {
	background: url(../images/colbtitle.gif) no-repeat top left;
	width:328px;
	margin-left:1px;
}

#ContentCols p, #ContentCols ul {
	padding:0px 10px 15px 10px;
}

#ContentCols h1 {
	color:#fff;
	font:bold  20px "Trebuchet MS", Verdana, Arial, sans-serif;
	padding:15px 10px 30px 10px;
}

#Overview p 
{
	margin-bottom:10px;
}

#Overview h2 {
	background: url(../images/title-nsCore.gif) no-repeat;
	display:block;
	height:26px;
	margin:20px 0px 20px 0px;
	overflow:hidden;
}

#Overview h1, h1 {
	font:bold 28px/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#0078BA;
	margin-bottom:15px;
}

#Overview h2 span, #SideSpotlight h2 span {
	display:block;
	margin-top:-200px;
}

#Overview h2.nsCorp {
	background: url(../images/title-nsCorp.gif) no-repeat;
}

#Overview h2.nsDist {
	background: url(../images/title-nsDist.gif) no-repeat;
}

#Overview h2.nsParty {
	background: url(../images/title-nsParty.gif) no-repeat;
}

#Overview h2.nsBackOffice {
	background: url(../images/title-nsBackOffice.gif) no-repeat;
}


#DistBoard {
	position:absolute;
	margin-top:-20px;
}

#DistPlace {
	height:206px;
}



/**********************************
	Quotes
***********************************/

#Quotes blockquote {
display:block;
margin:0px 0px 0px 15px;
padding:0px;
background:url(../images/quote-start.gif) no-repeat top left;
}

#Quotes blockquote p {
margin:0px;
font:italic 16px/1.75em "Trebuchet MS", Verdana, Arial, sans-serif;
}

#Quotes img.EndQuote {
	margin-left:15px;
}

#Quotes blockquote p:first-letter {
font:bold 24px georgia,"times new roman",serif;
margin-left:28px;
margin-right:2px;
color:#58585A;
}

#Quotes .QuoteSource {
display:block;
text-align:right;
margin:25px 0px 25px 0px;
font:bold 14px "Trebuchet MS", Verdana, Arial, sans-serif;
}

#Quotes h2 {
	height:30px;
	margin-top:40px;
}

#Quotes h2.integrity {
	background: url(../images/title-integrity.gif) no-repeat center;
}

#Quotes h2.accuracy {
	background: url(../images/title-accuracy.gif) no-repeat center;
}

#Quotes h2.flexibility {
	background: url(../images/title-flexibility.gif) no-repeat center;
}

/**********************************
	Tables
***********************************/

table.ContactTable {
	display:table;
	margin:0px 0px 10px 0px;
	border-collapse:collapse;
	width:500px;
}

	

table.ContactTable td {
	font:12px/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	padding:8px;
	vertical-align:top;
	text-align:left;
}

table.ContactTable td.tdtag, td.tdcontent span.tdtag {
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
	color:#58585A;
	width:150px;
}

table.ContactTable td.tdcontent input, table.ContactTable td.tdcontent textarea {
	width:350px;
	border:1px solid #58585A;
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	padding:5px;
}

table.ContactTable textarea {
	height:200px;
}

table.ContactTable td.tdcenter {
	text-align:center;
	
}

input.submit {
	cursor:pointer;
}

table.ContactTable td.tdcontent input.StateField
{
	width:30px;
	margin-right:10px;
}

table.ContactTable td.tdcontent input.ZipField 
{
	width:60px;
	margin-left:10px;
}



/**********************************
	CaseStudies
***********************************/

table.CaseStudies td.thumb {
	width:270px;
	padding-bottom:20px;
}

table.CaseStudies td.client {
	width:400px;
	padding-bottom:30px;
	/*font:14px/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;*/	
}

td.thumb img {
	border:1px solid #C2C2C2;
	padding:2px;
	margin-bottom:4px;
}

td.thumb a.Samples {
	display:block;
	background: url(../images/ViewSamples.gif) no-repeat;
	color:#FDFFE2;
	font:bold 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	padding-left:50px;
	line-height:33px;
	letter-spacing:2px;
}	

td.client h3 {
	font:bold 22px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#58585A;
	letter-spacing:2px;
	margin-bottom:10px;
}

td.client p {
	margin-bottom:10px;
}
td.client p b 
{
	display:block;
	color:#58585A;
}


.GalleryGroup {
	display:none;
}

#SideSpotlight 
{
	padding:10px;
	width:175px;
}
#SideSpotlight h2 
{
	display:block;
	background: url(../images/title-whousesit.gif) no-repeat;
	height:17px;
	overflow:hidden;
}
#SideSpotlight img 
{
	padding:2px;
	border:1px solid #58585A;
	margin:5px 0px 5px 0px;
	display:block;
}
#SideSpotlight p 
{
	margin:0px 0px 10px 0px;
	padding:0px;
}


/**********************************
	SlimBox
***********************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font:14px/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #58585A;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/**********************************
	Footer
***********************************/



#Footer {
	display:block;
	
	clear:both;
	height:50px;
	text-align:center;

	
	color:#5F5F5F;
	margin-top:50px;
	padding-top:10px;
}

#Footer ul {
	margin:0px auto;
	width:350px;
	text-align:left;
}

#Footer ul li {
	float:left;
	margin-right:10px;
}

#Footer a {
	color:#838383;
}

#Footer a:hover {
	color:#0078BA;
}


/**********************************
	Message Handling
***********************************/
.ERRORMSG
{
	color:Red;
}

.SUCCESSMSG
{
	color:Green;
	font:bold 18px "Trebuchet MS", Verdana, Arial, sans-serif;
	background: url(../images/icons/success-trans.png) no-repeat;
	padding-left:35px;
	display:block;
	line-height:30px;
}


#Letter {
	background:url(../images/letter.png) no-repeat top;
	width:875px;
}
#Letter .inner {
	padding:53px 53px 0px 53px;

}
#Letter .LetterTxt {
	width:482px;
}
#Letter .LetterTxt p {
	padding-bottom:20px;
	font:normal 14px/24px Arial, Helvetica, sans-serif;
}
#Flags {position:absolute;top:250px;margin-left:525px;}
#Flags p {margin-bottom:20px;}
.LetterFlag {display:block;width:311px;height:63px;overflow:hidden;}
.EmailChris img {margin-top:-63px;}
.dsa100 {width:193px;color:#878787;background:url(../images/DSA100.gif) no-repeat top left;padding-left:57px;}