body {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff;
	color: #121212;
	margin: 0;
	padding: 0;
}

.clr { clear: both; }

h1, h2, h3, h4, h5, p, ul, li {
	margin: 0 0 15px;
	padding: 0;
	font-weight: normal;
	line-height: 1.35em;
}
h2 {
	font-size: 26px;
	color: #0D6DAB;
	margin-bottom: 5px;
}
h2 a {
	color: #0D6DAB;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #FC8F30;
	margin-bottom: 5px;
}

ul {
	padding-left: 14px;
}
li {
	list-style-type: none;
	background-image: url(../images/bullet_orange.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 14px;
}

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

a img {
	border: none;
}


.container {
	width: 100%;
	text-align: center;
}

.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.innerpf {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

#headertop {
	height: 74px !important;
	height: 100px;
	padding-top: 26px;
	position: relative;
}

#header {
	height: 74px;
	position: relative;
}

#top {
	height: 25px !important;
	height: 26px;
	border-bottom: 1px solid #d6d6d6;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff url(../images/bg_top.png) left bottom repeat-x;
}

#top ul {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 25px;
	border-left: 1px solid #e1e1e1;
}
#top li {
	list-style-type: none;
	height: 25px;
	float: left;
	border-right: 1px solid #e1e1e1;
	background-image: none;
	padding: 0;
}
#top li a {
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	padding: 0 15px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#top li a:hover, #top li.active a {
	color: #fff;
	background-color: #666;
}

#header #sitename {
	width: 285px;
	height: 37px;
	position: absolute;
	left: 16px;
	top: 18px;
}
#header #sitename a {
	display: block;
	text-indent: -5000em;
	width: 285px;
	height: 37px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#header #searchmods {
	width: 400px;
	height: 40px;
	position: absolute;
	top: 24px;
	right: 0;
	text-align: right;
}
#searchmods label {
	display: none;
}
input.inputbox {
	border: 1px solid #ccc;
}
#searchmods input#mod_search_searchword {
	margin-right: 10px;
	width: 250px;
}

#showcase {
	background-color: #060;
	color: #fff;
}
#showcase a {
	color: #fff;
	text-decoration: none;
}
#showcase a:hover { text-decoration: underline; }
#showcase a.img:hover { text-decoration: none; }
#showcaseinner {
	background: #060 url(../images/bg_banner.jpg) center top no-repeat;
}
.showcaseinner4 {
	height: 180px;
	overflow: hidden;
}
.showcasemod1, .showcasemod2, .showcasemod3, .showcasemod4 {
	margin: 0;
	padding: 0;
}
.showcasemod2, .showcasemod3, .showcasemod4 { float: left; }
.showcasemod1 { width: 960px; }
.showcasemod2 { width: 480px; }
.showcasemod3 { width: 320px; }
.showcasemod4 { width: 240px; height: 180px; overflow: hidden; }

.showcaseinfo {
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	width: 240px;
	height: 156px !important;
	height: 180px;
	padding-top: 24px;
}
.showcaseinfo img {
	margin-bottom: 5px;
}
#showcase h1 {
	font-size: 40px;
	font-weight: normal;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0 0 0 150px;
}

#main {
	background-color: #eee;
	padding-top: 30px;
	display: table;
	width: 100%;
}
#maininner {
	position: relative;
}

#iconmods {
	height: 30px;
}
#iconmods img {
	position: absolute;
	left: 10px;
	top: -106px;
}

#maincomponentwithright {
	width: 630px;
	float: left;
	margin-right: 30px;
}

.blog-article, #page, #contactform, .contentdescription, div.message, #bottommods .moduletable {
	border: 1px solid #d6d6d6;
	background: #fff url(../images/bg_silverfade.png) repeat-x;
	padding: 20px;
	margin: 0 0 30px;
}
dl#system-message {
	margin: 0;
	padding: 0;
}
dt.message {
	display: none;
}
dd.message {
	margin: 0;
	padding: 0;
}
dd.message ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
dd.message li {
	margin: 0;
	padding: 0;
	background-image: none;
}
p.iteminfo, p.articleinfo {
	color: #999;
}

p.counter {
	text-align: center;
	color: #666;
	margin-bottom: 5px;
}
ul.pagination {
	text-align: center;
	margin-bottom: 30px;
	color: #666;
	padding: 0;
}
ul.pagination li {
	list-style-type: none;
	padding: 0 5px;
	display: inline;
	background-image: none;
}
ul.pagination li a {
	color: #666;
}

#contactform {
	color: #333;
}
.contactcolumn {
	width: 279px;
	float: left;
}
.contactproject {
	margin-left: 30px;
}
.contactfield {
	margin-bottom: 10px;
}
.contactfield label {
	display: block;
	line-height: 1.35em;
}
.contactfield input.inputtext {
	border: 1px solid #ccc;
	width: 279px;
	color: #333;
}
.contactfield input.invalid, .contactfield textarea.invalid {
	border-color: #FC8F30;
}
.contactfield textarea {
	border: 1px solid #ccc;
	width: 279px;
	height: 75px;
	color: #333;
}
span.isrequired {
	color: #FC8F30;
}


#rightmods {
	width: 300px;
	float: left;
}
#rightmods .moduletable {
	width: 278px !important;
	width: 300px;
	border: 1px solid #d6d6d6;
	background: #fff url(../images/bg_silverfade.png) repeat-x;
	padding: 10px;
	margin: 0 0 30px;
}
#rightmods .moduletable-getstarted {
	text-align: center;
	font-size: 24px;
}
#rightmods .moduletable-getstarted img {
	margin-right: 10px;
	vertical-align: middle;
}
#rightmods .moduletable-getstarted a {
	text-decoration: none;
	color: #333;
}
#rightmods .moduletable-getstarted a:hover {
	text-decoration: none;
	color: #090;
}

#rightmods li a, #bottommods li a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#rightmods li a:hover, #bottommods li a:hover {
	text-decoration: underline;
}

#rightmods ul, #bottommods ul {
	padding-left: 0;
}
#rightmods ul li, #bottommods ul li {
	background: none;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border-bottom: 1px solid #d6d6d6;
}
#rightmods ul.menu-services img {
	margin-right: 10px;
	vertical-align: middle;
}
#rightmods ul li a:hover, #rightmods ul li.active a,
#bottommods ul li a:hover, #bottommods ul li.active a {
	text-decoration: none;
	color: #090;
}

#footer {
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	clear: both;
}
#footerinner {
	height: 80px;
	position: relative;
}
#footer a {
	color: #999;
}
#footermods {
	width: 480px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
}
#footermods p {
	margin-bottom: 0;
}
#footermods ul {
	padding: 0;
	margin: 0;
}
#footermods ul li {
	padding: 0 10px 0 0;
	margin: 0;
	background-image: none;
	list-style-type: none;
	display: inline;
}
#footerrightmods {
	width: 480px;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
#footerrightmods p {
	margin-bottom: 0;
}

.jc_comment_title {
	font-weight: bold;
}
span.small {
	font-size: 12px;
	font-style: italic;
}
.comment-text {
	line-height: 1.35em;
	padding: 5px 0;
}
.jomentry1, .jomentry2 {
	padding: 20px 10px;
}
.feed_link {
	margin-bottom: 20px;
}
.feed_link a {
	border-bottom: none;
	text-decoration: none;
}
.feed_link a:hover {
	text-decoration: underline;
}
#written_comments_title, #write_comment_title {
	font-size: 20px;
	font-weight: normal;
	color: #FC8F30;
	margin-bottom: 5px;
}

blockquote {
	background-color: #f6f6f6;
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px;
	color: #666;
	font-style: italic;
}