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

.pagearea{
background-color:#7BC242;

}

.bodyarea{

background-color:#F9C426;
}


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;
padding-left:5px;
}

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


/* Page_builder module */

.pb_div{
position: relative;
top:15px;
width:120px;
}

.sideNav_group *{
background-color:#7BC242;
font-size:14px;
color:black;
font-family: Verdana, Arial, Sans-serif;

}

.sideNav_item {
background-color:#7BC242;

}

.sideNav_selected {
background-color:#7BC242;
padding-left:10px;
color:white;

}

.sideNav_item a {
display:block;
padding-left:10px;

}

.sideNav_item a:hover {
color:white;
background-color:black;
}

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

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


/*Contact Form */

.formFieldTitle {
text-align:center;
}

.formField_label { 
font-size:12px;
width:105px
 }

textarea {
width: 170px;
height:100px;
}

