/* UNIVERSAL element styles */
img {
	border: 0;
}
body {
	text-align:center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
html, body {
	margin:0;
	padding:0;
}


/* PAGE STRUCTURE styles */
div#container {
	width:775px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
div#body {
	margin-top: 4px;
	border: 4px double #808080;
}
div#content {
	margin-left: 8px;
}
div.content p {
	font-size: 13px;
	line-height: 16px;
}

/* HEADER styles */
#header {
	text-align: center;
}
div#branding {
	height:95px;
    text-align:left;
    float:left;
    background-image:url('../images/bg_h1Logo.jpg');
    width:775px;
}
div#branding h1 {
	margin-top: 0;
    float:left;
    width:505px;
}
div#branding img {
    margin-left:130px;
}
div#navlinks {
	height: 32px;
	background-image: url('../images/bg_navlinks.jpg');
}
div#userlinks {
    margin-left:70px;
    margin-top:0;
    font-size:12px;
    float:left;
    width:200px;
    height:26px;
    background-image:url('../images/userlinks-bg.png');
}
div#userlinks ul {
    margin:6px;
    padding:0;
    list-style:none;
}
div#userlinks ul li {
    margin:0;
    padding:0;
    padding-right:10px;
    text-align:right;
}
div#userlinks ul li a {
    color:#583000;
}
#navlinks ul {
	margin:0;
	margin-left: 108px;
	list-style: none;
	width: auto;
}
#navlinks ul li a {
	float: left;
    color:#292E3C;
    font-size:14px;
    line-height:1em;
    margin:5px 0 0;
    padding:7px 15px 6px;
    text-decoration:none;
    text-transform:uppercase;
}
#navlinks ul li a:hover {
	color: #FFFFFF;
	background-color: #606680;
}

/* LEFT COLUMN styles */

div#left_column {
	width: 188px;
	float: left;
	margin: 6px;
	margin-right: 8px;
}
div.box {
	width: 180px;
	margin-bottom: 8px;
}
div.box .header {
	margin: 0;
	font-size: 16px;
	line-height:16px;
	height: 20px;
}
div.box div.content {
	width:177px;
	border: 1px solid #5d89bc;
}
div.box div.content div.inner {
	border: 1px inset #808080;
	padding: 4px 0 0 0;
}
div.box .login p {
	text-align:center;
}

ul.features {
  list-style: none;
  margin:0;
  padding:0;
}
ul.features a {
  background-color:#CCCCCC;
  color:#333333;
  display:block;
  font-size:12px;
  margin:0 0 5px 3px;
  padding:5px;
  text-align:center;
  text-decoration:none;
  width:160px;	
}

ul.features a:hover {
	color:#222222;
	background-color:#e1e1e1;
}


/* GENERAL styles */
.center {
  text-align:center;	
}
.paraBold {
  font-weight:bold;
  font-size:12px;
  color: #647384;
}
.loginTextBox {
  border: 1px solid buttonshadow;	
}
.btnInformation02 {
  background-color:#CCCCCC;
  border:1px solid buttonshadow;
  color:#333333;
  font-size:13px;
  height:30px;
  padding:0 6px 2px;
  text-align:center;
  width:150px;
}
a.otherlogin {
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-decoration: none;
  padding:6px 2px 6px 2px;
  height:auto;	
}
.topHdr {
  color:#647384;
  font-size:21px;
  font-weight: bold;
}
.subHdr {
  color:#54606E;
  font-size:20px;
  font-weight: bold;
  margin-bottom:6px;	
}
div.filler {
	width: 99%;
	clear:both;
}
p.last {
    margin-bottom: 1.8em;
}
div.last {
	margin-bottom: 50px;
}
hr.first {
	margin-top: 30px;
}
.belowrule {
  margin-top: .4em;	
}
.aboverule {
  margin-bottom: .4em;		
}
.left {
  text-align: left;	
}
.right {
  text-align: right;
}
.hidden {
  display: none;
}

/* FOOTER styles */
div#footer {
	clear:both;
	text-align: center;
	font-size:11px;
}

/* INDEX page */
div.index {
  margin-left: 194px;
}
#splash {
	width: 550px;
	height: 300px;
	margin-top:4px;
}
.testimonial p.paraText {
	line-height:20px;
}
/* ABOUT page */
div.about {
  text-align:center;
}
.about h2, .about p {
  width:600px;
  margin-left:auto;
  margin-right:auto;
}
.about p {
  text-align: left;	
}

/* SERVICES page */
div.services {
  text-align:center;	
}
.services h3, .services p {
  width:650px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;	
}

/* HOW IT WORKS page */
div.how {
  text-align:center;	
}
.how h3, .how p, .how ul {
  width:650px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;	
}
.how ul {
  padding-left: 48px;
  font-size:13px;
}
li.sublist, .sublist ul {
  list-style: none;
}
.how li, .how p.paraText {
  line-height: 20px;	
}

/* CLIENTS page */
.clients h2 {
  text-align: center;
}
.clients hr {
  color:#b76c57;	
  margin-bottom: 0;
}
div.clients {
  margin-left: 194px;	
  margin-right: 24px;
}
.clients p.paraText, .clients li {
  line-height: 20px;	
}
.clients ul {
  list-style-type: none;
}
.clients li {
  margin-top:16px;
}
.clients ul li ul {
  margin-top:0;
  list-style-type: disc;	
}

/* CONTACT page */
div.contact {
  margin-left: 194px;	
  margin-right: 16px;
}
.contact div.contactForm {
  background-color: #d0d0d0;
  border: 1px solid #a0a0a0;
  padding: 6px;
}
.contactInfo div.right, .contactInfo div.left {
  float:left;
  width:49%;
}
.contact div.contactInfo {
  font-size: 11px;
  line-height: 16px;
  margin-top: 16px;
}

.contact div.message {
  margin-top: 6px;
  text-align:center;
  border: 1px solid #90a0b0;
  background-color: #c0e0f0;
  padding: 8px 6px;
}

.contact div.contactForm input.subject {
  display:none;
}

/* OVERLAY */
/* use a semi-transparent image for the overlay */
	#overlay {
		position: absolute;
		left: 50%;
		top: 50%;
		display:none;
		background-image:url(/images/overlay/white.png);
		color:#efefef;
		z-index:10000;
    border: 1px solid #d0d0d0;
		-moz-box-shadow:0 0 90px 2px #000;
    -webkit-box-shadow: 0 0 90px #000;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		background-color: #fff;
		overflow-y:auto;
	}
	/* close button positioned on upper right corner */
#overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.legacy_login {
	padding:16px;
	
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
    z-index:10001;
    position: absolute;

	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}
/* INFO pages  */
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	/*background:transparent url(/images/tooltip/black_arrow.png);*/
	background: white;
	border: 1px solid #a0a0a0;
	font-size:12px;
	/*height:70px;*/
	width:160px;
	padding:16px;
	color:#000;	
	text-align: left;
	-moz-box-shadow:0 0 10px #000000;
	
}
.information div.infoBox {
  padding: 8px;
  border: 3px double #ccc;
  margin: 6px;
}
.information .infoBox h2 {
	margin-top: 2px;
	font-size: 22px;
	text-align: center;
}
.information .infoBox p {
	font-size: 13px;
	text-align: left;
	margin-left: 6px;
}
.information .infoBox p.instructions {
	font-style: italic;
	font-size:12px;
	font-weight:bold;
	color: #808080;
}
#intervals_panel a {
	position: absolute;
	display:block;
	z-index:200;
	background-image: url('../images/screen.gif');
}
