/*  */

/*** global styles ***/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	color: black;
	font-size: 12px;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

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

.hr {
	border-top: 1px solid #999999;
	height: 0px;
	margin: 20px 0;
}

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

.hidden {
	display: none;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.not {
	text-decoration: underline;
	color: red;
}

.small {
	font-size: 10px;
}

.privacy:link {
	color: black;
	text-decoration: underline;
}

.privacy:visited {
	color: black;
	text-decoration: underline;
}

.privacy:hover {
	color: red;
	text-decoration: none;
}

.indented {
	padding-left: 20px;
}

.required, .errors {
	color: red;
	font-size: 10px;
}

.required_star {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.mid_image {
	margin: 40px 0 40px 0;
}

/*
#left p {
	text-align: justify;
}
*/

#left {
	color: #555555;
}

h2 {
	font-size: 18px;
	margin: 20px 0;
}

h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

a img {
	border: none;
}

#middle p, #middle ul {
	/*text-align: justify;*/
}

.backtotop {
	float: right;
	font-size: 9px;
}

.backtotop:link {
	color: #999999;
}

.backtotop:visited {
	color: #999999;
}

.backtotop:hover {
	color: #ff0000;
}

/*** layout ***/

#wrapper {
	width: 800px;
	margin: 15px auto 0 auto;
}

#box {
	/*  */
	/* background-image: url('/images/gray.gif');
	   background-repeat: repeat-y; */
	/*  */
	border: 2px solid black;
	background-color: white;
}

#body {
	min-height: 330px;
}

#left {
	float: left;
	width: 180px;
	padding: 10px;
	position: relative;
	z-index: 10;
	background-color: #ebebeb;
}

#right {
	float: right;
	width: 180px;
	padding: 10px;
}


#middle {
	/* margin: 0 0 0 200px; */
	border-left: 200px solid #ebebeb;
	padding: 15px 25px;
	min-height: 330px;
}

#footer {
	border-left: 200px solid #ebebeb;
	height: 120px;
	/* margin-left: 200px; */
	position: relative;
	z-index: 5;
}

#target {
	width: 123px;
	height: 120px;
	background-position: 0px 120px;
	/*  */
	background-image: url('/images/logo.png');
	/*  */
}

#copyright p {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

#phone {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#phone p {
	font-size: 11px;
	margin: 0px;
	padding: 0 20px 2px 0;
}

#phone .seperator {
	color: red;
	font-weight: bold;
}

/*** client login ***/
/*
#login {
	text-align: right;
	padding: 5px;
}

#login a {
	text-decoration: none;
	color: black;
	font-size: 10px;
	font-weight: bold;
}
*/
/*** header ***/

#header {
	background-repeat: no-repeat;
	background-position: right;
	height: 79px;
	border-bottom: 1px solid #CCCCCC;
}

.puzzleglobe {
	/*  */
	background-image: url('/images/header_puzzleglobe.jpg');
	/*  */
}
.glassspheres {
	/*  */
	background-image: url('/images/header_glassspheres.jpg');
	/*  */
}
.headsets {
	/*  */
	background-image: url('/images/header_headsets.jpg');
	/*  */
}
.greentie {
	/*  */
	background-image: url('/images/header_greentie.jpg');
	/*  */
}
.bluecurves {
	/*  */
	background-image: url('/images/header_bluecurves.jpg');
	/*  */
}

.blueglass {
	/*  */
	background-image: url('/images/header_blueglass.jpg');
	/*  */
}

.darknetwork {
	/*  */
	background-image: url('/images/header_darknetwork.jpg');
	/*  */
}

.lightnetwork {
	/*  */
	background-image: url('/images/header_lightnetwork.jpg');
	/*  */
}

.face {
	/*  */
	background-image: url('/images/header_face.jpg');
	/*  */
}

.feet {
	/*  */
	background-image: url('/images/header_feet.jpg');
	/*  */
}

.redspheres {
	/*  */
	background-image: url('/images/header_redspheres.jpg');
	/*  */
}

.hand {
	/*  */
	background-image: url('/images/header_hand.jpg');
	/*  */
}

.phone {
	/*  */
	background-image: url('/images/header_phone.jpg');
	/*  */
}

.vote {
	/*  */
	background-image: url('/images/header_vote2.jpg');
	/*  */
}

.phrase {
	/*  */
	background-image: url('/images/header_phrase_red.png');
	/*  */
}

.phrase2 {
	/*  */
	background-image: url('/images/header_phrase_red2.png');
	/*  */
}

.stickMeeting {
	/*  */
	background-image:url('/images/header_stick_meeting.jpg');
	/*  */
}

#logo {
	/*  */
	background-image: url('/images/logo.png');
	/*  */
	height: 79px;
	width: 200px;
	margin: 0;
}

#logo a {
	width: 200px;
	height: 79px;
	display: block;
}

/*** nav ***/

#nav {
	border-bottom: 1px solid #CCCCCC;
	height: 27px;
	padding-left: 200px;
	background-color: white;;
}

#nav a {
	display: block;
	float: left;
	width: 90px;
	height: 27px;
}

#nav .seperator {
	background-color: red;
	float: left;
	height: 13px;
	width: 2px;
	margin: 7px 4px;
}

#home, #about, #services, #experience, #contact, #client {
	/*  */
	background-image: url('/images/nav.png');
	/*  */
}

#about { background-position: -90px 0; }
#services { background-position: -180px 0; }
#experience { background-position: -270px 0; }
#contact { background-position: -360px 0; }
#client { background-position: -450px 0; }

#home:hover, #home.home { background-position: 0 27px; }
#about:hover, #about.about { background-position: -90px 27px; }
#services:hover, #services.services { background-position: -180px 27px; }
#experience:hover, #experience.experience { background-position: -270px 27px; }
#contact:hover, #contact.contact { background-position: -360px 27px; }
#client:hover, #client.client { background-position: -450px 27px; }

#request_button a, #focusgroup_button a, #idgotv_button a, #tour_button a {
	display: block;
	height:90px;
	width:180px;
}

#request_button {
	/*  */
	background-image: url('/images/buttons.png');
	/*  */
}

#focusgroup_button {
	/*  */
	background-image: url('/images/buttons.png');
	/*  */
	background-position: 0 -90px;
}

#idgotv_button {
	/*  */
	background-image: url('/images/buttons.png');
	/*  */
	background-position: 0 -180px;
}

#tour_button {
	/*  */
	background-image: url('/images/buttons.png');
	/*  */
	background-position: 0 -270px;
}

#crossbow_button {
	margin: 26px 0 18px;
}

/*** request form ***/
.field2 {
	display: none;
}

.request_table {
	border-spacing: 5px;
}

#privacy {
	/*  */
	background-image: url('/images/privacy.png');
	/*  */
	height: 55px;
	width: 55px;
	float: right;
	margin: 0 0 0 4px;
}

#participants_to_show {
	text-decoration: underline;
}

#indicator_div {
	border: 1px solid #999999;
	float: right;
	padding: 0 20px;
	margin-left: 10px;
	background-color: #ebebeb;
}

#quote_indicator {
	/*  */
	list-style: circle inside url('/images/checkmark.png');
	/*  */
	padding-left: 0px;
	margin-left: 0px;
}

#quote_links {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #999999;
}

/*** client login ***/

#login input {
	width: 100px;
}

/*** Quotes ***/

#quotes_table {
	width: 100%;
	border-collapse: collapse;
}

#quotes_table th {
	text-align: left;
}

.altrow {
	background-color: #ebebeb;
}

#quotes_view table {
	width: 80%;
}

#quotes_view td {
	padding: 3px 0;
}

/*** calculators ***/
table.fullwidth {
	width: 100%;
}

.red {
	color: red;
}

.calc_header {
	background-color: #ebebeb;
	font-style: normal;
	padding: 4px;
	text-align: center;
}

/* contact page */
#expandButton {
	float: right;
}

#directions {
	border-bottom: 1px solid #999999;
}

#map {
	width: 540px;
	height: 300px;
	border: 1px solid black;
}

/* home page big links */

#flashwrapper {
	margin-bottom: 50px;
}

#TourLink {
	margin-bottom: 35px;
}

.home_big_link {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 65px;
	font-size: 15px;
	font-style: italic;
}

.home_big_link a:hover {
	background-color: #0066CC;
	color: white;
	text-decoration: none;
}

/*** severe wether indicator ***/

.notice_power
{
	background-color:#FFEEEE;
	width:350px;
	min-height:45px;
	border:2px solid #CA6161;
	display:block;
	margin:10px;
	padding:5px;
}
	.notice_power img
	{
		float:left;
		margin-top:-10px;
		margin-right:10px;
	}
	.notice_power span
	{
		display:block;
		font-weight:bold;
	}
	.notice_power .date
	{
		text-align:right;
		font-weight: normal;
		color: gray;
	}
	
/*** promo video ***/
#Blackout {
	background: url('/images/overlay.png') repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}

#PromoDialog {
	border: 10px solid #151515;
	background: black;
	width: 648px;
	height: 360px;
	margin: -180px 0 0 -324px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 2000;
}

#ClosePromo {
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: -24px;
	z-index: 3000;
}
	
/*** PDAs ***/

ul.filelist {
	list-style-type: none;
	padding:5px;
}

ul.filelist p {
	margin: 0px;
	padding: 5px 0 10px 20px;
}

form.file_request_form label {
	display: block;
	width: 100px;
	float: left;
}

/*** Search Forms ***/
.searchForm label { position: absolute; text-align:right; width:100px; }
.searchForm select.indent, .searchForm input.indent, .searchForm span.indent { margin-left: 105px; }
.searchForm select { margin-bottom: 4px; }

/*  */
