/* CSS Document */
body {
	background:#adacac;
	margin:0;
	padding:0;
	text-align:center;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
}

p, h1, h2 {
	margin:0 0 18px 0;
}

a { color:#556064 }

a:hover { color:#F26522; }

h1 {
	font-size:18px;
	padding-bottom:5px;
	color:#fb4040;
}

h2 {
	font-size:15px;
	padding-bottom:5px;
	border-bottom:1px solid #dedede;
	color:#fb4040;
}

h3 {
	margin:0 0 7px 0;
	font-size:13px;
	color:#F26522;
	padding-bottom:0;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

#container {	
	width:960px;
	margin:auto;
	text-align:left;
}

#header {
	height:95px;
	background:#000 url(images/header.png) no-repeat;
}

#nav {
	
	height:38px;
	clear:right;
	background:#2f3031;
	font-size:14px;
	line-height:38px;
	color:#fff;
	border-top:1px solid #787879;
	border-bottom:1px solid #000;
}

#nav ul {
	width:960px;
	height:38px;
}

#nav ul li {
	float:left;
}

#nav a {
	display:block;
	color:#fff;
	padding:0 15px;
	text-decoration:none;
}

#nav a:hover {
	background:#3f4142;
}

#homepic {
	height:237px;
	background:transparent url(images/home-pic.jpg) no-repeat;
	font-size:14px;
}

#homepic .info {
	padding:25px 600px 25px 25px;
}

#homepic .info h1 {
	font-size:20px;
	font-weight:normal;
	color:#fff;
}

#content {
	background:#3b3c3d;
	padding:20px;
}

#content .contentpad {
	background:#fff;
	padding:20px;
}
	
.two-col-home {
	background:transparent url(images/bg-two-col-home-b.png) no-repeat center bottom;
	padding-bottom:10px;
}

.two-col-home-pad {
	background:transparent url(images/bg-two-col-home.png) no-repeat center top;
	padding:20px;
	padding-bottom:5px;
	overflow:auto;
}

.two-col-left {
	width:391px;
	float:left;
}

.two-col-right {
	width:391px;
	float:right;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

.center {
	text-align:center;
}

.more {
	text-align:right;
}

.more a {
	color:#fb4040;
}	

#inner-content {
	padding-left:200px;
	min-height:350px;
}

.news {
	background:transparent url(images/news-pic.jpg) no-repeat;
}

.about {
	background:transparent url(images/about-pic.jpg) no-repeat;
}

.sites {
	background:transparent url(images/site-pic.jpg) no-repeat;
}

.contact {
	background:transparent url(images/contact-pic.jpg) no-repeat;
}

ul.site-thumbs {
	width:300px;
	padding:0 20px;
}

ul.site-thumbs li {
	margin-bottom:15px;
	line-height:45px;
}

ul.site-thumbs img {
	float:left;
	border:2px solid #dedede;
	margin-right:10px;
}

.frmcontact {
	background:#f9f9f9;
	padding:25px;
	border:1px solid #dedede;
}

.frmfield {
	height:40px;
	overflow:hidden;
}

.txtsmall {
	font-size:10px;
	font-weight:normal;
}

.frmfield label {
	width:225px;
	display:block;
	float:left;
}

.button {
	background:transparent url(images/but-grad.png) repeat-x;
	padding:3px 15px;
	border:1px solid #b0b0b0;
	cursor:pointer;
	text-decoration:none;
}

.about-boxes {
	width:325px;
	position:relative;
	height:300px;
	
}

#footer {
	padding-top:20px;
	text-align:center;
	color:#fff;
	font-size:11px;
}

#footer a { 
	color:#fff;
	padding:0 15px;
	font-size:13px
}
	