@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../images/swirl.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 100%;
}
#container {
	width: 944px;
	margin: 0px;
} 
#header {
	padding: 0px;
	height: 299px;
	background-image: url(../images/panel_01.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px;
} 
#header img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 2px solid black;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}
#sidebar1 {
	float: left;
	width: 165px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 0px;
}
#sidebar1 #menu {
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-top: 40px;
}
#sidebar1 #menu ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
}
#sidebar1 #menu li {
	color: #FFFFFF;
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 30px;
}
#sidebar1 #menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar1 #news {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border: 1px dashed #666666;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1  #news  a  {
	color: #CC0066;
}

#sidebar1 #news p {
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar1 #news h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FC1505;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sidebar1 #news h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FC1505;
	font-weight: normal;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#sidebar1 #news h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#mainContent  {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 196px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
#mainContent h1 {
	font-size: 16px;
	color: #624E46;
	font-weight: normal;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent h3 {
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #666666;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
} 
#mainContent p {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 22px;
}
#mainContent ul {
	padding: 0px;
	margin: 15px;

} 
#mainContent li {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 22px;
	list-style-type: square;
}
#mainContent .image01 {
	margin-right: 0px;
	margin-left: 10px;
}
#mainContent .image02 {
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
}

#mainContent  a  {
	color: #CC0066;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mainContent #vTour {
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#mainContent #slideshow {
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #333333;
	height: 245px;
	width: 182px;
}


#footer  {
	background:#DDDDDD;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 200px;
	margin: 0px;
	background-color: #000000;
} 
#footer  p  {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 0px;
	padding: 0px;
} 
#footer  a  {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pink {
	color: #CC0066;
}
.pink02 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	line-height: 150%;
}
#mainContent #table01 {
	border: 1px dotted #CC0066;
}
#mainContent  #table01 td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
}

.panelRight {
	float: right;
	width: 295px;
	height: 280px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.panelRight h1 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.panelLeft {
	width: 295px;
	height: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.panelLeft h1 {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.panelLeft2 {
	width: 295px;
	height: 230px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CC0066;
}
.panelRight2 {
	float: right;
	width: 295px;
	height: 230px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

.panelRight03 {
	float: right;
	width: 200px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 17px;
	padding: 20px;
}
.panelRight03 colour03 p {
	color: #FFFFFF;
}
.panelRight03    h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFFFFF;
}



.colour01   {
	background-color: #FF6600;
}
.colour02 {
	background-color: #CC0066;
}
.colour03 {
	background-color: #333333;
}



.style1 {
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
.white {
	color: #FFFFFF;
}
.smaller {
	font-size: 13px;
}



.nopad {
	margin-top: 0px;
	padding-top: 0px;
}






img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.line01 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC0066;
	padding-top: 15px;
}

.line02 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	vertical-align: middle;
	height: 80%;
}

.highlight {
	background-color: #CCCC33;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	color: #333333;
}

.hightlight01 {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: bold;
}

.highlight03 {
	font-weight: bold;
	color: #FF0066;
}
.hightlight02 {
	color: #FFFFFF;
	background-color: #CC0066;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: bold;
}

.pad {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
