/*
------------------ RESET -----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
------------------ MAIN STYLE -----------------------*/
body {
	background: url(../images/bg.jpg) center;
	color: #fff;
}
#header {
	padding: 15px;
	position: relative;
	height: 79px;
	z-index: 50;
}
#fancy_wrap { 
z-index:99;
}
p {
	margin: 15px 0;
	line-height: 18px;
}
ul {
	margin-left: 25px;
}
a, a:visited {
	color: #CCC;
}
a:hover {
	color: #fff;
}
ol.commentlist {
	margin-left: 20px;
}
h3#comments {
	display: none;
}
#header ul {
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 34px;
}
#header li{
	float: left;
	display: block;
	margin: 0 6px;
}
#header h1 {
	font-size: 25px;
	position: absolute;
	left: 25px;
	bottom: 15px;
	float: left;
	background:url(../images/logo.png) no-repeat;
	height: 79px;
	width: 475px;
	display: block;
	text-indent: -9999px;
}
#header h1 a {
	height: 100%;
	width: 100%;
	display: block;
}
.scrollableArea ul { list-style: none;}
#container {
	margin: 0 auto;
	width: 940px;
}
#mainContent {
	border: 1px solid #777;
	background: url(../images/bg_container.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 10px;
	z-index:1;
}
#container #header h1 {
	left: 0;
}
#container #header ul {
	margin-right:-13px;
}
#footer {
	margin: 0 auto;
	/*width: 940px;*/
	text-align: center;
	color: #CCC;
}
h2,h3 {
	font-size: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
h3 {
	font-size: 19px;
	margin: 20px 0 10px 0;
}
table {background: #fff; color: #000;}
.calendar-heading { background: #a00; color: #fff; height: 45px;}
#fancy_title table {display: none;}
/*
------------------ GALLERY -----------------------*/
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
border:3px solid #CCCCCC;
}
#makeMeScrollable {
	width:100%;
	height: 480px;
	position: relative;
}
#makeMeScrollable div.scrollableArea * {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft {
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(../images/cursors/cursor_arrow_left.cur), w-resize;
}
/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
	background-image: url(../images/arrow_left.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}
/* Invisible right hotspot */
div.scrollingHotSpotRight {
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), e-resize;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
.navigation {background: none;}
div.scrollWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
div.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
}
#sidebar {
	float: right;
	width: 250px;
}
#sidebar ul {
	list-style: none
}
/*
------------------ MENU -----------------------*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			0; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#header ul a {
	text-decoration: none;
	color: #fff;
}
#header li a:hover {
	border-bottom: 3px solid #fff;
}
#header ul ul {
	background: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	z-index: 500;
	display: block;
}
#header ul ul li {
	margin: 5px 0;
	padding-left: 5px;
	font-size: 14px;
}
#header ul ul li a:hover {
	color: #CCC;
	border: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#bottomText {
width:100%;
}

#copyRight {
text-align:left;
/*float:left;*/
margin-left:5px;
font-size:12px;
width:100%;
}
#SWSlink {
/*float:left;*/
margin:-30px auto 0 auto;
width:100%;
}

#client {
	float:right;
	margin:-45px 7px 0 0;
	font-size:12px;
}