/* 	MISC */
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*	HEADINGS AND SUBHEADINGS	*/
H1 {
	font-size: 175%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px;
	color: #FF3300; 
	font-variant:small-caps;
	}

H2 {
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 10px;
	color: #000000; 
	}
	
H3 {
	font-size: 100%;
	padding-left: 15px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: -15px;
}

/* 	IMAGES */
.floatright {float:right; padding-right: 10px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; border-width: 0;}
.floatleft {float:left; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-width: 0;}

img.links {	
	border: 0; 
	padding: 10px 10px 10px 10px; 
	margin: 0; 
}

img.galthumbs {
	border: 1px solid #FF3300; 
	margin: 10px 10px 10px 10px; 
	padding: 0; 
}

img.paving {
	border: 0px solid #000000; 
	margin: 10px 10px 10px 10px; 
	padding: 0; 
}

img.splashbut {
	border: 0px solid #000000; 
	margin: 10px 10px 10px 10px; 
	padding: 0; 
}


a img.galthumbs a:hover {
	border: 2px solid #FFFFFF; 
	margin: 10px 10px 10px 10px; 
	padding: 0; 
}

/* 	TEXT */
.content { 

}

/* 	LINKS */
a:link { color: #FF6600; text-decoration: none; }
a:visited { color: #FF6600; text-decoration: none; }
a:active { color: #FF6600; text-decoration: none; }
a:hover { color: #FF6600; text-decoration: underline; } 

.source {
font-size: 80%;
}

/* 	CONTENT BOX */
div.contentbox {
	display: block;
	width: auto;
	font-family: Arial, sans-serif;
	font-size: 100%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #FF3300;
	margin-right: 10px;
	color: #000;
	background: #FFCC66;
}

/* 	SIDE MENU */
div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 5px; 
	color: #000;
}
	
div.sdmenu div span {
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #FF3300;
}
	
div.sdmenu div a {
	padding: 2px;
	display: block;
	colour: #000000;
	background: #FFCC66;
	border-left: 1px solid #FF3300;
	border-right: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
}

div.sdmenu div a:link {
	text-decoration: none;
	color: #000000;
}	
	
div.sdmenu div a:visited {
	color: #000000;
}
	
div.sdmenu div a:hover {
	background: #FF3300; 
	text-decoration: none;
	color: #FFFFFF;
}


/* 	TOOL TIPS */
#dhtmltooltip{
font-size: 80%;
position: absolute;
width: 150px;
border: 1px solid #FF3300;
padding: 2px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.tooltip {
border-bottom: 1px #FF3300 dashed;
cursor:help;
}


/*
	SPLASH MENU
*/
.splashmenu {
	margin: 20px 0px 20px 0px;
	text-align: center;
	color: #000000;
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.splashmenu ul {
	margin: 0;
	padding: 0;
}

.splashmenu ul li {
	display: inline;
}

.splashmenu ul li a {
	color: #000000; /*text color*/
	padding: 5px 30px;
	margin: 15px;
	text-decoration: none;
	background-color: #FFCC66;
	border: 1px solid #CC3300;
}

.splashmenu ul li a:visited {
	color: #000000;
}

.splashmenu ul li a:hover {
	color: white !important;
	border: 1px solid #FFCC66;
	background: #CC3300 center center repeat-x;
}
div#splash-address {
	/* background: url('/holiday/promo.jpg') right no-repeat;  */
	padding-top: 20px;
	display: block;
	width: 500px;
	margin: 0px auto;
}

.splashnotice {
	padding: 5px;
	background-color: #FFCC66;
	border: 1px solid #CC3300;
	text-align: center;
	font-weight: bold;
}

div#splash {
	background: url('/media/images/splash_background.jpg') repeat-x;
}

.splash-logo {
	display: block;
	padding: 10px 10px 10px 10px;
	margin: 0px auto;
}

