
.cats_bottom {
background-color:#114D8F;
border-bottom:1px solid #dcdcd9;
}

.cats_bottom a {
display:block; 
width:100%;
color:#dcdcd9;
text-align:center;
margin-right:15px;
}

* html .cats_bottom a {
margin-right:10px;
}

.cats_bottom a:hover{ 
color:white; }

.bodyarea {
background-color:#dcdcd9;
}

.center_pages {
border: 1px solid #CECECE;
}

.bluebot {
background-color:#114D8F;
}

.spoton_footer *{
font-size:12px;
color:white;
}

/*home page stuff*/

.bluehead {
height: 30px;
min-height: 30px;
width:160px;
background-image: url("images/pbb.png");
background-repeat: repeat-x;
}

.bluehead .editableText {
padding:8px 0 8px 8px;
}

.bluehead *{
font-size:12px;
color: #ffffff;
}

.bluehead .editableText p {
display:none;
}

.whitetext {
background-color: white;
padding:10px;
width:140px;
}

.whitetext * {
margin:0;
}

#first {
width:160px;
}

#second {
width:160px;
}

#third {
width:160px;
}

#fourth {
width:160px;
}

#fifth {
width:160px;
}

.left_bot {
background-color: #99A6C2;
}

.lb_text {
padding:10px 10px 0 10px;
}

.lb_text *{
color:#114D8F;
margin-top: 0;
}

.left_bot_pic {
padding:0 10px 0 10px;
}

/*about us + contact pages*/

.surround {
			border: 2px solid #CbCbCb;
			padding: 10px;
			background-color:white;
}

.pb {
background:url("images/white.png");
background-repeat:repeat-y;
}

#middle {
width:325px;
}

#right {
width:325px;
}

/*default stuff*/

body {
       font-family: Myriad, Arial, Helvetica, sans-serif;
       font-size:12px;
}

h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

.editableText {
position:relative;
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

.sideNav_group {
width:160px;
}

.sideNav_item {

font-size:12px;
height: 22px;
width:144px;
background-image: url("images/pbb.png");
background-repeat: repeat-x;
padding: 8px 8px 0;
}
.sideNav_selected {
color:#99A6C2;

}
.sideNav_item a {
display:block;
width:160px;
color: #ffffff;
padding: 0px 0px 8px 0;

}

.sideNav_item a:hover {
color:eeeeee;
}

a {
font-size:12px;
text-decoration:none;
color:#333333;
}

a:hover { 
color:black;
}

.greynav {
background-color: #DCDCD9;
}

a.navigation_link { 
display:block; 
padding: 0 10px; }

a.navigation_link:hover{ 
color:#990000; }

td.navigation_link { 
background-color:#DCDCD9;
 }

a.navigation_selected { color:black }


.formField_label { 
font-size:12px;
 }

