@charset "utf-8";
@import url("layout.css");
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

img {
	border-width:0px;
}

body {
	background-color:black;
	font:12px/14px Arial, Helvetica, sans-serif;
}

p {
	margin:12px 0px;
}

ol, ul {
	list-style-position:outside;
	margin-left:44px;
	margin-bottom:18px;
}

li {
	margin-bottom:6px;
}

a {
	color:#336699;
}

a:hover {
	color:#6699CC;
}

h1 {
	font-size:16px;
	line-height:18px;
	margin:24px 0px 12px;
}

h3 {
	margin:12px 0px -10px;
	color:#003366;
}

/* General Classes */

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}

.rgtImg {
	float:right;
	margin:12px 0px 12px 12px;
	clear:right;
}

	.contentRgt .rgtImg {
		margin:12px 0px;
	}

.lftImg {
	float:left;
	margin:12px 12px 12px 0px;
	clear:left;
}

.blockLnk {
	display:block;
	margin:12px 0px;
	text-decoration:none;
}

.hilite {
	color:#3366CC;
}

.error, .msg {
	color:#990000;
	padding:4px 6px;
	border:1px dashed gray;
	text-align:center;
}

	.msg {color:black;}


/* Home Page */

.home #pgHdr {
	text-transform:none;
	font-size:14px;
}

/* Services */

#details #subNavDetails, #equipment #subNavEquipment, #reports #subNavReports, #video #subNavVideo {
	color:#6699CC;
}

/* Management Bios */
#bios .contentLft {
	width:239px;
}

#bios .contentRgt {
	width:430px;
	padding:20px;
	background:url(images/biosBg.jpg) no-repeat top center;
	height:330px;
	overflow:hidden;
	margin-top:12px;
}

	#bios .contentRgt img {
		float:right;
		margin:0px 3px 12px 12px;
	}
	
	#bios .contentRgt h3 {
		/*margin-top:48px;*/
	}

#bios .blockLnk {
	margin:11px 0px;
}

#bios #subNavBios, #join #subNavJoin {
	color:#6699CC;
}

/* Contact Us */

#contactBg {
	background:white url(images/contactBg.jpg) no-repeat top right;
	margin-right:-32px;
}

/* Coverage Territory */

#coverage #content {
	position:relative;
}

#coverage .contentLft {
	width:400px;
}

#coverage .contentLftBtm {
	width:450px;
	position:absolute;
	top:355px;
	left:35px;
	font-size:10px;
}

/* FAQs */

#faq .contentLft, #faq .contentRgt {
	width:355px;
}

/* Client Login 

#clientLogin #content {
	margin-top:-82px;
	height:526px;
}

	#clientLogin #content iframe {
		width:730px;
		height:526px;
	}
	
*/

/* Employee Login */

#employeeLogin #content {
	margin-top:-82px;
	height:526px;
}

	#employeeLogin #content iframe {
		width:730px;
		height:526px;
	}


/* iSightLogin Login */

#iSightLogin #content {
	margin-top:-82px;
	height:526px;
}

	#iSightLogin #content iframe {
		width:730px;
		height:526px;
	}
	
/* My Video */

#videoLft {
	background:black url(images/vidTopBg.gif) no-repeat top center;
	width:587px;
	position:relative;
	padding-top:50px;
}

	.videoHdr {
		position:absolute;
		top:8px;
		left:8px;
		color:white;
		font-weight:bold;
		width:578px;
	}
	
	.videoHdr .vidBtns {
		color:white;
		background-position:0% 50%;
		padding-left:35px;
		float:left;
		width:auto;
	}
	
	.vidForms {
		float:right;
		text-align:right;
		padding-top:3px;
		padding-right:5px;
	}

.vidBtns {
	background-repeat:no-repeat; 
	background-position:12% 50%;
	padding-left:50px; 
	display:block; 
	height:35px; 
	width:100px; 
	text-align:left; 
	text-transform:uppercase; 
	text-decoration:none; 
	color:black; 
	font-weight:bold; 
	line-height:14px; 
	font-size:14px;
	padding-top:5px;
	margin-bottom:5px;
}

.vidBtns em {
	font-weight:normal;
	font-size:12px;
}

.timeStamp {
	text-align:center; 
	color:white; 
	font-weight:bold; 
	font-size:20px; 
	line-height:normal; 
	position:absolute; 
	top:0px; 
	padding-top:30px; 
	height:50px; 
	width:120px;
	background-image:url(images/icoStar.gif);
	background-position:-30px 0px;
	background-repeat:no-repeat;
}

.selected {
	background-position:5px 5px;
}

#curTime {
	height:280px; 
	width:150px; 
	overflow:auto; 
	position:relative; 
	padding-left:15px; 
	margin-right:-15px; 
	margin-bottom:5px;
}

#requestPassword {
	position: absolute;
	width: 400px;
	height: 300px;
}
