body {
	background: url(../images/page-bg.jpg) repeat center top #fff;
	color: #545454;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 14px;
}
p, table {
	margin: 0 0 10px;
}
img { max-width: 100%; height: auto; }
a {
	color: #e55348;
}
a:hover {
	color: #5275B9;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-weight: bold;
}
h1 {
	font-size: 3em;
	color: #4d4d4d;
	margin: 1rem 0;
}
h2 {
	font-size: 2.5em;
	color: #e55348;
	margin: 1rem 0;
}
h3 {
	font-size: 1.75em;
	color: #5175b9;
	margin: 0.5rem 0;
}
h4 {
	font-size: 1.5em;
}
.wrapper {
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 3px 8px #555;
	border-radius: 0 0 10px 10px;
}
.header {
	background: url(../images/header-bg.jpg) no-repeat top right scroll transparent;
}
.logo {
	float: left;
	width: auto;
}
.headline {
	float: left;
	width: auto;
}
.headline h1 {
	color: #4A4A4A;
	margin: 1.25em 0 5px 0;
}
.headline h2 {
	margin: 0;
}
.headline a {
	color: inherit;
}
.headline a:hover {
	text-decoration: none;
}
.headline h2 {
	color: #4a4a4a;
	font-size: 1.25em;
}
.pre-content {
	margin: 10px 0;
}
.breadcrumb {
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #F5F5F5, #DDDDDD);
	border-radius: 4px;
	box-shadow: 0 2px 3px #777777;
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 8px 15px;
}
.divider > img {
	vertical-align: baseline;
}
.main-content {
	background-color: #fff;
	border-radius: 10px;
	padding-top: 1.5em;
	line-height: 1.675em;
}
.leading-0 .item-image {
	margin: 0 10px 10px 0;
}
div.leading-0 h2.item-title {
	margin-bottom:10px;
}

.navbar {
	background-color: #606060;
	background-image: linear-gradient(to bottom, #606060, #313131);
	margin-bottom: 0;
	padding: 0;
}
.navbar .container {
	padding: 0;
}
ul.navbar-nav {
	font-size: 1.25em;
	margin-bottom: 0;
}
ul.navbar-nav > li > a {
	background-color: #787878;
	background-image: linear-gradient(to bottom, #787878, #4a4a4a);
	padding: 0.5em;
	display: block;
	color: #E3E3E3;
	margin: 4px 2px;
	text-shadow: none;
}
ul.navbar-nav > li > a > img {
	margin-right: 0.5em;
}
ul.navbar-nav > li > a:hover {
	background-color: #cfcfcf;
	background-image: linear-gradient(to bottom, #cfcfcf, #787878);
	color: #333;
}
ul.navbar-nav > .active > a {
	color: #fff;
}
ul.navbar-nav li:active a {
	color: #4d4d4d;
}
.sidebar {
	background-color: #E8E8E8;
	padding: 7px;
}
.sidebar .moduletable {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 7px;
}
.sidebar .moduletable h3 {
	background-color: #e8e8e8;
	padding: 3px;
}
.sidebar .moduletable:last-child {
	margin-bottom: 0;
}
.sidebar ul.category-module {
	background: url(../images/sidebar-bg.jpg) no-repeat right top #fff;
	list-style-type: none;
	padding: 5px 0;
	margin: 0 0 0 10px;
}
.sidebar ul.category-module li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 7px 0 7px 9px;
}

.footer {
	margin-top: 40px;
	background-color: #ababab;
	padding: 4px 0;
	color: #fff;
	border-radius: 0 0 8px 8px;
}
.footer a {
	color: #fff;
}
p.copyright, p.secret {
	text-align: center;
	margin-bottom: 0;
}
p.secret a {
	color: #e4e6e5;
}
p.secret a:hover {
	color: #777;
}
#plug {
	text-align: center;
}
#plug p, p.secret {
	margin-bottom: 0;
	font-size: 0.75em;
}
.page-header {
	margin: 0;
	border-bottom: none;
}

/****** buttons *****/
.btn {
	margin-top: 5px;
}
.btn-group {
	margin: 0 0 15px 15px;
}

/***** Module Customizations *****/
.slide-desc-text p {
	margin: 10px 0 0;
}

#addressInput {
	width: 90%;
}

/***** Joomla basics - tooltips, forms, etc *****/
dl {
	margin-left: 2rem;
}
.contact-address dt {
	float: left;
	margin-left: -20px;
}
/* Tool-tip text */
.tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}
.tip-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tip-text {
	font-size: 100%;
	margin: 0;
}

/* .star and strong are for required items */

.star, strong.red, strong.formRequired{
	color:#C36;
}

/*--------------------------------Media all and (minwidth: 480px)--------------*/
@media all and (min-width: 480px) {
	.gbs3 .A {
    width: 280px !important;
	}
}