/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #657f97;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1, h2, h3 {
	color: #25486b;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}
#logo{
	float: left;
	height: 90px;
	width: 770px;
	background-image: url(images/slc.jpg);
	background-position: right;
}
/* Menu */

#menu {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #C9CAD1;
}
#nav, #nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav a,a.active {
	display: block;
	width: 110px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	background-image: url(images/button.jpg);
}
#nav a:hover {
	color: #FFF;
	background-color: #EFEFEF;
	background-image: url(images/button1.jpg);
}
#nav a.active{
	background-color: #EDEDEF;
	color: #000;
}
#nav li {
	float: left;
	width: 110px;
}
#nav li:hover {
	background-position: 0 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width: 108px;
	background-image: url(images/test.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
	margin: 0px;
}
#nav li ul li a {
	background-image: none;
	line-height: 15px;
	text-align: left;
	padding-left: 15px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	width: 85px;
}
#nav li ul li a:hover {
	background-image: none;
	color: #000;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Header */

#header {
	width: 770px;
	height: 195px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #333;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #039;
}

.orangebox {

}

.orangebox h2 {
	background-color: #CFCFCF;

}

/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
.contactform{
	background-color: #00F;
}

.minileft{
	float: left;
	height: 323px;
	width: 172px;
	background-image: url(images/formbg.jpg);
	background-repeat: no-repeat;
	padding-top: 65px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 30px;
}
.miniright{
	float: right;
	width: 275px;
	margin-top: 10px;
}
.spacer{
	clear: both;
	height: 18px;
	width: 100%;
}
.imgleft {
	float: left;
}
