/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
background: #547269 url(/images/smbg.jpg);
margin:10px;
padding:0;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size:16px;
line-height:18px;
color:#000000;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
margin:10px 0 0 0;
}

h1 {
font-size:26px;
font-family: "Trebuchet MS", Verdana, sans-serif;
}

h2 {
font-size:23px;
font-family: "Harrington", Trebuchet MS, Verdana, sans-serif;
border: 1px solid purple;
color:#A84A58;
background:#ffffff;
}

h3 {
font-size:20px;
font-family: "Trebuchet MS", Verdana, sans-serif;
}

h4 {
font-size:17px;
font-family: "Trebuchet MS", Verdana, sans-serif;
}

a:link, a:visited {
color:#646995;
text-decoration:none;
}

a:hover, a:active {
color:#5244D0;
text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

.box{
background:#f8f8f8 url(/images/boxbg.gif) top left repeat-y;
border:1px solid #d0d4d4;
color:#505050;
margin:0px auto;
padding:10px 10px 10px 20px;
width:85%;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#mainContainer {
background:#D0D9D7;
margin:0 auto;
margin-top:20px;
padding:0;
width:900px;
border:1px dashed #454545;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:5px;
width:890px;
background:#5A425E url(/images/smhdr.jpg);
height:90px;
float:right
color:#ffffff;
}

/* << ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:895px;
height:30px;
line-height:30px;
background-color:#454545;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:190px;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Vertical navigation //---------------->> */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
background-color:#454545;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

.tabcontentstyle{ /*style of tab content container*/
border: 0px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:490px;
border:1px dashed #454545;
background-color:#EBF0F3;
}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:184px;
}


/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:885px;
height:20px;
font-size:10px;
color:#ffffff;
/*background:#5A425E url(/images/smftr.jpg);*/
background-color:#454545;
clear:both;
}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#BreadCrumbBar
{
	margin-top: 7px;
	margin-right: 10px;
	font-size: .95em;
	color: #000000;
	text-shadow: #000000 2px 2px 2px;
	background-color: #D1CECD;
}
#BreadCrumbBar
{
	float: left;
	margin-left: 1px;
}

.breadCrumb
{
	display: inline;
}