* {
 font-family: Arial, Tahoma, Verdana;
}

img 
{
    border-style: none;
}

p, td, div
{
    font-size: 12px;
    text-align: left;
}

.error 
{
    color: #C50000;
}

#header_text * {
  font-family: Times;
}

#footer, #footer td, #footer div
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
}

a:link, a:visited, a:active
{
    color: #C50000;
    text-decoration: underline;
}

a:hover 
{
    color: #A50000;
    text-decoration: underline;
}

h1 
{
    font-family: Times New Roman, Book Antiqua ;
    color: #C50000;
    font-size: 18px;
}
h2 
{
    font-family: Times New Roman, Book Antiqua ;
    color: #C50000;
    font-size: 16px;
}

input 
{
    border: solid 1px #000;
}

input.submit {
	font-family: Verdana, Tahoma, Arial;
	background-color: #DD1200;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border: #DD1200 1px solid;
  cursor: pointer;
}


/*CALENDAR CLASSES*/
#calendar_type {
	margin: 0;
	float: right;
	width: 175px;
	padding: 2px 0px;
	text-align: right;
}

#calendar_navigation {
	margin: 0;
	float: left;
	width: 500px;
	padding: 2px 0px;
	text-align: left;
}

#tabnav_container {
	height: 20px;
	clear: both;
	padding-bottom: 3px;
}

.tabnav {
	height: 20px;
	margin: 0;
	padding-left: 10px;	
}

.tabnav li {
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
}
	
.tabnav a:link, .tabnav a:visited	{
	float: left;
	background1: #f8e7e7;
	background-color: #f0f0f0;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000000;
}

.tabnav a:link.active, #tabnav a:visited.active{
	border-bottom: 1px solid #fff;
	background1: #DD1200;
	background-color: #AB0104;
	color: #FFFFFF;
}

.tabnav a:hover{
	background1: #DD1200;
	background-color: #AB0104;
	color: #FFFFFF;
}


#calendar TD    {
	text-align: right;
}

#calendar .cal_box    {
    border-width: 1px;
    border-style: solid;
    border-color: #888888;
    border-collapse: collapse;
}

#calendar .cal_header	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #AB0104;
}

#calendar .cal_day_header	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	background-color: #e0e0e0;
}

#calendar .today	{
	background-color: #F0F0F0;
}

#calendar .today .cal_day_header	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	background-color: #e0e0e0;
}

#calendar .cal_available{
    background-color: #FFFFFF;
    border: solid 1px #eeeeee;
    background-position: center center;
    background-repeat: no-repeat;
}

#calendar .cal_not_available{
    background-color: #CE0000;
    color: White;
    font-weight: bold;
}

#calendar .cal_discounted {
    background-color: #18468A;
    color: White;
    font-weight: bold;
}

#calendar .cal_none {
    background-color: inherit;
}

.testimonial_list .link{
    background-image: url(../images/red-spot.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    margin-left: 5px;
    display: block;
}

.testimonial_list p{
    margin-left1: 20px;
    margin-top: 2px;
}

.news .link
{
    background-image: url(../images/red-spot.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    margin-left: 5px;
    display: block;
}

.news p 
{
    margin-left1: 20px;
    margin-top: 2px;
}

