body {
	font-size: 14px;
}

body.site {
	padding: 0;
}

a {
	color: #3366ff;
}

a:hover,
a:focus {
	color: #3366ff;
}

.body .container {
	background-color: #f0f0f0;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.header {
	margin-bottom: 0;
	height: 110px;
}

#login-form {
	margin: 20px;
	display: none;
}

.container {
	max-width: 1200px;
}

.loginbtn {
	display: none;
	position: absolute;
	top: -15px;
	right: 0px;
	padding-right: 6px;
	line-height: 20px;
	width: 87px;
	background: url('/images/login_bg.png') right bottom no-repeat;
	color: #fff;
	text-align: right;
}

.loginbtn:hover {
	cursor: pointer;
}

.navigation {
	position: relative;
	border: none;
}

ul.nav-pills.main {
	background-color: #448b00;
}

ul.nav-pills.main > li {
	border-right: 4px solid #f0f0f0;
}

ul.nav-pills.main > li > a {
	color: #fff;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 8px;
	min-width: 100px;
	text-align: center;
}

ul.nav-pills.main > li.active > a {
	color: #f0f000;
}

ul.nav-pills.main > li > a:hover {
	background-color: #448b00;
	text-decoration: underline;
}

#contentmenu > li > a {
	width: 33.33%;
	color: #095107;
	text-align: center;
	font-size: 1.7em;
	font-family: "Times New Roman";
	text-transform: uppercase;
	padding-top: 100px;
	margin-bottom: 26px;
	background: url('/images/menu_button.png') center center no-repeat;
}

#franchise .row-fluid {
	margin-bottom: 20px;
}

#franchise .region {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #448b00;
}

#franchise .region:hover {
	cursor: pointer;
}

#franchise .subregion {
	display: none;
	position: absolute;
	background-color: #f5f5f5;
	border-bottom: 1px solid #448b00;
}

.random-image img {
	width: 100%;
}

#aside .nopad {
	padding: 0px;
}

#aside .page-header {
	text-align: center;
}

#aside .newsflash {
	margin-top: 12px;
}

#aside .readmore {
	display: inline-block;
	float: right;
	font-style: italic;
}

.footer .container {
	font-size: 16px;
	color: #448b00;
}

.footer .container hr {
	margin: 16px 0px;
	border-color: #448b00;
}

div.investbox {
	margin-top: 8px;
	border: 3px solid #448b01;
	padding: 6px;
}

div.investbox p {
	margin: 0;
}

a.link {
	font-weight: bold;
	text-decoration: underline; 
}

a.pdf {
	color: #3366ff;
	font-style: italic;
}

ul.linear {
	list-style-type: disc;
	margin-left: 16px;
}

ol.linear {
	margin-left: 20px;
}


div.phocadownloadfile16 {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background-color: inherit;
	background-image: none;
}

ul.category > li.cat-list-row0 {
	margin-left: 0;
	background-color: inherit;
	min-height: 160px;
}

ul.category > li.cat-list-row1 {
	background-color: inherit;
	min-height: 160px;
}

ul.category > li .thumbnail {
	float: left;
	margin-right: 9px;
	max-width: 110px;
	max-height: 160px;
}

ul.category > li .contact-misc p {
	margin: 0;
}

ul.category > li .list-title {
	font-weight: bold;
}

ul.flash {
	overflow: hidden;
	position: relative;
	margin: 0;
	height: 100px;
}

ul.flash > li {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	list-style: none;
	display: none;
	color: #448b00;
}

ul.flash > li.pause {
	left: inherit;
	top: inherit;
	right: 0;
	bottom: 10px;
	width: 4px;
	height: 10px;
	border-left: 2px solid #777;
	border-right: 2px solid #777;
}

ul.flash.paused > li.pause {
	display: list-item;
}

ul.flash > li h1 {
	font-size: 16px;
	line-height: 1;
}

ul.flash > li a {
	color: inherit;
}

ul.flash > li a:hover {
	color: inherit;
	text-decoration: inherit;
}

.faq-subject {
	display: none;
}

.faq-subject.open {
	display: block;
}

ul.faq > li {
	list-style: none;
}

ul.faq > li.first {
	background: url('/images/faq_closed.png') left 4px no-repeat;
	padding: 0 0 0 25px;
}

ul.faq > li.first.open {
	background: url('/images/faq_open.png') left 4px no-repeat;
}

ul.faq > li.first:hover {
	text-decoration: underline;
	cursor: pointer;
}

@media (min-width: 1220px) {
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1200px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#contentmenu > li > a {
		font-size: 1.4em;
	}
}

@media (max-width: 768px) {
	.header {
		height: inherit;
	}

	.loginbtn {
		right: 4px;
		z-index: 10;
	}

	ul.flash > li {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	
	#contentmenu > li > a {
		width: 100%;
	}
}