/** BASIC */



body, p, li, tr, td
 {
	font-family: "Trebuchet MS", Georgia, Tahoma, Arial;
	font-size: 12px;
	color:#4B4B4B;
	scrollbar-face-color: #5D1427;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #f9f9f9;
	scrollbar-track-color: #F7FAFA;
	scrollbar-arrow-color: #ffffff;
	

	}

body
 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #D7D6CA;

       

	}

#container {
	background-image: url(bk.png); /** Link to the image you created **/ 
        background-repeat: repeat-y; /** Repeats the image vertically **/ 
        background-position: center; /** Centers the Background image **/ 
 
}


a {
	color: #578BB1;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	
}


/** headers */

h1 {
	font-family: "Trebuchet MS", Georgia, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7C0040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #793646;
	text-transform:uppercase;
	
}


h2 {
	font-family: "Trebuchet MS", Georgia, Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #7C0040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #793646;
	text-transform:uppercase;
	
	
}

h3 {

	font-family: "Trebuchet MS", Georgia, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #7C0040;
	margin-left: 0px;
		margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}

h4 {

	font-family: "Trebuchet MS", Georgia, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7C0040;
	margin-left: 0px;
		margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;

}


/** bottom menu */

.menu {
	font-family: "Trebuchet MS", Georgia, Tahoma, Arial;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;

    
}

.menu a{
	
	color: #808080;
	text-decoration:none;
	font-weight: normal;


}
.menu a:hover{
	color: #404040;
	font-weight: normal;
	text-decoration:none;
	

}

.des {

	font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color: #AEAEAE;
      font-weight: normal; 
	text-decoration:none;
}

a.des {
		font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color:#AEAEAE;
      font-weight: normal; 
	text-decoration:none;
}


a.des:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif, Georgia;
	font-size: 10px;
	color: #ffffff;
      font-weight: normal; 
	text-decoration:none;
}


.imgtop {
	border-bottom: 1px solid #ffffff;
	
	
}

.btn {

	color:#FFffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #5D1427;
	border: 1px solid #999999;
	width: 140px;
	margin: 5px;
	padding: 5px;
}


.btnsmall {

	color:#FFffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #00CC00;
	border: 1px solid #999999;
	width: 100px;
	margin: 2px;
	padding: 2px;
}

.formbox {
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	background-image: url(formbk.gif);
	background-repeat: no-repeat;

}

.formboxsmall {
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	BORDER-RIGHT: #808080 1px solid;
	BORDER-TOP: #808080 1px solid;
	BORDER-LEFT: #808080 1px solid;
	BORDER-BOTTOM: #808080 1px solid;
	background-image: url(formbk.gif);
	background-repeat: no-repeat;

}

.tick {
	list-style-image:url(tick-icon.png);
	}
	
.ratetable 
{
	padding: 3px;
	border: 1px solid #E6E6E6;
	text-align: center;
	margin: 2px;
	
	}
	

	
.ratetable td
{
	border: 1px solid #E6E6E6;
	padding: 2px;
	
	}
	
#map  { border: 2px solid #D5D6D7; }

.bubble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

