/* General CSS Document for The Just Group Site */

@import "../css/frame.css";
@import "../css/header.css";
@import "../css/footer.css";
@import "../css/nav.css";


body {
	background: #dededc;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
}

h1 {
	color: #26355c;
	font-size: 200%;
	font-weight: normal;
	font-family: 'Judson', Arial, sans-serif;
	text-transform: uppercase;
}

h2 {
	color: #3c4a6d;
	font-size: 130%;
	margin-top: 2em;
	font-weight: normal;
}

h3 {
	color: #515d7d;
	font-size: 100%;
	margin-top: 2em;
	
}



a {
	color: #2e658b;
}

a:hover, a:active, a:focus {
	color: #4095d1;
}

a:visited {
	color: #9b90c9;
}

a.pdf {
	background: url(../img/misc/pdf_icon.gif) no-repeat 0.1em 0;
	padding-left: 23px;
}


img {
	border: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	line-height: 0;
	height: 1px;
	margin: 2em 0;
	_margin: 0.5em 0;
}


table {
	width: 99%;
	padding: 0;
	margin: 0;
	border: solid 1px #1c537b;
}

caption {
	padding: 0.3em 0;
	text-transform: uppercase;
	text-align: left;
}

thead {
	background: #3874a2;
}

tfoot {
 	background: #6b98ba;
}

thead th, tfoot td {
	padding: 0.5em;
	border-right: solid 1px #1c537b;
	border-bottom: solid 1px #1c537b;
	color: white;
}

tfoot td, tfoot th {
	border-top: solid 1px #4a7ea6;
	border-right: solid 1px #4a7ea6;
	border-bottom: none;
	color: white;
}

td, th {
	padding: 0.5em;
	margin: 0;
	text-align: left;
	border-right: solid 1px #dbe2e7;
}

tr.stripe {
	background: #f0f2f4;
}

code {
	font-size: 120%;
}

iframe {
	border: solid 1px #1c537b;
}

.phone {
	font-weight: bold;
}

.disclaimer {
	font-size: 80%;
}

.indent {
	margin-left: 200px;
}

.pictureframe {
	text-align: center;
}

.profile {
	padding-top: 1em;
	margin-top: 2em;
	border-top: 1px solid #ccc;
	min-height: 175px;
	_height: 175px;
}

.pastprofile {
	padding-top: 1em;
	margin-top: 2em;
	border-top: 1px solid #ccc;
	/*
	min-height: 175px;
	_height: 175px;
	*/
}

.profile img {
	float: left;
}

.profile h2 {
	margin-top: 0;
}

.timestamp {
	font-size: 60%;
	color:#3e6c8a;
	text-transform: uppercase;
	text-align:right;
	
}

.brands .brand {
	min-height: 120px;
	padding: 20px 20px 20px 140px; 
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #CCC;
}

.brands .brand .indent {
	margin-left: 0;
}