
/* Copyright (c) 1999 - 2006 Area-Wide Technologies, Inc.  All rights reserved. 
2006 - Azeem Azeez 

The De-bugifier - border:1px solid red;*/ 

/* - STRUCTURE
-------------------------------------------------------*/
html { /* Stops disappearing scrollbar in Firefox */
	height:100%; 
	margin-bottom:1px;
}

body {
	background-color:#e9eff2;
	font-family:Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
/*	font-size:12px;*/
	font-size:.75em;
	margin:0px;
	padding:0px; /*For Opera*/
}
.clear-both {
	clear: both;
}

#container {
	width: 968px;  /* was 750px */
	margin:0 auto;
	background-color:white;
}

#wrapper {
 /*Container wrappes the Wrapper,(i.e. wrapper is a pseudo
 container) because of wierd Firefox bug, that doesnt
 set border all the way around the Container*/
	border:8px solid white;
}

#header {
	background-image:url(../images/gradient.jpg);
	height:100px;
}

#logo {
	float:left;
}

#top-menu {
	float:right;
	padding-right:6px;
}

#bread {
	background-color:#333;
	color:#6da7df;
	padding-left:6px;
	height:24px;
	line-height:24px;
}

#content-area {/*NOP*/}

#content {
	float:left;
	width:742px; /* was 524px */
	background-color:#F5F5F5;
	padding:8px;
	border-bottom:8px solid white;
}

#content-col-left {
	float: left;
	width: 49%;
	margin-right: 8px;
}

#content-col-right {
	float: right;
	width: 49%;
}

/* Line Card layout */
#content-col1 {
	float: left;
}

#content-col2 {
	float: left;
}

#content-col3 {
	float: left;
}

#content-col1 img {
	padding: 9px 18px 9px 63px;
}

#content-col2 img {
	padding: 9px;
}

#content-col3 img {
	padding: 9px 63px 9px 18px;
}

/* JRF separated out the Sidebar from the Nav-menu in to sep DIVs */
#sidebar {
	background-image:url(../images/gradient.jpg);
	background-repeat: no-repeat;
	float:right;
	width:174px;
	padding:6px;
	background-color:#eee;
	margin:0px;
	border-bottom:8px solid white;
}

#nav-menu {
	background-image:url(../images/gradient.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 174px;
	/* manually adjust to match height of DHTML Menu Builder output */
	height: 132px;
	padding: 6px;
	background-color: #eee;
	margin: 0px;
	border-bottom: 8px solid white;
}

#menu {
	height:130px;
}

#footer {
	clear:both;
	background-color:#e9eff2;
/*font-size:10px;*/
	font-size:.8em;
	height:18px;
	text-align:right;
	padding:10px 0px 0px 6px;
	color:#333;
}

#linecard_table td {
	padding-bottom:20px;
	border-bottom:1px solid #EAEFF3;
	background-color:white;	
}

#linecard_table img {
	padding-bottom:8px;
}

/* - IMAGES
-------------------------------------------------------*/
.content-image {
	border: 8px solid white;
	margin-left: 6px;
}

.content-image_extBottom {
	border: 8px solid white;
	margin-left: 6px;
	margin-bottom: 36px;
}

/* - LINKS
-------------------------------------------------------*/
a {
	color:#053E5C;
}

a:hover {
	color:#333;
}

#top-menu a{
	text-decoration:none;
	color:#333;
}

#top-menu a:hover{
	text-decoration:underline;
}

#bread a {
	color:white;
	text-decoration:none;
}

#sidebar a {
	color:#3b6ea5;
}

#sidebar a:hover {
	color:#333;
}

/* - Contact Form, Labels and Inputs
-------------------------------------------------------*/
input {
	display: block;
	float: left;
	margin-bottom: 9px;
	}

label {
	display: block;
	float: left;
	width: 108px;
	text-align: right;
	padding-right: 9px;
	}

.formButtonSubmit {
	width: 72px;
	margin-top: 9px;
/*108px + 9px (label width + right padding) */
	margin-left: 117px; 
	}

/* - TYPOGRAPHY
-------------------------------------------------------*/
h2.page-title {
	font-weight:normal;
	font-size:1.6em;
/*font-size:20px;*/
	color:#053e5c;
	background-color:#E8E8E8;
	height:34px;
	line-height:34px;
	margin:-6px;
	margin-bottom:8px;
	padding-left:6px;
}

#content h4 {
	font-weight:normal;
	font-size:1.3em;
	color:#053e5c;
	margin-bottom: 0px;
}


#content h3 {
	clear:both;
}

/* MORE IN PUBLIC.CSS */

/* - Staff Formatting
-------------------------------------------------------*/
#staff-brief {
	display: block;
	}

p.staff-title {
	margin-top:0px;
	}
	
img.staff-thumbnail {
	float: left;
/*border: 9px solid white; */
	padding-right: 9px;
	padding-bottom: 9px;
	}

.staff-title {
	background-color:#333;
	color:#fff;
	padding-left:4px;
	}
	
.staff-title a{
	color:#fff;
	text-decoration:none;
	}	
	
.staff-title a:hover {
	color:#fff;
	text-decoration: underline;
	}

#bio-more {
	float: right;
	color:#fff;
	margin-right: 5px;
	}

#bio-more a {
	color:#fff;
	text-decoration:none;
	}

#bio-more a:hover {
	color:#fff;
	text-decoration: underline;
	}
	
.no-margin {
	margin-top:-10px;
}
