body {
       font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
       font-size:16px;
	   background-color:#c0c0c0;
}

h1 {
	color: #525252;
	font-size: 22px;
	font-weight: normal;
	line-height:1.2em;
}

h2 {
	color: black;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: black;
	font-size: 16px;
	font-weight: normal;
}

p {
	font-size: 16px;
	color:#525252;
	line-height:1.4em;
}

.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:100px;
margin-top:20px;
}
.sideNav_item {
font-size:12px;
}
.sideNav_selected {
color:#ffd400;
}
.sideNav_item a {
display:block;
width:100px;
color:black;
}
.sideNav_item a:hover {
color:#ffd400;
}

a {
font-size:14px;
text-decoration:none;
color:#f6ae14;
}

a:hover { 
color:#ffd400; }

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

/* ADDITIONAL */

.pageStyle li {
font-size: 18px;
color:#525252;
margin-left:15px;
line-height:1.6em;
}

.pagestyle ul {
color:#525252;
}

.editableText *{
margin:0;
padding:0;
}

.contactForm * {
color:#525252;
}

.pb {
visibility:hidden;
}

/* RivieraDigitial Additions */

.strapBG {
background:url('images/strapback.png') repeat-x top;
}

.strapText *{
font-size:20px;
color:black;
text-align:center;
padding:0;
margin:0;
}

.pagearea table {
				width:auto;		
}

.pagearea{
background:white url('images/pageBG.png') repeat-y left;
border:1px solid #585858;
margin-top:20px;
}

.main_ems {
background:white url('images/emsBG.png') repeat-y top;
}

/*nav list shit*/


.topNav {
}

.topNav li {
list-style-type:none;
padding:9px 0 0 15px; /* and then add height below */
}

.topNav .nav1 {
background-color:#ffd400;
height:30px;
border-bottom:1px solid black;
}

.topNav .nav2 {
background-color:#f6ae14;
height:30px;
border-bottom:1px solid black;
}

.topNav .nav3 {
background-color:#ffd400;
height:30px;
border-bottom:1px solid black;
}

.topNav .nav4 {
background-color:#f6ae14;
height:30px;
border-bottom:1px solid #f6ae14;
}

.topNav ul {
margin:0;
padding:0;
}

*html .topNav ul {
}

.topNav a {
color:black;
font-size:12px;
}

.topNav a:hover {
color:white;
}

.footsie *{
font-size:12px;
color:black;
line-height:1.6em;
}

.footsie a {
color:white;
}

.footsie a:hover {
color:#ffd400;
}

.top_m .widgetBit {
left:105px;
}