body {
	background: #fff;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body#home {
	background: #080808;
	color: #fff;
}

h1, h2, h3, h4, h5, h6, ul, li {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

h3 span {
	color: #666;
	font-size: 87.5%;
	font-weight: normal;
}

h2 {
	margin: 1.5em 0 .5em 0;
	padding: 0 20px;
	font-size: 1.6em;
	font-weight: normal;
}
h2.frst {
	margin-top: 0 !important;

}
h2.newsletters {
	margin-top: 0;
	padding: 0;
}

			#pressreleases h2, #employment h2, #givingback h2, #newspapers h2 {
				margin-top: 0 !important;
				margin-bottom: 0 !important;
			}
			#contact h2 {
				margin-top: 0 !important;
			}
			#pressreleases h3, #employment h3, #givingback h3 {
				padding: 1em 0 0.5em 20px;
			}
			#newspapers h3 {
				padding: 2em 0 1em 0px;
			}
			#givingback h3 {
				font-size: 1.1em;
			}
			#givingback h2, #newsletters h2, #newsletters h3 {
				padding-bottom: .5em;
			}
			#givingback h4 {
				padding: 0 20px 1em 20px;
				color: #666;
			}
			#pressreleases p, #employment p, #contact p, #givingback p {
				padding: 0 20px;
			}
			#pressreleases a.dwn, #employment a.dwn {
				padding-left: 20px;
			}
			#pressreleases img, #employment img, #givingback img {
				padding: 1em 0 1em 20px;
			}
			#newsletters img {
				margin: 1em 0;
				border: 1px solid #eee;
			}
			#home h2 {
				font-size: 16px;
				padding: 1em 0 0.5em 0;
			}


a:link, a:visited { color: #66ccff; text-decoration: none;}
a:hover, a:active { color: #66ccff; text-decoration: underline;}

a img {	border: none; }
hr { display: none;}


hr.div {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	padding: 0;
	margin: .5em 20px;
	border: 0;
	display: block !important;
}
#employment hr.div {
	margin-top: 1.5em;
}
#newsletters hr.div {
	margin: 1em 0;
}

p {
	margin-top: 0;
	line-height: 1.4em;
}





p.description {
	line-height: 1em;
}
p.allevents {
	line-height: 1.2em;
	padding: .5em 5px;
}




div.notes {
	margin: 1em 0 2em 0;
	line-height: 1em;
	font-size: 90%;
	color: #666;
	font-style: italic;
	padding: 1em 1em 0 1em;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

span.competition { 
	color: #666; 
	font-size: .75em; 
	}


/* ------------------------------------------------------ */
/* Master Layout ---------------------------------------- */
/* ------------------------------------------------------ */

#wrap {
	width: 910px;
	margin: 0 auto;
	font-size: 1.3em;
	position: relative;
	padding-bottom: 20px !important;
}
body#home #wrap {
	width: 960px !important;
}


#content-container {
	padding: 0 15px 15px 15px;
	clear: both;
/*	overflow: hidden; */
}





#primary-content.pc ul {
	margin-bottom: 1em;
/*	list-style-type: none; 
*/}
#primary-content.pc ul li {
	
	list-style-position: inside !important;

	padding-bottom: 0;
/*	padding-left: 1.2em !important;background: url("../img/pin.gif") 0 .6em no-repeat; 
*/
}


#secondary-content {
	float: right;
	width: 25%;
}

#site-info {
	clear: both;
	color: #999;
	padding-top: 2em;
}

/* ------------------------------------------------------ */
/* Positioning alternatives ----------------------------- */
/* ------------------------------------------------------ */

.col-50-50 #primary-content {
	width: 50%;
}

.col-50-50 #secondary-content {
	width: 50%;
}



/* ------------------------------------------------------ */
/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

#header {
	position: relative;
	height: 90px;
	background-color: #080808;
}
#header .headerwrapper {
	width: 960px;
	margin: 0 auto;
	padding-left: 25px;
}

#header h1 {
	text-indent: -9999px;
	background: url("../img/velocity-logo-black.gif") 5px 0 no-repeat;
	width: 210px;
	height: 90px;
}



#menux {
	position: relative;
	background-color: #080808;
}
#menux .menuxwrapper {
	width: 960px;
	margin: 0 auto;
}

#submenux {
	position: relative;
	background-color: #333333;
}
#submenux .submenuxwrapper {
	width: 960px;
	margin: 0 auto;
}



/* Top Navigation ---------------------------------------- */

#nav-2 {
	position: absolute;
	top: 23px;
	right: 20px;
	text-align: right;
	list-style: none;
}
#nav-2 a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}


/* ------------------------------------------------------ */
/* Content Container ------------------------------------ */
/* ------------------------------------------------------ */

#bread-crumbs {
	font-size: 0.9em;
	color: #555;
	padding-top: 1em;
}
.info-box {
	padding: 1em;
	overflow: hidden;
	color: #fff;
	font-size: 0.9em;
}
.info-box h4 {
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #fff;
	margin-bottom: 0.25em;
	font-size: 1.2em;
}
.info-box a {
	color: #fff !important;
}
.info-box ul li {
	list-style: none;
}

.usefullinks {
	border: 1px solid #339900;
	background-color: #70b721;
	padding: 1em;
}
.usefullinks ul li {
	list-style: none;
}
.usefullinks ul li a {
color: #fff !important;
}

/* ------------------------------------------------------ */
/* Primary Content -------------------------------------- */
/* ------------------------------------------------------ */


#primary-content h3 {
	margin: 0.5em 0 0.75em 0;
	font-size: 1.2em;
}

/* ------------------------------------------------------ */
/* Secondary Content ------------------------------------ */
/* ------------------------------------------------------ */

#secondary-content h3 {
	margin: 1em 0;
}


/* ------------------------------------------------------ */
/* Home Page specific styles ---------------------------- */
/* ------------------------------------------------------ */

h2.headline {
	display: none;
}

#nav-care {
	background: url(../img/bg-nav-care.gif) 0 0 repeat-x;
	padding: 15px 8px;
	margin-top: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
#nav-care h3 {
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#nav-care ul {
	list-style: none;
	overflow: hidden;
	padding-top: 10px;
}
#nav-care ul li {
	list-style: none;
	float: left;
	padding-right: 5px;
}
#nav-care ul li.last {
	padding-right: 0;
}
#current {
	padding: 15px 10px;
}
#current h3 {
	color: #0b79b0;
	text-transform: uppercase;
	border-bottom: 1px solid #0b79b0;
}
#current .news {
	float: left;
	width: 60%;
}
#current .events {
	float: right;
	width: 33%;
}
.news ul {
	list-style: none;
}
.news li {
	color: #81bc3d;
	list-style: none;
	margin: 1em 0;
}





/* Partners / Logos -------------------------------- */

ul#partners{
	list-style: none;
	padding-top: 20px;
}
ul#partners li {
	text-align: center;
	list-style: none;
	margin: 0.5em 0;
}
ul#partners img {
	border: 1px solid #ccc;
}
.rate-site {
	margin: 50px 8px 0 8px;
	padding: .75em;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

div.downloadabledocs {
	padding: 1em 0;
}
div.downloadabledocs ul {
	padding-left: 1em;
}
ul.downdocs { 
	padding-top: 1em !important;
}

#primary-content.pc ul.downdocs {
	padding-left: 0 !important;
}
#primary-content.tt ul.downdocs {
	padding: 0 0 1em 0 !important;
}

ul.downdocs li {
	padding: 0 0 5px 20px !important;	
	border: none !important;
	list-style: none;
	background: url("../img/file-icon.gif") 0 0 no-repeat;
}

ul.downdocs li span {
	color: #aaa;
}

ul.downdocs li a { }









/* News --------------------------------------- */

ul.newslist { }
ul.newslist li {
	padding-bottom: 1.5em !important;
	border: none !important;
	list-style: none;
}

span.date {
	font-style: italic;
	color: #999;
}

ul.newslist li h3 {
	font-weight: normal;
	margin: .15em 0 .25em 0 !important;
}



/* ------------------------------------------------------ */
/* Site info / Footer ----------------------------------- */
/* ------------------------------------------------------ */

#site-info p {
	line-height: 1.2em;
}

#site-info a {
	color: #666;
}

#site-info h4 {
	color: #666;
}

#site-info .address {
	clear: left;
	padding-left: 190px;
	width: 400px;
	font-size: 95%;
	position: relative;

}
.location { 
	float: left; 
	width: 35%;
}
.phone { 
	float: right; 
	width: 64%;
}
.copyright { 
	clear: both;
	padding: 10px 0;
}

.promo-products {
	position: absolute;
	left: 500px;
	top: 0;
}

#nav-siteinfo {
	width: 100%;
	border-top: 1px solid #e9eccd;
	border-bottom: 1px solid #e9eccd;
	background: #fff;
	list-style: none;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px 0;
}
#nav-siteinfo li {
	float: left;
	list-style: none;
	padding-left: 8px;
}
#nav-siteinfo a {
	color: #666;
}

/* ------------------------------------------------------ */
/* Master Table styles ---------------------------------- */
/* ------------------------------------------------------ */

table {	
	border-collapse: collapse;
	text-align: left;
}
caption {
	text-align: left;
	margin: 0;
	background: #666;
	color: #fff;
	padding: 0.5em;
}
caption.calendar {
	padding: 0.3em !important;
}
table thead th {
	border-bottom: 2px solid #999;
}

tbody {}
tfoot {}
tr {}
th, td {
	border-spacing: 0;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 15px 5px 5px;
	vertical-align: top;
}
th {}
td {}


table.srchres th, table.srchres td {
	padding-left: 0;
}

/* ------------------------------------------------------------------------------------ */
/* Misc. Lists and menus -------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#content-container ul {
}
#content-container ul li {
	padding: 4px 0;
}
#content-container ul li ul {
	padding: 2px 0px 5px 10px;
}
#content-container ul li ul li {
	padding: 2px 0;
	font-size: 90%;
}

.pdf li {
	background: url("../img/pdf.gif") 0 .7em no-repeat;
	padding: .5em 0 .5em 16px !important;
	list-style: none;
}


.lsn { 
	width: 250px; 
	float: left;
}
.lsn li { 
	padding: .5em 0 .5em 1em !important; 
	background: url("../img/pin-services.gif") 0 .8em no-repeat;
	list-style: none;
	border: none;
}

.lsn li ul { 
	margin: .5em 0 0 0; 
	padding-left: .5em; 
	border-left: 1px solid #f0f0f0; 
	border-bottom: none;
	color: #999;
}
.lsn li ul li { 
	border-top: 0 !important; 
	padding: 3px 0 !important; 
	background: none !important;
	list-style: none;
}








/* Secondary Navigation List ----------------------------------------------------------------------- */

#content-container .l-secondary-nav { 
	width: 160px;
	float: left;
/*	margin-right: 20px;*/
}
#content-container .l-secondary-nav.no-links { width: 230px; list-style: none; }

#content-container .l-secondary-nav.fullwidth { width: 100%; margin-bottom: 1em;}
#content-container .l-secondary-nav.fullwidth li { border: none; list-style: none;}
#content-container .l-secondary-nav.fullwidth li a { font-size: 100%; }


ul.secondary-menu { 
	list-style: none; 
	border-bottom: 1px dotted #ddd; 
	margin: .5em 0;
}
ul.secondary-menu li { 
	list-style: none; 
	border-top: 1px dotted #ddd; 
	background: url("../img/pin.gif") 0 .7em no-repeat;
	padding-left: 1em !important;
}
ul.secondary-menu li.video { 
	background: none !important;
	padding-left: 0 !important;
}
ul.secondary-menu li ul { 
	list-style: none; 
	border: none; 
}
ul.secondary-menu li ul li { 
	list-style: none; 
	border: none; 
	background: url("../img/pin.gif") 0 .7em no-repeat;
	padding: .5em 0 0 1em !important;
}

/*
ul.secondary-menu li:hover { 
	background-color: #ffefd3; 
}
*/



/* Secondary Navigation List: First Level ---------------------------------------------------------- */

#content-container .l-secondary-nav li { 
	padding: .5em 0 .5em 1em; 
	background: url("../img/pin-services.gif") 0 .8em no-repeat;
	list-style: none;
}
#content-container .l-secondary-nav.no-links li { 
	background: url("../img/pin.gif") 0 .8em no-repeat;
	list-style: none;
}
#content-container .l-secondary-nav li a { 
	font-size: 120%; 
}
#content-container .l-secondary-navs li div { 
	margin: .5em 0; 
	border-left: 1px solid #f0f0f0; 
}
#content-container .l-secondary-nav li div a { 
	font-size: 95%; 
}

#content-container .l-secondary-nav.tight li {
	margin-left: 2em;
	padding: .5em 0 .5em 1.4em;
	background: url("../img/pin-communities.gif") 0.3em .8em no-repeat;
	list-style: none;
}
#content-container .l-secondary-nav.tight li a {
	font-size: 100%;
}

/* Secondary Navigation List: Second Level --------------------------------------------------------- */

#content-container .l-secondary-nav li ul { 
	margin: .5em 0; 
	padding-left: .5em; 
	border-left: 1px solid #f0f0f0; 
	color: #999;
}
#content-container .l-secondary-nav li ul li { 
	border-top: 0 !important; 
	padding: 3px 0; 
	background: none !important;
	list-style: none;
}
#content-container .l-secondary-nav li ul li a { 
	color: #80acb0; 
	font-size: 100%; 
}


/* Secondary Navigation List width Images --------------------------------------------------------- */

#content-container .l-extra {
	width: 168px;
	float: left;
	margin-right: 10px;
	list-style: none;
}
#content-container .l-extra img {
	display: block;
	padding: 3px 0;
}

/* ------------------------------------------------------------------------------------ */
/* Everything Else -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.downloads {
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

#block100 { /* --- Community profile block --- */
	display: none;
	padding-bottom: 1em;
	font-size: 85%;
}

.img-left {
	float: left;
	margin: 0 15px 10px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #bbb;
}
a.thisway {
	color: #ffa500 !important;
	background: url(../img/carrot.gif) 100% 50% no-repeat;
	padding-right: 25px;
}


form {
	padding: 10px 0;
}
fieldset {	
	width: 455px;	
	border: 1px solid #ccc;
	background-color: #f8f7f5;
	padding: 15px;
	margin-bottom: 15px;
}
fieldset.inside {	
	width: 400px;	
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
}

legend {
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

table label {
	display: inline;	
}

label { 
	display:block;
}
label.ouinon { 
	display: inline;
}
label span { 
	color: #666;
	font-size: 85%;
}

input {
	border: 1px solid #999;
}
input.iks {
	width: 405px;
}
textarea {	
	border: 1px solid #999;
	height: 120px;
	width: 405px;
}
select {
	border: 1px solid #999;
}
optgroup {}
option {}

fieldset#form {
	width: auto;
	padding: 20px 10px 0 10px;
}
#form input {
	width: 152px;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#form input#submit {
	width: auto;
}
#form textarea {
	width: 152px;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#form label {
/*	display: none;
*/}

div.error {
	padding:  20px;
	border: 1px solid #800;
	background-color: #fff0f0; 
	width: 450px;
	margin-bottom: 20px;
	font-size: 120%;
	color: #800;
}

div.errorfeedback {
	padding:  10px;
	border: 1px solid #800;
	background-color: #fff0f0; 
	width: 150px;
	margin-bottom: 10px;
	font-size: 100%;
	color: #800;
}
.fillme {
	color: #800;
}

.serviceimage {
	padding: 0 15px 10px 0; 
	float: left;
}
.serviceimage img {
	padding: 5px; 
	background: #eee; 
	border: 1px solid #bbb;
}

td.jobpostings {
	font-size: 95%; 
}

a.communityprofile {
	font-size: 12px; 
}
.publications-description {
	padding-left: 1em; 
	border-left: 1px solid #ddd; 
	font-style: italic; 
	color: #666;
}

div#tip-healthsite {
	font-size: 75%; 
	color: #666; 
	line-height: 0.9em; 
	padding-bottom: 1em;
}
div#tip-healthsite img {
	float: left; 
	padding: 0 1em 1.5em 0;
}



/* ------------------------------------------------------------------------------------ */
/* Case Studies -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */

div.headline {
	width: 815px;
	padding: 20px;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1em;
	color: #666;
}



				#awards {
					background: url("../img/awards-bg-top.gif") 0 0 no-repeat;
				}
				#awards-in {
					background: url("../img/awards-bg-bottom.gif") bottom left no-repeat;
					width: 795px;
					padding: 20px;
				}
				#awards-left {
					width: 500px;
					float: left;
				}
				#awards-left p {
					font-size: 11px;
					color: #999;
					padding-left: 10px;
				}
				#awards p.projects {
					font-size: 10px;
					color: #999;
					width: 115px;
				}
				#awards-right {
					width: 265px;
					float: right;
				}
				#awards ul {
					list-style: none;
					overflow: hidden;
					padding: 10px;
				}
				#awards ul li {
					list-style: none;
					float: left;
					padding-right: 10px;
					padding-bottom: 5px;
				}
				#awards h4 {
					font-size: 18px;
					background: #222 url("../img/corner.gif") bottom left no-repeat;
					color: #fff;
					font-weight: normal;
					padding: 2px 10px;
					margin: 10px 10px 10px 0;
				}



#lft {
	width: 500px;
	padding: 20px;
	float: left;

}

#rght {
	width: 265px;
	padding: 20px 20px 20px 10px;
	float: right;
}

.casestudiestext {
	padding-bottom: 1em;
}
.casestudiestext h3 {
	font-size: 20px;
	color: #222;
	font-weight: normal;
	padding-bottom: 10px;
}
.casestudiestext p {
	color: #555;
}
.casestudiestext p strong {
	color: #333;
}

div.ourpartners {
	display: inline;
	float: left;
	width: 250px;
	padding-left: 20px;
}


#one, #two, #three {
	display: inline;
	float: left;
	width: 250px;
	padding-left: 20px;
}
p.person {
	font-weight: bold;
	padding: .5em 0 0 0;
	margin:0;
}
p.position {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
h3.testimonials {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	padding: 10px 20px;
}

div.description {
	padding: 0 20px;
}
div.description img {
	float: left;
	padding: 0 2em 1.5em 0;
}


div.newsletters-left {
	display: inline;
	float: left;
	width: 300px;
	padding-left: 20px;
}
div.newsletters-right {
	display: inline;
	float: left;
	width: 350px;
	padding-left: 40px;
}
p.hdline{
	line-height: 1em;
	color: #666;
	font-size: 36px;
	text-transform: uppercase;
}

div.products-left {
	display: inline;
	float: left;
	width: 565px;
}
div.products-right {
	display: inline;
	float: left;
	width: 210px;
	padding-left: 40px;
}

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}





.leftcolumn, .rightcolumn, .column-one, .column-two {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
.leftcolumn {
	margin-left: 25px;
	width: 185px;
}
.rightcolumn {
	margin-right: 25px;
	width: 725px;
}
.column-one, .column-two {
	width: 330px;
}
.column-one {
	padding-right: 65px;
}



#footer {
	padding-bottom: 2em;
}
#footer .leftcolumn p {
	color: #666;
	line-height: 1.2em;
}
#footer .leftcolumn p.bright {
	color: #ccc;
	padding: 5px 20px 5px 0;
}
#footer .rightcolumn {
	border-top: 1px solid #666;
}
#footer .rightcolumn h2 {
	font-size: 36px;
	color: #666;
	padding-top: 10px !important;
	margin-top: 0 !important;
}





#left-content h2, #right-content h2 {
	padding: 0 0 0 0;
	margin-top: 0.5em;
}
#right-content h3 {
	text-transform: uppercase;
	color: #47a3b8;
	padding-bottom: .5em;
}
#left-content, #right-content, #left-content #quotes, #left-content #description {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#left-content {
	margin-left: 20px;
	margin-right: 20px;
	width: 490px;
}
#left-content #quotes {
	margin-right: 20px;
	margin-top: .5em;
	width: 170px;
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
}
#left-content #quotes p {
	line-height: 1em;
	margin: 0 0 1em 0;
}
#left-content #description {
	margin: .5em 10px 0 10px;
	width: 300px;
}
#left-content #description img {
	padding: 0.5em 0 1.5em 0;
	margin: 0;
}

#right-content {
	margin: 0 20px 0 10px;
	width: 275px;
}
#right-content img {
	padding: 0em 0 1em 0;
	margin: 0;
}

#clientprequalifiers h2 {

 padding-top: 0;
 margin-top: 0;
}

#clientprequalifiers h3 {
font-size: 1.1em;
 padding-top: 1em;
 padding-bottom: 1em;
}
#clientprequalifiers p {
 padding: 0;
 margin: .2em 0;
}

.aa {
	display: inline;
	float: left;
	width: 250px;
	padding-left: 20px;
}
.aaa {
	display: inline;
	float: left;
	width: 250px;
	padding-left: 0px;
}

.bb {
	display: inline;
	float: left;
	width: 520px;
	padding-left: 20px;
}
.cc {
	padding-left: 20px;
	padding-bottom: 20px;
}


.qq {
	margin-right: 20px;
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
}
.qq p {
	margin: 0 0 1em 0;
}
.qq p.prson {
	font-size: 0.5em;
	text-transform: none;
}










div.newspaper {
	display: inline;
	float: left;
	width: 250px;
	padding: 0 5px 0 20px;
}
div.newspaper img {
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 1em;
}




div#spacecadet {
	position: absolute;
	top: 0;
	right: 0;
}
div#spacecadet a {
	text-indent: -9999px;
	width: 140px;
	height: 90px;
	background: url('../img/spacecadetlogo.gif') 0 0 no-repeat;
	display: block;
}




.newsitem {
	padding-bottom: 30px;
}
.newsitem img {
	clear: left;
	padding-bottom: 10px;
}
.newsitem h3 {
	font: normal 1em/1.2em Geneva, Tahoma, sans-serif;
}
.newsitem h3 span {
	color: #66ccff;
	text-transform: uppercase;
}
.newsitem p {
	font: normal 12px Geneva, Tahoma, sans-serif;
	color: #999;
}
.newsitem p.date {
	font: normal 12px Geneva, Tahoma, sans-serif;
	color: #fff;
	padding: 5px 0 !important;
	margin: 0;
}
.bigger {
	font-size: 25px !important;
	padding: 0 !important;
}


