﻿﻿body {
	background: #fff url('/staticse/img/bg.gif') repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 0.95em;
}

#container {
	text-align: left;
	margin: 17px auto;
	width: 750px;
	background: #fff url('../img/contentbg.gif') repeat-y top left;
}

img {
	border: none;
}

/* Header */
#header {
	background-image: url('../img/headerbg.gif');
	background-repeat: no-repeat;
	height: 160px;
}

#header #logoblock {
	float: left;
	width: 750px;
	height: 113px;
}

#header #logoblock h1 {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -3000px;
	display: block;
	padding: 2px 0 0 14px;
}

#header #logoblock h1 a {
	display: block;
	width: 678px;
	height: 109px;
	background: transparent url('../img/logotype.gif') no-repeat top left;
}

#header #menublock {
	float: left;
	width: 750px;
	height: 38px;
	text-align: center;
}

#header #menublock ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 694px;
}

#header #menublock ul li {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	background-image: url('../img/menudiv.gif');
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	z-index: 99;
}

#header #menublock .lastmenu {
	padding: 0 0 0 0;
	background-image: none;
}

#header #menublock li a.menuLevel1 {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	float: left;
	height: 28px;
	width: auto;
	font-family: arial, verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 9px 8px 0px 12px;
}

#header #menublock li a.menuLevel1:hover,#header #menublock li a.menuactive
	{
	background-image: url('../img/menuglow.gif');
	background-position: top center;
	color: #478597;
}

/* Content */
#content {
	float: left;
	width: 710px;
	padding: 2px 20px 30px 20px;
	background-image: url('../img/footerbg.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.quoteblock {
	background: transparent url('../img/quote.gif') no-repeat 0px 4px;
	padding: 0 0 0 55px;
	line-height: 210%;
}

.quoteblock p {
	font-size: 1.5em;
	font-family: georgia, serif;
	color: #444;
	margin: 0;
	padding: 0;
}

.quoteblock span {
	font-size: 1.3em;
}

small {
	font-size: 0.7em;
	line-height: 120%;
}

hr {
	border: none;
	background-color: #ddd;
	height: 1px;
	padding: 1px 0 0 0;
	margin: 15px 0;
}

#content h2 {
	font-size: 20pt;
	letter-spacing: -2px;
	color: #18B0D9;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	color: #18B0D9;
}

.subHeadline {
	margin-bottom: 3px;
}

.preamble {
	font-size: 1.1em;
	font-weight: bold;
}

.contentBlock {
	margin-bottom: 10px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 145%;
}

.rightpic {
	float: right;
}

.partnerContent {
	float: left;
	width: 560px;
	background: transparent url('../img/yellowman_pound2.gif') no-repeat bottom right;
	padding-right: 145px;
}

.longtailGraph {
	float: left;
	width: 710px;
	text-align: center;
	padding: 0px 0px 20px 0;
}

a {
	color: #18b0d9;
}

a:hover {
	color: #478597;
}

.contactBlock {
	float: left;
	width: 40%;
}

.halfBlock {
	float: left;
	width: 49%;
}

/* Frontpage block */
.bigblockCont {
	float: left;
	width: 710px;
}

.bigblock1,.bigblock2 {
	float: left;
	width: 45%;
}

.bigblock1 {
	width: 350px;
	border-right: 1px solid #ddd;
	padding-right: 2px;
}

.bigblock2 {
	width: 335px;
	padding-left: 20px;
	padding-bottom: 30px;
	/*background: transparent url('../img/yellowman_pound.gif') no-repeat 195px 45px;*/
}

ul.arrowStyle {
	list-style: none;
	margin: 0;
	padding: 0 0 3px 0;
}

ul.arrowStyle li {
	display: block;
	margin: 0;
	padding: 0 0 8px 8px;
	background: transparent url('../img/bullet.gif') no-repeat 0px 5px;
}

.readmorebutton {
	display: block;
	float: left;
	width: 84px;
	height: 22px;
	background: transparent url('../img/button_readmore.gif') no-repeat top
		left;
	font-size: 0;
	text-indent: -3000px;
}

.loginbutton {
	display: block;
	width: 84px;
	height: 22px;
	background: transparent url('../img/button_clean.gif') no-repeat top
		left;
	border: 0px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	float: right;
}

.forminpleft {
	border: 1px #ccc solid;
	font-size: 13px;
	margin-bottom: 5px;
}

/* Footer */
#footer {
	clear: both;
	background-image: none;
	background-color: #fff;
	text-align: center;
	font-size: 0.8em;
	color: #777;
	padding: 2px 0 10px 0;
}

/* Misc */
.clearer {
	clear: both;
	font-size: 0;
	height: 1px;
}

#tsMapInfoWindow {
	font-size: 10pt;
}

#tsMapInfoWindow h1 {
	color: #333;
	padding: 0px;
	margin: 0px 0px 6px 0px;
	font-size: 14pt;
}

.phoneNumber {
	background: transparent url('../img/phone_icon.png') no-repeat;
	padding: 0px 28px;
}

.longText {
	font-size: 10pt;
}

.firstWord {
	font-size: 1.3em;
	font-weight: bold;
}

.planCampaign {
	background-color: #eee;
	padding: 10px;
	border: #ccc 1px solid;
}

/* Obfuscate email */
span.email {
	color: #18b0d9;
	font-weight: bold;
}

span.email span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.photo {
	float: left;
	position: relative;
}

.photo img {
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.photo em {
	color: #000000;
	display: block;
	/*background:transparent url(/images/photo_title_bubble.gif) no-repeat scroll 0 0;*/
	font-style: normal;
	left: -10px;
	font-size: 8pt;
	text-align: center;
	width: 126px;
	/*padding:2px 8px 0 22px;*/
	position: absolute;
	top: 90px;
}

.photo span {
	display: block;
	left: -5px;
	position: absolute;
	top: -5px;
}

.photo a {
	text-decoration: none;
}

 /* Made to fit images 170x120 */
.photoMedium {
	height: 130px;
	margin: 30px;
	width: 180px;
}

.photoMedium span {
	background: transparent url(/staticse/img/cut-corner-medium.png) no-repeat scroll 0%;
	height: 137px;
	width: 189px;
}

/* Made to fit images 100x75 */
.photoSmall {
	height: 85px;
	margin: 0 15px 30px;
	width: 110px;
}

.photoSmall span {
	background: transparent url(/staticse/img/cut-corner-small.png)
		no-repeat scroll 0%;
	height: 92px;
	width: 119px;
}

.linkButton {
	display: block;
	width: 84px;
	height: 22px;
	background: transparent url('../img/button_clean.gif') no-repeat top
		left;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	position: absolute;
	z-index: 99;
}

