﻿/*---Site Colors---
	Red:#ed4257;
	Blue:#0950b1
*/

body {
	background:url(../siteart/sitebg.gif) repeat-x top #747474;
	margin:0 auto;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#ed4257;
}

a:hover {
	color:#000;
}

img {
	border:0;
}


#outer-left {
	background:url(../siteart/outer-left.png) repeat-y top right;
	vertical-align:top;
}

#outer-right {
	background:url(../siteart/outer-right.png) repeat-y top left;
	vertical-align:top;
}

#wrapper {
	background:#fff;
	padding:0 5px;
	vertical-align:top;
	width:994px;
}

/*---------------------Navigation Section------------------*/

#nav {
	background:url(../siteart/navbg.gif) no-repeat top;
	padding:10px 0;
	text-align:center;
	height:45px;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration:none;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	padding:3px 45px;
	text-align:center;
	border-right:1px solid #ff6d7e;
	border-left:1px solid #bf2e3f;
	display:inline-block;
}

#nav a:hover {
	color:#0950b1;
}


/*---------------------Content Section-------------------*/

#slide {
	padding:5px 0;
	text-align:center;
}


#main {
	vertical-align:top;
	width:596px;
	padding:10px 15px 10px 10px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#ed4257;
	display:block;
	margin:0 0 5px;
	padding-bottom:3px;
	border-bottom:1px solid #eeeeee;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#ed4257;
	display:block;
	margin:0 0 5px;
}

.loc-hdr {
	background:#ed4257;
	padding:5px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}

.loc {
	background:#f5f5f5;
	padding:5px;
	vertical-align:top;
	font-size:12px;
	color:#4c4c4c;
	width:260px;
}

#sidebar {
	background:url(../siteart/sidebarbg.gif) no-repeat bottom;
	vertical-align:top;
	width:373px;
}

#sidebar-hdr {
	display:block;
	padding:6px;
	font-size:20px;
	font-weight:normal;
	color:#858585;
	background:#ebebeb;
	border-bottom:1px solid #e2e1e1;
}

#sidebar-content {
	padding:10px;
	vertical-align:top;
	border-top:1px solid #fff;
	display:block;
}
