﻿html
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0;
    padding: 0;
    background-color: #76923C;
    background-image: url('/images/site_background.jpg');
    background-repeat: repeat-x;
    behavior: url("csshover3.htc");
}


A:link, A:visited, A:active
{
	color: #17375E;	
	text-decoration: underline;
}

A:hover 
{
		color: #000000;
		text-decoration: underline; 
}



.txtbox input[type='text'] 
{
    font-size: 10px;    
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;       
    padding: 4px;  
    border: solid 1px #000000;  
}
.content
{
    font-family: Arial, Helvetica, Sans-Serif; 
    background-color: #FFFFFF; 
    padding: 20px; 
    padding-left: 35px; 
    padding-right: 35px; 
    line-height: 18pt;
    font-size: 11pt;
}

.sidebar
{
    border: none;
    width: 275px;     
    position: relative;
    background-image: url('/images/sidebar_middle.jpg'); 
    background-repeat: repeat-y;  
    
    padding-top: 10px;
    padding-bottom: 25px; 
}

.sidebar_top
{
    border: none; 
    background-image: url('/images/sidebar_top.jpg'); 
    width: 275px;
    height: 10px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.sidebar_copy
{
    padding-left: 12px;
    padding-right: 12px;
}

.sidebar_bottom
{
    border: none;
    background-image: url('/images/sidebar_bottom.jpg'); 
    width: 275px;
    height: 20px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

p
{
    margin-top: 5px; 
    padding-top: 0px;
    margin-bottom: 15px; 
    padding-bottom: 0px;
} 

.nav_row
{
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    cursor: pointer;
    padding-left: 15px;
}

.nav_over
{
    background-color: #6B9C31;
    color: #FFFFFF;
    text-decoration: none;
}

.nav_over A
{    
    color: #FFFFFF;
    text-decoration: none;
}



.nav_topics
{
    border: solid 2px #17375E; 
    position: relative; 
    width: 170px; 
    background-color: #FFFFFF; 
    z-index: 10000;
}

.nav_cat
{
    border: none; 
    position: relative; 
    
    height: 56px;
    z-index: 1000;
}

.nav_cat_hover
{
    width: 103px; 
    height: 56px;    
    position: absolute; 
    display: none;   
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.nav_topic_holder
{
    border: none; 
    position: absolute; 
    display: none;
    top: 56px; 
    left: 0px;        
    width: 180px;     
    z-index: 10000;
}


#nav_home
{    
    background-image: url('/images/button_home.jpg');
    width: 103px; 
}

#nav_about
{    
    background-image: url('/images/button_about.jpg');
    width: 103px; 
}

#nav_food
{
    background-image: url('/images/button_food.jpg');
    width: 103px; 
}

#nav_events
{
    background-image: url('/images/button_events.jpg');
    width: 103px; 
}

#nav_other
{
    background-image: url('/images/button_other.jpg');
    width: 103px; 
}

#nav_feedback
{    
    background-image: url('/images/button_feedback.jpg');
    width: 111px;     
}

A.lnk_blk
{
	color: #000000;	
	text-decoration: none;
}

.nav_over_white
{    
    color: #FFFFFF;
    text-decoration: none;
}


div.trans_white
{  
  /* black for browsers which cannot support rgba */
  background-color: #FFFFFF;
  opacity:0.8;  
  filter:alpha(opacity=80)  
}

#CommentCard td
{
  text-align: right;
  font-size: 9pt;
  position: relative;
}

.CommentReq
{
  font-weight: bold;
}

.valdiv
{
  position: relative; 
  border: none;   
  width: 250px; 
  text-align: left; 
  color: Red; 
  font-weight: bold;
}

.showimage
{
  border-width: 0px;  
  width: 832px; 
  height: 233px;
  display: none;
}

.ValidatorStar
{
  color: Red;
  font-size: 14pt;
  font-weight: bold;
}

#Friends td
{
  text-align: right;
  font-size: 9pt;
  position: relative;
}
