.fooker a:link {
font-size:10px;
}

.fooker * {
font-size:10px;
}

li{
  list-style-type:none;
  background:url('images/bullet.png') no-repeat 1px 7px;
  margin-left:0;
  padding-left:10px;
}

.textDiv{
  width:310px;
  padding:10px 25px 0;
}

.textDiv2{
  width:310px;
  padding:10px 0 0;
}

p, h1, h2, li, .editableText div{
  font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
}

li, p, .editableText div{
  font-size:12px;
  line-height:18px;
  color:rgb(133,133,133);
}

h1, .editableText h1{
  font-size:15.5px;
  line-height:19px;
  color:#003887;
}

h2, .editableText h1{
  font-size:14px;
  line-height:19px;
  color:#003887;
}

p a, .editableText a{
  font-size:14px;
  font-weight:bold;
  line-height:19px;
  color:rgb(133,133,133);
}

a, .spoton_footer{
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  color:#333333;
}

.spoton_footer{
  padding:4px;
  background-color:#014A99;
  color:white;
}
.value{
  padding:4px;
  background-color:#014A99;
  color:white;
}
.value a {
color:#ffffff;
}



.spoton_footer a{
  color:white;
}

.contentColumn{
  width:720px;
}

#contentColumnLeft, #contentColumnRight{
  width:360px;
  padding:20px 0 25px;
}

.columnBox{
  width:310px;
  padding:20px 25px 0;
  background:url('images/background-fade.png') no-repeat 10px top;
}


.columnBoxEmailCapture{
  margin-top:20px;
  width:310px;
  padding:20px 25px 0;
  background:url('images/background-fade.png') no-repeat 10px top;
}

.sideNav_group{
  width:120px;
  padding-top:35px;
}

.sideNav_item{
  padding:4px;
}

.sideNav_item, .sideNav_item a{
  font-family:"Trebuchet MS",Tahoma,Arial,Helvetica;
  font-size:12px;
  color:#024999;
}

.sideNav_selected{
  background-color:#024999;
  color:#ffffff;
  width:109px; 
  padding-left:3px;
}

.sideNav_item a{
  display:block;
  width:120px;
  padding-left:3px;
}

.sideNav_item a:hover{
  background-color:#024999;
  color:#ffffff;
  width:110px;  
  padding-left:3px;
}

.content{
  background: url(images/bg.jpg) repeat-y top left;
}

/* original rules below this point */

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

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

#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;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100% }

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

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}


.formField_label { 
font-size:12px;
}

input {
width:185px;
}

textarea {
height:100px;
}

textarea[name~="contentColumnLeft_3391162386_tradeQualifications"] {
height:50px;
} /*fix doesn't work in IE*/


