﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 5px;
	background: #37545C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
}

/* Header */

#header {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#header #contact {
    float:right;
    text-align:right;
    color:White;
    line-height:18px;
    padding-top:3px;
}

#header #contact a {
    color:White;
}

#banner {
	width: 870px;
	height: 184px;
	margin: 0 auto;
	padding: 0;
	background: url(/App_Themes/images/HeaderImage.jpg) no-repeat left top;
}
/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: #565F68 url(/App_Themes/images/TopBanner.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-top: 19px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	background: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #F93D00;
	border: none;
	border-bottom:dotted 1px #fff;
}

#menu a:hover, #menu .current_page_item a {
	background: #ddd;
	border-bottom:dotted 1px #F93D00;
}

#menu a:hover {
	text-decoration: none;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 20px 30px 150px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 0 0 30px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 35px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar a {
	color: #417FDA;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	background: url(/App_Themes/images/BottomBanner.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
    letter-spacing:1px;
}

#footer a {
	color: #666;
	border-bottom: 1px dotted #666;
}

#footer div.webfreshfooter
{
	text-transform: uppercase;
    width:100%;
    margin:0px auto 0px auto;
    text-align:center;
    letter-spacing:1px;
}
#footer div.webfreshfooter a
{
    text-decoration:none;
    font-size:10px;
	border-bottom: 1px dotted #666;
}
#footer div.webfreshfooter a:hover
{
    text-decoration:none;
}
#footer div.webfreshfooter img
{
    vertical-align:text-bottom;
}
.GoogleAdWords {
    text-align:center;
}
