﻿@charset "utf-8";
body {

	background-image:url(/images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#420e00;

}

.fluid {
	width: 100%;
	float: left;
}

#header {
	
}

.link {
	color:#420e00;
}

.add {
	background-image:url(/images/icons/Add.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding: 15px 0 15px 50px;
	line-height:43px;
}

.remove {
	background-image:url(/images/icons/Delete.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding: 15px 0 15px 50px;
	line-height:43px;
}

.serviceslist li a {
	color:#000;
}

.serviceslist a:hover {
	color:blue;
}

#pic-and-nav {margin-left:1em; margin-bottom:4em;}

#maincolumn {
	background-image:url(/images/main-content-bg.jpg);
	background-repeat:repeat-y;
}

#maintop {
	background-image:url(/images/main-content-top.jpg);
	background-repeat:no-repeat;
	height:10px;
}

#content-bottom {
	background-image:url(/images/content-bottom-border.jpg);
	background-repeat:repeat-x;
	height:46px;
}

#mainbottom {
	background-image:url(/images/main-content-bottom.jpg);
	background-repeat:no-repeat;
	height:10px;
}

#sidebar {
	background-image:url(/images/sidebar-background.jpg);
	background-repeat:repeat-y;
}

#sidebartop {
	background-image:url(/images/sidebar-top.jpg);
	background-repeat:no-repeat;
	height:9px;
}

#sidebarbottom {
	background-image:url(/images/sidebar-bottom.jpg);
	background-repeat:no-repeat;
	height:10px;
}

#footer {
	background-image:url(/images/footer-bg-2.jpg);
	background-repeat:repeat-x;
	height:165px;
}

#navcontainer {
	background-color:#000;
	height:44px;
}

#maincolumn h1,h2,h3,p,table {
	margin-left: 10px;
	margin-right: 40px;
}

#maincolumn h1 {
	font-family:Georgia;
	color:#420e00;
	font-size:20px;
}

#maincolumn h2 {
	font-family:Georgia;
	font-size:16px;
}

#maincolumn h3 {
	font-family:Georgia;
	font-size:14px;
	text-decoration:underline;
}

#sidebar h1,h2,h3,p {
	margin-left:10px;
}

#sidebar h1 {
	font-family:Georgia;;
	font-size:20px;
	color:#2a1101;
}

#sidebar h2 {
	color:#2a1101;
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
}

#sidebar .date {
	color: #af8115;
	font-size: 10pt;
	font-family:Tahoma;
	font-weight:200;
}

#sidebar .importantName {
	font-style:italic;
	margin-left:50px;
}

.footer p {
	color:#ecf6fc;
	text-decoration:none;
}

.floatleft {
float:left;
margin-right:.5em;
margin-left:.25em;
margin-bottom:.5em;
}

.floatright {
float:right;
margin-left:.5em;
margin-right:.25em;
margin-bottom:.5em;
border:solid #000;
}

.floatcenter {
text-align:center;
clear:both;
}

.slideshow { margin-top:15px;}
.slideshow img { }

#banner {
	margin-left:10px;
	margin-top:5px;
}

#footer a, a:hover {
	color:#FFF;
}