﻿@charset "utf-8";
body {

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

}

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

#header {
	
}

.link {
	color:#420e00;
}

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

.remove {
	background-image:url(/assets/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(/assets/images/main-content-bg.jpg);
	background-repeat:repeat-y;
}

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

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

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

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

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

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

#footer {
	background-image:url(/assets/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;
}

#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,a {
	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 { }

/* Service Providers Style */

#ServiceProvider {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: solid thin black;
	border-top: solid thin black;
}

.companyName {
	font-weight: bold;
	color: blue;
	font-size: 1.5em;
}

table {
 border-collapse: collapse;
 margin-left:10px;
 margin-right:10px;
 width:auto;
}

th {
 background: #3e83c9;
 color: #fff;
 font-weight: bold;
 padding: 2px 11px;
 text-align: left;
 border-right: 1px solid #fff;
 line-height: 1.2;
}

td {
 padding: 6px 5px;
 border-bottom: 1px solid #95bce2;
 vertical-align: top;
}

td * {
 padding: 6px 5px;
}

tr.alt td {
 background: #ecf6fc;
}

tr.over td {
 background: #bcd4ec;
}

