a:link   { color:#e97d4c; }
a:visited { color:#e97d4c; }
a:hover  { color:#e97d4c; }

a.menubar:link   { font-family: Arial; font-size: 10px; font-weight: normal; text-decoration: none }
a.menubar:visited { font-family: Arial; font-size: 10px; font-weight: normal; text-decoration: none }
a.menubar:hover  { font-family: Arial; font-size: 10px; font-weight: normal; text-decoration: none }

body  { color: #333; font-size: 11px; font-family: verdana, sans-serif; line-height: 120%; text-decoration: none }

table { font-size: 12px; line-height: 120%; font-family: Verdana, sans-serif }
td  { font-size: 11px; font-family: Verdana, sans-serif; line-height: 120% }
tr { font-size: 12px; line-height: 120%; font-family: Verdana, sans-serif }
p { margin:0px; margin-bottom:12px; }

.crumb  { font-size: 10px; color: black; font-family: Verdana }
.margin { padding: 25px }
.copyright    { font-size: 10px; text-align:center; margin-top:35px }

.title   { color:#d14f1b; font-size:16px; font-weight:bold; margin-bottom:20px; }
.section { margin-bottom:24px; }
.header { color:#c9501a; font-weight:bold; font-size:12px; margin-bottom:5px; }
.side_photo { margin:0px; margin-bottom:15px; }
.side_photo p { margin-top:0px; margin-bottom:4px; font-size:10px; }

.FormButton {
    font-size:        0.75em;
    font-family:      Arial,Verdana,sans-serif;
    margin-top:       5px;
    margin-right:     0px;
}

.FormInput {
    font-size:        0.85em;
    font-family:      Arial,Verdana,sans-serif;
    width:            100px;
}

.dropdown {
    font-size:        0.85em;
    font-family:      Arial,Verdana,sans-serif;
   
}
.feature  { padding: 15px 15px 10px 10px }

.quote  { font-family: Georgia, "Times New Roman"; line-height: 16px }

#off { background-image:url(/images/site/menu_off.gif) }
#on { background-image:url(/images/site/menu_on.gif) }

.error_message	{ 
	border:2px solid #d92c2c; 
	padding:15px; 
	background-color:#ffe9eb; 
	margin-bottom:15px;
	 }
	
.info_message	{ 
	border:2px solid #009e00; 
	padding:15px; 
	background-color:#edffee; 
	margin-bottom:15px;
	 }
	
.warning_message { 
	border:2px solid #ea801c; 
	padding:15px; 
	background-color:#ffffcc; 
	margin-bottom:15px;
	 }

.confirm_message { 
	border:2px solid #ea801c; 
	padding:15px; 
	background-color:#ffffcc; 
	margin-bottom:15px;
	 }

/* jQuery lightBox plugin - Gallery style */
.gallery {
	background-color: #fff;
	padding: 6px;
	width: 475px;
}
.gallery ul { list-style: none; }
.gallery ul li { display: inline; margin-right:5px; }
.gallery ul img {
	border: 1px solid #3e3e3e;
}
.gallery ul a:hover img {
	border: 1px solid blue;
	text-decoration: none;
}
.gallery ul a:hover { color: #fff; }

