/* CSS Document */

* { margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	word-wrap: break-word;
 }

body { 
background-color: #CCD3DB;
width: 850px;
background-image: url('images/bodyBottomRepeat.jpg');
background-position: top left;
background-repeat: repeat-x;
background-attachment: fixed;
margin: auto;
text-align: center;
}

.theBody {
text-align: left;
}

p { padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 5px;
}

p.x {padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

ul { margin-left: 25px;
padding-top: 5px;
padding-left: 0px;
list-style-image: url('images/bulletA.jpg');
list-style-position: outside;
}

li { margin-bottom: 10px; }

form { padding-left: 20px;
padding-bottom: 20px;
}

pre {
 white-space: pre-wrap;       
 white-space: -moz-pre-wrap;  
 white-space: -pre-wrap;     
 white-space: -o-pre-wrap;    
 word-wrap: break-word;       
}

#theNav {
width: 834px;
background-color: #CCD3DB;
background-image: url('images/navRepeat.jpg');
background-position: top left;
background-size: 100%;
color: #CCD3DB;
padding-left: 20px;
padding-top: 3px;
padding-bottom: 3px;
}

#theNav a { color:#fff; text-decoration: none;
	font-variant: small-caps;
	margin-left: -10px;
	margin-right: 0px;
	margin-top: 0px;
}

#theNav a:link, #theNav a:visited, #theNav a:active { color:#fff; text-decoration: none; }
#theNav a:hover { color:#ccc; text-decoration: none; }

#bigBox {
margin-left: 181px;
}

#imageContainer { clear: both;
	width:100%;
	height:126px;
	border:0px solid #000;
	background-image: url('images/midHeaderRepeat.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#mainContainer {
width: 100%;
}

#leftNav { 
float: left;
display: inline;
width: 161px;
}

.leftButton {
background-color: #E3E3E3;
border-bottom: 1px solid #B9B9B9;
width: 171px;
min-height: 25px;
height: auto !important;
height: 25px;
text-indent: -10px;
padding-left: 10px;
padding-top: 7px;
padding-bottom: 3px;
}

.leftButton a { 
margin-left: 10px;
margin-right: 10px;
font-variant: small-caps;
font-weight: bold;
text-decoration: none;
font-size: 120%;
}


.leftButton a:link, .leftButton a:visited, .leftButton a:active { color: #758A9F; }
.leftButton a:hover { color: #fff; }

#leftRSS {
font-size: 10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}

#theContent {
float: left;
display: inline;
width: 671px;
height: auto;
background-color: #ffffff;
border-left: 1px solid #B9B9B9;
border-right: 1px solid #B9B9B9;
border-bottom: 1px solid #B9B9B9;
position: absolute;
right: auto;
}

.yellowBar { clear: both;
width: 671px; height: 24px; 
background-color: #F8EEBD;
background-image: url('images/yellowBarRepeat.jpg');
background-position: top left;
background-repeat: repeat-y;
border-bottom: 1px solid #B9B9B9;
}

.dotBar { 
color: #464749; 
font-weight: bold;
padding-bottom: 0px;
border-bottom: 2px dotted #B9B9B9;
}

.theShadow { width: 100%;
height: 10px;
background-image: url('images/bottomRepeat.jpg');
background-position: top left;
background-repeat: repeat-x;
}

#midContent { width: 100%;
background-color: #ffffff;
background-image: url('images/midBodyBack.jpg');
background-position: top left;
background-repeat: no-repeat;
}

.someBoxes { width: 208px;
height: 100%;
float: left;
display: inline;
padding-left: 5px;
padding-right: 5px;
}

.someBoxesToo { width: 208px;
height: 100%;
float: left;
display: inline;
padding-left: 5px;
padding-right: 5px;
a:hover{border-bottom-style: solid; border-bottom-width: 1px;}
}

.someBoxes h1 { color: #464749; 
font-weight: bold;
padding-bottom: 0px;
}

#theBottom { width: 100%;
background-image: url('images/bottomRepeat.jpg');
background-position: top left;
background-repeat: repeat-x;
}

#theFooter { width: 100%;
margin-top: 15px;
clear: both;
text-indent: 20px;
font-size: 10px;
color:#666666;
}

#theFooter a {
text-decoration: none;
color: #666666;
padding-left: 15px;
padding-right: 15px;
}

#theFooter a:link, #theFooter a:visited, #theFooter a:active {
	color:#666666;
	}
	
#theFooter a:hover {
	color:#000;
	}
	
#theFooterText { float: left; display: inline;
}
#theCopyright { float: left; display: inline;
padding-left: 40px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	margin: auto;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 0;}
/* End hide from IE-mac */
