/* GENERAL STYLES */
body { 
	background-color: #FFFFFF; 
	color: #333333; 
}
body, table, input, select, textarea { font-family:tahoma,arial; font-size: 13px; }
p { margin: 0 0 20 0; }
h5 { margin: auto 0 2 0; }
h6 { margin-bottom: 2; }
a { text-decoration:underline; color: #333333; }
a:hover {text-decoration:underline; color: #333333; }
a:visited {text-decoration:underline; color: #333333; }
a:visited:hover {text-decoration:underline; color: #333333; }

li a { text-decoration:underline; }
li a:visited { text-decoration:underline; }

a.menu { color: #333333; font-weight:bold; font-size: 14px; text-decoration:none; }
a.menu:hover { color: #567EB9; text-decoration:underline; font-size:14px; }
a.menu:visited { color: #333333; text-decoration:none; }
a.menu:visited:hover { color: #5c92cd; text-decoration:underline; }
td.menu { height: 22px; width:210px; }

.phone { color: #ffffff; font-size: 18px;}

a.ontop { font-size:13px; color: #ffffff; text-decoration:none; }
a.ontop:hover { color: #ffffff; } 
a.ontop:visited { color: #ffffff; text-decoration:none; }
a.ontop:visited:hover { color: #ffffff; }

a.address { color: #bce5ff; text-decoration: none; }
a.address:hover { color: #aed4ec; }

a.none { text-decoration:none } 
a.none:hover { text-decoration:underline } 
a.none:visited { text-decoration:none } 
a.none:visited:hover { text-decoration:underline } 

.smaller { font-family:arial; font-size: 11px; }

.transparent { filter: alpha(opacity=60);-moz-opacity:.60;opacity:.60; }
.opaque { filter: alpha(opacity=50);-moz-opacity:.50;opacity:.50; }

input, textarea { border : black 1px solid; }
.select2 {  border-left : solid 1px black;  border-bottom : solid 1px black; }
.button 
{
    background-COLOR:#750A2D; color:White; 
    padding:2px 4px 2px 4px; 
    font-weight: bold; font-family: Arial;
    font-size: 11px;
}
.subpage { border-left: #fafafa 10px solid; padding-left: 10px; }
.leftarea {
 // background-color: #e9f0ff;
 padding: 15px;
}

.leftalign { float: left; clear: none; border: none; padding: 0px 15px 15px 0px; }
.rightalign { float: right; clear: none; border: none; padding: 0px 0px 15px 15px; }
.centered { 
	float: none; 
	clear: both; 
	border: none; 
	text-align: center;
}
.slide { border: 1px solid silver; }
.inactive { color: #cccccc; }
.cut { 
	width:180px; 
	border: 1px solid silver; 
	float: right; 
	clear: none; 
	background-color: #F8F8F8;
	padding: 15px;
	margin: 0 0 15px 15px;
	font-size: larger;
}
.newline
{
	float: none; 
	clear: both; 
}
.noborder { border: none; }

/* EDITOR PROPERTIES */
h5 {
font-weight: normal;
color: #567EB9; 
font-size: 16px;

}

h4 {
color: #567EB9; 
font-size: 18px; 
font-weight: normal; 
text-transform: uppercase; 
}

.date {
color: #567EB9;
}

.smallertext {
font-size: 12px;
}

h6 {
font-weight: normal;
color: #567EB9; 
font-size: 14px;

}

.attbox {
padding: 20px 20px 20px 20px;
border: 2px #5c92cd solid;
font-size: 14px;

}

h3 {
color: #567EB9; 
font-size: 36px; 
font-weight: normal; 

}

DT {
font-weight: bold;
color: #567EB9; 
background: url('/images/Favorites.png') left top no-repeat;
padding-left: 24px;
margin-bottom: .5em;
}

DD {
padding-left: 0px;
margin-left: 24px;
margin-bottom: 1.5em;
}

.nowrap {
white-space: nowrap;
}


