/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	color: #333;
	background:url(../img/body-bg.png) repeat-x #5189a6;
}
body#index {background:url(../img/homepage-bg.png) repeat-x #5189a6;}
p {
	margin:5px 0 20px 0;
	line-height:1.5em;
}
ul {
	margin:0px 0 10px 15px;
	list-style: disc;
}
ol {
	list-style: decimal;
	margin:0 0 10px 30px;
}
li {
	line-height:1.5em;
	margin-bottom:8px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a {
	color:#cd5a13;
	/* text-decoration: none; */
}
a:hover {
	color:#5189a6;
	text-decoration: none;
}
.rightcolumn a {
	font-weight:bold;
}
a.pdf {
	padding-right:15px;
	background:url(../img/pdf.png) no-repeat right center;
}
#footer a {
	color:#5189a6;
	text-decoration: underline;
	font-weight:bold;
}
#footer a:hover{
	text-decoration: none;
	color:#cd5a13;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font-size:2em;
	color:#5f9baf;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.3em;
	color:#5189a6;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:.9em;
}
.page-title,
.sub-title {
	height:48px;
	border-bottom:solid 1px #f6e8cc;
	margin-left:1px;
}
#news .page-title {border-color:#e3eacc;}
#company .page-title {border-color:#d0e1e7;}
.sub-title {
	border-bottom-color:#e7e7e7;
	margin:0 1px 0 0;
}
.page-title h1 {
	padding:0 25px;
	line-height:48px;
	color:#97958e;
	font-size:35px;
}
.sub-title h4{
	color:#8d8d8d;
	line-height:48px;
	font-size:19px;
	padding:0 0 0 10px;
}

.media {
	color:#719500;
	font-size:23px;
}

/* =4 Header // Wrapper
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin:auto;
	width:900px;
	position:relative;
}
#header {
	height:68px;
	overflow:hidden;
}
#logo {
	position:absolute;
	top:21px;
	left:6px;
}
#search {
	position:absolute;
	height:24px;
	width:231px;
	top:30px;
	right:0px;
	background:url(../img/searchbox.png) no-repeat;
}
#leftshadow,
#rightshadow {
	position:absolute;
	height:187px;
	width:8px;
	left:-8px;
	top:68px;
	background:url(../img/page-shadow.png) no-repeat 0 0;
}
#rightshadow {
	background-position:top right;
	right:-8px;
	left:auto;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#navbar {
	margin:0;
	list-style:none;
	height:30px;
	overflow:hidden;
}
#navbar li {
	display:inline;
	float:left;
	height:30px;
}
#navbar a img {
	height:30px;
	display:block;
	background:url(../img/navbar.png) no-repeat;
}
#navbar a.a img{background-position: 0px 0px; width: 103px;}
#navbar a.b img{background-position: -103px 0px; width: 124px;}
#navbar a.c img{background-position: -227px 0px; width: 84px;}
#navbar a.d img{background-position: -311px 0px; width: 116px;}
#navbar a.e img{background-position: -427px 0px; width: 182px;}
#navbar a.f img{background-position: -609px 0px; width: 291px;}

#navbar a.a:hover img{background-position: 0px -100px;}
#navbar a.b:hover img{background-position: -103px -100px;}
#navbar a.c:hover img{background-position: -227px -100px;}
#navbar a.d:hover img{background-position: -311px -100px;}
#navbar a.e:hover img{background-position: -427px -100px;}
#navbar a.f:hover img{background-position: -609px -100px;}

#navbar li.current a {cursor:default;}
#navbar li.current a.a img{background-position: 0px -30px;}
#navbar li.current a.b img{background-position: -103px -30px;}
#navbar li.current a.c img{background-position: -227px -30px;}
#navbar li.current a.d img{background-position: -311px -30px;}
#navbar li.current a.e img{background-position: -427px -30px;}
#navbar li.current a.f img{background-position: -609px -30px;}

.colorbar {
	height:10px;
	background:url(../img/navbar.png) no-repeat 0 0;
	border-left:solid 1px #95a2aa;
	border-right:solid 1px #95a2aa;
}
#index .colorbar {
	background-position:0 -60px;
	border-left-color:#dbdbdb;
	border-right-color:#dbdbdb;
}
#company .colorbar {background-position:0 -70px;}
#news .colorbar {background-position:0 -90px;}
#contact .colorbar {background-position:0 -80px;}

.subnav {
	float:left;
	background-color:#a2c4d0;
	width:210px;
	font-size:13px;
	color:#fff;
}
.subnav a {color:#fff;}
.subnav a:hover {color:#63787f;}
.subnav .top,
.subnav .btm {
	height:4px;
	background:url(../img/subnav-corners.png) no-repeat;
	line-height:1px;
}
.subnav .btm {background-position:bottom left;}
.subnav .padding {
	padding:0 5px;
}
.subnav ul {
	margin:0;
	list-style:none;
}
.subnav li {
	margin:0;
	padding:0 8px;
}
#locations {
	background:url(../img/subnav-current-state.png) no-repeat right 64px;
	display:block;
	height:1%;
}
#locations li {
	line-height:30px;
}
.subnav a.cur {
	color:#D38E00;
	padding-left:10px;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content-wrapper {
	background:url(../img/content-bg.png) repeat-y;
}
.page-btm{
	height:5px;
	background:url(../img/content-btm.png) no-repeat;
	line-height:1px;
}
.main {
	float:left;
	width:675px;
}
.main .padding {
	padding:15px 10px;
}
.rightcolumn {
	float:right;
	width:225px;
	font-size:.9em;
	color:#666;
}
.rightcolumn p {
	line-height:1.35em;
}
.rightcolumn .padding {
	padding:15px 10px;
}
.releases {
	width:100%;
	font-weight:bold;
}
.releases td {
	padding:5px;
}
td.date {
	width:75px;
	color:#666;
	border-right:solid 1px #fff;
}
td.link a {
	font-weight:bold;
}
td.download {
	border-left:solid 1px #fff;
	width:100px;
}

tr.odd td {
	background-color:#e3edf1;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#search input.text {
	background:none !important;
	border:none !important; 
	margin:3px 0 0 30px;
	width:180px !important;
}
/* =8 Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#index #leftshadow,
#index #rightshadow {
	display:none;
}
#welcome {
	background:url(../img/welcomebox.jpg) no-repeat;
	height:235px;
	overflow:hidden;
	margin-bottom:17px;
}
#welcome p {
	font-size:1.2em;
	font-weight:bold;
	margin:5px 0;
}
#welcome .padding {
	padding:0 10px 0 460px;
}
.bucket {
	width:441px;
	background-color:#fff;
	overflow:hidden;
}
.bucket .padding {
	height:195px;
	padding:10px;
}
.bucket .btm {
	height:5px;
	line-height:1px;
	background:url(../img/roundedbottom-short.png);
}
.bucket .righthalf {
	float:right;
	width:206px;
	text-align: center;
}
.bucket p {
	margin:10px 0 0px 0;
	font-size:.9em;
	line-height:1.4em;
}
#advert .top,
#mortine .top {
	height:13px;
	line-height:1px;
	background:url(../img/orangetop.jpg);
}
#mortine .top {
	background:url(../img/greentop.png);
}

#advert.bucket {float:left;}
#mortine.bucket {float:right;}
#whatsnew {
	margin-top:13px;
	background-color:#fff;
}
#whatsnew .top {
	background:url(../img/whatsnew.png) no-repeat;
	height:35px;
}
#whatsnew .btm {
	height:5px;
	line-height:1px;
	background:url(../img/roundedbottom-long.png) no-repeat;
}
#whatsnew h2 {
	text-indent: -9999px;
}
#whatsnew .padding {
	padding:10px 10px 5px 10px;
}
#whatsnew dt {
	float:left;
	font-weight:bold;
	width:210px;
	text-align: right;
	font-size:1.2em;
}
#whatsnew dd {
	float:right;
	width:650px;
	border-left:solid 1px #e0e0e0;
	
}
#whatsnew dd p {
	padding-left:10px;
	margin:0 0 10px 0;
	line-height:1.4em;
}
#whatsnew a {
	font-weight:bold;
	color:#58a3c6;
}
/* =9 Extras
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.location-info {
	float:right;
	width:410px;
}
.media {
	width:200px;
	margin-top:20px;
}
ul.nostyle {
	list-style:none;
	margin:0;
}
ul.services {
	margin-left:20px;
	list-style:none;
	margin-bottom:15px;
}
ul.services li {
	float:left;
	width:50%;
	margin:0 0 5px 0;
}
.fader {
	margin:0;
	list-style:none;
	overflow:hidden;
}
.fader li {
	left:0;
}
#fader1,
#fader2 {
	height:132px;
	width:206px;
	margin:5px 0 15px 0;
}
#news-rotator li {
	width:100%;

}
/* =10 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
	background:url(../img/footer-bg.png) no-repeat;
	height:25px;
	font-size:.9em;
	color:#5189a6;
	margin:15px 0 25px 0;
}
#footer p {
	margin:0;
	padding:0 10px;
	line-height:25px;
}
.flinks {
	float:left;
	display:inline;
}
.copyright {
	float:right;
	display:inline;
	color:#858585;
}
