@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	position:absolute;
	top: 0px;
	left: 0px;
}
h5 {
	margin: 2px;
}
	
.sante #container { /* using the pound # symbol will apply this style to whatever div element has the same ID name */
	width: 1000px; 
	text-align: left;
	min-height: 700px;
	z-index: 2;
}

.sante #topbar {
	width: 850px; 
	text-align: left;
	min-height: 120px;
	margin-top: 0px;
	margin-left: 50px;
}

.sante #maincontent {
	width: 1000px; 
	text-align: left;
	min-height: 700px;
}

.sante #welcome {
	width: 250px; 
	text-align: left;
	height: 57px;
	margin: 0 auto;
	background-image: url(images/welcome_gradient.jpg);
	background-repeat: repeat-x;
}

.sante #shadowEdge {
	background-image: url(images/rightEdge.png);
	background-repeat: repeat-y;
	width: 20px;
}

.sante #footerinfo {
	width: 800px;
	margin-left: 100px;
	text-align: left;
	font-size: 0.5em;
	line-height: 1.5em;
	color:#A29277;
	min-height: 30px;
	z-index: 2;
}

.sante #swoops {
	position: absolute;
	z-index: -1;
	top: 590px;
	left: 0px;
}

.trans { /* for faded images, need to set them to no opacity by default, so they don't pop on screen, then fade */
	opacity:0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	float:left;
}

.transRight { /* for faded images, need to set them to no opacity by default, so they don't pop on screen, then fade */
	opacity:0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	float:right;
	margin-right: -10px;
}

.transNofloat { /* for faded images, need to set them to no opacity by default, so they don't pop on screen, then fade */
	opacity:0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

.nav {
	background-image: url(images/nav_background.gif);
	background-repeat: repeat-y;
	background-color: #d5bc9a;
}
.navTop {
	background-image: url(images/nav_backgroundtop.jpg);
	background-repeat: no-repeat;
}

a.navlink:hover {
}

a.bodylink:link {
	color: black;
	text-decoration:underline;
} 
a.bodylink:hover {
	color:#ECE4DB;
	text-decoration: underline;
	background-color: #966D37;
} 
a.bodylink:visited {
	color: #2b2000;
	text-decoration:underline;
}

a.footerlink:link {
	color:#A29277;
	text-decoration:underline;
	padding: 1px 1px 1px 1px;
} 
a.footerlink:hover {
	color:#ECE4DB;
	text-decoration:none;
	background-color: #966D37;
	padding: 1px 1px 1px 1px;
} 
a.footerlink:visited {
	color:#A29277;
	text-decoration:underline;
	padding: 1px 1px 1px 1px;
}

.titles {
	font-size: 1.25em;
	font-weight:bold;
}

.titlesbig {
	font-size: 1.7em;
	font-weight:bold;
}

.leftShadow {
	background-image: url(images/left_shadow.jpg);
	background-repeat: no-repeat;
}

.contentBox {
	background-color: #7c7671;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	
}

.padding {
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
.smallPadding {
	padding: 1px 1px 1px 1px;
}

.floatleft {
	float: left;
}
	
.inactive{
	opacity:.40;
	filter: alpha(opacity=40); 
	-moz-opacity: 0.4;
}

.buttonOpacity:hover img{
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}
.buttonOpacity img{
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
.introBox {
	background-image: url(images/intropage_Linkbox.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: #8c8680;
	padding: 5px;
}

.highlightBox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8c8680;
	padding: 10px;
	border: 1px solid #565656;
}

.highlightBoxWhite {
	font-weight: bold;
	color: #242424;
	background-color: #f2f2f2;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 0px solid #898989;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}

.bannerBox {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #3d3d3d;
	background-color: #f2d38e;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 0px solid #898989;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}

.highlightBox li {
	padding-left: 0px;
	padding-bottom: 6px;
}

.highlightBox ul {
	margin-left: -14px;
}

.inlineHL {
	color: #f1dcba;
	font-weight: bold;
	font-style: italic;
	font-size: 1.25em;
}

.shadow {
	text-shadow: 1px 1px 3px #393939;
}

.shadoworange {
	text-shadow: 1px 1px 3px #f49f46;
}
