/*------------------------------------------------
This CSS document was created 
for Problem Solved website www.ProblemSolved.com

Color swatches
#b11116 - red
#fff8ab - yellow
#00007b - blue
------------------------------------------------*/
body {
background-color: #fff;
font-size: .72em;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color:#564b47;
padding:0;
margin: 0;
line-height: 1.5em;
}
:focus {
	outline: 0;
}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin: 0 auto 10px auto;
background-color: #fff8ab;
}
/* --------------Banner Info------------- */
#banner a:link {color: #fff8ab; text-decoration: none;}
#banner a:visited {color:#fff8ab; text-decoration: none;}
#banner a:hover {color: #fff8ab; text-decoration: underline;}
#banner a:active { color:#fff8ab; text-decoration: none;}
#banner p.blueLink a {position: relative; z-index: 10;}
#banner p.blueLink a:link {color: #00007b; text-decoration: none; padding-right: 10px;}
#banner p.blueLink a:visited {color: #00007b; text-decoration: none;}
#banner p.blueLink a:hover {color: #00007b; text-decoration: underline;}
#banner p.blueLink a:active {color: #00007b; text-decoration: none;}

h1 { text-indent: -9000px;}
#banner p#logo {
	position:absolute;
	top: 0;
	margin: 10px 0 0 0;
	padding: 0;
	z-index: 2;
}
#banner {
	width: 800px;
	height: 94px;
	*height: 96px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#banner p {
	text-align: right;
	padding: 10px;
}

#banner h3, #footer h3 {
font-size: 1em;
font-weight: normal;
color: #fff8ab;
text-align: right;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding: 2px 10px 2px 0;
margin: 0;
background-color: #b11116;
}
#banner h3.inHouseLinks,  #footer h3.inHouseLinks {
	font-size: .9em;
	font-weight:bold;
}
#footer h3.inHouseLinks {
	font-weight: normal;
}
#banner h3.inHouseLinks a:link {
	padding: 0 8px;
}
#banner h3.inHouseLinks a:visited {
	padding: 0 8px;
}
#banner h3.inHouseLinks a:hover {
	padding: 0 8px;
}
#banner h3.inHouseLinks a:active {
	padding: 0 8px;
}

#breadcrumbs {
font-size: 1em;
font-weight: normal;
color: #aaa;
text-align: left;
padding: 7px 10px 8px 10px;
margin: 0;
border-bottom: 1px dashed #aaa;
border-top: none;
}
#breadcrumbs a {
	color: #aaa;
	text-decoration: underline;
}

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0;
float: right;
width: 80%;
border-top: 1px solid #fff;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 8px;
margin:0px;
}

#content h2.mainContent {
	font-size: 1.5em;
	padding: 15px 20px 10px 10px;
	margin: 0;
	}
#content h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #00007b;
	padding: 15px 20px 10px 0;
	margin: 0 0 0 10px;
}
h3.horizontalRule {
	border-top: 1px solid #e2e2e2;
	padding: 10px;
}
#content h4 {
	font-size: 1em;
	color: #b11116;
	padding: 0 20px;
	margin: 0;
}
#content h5 {
	padding: 0 20px;
	margin: 0;
	font-size: 1.1em;
	color:#564b47;
}
#content p {
	padding: 0 20px;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/* --------------left navigation------------- */
#sidebar {
	width: 20%;
	float: left;
	margin: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#navList ul {
	margin: 0;
	padding: 0;
}
#navList li {
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin: 0;
	}
#navList li a:link {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #00007b;
	border-left: 14px solid #fff8ab;
	text-decoration: none;
	padding: 8px 0 8px 5px;
	}
#navList li a:visited {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #000066;
	border-left: 14px solid #fff8ab;
	text-decoration: none;
	padding: 8px 0 8px 5px;
	}
#navList li a:hover {
	color: #000066;
	background-color: #fff;
	border-left: 7px solid #fff8ab;
	border-top: none;
	padding: 8px 0 8px 12px;
}
#navList li a:active {
	color: #000066;
	background-color: #fff;
	border-left: 7px solid #fff8ab;
	border-top: none;
	padding: 8px 0 8px 12px;
}
#sidebar h4 {
	font-size: .95em;
	color: #00007b;
	padding: 0 5px;
	text-align:center;
}
#sidebar img {
	border: none;	
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/* -----------contact page staff divs--------------------------- */
#leftStaff {
	float: left;
	width: 45%;
	margin: 0 10px;
}
#rightStaff {
	float: left;
	width: 45%;
	margin: 0;
}
#leftStaff h3.staffHeading2, #rightStaff h3.staffHeading2 {
	color: #000;
}
#leftStaff h4.staffHeading, #rightStaff h4.staffHeading {
	color: #00007b;
	margin-left: -10px;
	margin-bottom: 5px;
}
/* -----------newsletters page divs--------------------------- */
#leftNewsletter {
	float: left;
	width: 45%;
	margin: 0 10px;
}
#rightNewsletter {
	float: left;
	width: 45%;
	margin: 0;
}
/* -----------map page info--------------------------- */
#map {
	float: right;	
}
/* -----------Extras--------------------------- */
h4 span {
	color: #564b47;	
}
a.readMoreLink {
	color: #b11116;
	text-decoration: none;
	font-size: .95em;
}
a.readMoreLink:hover {
	text-decoration: underline;	
}
.floatRight {
	float: right;
	padding: 10px 0;
	margin: 15px 0 10px 20px;
	text-align: center;
	width: 150px;
	font-size: .8em;
	line-height: 1.2em;
	border: 1px solid #ccc;
}
.floatRight img {
	border: none;	
}
#content ul li {
	line-height: 1.6em;	
}
#content h6 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #00007b;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0;
}
.rightlogo {
	float: right;
}

