@charset "utf-8";
/* CSS Document */

  

  

* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #CCC;
}
body {
	background: url(../images/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5a6064;
}
h1 {
	font-size: 18px;
	margin-top: 32px;
}
h2 {
	font-size: 16px;
}
#header {
	background: url(../images/headerbg.jpg) top center repeat;
	height: 108px;
}
#header .logo {
	margin-top: 15px;
	padding-left: 40px;
	float: left
}
/* Navigation Menu */



#topmenu ul {
	list-style: none;
}
#topmenu li {
	list-style-image: none;
	float: left;
	margin-left: 20px;
	position: relative;
	z-index: 9999;
	font-weight: bold;
	border-top: 5px solid #5a6064;
}
#topmenu li:hover {
	border-top: 5px solid #ccbeab;
}
#topmenu {
	background: none;
	color: white;
	padding-top: 48px;
}
#topmenu > ul > li {
	float: left;
	margin-left: 15px;
	position: relative;
	z-index: 9999;
	padding-top: 7px;
}
#topmenu > ul > li > a {
	color: rgb(250,250,250);
	font-size: 13px;
	padding: 15px 20px;
}
#topmenu > ul > li > a:hover {
	color: #ccbeab;
}
#topmenu ul li.active {
	border-top: 5px solid #ccbeab;
	color: #ccbeab;
}
/* */



#container {
	margin: 0 auto;
	width: 932px;
}
#content {
	background: White;
	padding: 20px 10px 20px 20px;
	width: 630px;
	float: left;
	/*max-height: 700px;*/
	height: 780px;
	position: relative;
}
.is-cms #content {
	max-height: inherit;
	height: auto;
}
#content .capabilities {
	position: absolute;
	bottom: 0;
	left: 0;
}
.text {
	padding: 0px 25px;
	line-height: 17px;
}
#sidebar {
	float: right;
	width: 252px;
	padding: 20px 10px 0 10px;
	height: 800px;
/*	max-height: 720px;*/
	background: url(../images/border-left.png) center left no-repeat #fff;
}
#sidebar .call {
	margin: 0 0 14px 10px;
}
.clear {
	clear: both;
}
#footer {
	overflow: auto;
	background: url(../images/shadow.png) no-repeat top center rgba(43, 43, 43, 0.5);
	height: 55px;
	padding: 20px;
}
#footer .right {
	float: right;
	color: #fff;
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	line-height: 21px;
}
#footer .left {
	float: left;
}
form {
	background: url(../images/form-bg.jpg) repeat-x;
	border-top: #f0dcc3 10px solid;
	padding: 20px;
	overflow: auto;
	width: 200px;
}
input {
	padding: 9px;
	width: 180px;
	margin-bottom: 14px;
	border-radius: 3px;
	border: 1px solid #888;
}
button {
	padding: 5px 25px;
	color: #000;
	background: url(../images/btn-bg.jpg) repeat-x;
	border: #bababa 1px solid;
	text-decoration: none;
	border-radius: 5px;
	width: 80px;
	float: right;
	cursor: pointer;
}
button:hover {
	background: #eee;
}
textarea {
	height: 100px;
	padding: 5px;
	width: 188px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	border: 1px solid #888;
	font-size: 13px;
}
#quicklinks {
	width: 622px;
	background: url(../images/borders.png) no-repeat top left;
	height: 257px;
	position: absolute;
	top: 544px;
}
.is-cms #quicklinks {
	position: relative;
	top: 0px;
}
.ql1, .ql2, .ql3, .ql4{
	width: 167px;
	float: left;
	text-align: center;
	margin-top: 0px;
	padding: 5px 20px;
}

.ql-text {
	width: 100px;
}
a.more {
	padding: 5px 25px;
	color: #000;
	background: url(../images/btn-bg.jpg) repeat-x;
	border: #bababa 1px solid;
	text-decoration: none;
	border-radius: 5px;
	width: 80px;
}
a.more:hover {
	background: #eee;
}
#sidemenu {
	margin-top: 40px;
	width: 230px;
}
#sidemenu ul {
	width: 230px;
	height: 243px;
	margin-left: 8px;
}
#sidemenu ul li a {
	color: #000;
	display: block;
	padding: 10px 35px;
	font-size: 13px;
}
#sidemenu ul li:last-child {
	border-bottom: 1px solid #000;
}
#sidemenu ul li:hover {
	background: #ccbeab;
}
#sidemenu ul li {
	list-style: none;
	background: url(../images/bullet.png) 15px 16px no-repeat;
	border-top: 1px solid #000;
}
.side-heading {
	margin-left: 22px;
}
ol {
	margin-left: 20px;
}
