/* Cascading Style Sheet - www.z-2.org */
/* $Id: basic_full.css,v 1.2 2007/06/20 18:25:24 pete Exp pete $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	color: #eee;
	background-color: #000;
	background-image: url("images/bgndtall.gif");
	background-repeat: repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

body#verve {
	background-image: url("images/bgndtallverve.gif");
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6, .hdivid {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 2px 0 6px 0;
	padding: 0;
	color: #eee;
}

h1.sitename {
	display: none;
}

h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

.nodisp {
	display: none;
}

#textcontainer h2 {
	width: 460px;
	height: 46px;
	background-repeat: no-repeat;
	margin: 10px 0 0 32px;
	padding: 0;
	font-size: 23px;
	color: #eee;
}	
	
#textcontainer h2.inspired {
	background-image: url("images/h2inspired.gif");
}

#textcontainer h2.contact {
	background-image: url("images/h2contact.gif");
}

#textcontainer h2.jobs {
	background-image: url("images/h2jobs.gif");
}

#textcontainer h2.info {
	background-image: url("images/h2info.gif");
}


#textcontainer h2.about {
	background-image: url("images/h2about.gif");
}

#textcontainer h2.portfolio {
	background-image: url("images/h2portfolio.gif");
}

#textcontainer h2.future {
	background-image: url("images/h2future.gif");
}

#textcontainer h2.greenroom {
	background-image: url("images/h2greenroom.gif");
}

#textcontainer h2.filenotfound {
	background-image: url("images/h2filenotfound.gif");
}

#textcontainer h2.forbidden {
	background-image: url("images/h2forbidden.gif");
}

#textcontainer h2.accessdenied {
	background-image: url("images/h2accessdenied.gif");
}


/* about section */

#textcontainer h2.teamz2 {
	background-image: url("images/h2teamz2.gif");
}

#textcontainer h2.z2office {
	background-image: url("images/h2z2office.gif");
}

#textcontainer h2.awards {
	background-image: url("images/h2awards.gif");
}

#textcontainer h2.capabilities {
	background-image: url("images/h2capabilities.gif");
}


/* verve section */

#textcontainer h2.verve {
	height: 1px;
}


/* ******************************************************************************* */
/* text blocks */

p, blockquote, ul, ol, dt, dd, dl, th, td, div {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	margin: 2px 0 12px 0;
	padding: 0;
	line-height: 130%;
}

.spaced150 {
	line-height: 150%;
}

.spaced200 {
	line-height: 200%;
}

div {
	margin: 0;
	padding: 0;	
}

#textcontainer p {
	margin: 5px 0 0 90px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}

ul, ol {
	margin: 3px 0 6px 10px;
	padding: 0 0 0 10px;
}

ul.flat {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
}

ul.bullets {
	list-style-type: square;
	margin: 0 0 8px 10px;
	padding-left: 10px;
}

ul.bullets li {
	margin-bottom: 4px;
	padding: 0;
}

/* awards lists */

ul.awards {
	list-style-type: none;
	margin-bottom: 15px;
}

ul.awards li {
	margin-bottom: 15px;
}

ul.awards li {
	padding-left: 40px;
	background-repeat: no-repeat;
}

ul.awards li.clarion {
	background-image: url("images/bulletclarion.gif");
}

ul.awards li.summitbronze {
	background-image: url("images/bulletsummitbronze.gif");
}

ul.awards li.summitgold {
	background-image: url("images/bulletsummitgold.gif");
}

ul.awards li.tellybronze {
	background-image: url("images/bullettellybronze.gif");
}

ul.awards li.tellysilver {
	background-image: url("images/bullettellysilver.gif");
}



ol {
	margin-left: 20px;
}

ol li {
	margin-bottom: 3px;
	padding: 0;
}

#footer p {
	font-size: 9px;
	margin: 0 0 16px 0;
	color: #666;
}

acronym, abbr {
	border-width: 0;
}

.hmeta {
	display: none;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

img.award {
	margin-top: 18px;
}

hr {
	margin: 12px 0;
	border: none 0; 
	border-top: 0px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	height: 1px;
}


/* ******************************************************************************* */
/* nav */

#header ul.nav,
#nav ul.nav {
	/* display: inline; */
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul.nav li,
#nav ul.nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header ul.nav a,
#nav ul.nav a {
	margin: 0;
	padding: 0;
}

#header ul.nav a:link,
#header ul.nav a:visited,
#nav ul.nav a:link,
#nav ul.nav a:visited {
	margin: 0;
	padding: 0;
}

#header ul.nav a:hover,
#nav ul.nav a:hover {
	color: #900;
	margin: 0;
	padding: 0;
}

#header ul.nav a.active,
#nav ul.nav a.active {
	color: #900;
	margin: 0;
	padding: 0;
}

#nav ul.navsub {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
}

#nav ul.navsub li {
	margin: 0;
	padding: 0;
}

#nav3about ul li {
	display: inline;
	width: 58px;
	height: 14px;
	margin: 0;
	padding: 0;
}



/* about level */

#nav3about ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#nav3about ul li {
	display: inline;
	height: 14px;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 8pt;
	color: #666;
}

#nav3about a:link,
#nav3about a:visited, 
#nav3about a:active, 
#nav3about a:hover {
	color: #aaa;
	text-decoration: none;
	margin-right: 5px;
}

#nav3about a:hover {
	color: #fff;
}


li.smicon img {
	padding-left: 8px;	
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #aaa;
	text-decoration: underline;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}


/* ******************************************************************************* */
/* form */

form label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0 0 0;
	padding: 2px;
	color: #eee;
}

form input.formtxt,
form textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 2px 2px 0 0;
	padding: 0 2px;
	color: #000;
	background-color: #ccc;
	border: 2px inset #999;
}

form input.formbttn {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 2px 0 0;
	padding: 0 2px;
	color: #000;
	background-color: #ccc;
	border: 1px outset #999;
}

form li {	
	margin: 1px 0 0 0;
	padding: 1px;
}

.nolink {
	color: #171717;
}


