@charset "ISO-8859-1";
/*
CSS for freespee.com
author: Freespee AB
date: 2010-02-22

*/

html { overflow: -moz-scrollbars-vertical; overflow-x: auto; overflow-y: scroll; }

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	/* LIGHT BROWN */ /* background: #f4f1e9;*/
	/* LIGHT BLUE */ /* background:#DCF1FF; */
}
p {
	line-height:1.5em;
	margin: 0 0 15px 0;
	padding: 0;
	color: #333;
}

img { border: none; }

object {
	margin:0 0 10px 0;	
}
h1, h2, h3, h4 {
	font-family: Helvetica;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color:#000000;
}
h1 {
	font-size: 36px;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #000;
	line-height: normal;
}
h2 {
	font-size: 30px;
	color: #333;
	margin: 5px 0 10px 0;
}
h3 {
	font-size: 20px;
	margin: 15px 0 5px 0;
}
h4 {
	font-size: 16px;
	margin: 0 0 5px 0;
}
a { color: #3a8ede; text-decoration: none; font-style:italic; font-weight:bold; }
a:visited { color: #3a8ede; text-decoration: none; font-style:italic; font-weight:bold; }
a:hover { color: #333; text-decoration: none; font-style:italic; font-weight:bold; }

.quote {
	margin:0 0 15px 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color:#999;
}

.previous {
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	font-weight:bold;
	font-style:italic;
}
.form-input {
	height: auto;
	width:250px;
	padding:3px 5px;
}


.form-button-yes {
	background: #a1d841 url(../../images/ui-bg-register-a1d841_1x100.png) repeat-x 50% 50%;
	border: 1px solid #4d9528;
	margin: 0;
	padding:7px 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	font: Helvetica, Arial, Sans-Serif;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
}

.form-button-yes:hover {
	background: #98d947;
	border: 1px solid #98d947;
	margin: 0;
	padding:7px 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	font: Helvetica, Arial, Sans-Serif;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
}


.form-button-register {
	background: #a1d841 url(../../images/ui-bg-register-a1d841_1x100.png) repeat-x 50% 50%;
	border: 1px solid #4d9528;
	margin: 0;
	padding:7px 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	font: Helvetica, Arial, Sans-Serif;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
}
.form-button-register:hover {
	background: #98d947;
	border: 1px solid #98d947;
	margin: 0;
	padding:7px 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	font: Helvetica, Arial, Sans-Serif;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
	border-top-left-radius: 9px 9px;
	border-top-right-radius: 9px 9px;
}

/************************************************************
* LAYOUT
************************************************************/

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 980px;
	margin: 0 0 0 -490px;
	background: #fff;
}
#header {
	float: left;
	display: inline;
	width: 900px;
/*	height: 75px;*/
	margin:10px 0 0 40px;
	padding: 0;
	background: url(../../images/hr_2x1.png) repeat-x bottom left;
}
#header-top {
	float:left;
	display:inline;
	width:100%;
}
#logo {
	float: left;
	display: inline;
	width: 200px;
	height: 57px;
	background: url(../../images/header_logo_voice.png) no-repeat top left;
	margin: 0 0 0 5px;
}

/************************************************************
* NAVIGATION
************************************************************/
#navigation-wrapper {
	float: right;
	display: inline;
	width: 100%;
	margin: 10px 0 10px 0;
	padding:0;
	text-align: right;
	font-size:14px;
}

#navigation {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Helvetica;
	text-transform:uppercase;

}

	#navigation li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#navigation li span {
		margin: 0 0 0 25px;
		padding: 0;
	}
	
		#navigation li span a:link {
			text-decoration: none;
			font-style:normal;
			color:#333;
			margin: 0;
			padding: 0;
		}
	
		#navigation li span a:visited {
			text-decoration: none;
			font-style:normal;
			color:#333;
			margin: 0;
			padding: 0;
		}		
		#navigation li span a:hover {
			text-decoration: none;
			font-style:normal;
			color:#3a8ede;
			margin: 0;
			padding: 0;
		}

#sub-navigation-wrapper {
	float: left;
	display: inline;
	height: auto;
	width: 900px;
	margin: 0px 40px 0px 40px;
	padding:10px 0 10px 0;
	text-align: right;
	background: url(../images/hr_2x1.png) repeat-x bottom left;
	font-weight:bold;
	font-size:12px;
	clear:both;
}

#sub-navigation {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Helvetica;
}

	#sub-navigation li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	#sub-navigation li span {
		margin: 0 0 0 25px;
		padding: 0;
	color: #000000;
	}
	
		#sub-navigation li span a:link {
			text-decoration: none;
			font-style:normal;
			color:#ccc;
			margin: 0;
			padding: 0;
		}
	
		#sub-navigation li span a:visited {
			text-decoration: none;
			font-style:normal;
			color:#ccc;
			margin: 0;
			padding: 0;
		}		
		#sub-navigation li span a:hover {
			text-decoration: none;
			font-style:normal;
			color:#3a8ede;
			margin: 0;
			padding: 0;
		}
	

/************************************************************
* SEARCH
************************************************************/
#search-wrapper {
	float: right;
	display: inline;
	margin: 5px 0 0 0;
	line-height:0;
	padding:0;
}

#search-wrapper fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#search-wrapper fieldset legend {
	display: none;
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}
input:focus {
  outline: 0 none;
}

.searchtext {
	border: none;
	height: 19px;
	background: url(../../images/search_input_text_bg.png) repeat-x top left;
	font-size: 12px;
	padding: 2px;
	color: #ccc;
}

.submitsearch {
	border: none;
	width: 19px;
	height: 19px;
	background: url(../../images/search_input_submit_bg.png) no-repeat top left;
}

.resetsearch {
	border: none;
	width: 19px;
	height: 19px;
	background: url(../../images/search_input_reset_bg.png) no-repeat top left;
}

.searchspan {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.search-result-highlight {
	color:#FFF;
	background: #0099ff;
}

/************************************************************
* FRONT
************************************************************/
#slider {
	float: left;
	display: inline;
	width: 900px;
	height: 310px;
	margin: 20px 0 10px 40px;
	padding: 0 0 30px 0;
	font-size:16px;
	background: url(../images/hr_vert_2x21.png) repeat-x bottom left;

}
#slider img {
	float:left;
	margin:0 40px 0 0;
}
#slider h1 {
	font-size:2.5em;
	margin:10px 0 20px;
}
#slider h2 {
	font-weight:normal;
	font-size:1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#front-services {
	float: left;
	display: inline;
	width: 900px;
	min-height: 170px;
	margin: 20px 0 0 40px;
	padding: 0 0 10px 0;
	background: url(../../images/hr_2x21.png) repeat-x bottom left;

}
#front-services h3 {
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}
.services-col {
	float:left;
	display:inherit;
	width:205px;
	min-height: 180px;
	margin:0 20px 0 0;
	padding:0;
	
}
#front {
	margin:0;
	padding:0;
	display:inline;
	float:left;
/*	background:#FFF url(../images/container_bg.png) top center no-repeat;*/
}
#front p {
	margin:5px 0 10px;
	float:left;	
	width:100%;
}
#front h3 {
	font-size: 30px;
	color: #333;
	margin: 0px 0 10px 0;
}
#front h4 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	
}
#front ul {
	margin:0;
	padding:0;
}
#front li {
	display: inline;
	margin:5px 0 10px 0;
	padding: 0;
	float:left;
	width:100%;
}
	
#front li span {
	margin: 0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:1.5em;
}
.date {
	font-size:11px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
}

#front-left {
	float: left;
	display: inline;
	width: 440px;
	min-height: 200px;
	margin: 20px 0 0 40px;
	padding: 0;
}
	
#front-right {
	float: right;
	display: inline;
	width: 420px;
	min-height: 200px;
	margin: 20px 40px 0 40px;
	padding: 0;
}
.front-content {
		float:left;
		width:100%;
		margin:0 0 15px 0;	
		padding:0 0 15px 0;
		background: url(../../images/hr_2x1.png) repeat-x bottom left;

}

.latest-talk {
	width:280px;
	float:left;
}
.latest-talk-timestamp {
	width:80px;
	float:right;
	font-size:14px;
	text-align:right;
}

.excerpt {
/*	float:left;
	padding:0;
	margin:0 0 15px 0;
	font-size:16px;
	background:#FFD5A7;
	clear:both;*/
	float:left;
	/*background:#E5F5FF;*/
	font-size:18px;
	letter-spacing:0.5px;
	line-height:1.4em;
	font-weight:normal;
	width:100%;
	text-align: justify;
	margin:0px 0 25px 0;
}
.excerpt p {
margin:0 0 10px 0;
}
/************************************************************
* CONTENT
************************************************************/

#information-box {
	margin:15px 0 20px 0;
	padding:0;
	float:left;
	width:420px;
/*	font-family: Helvetica, Arial, sans-serif;*/
	background: url(../../images/hr_2x1.png) repeat-x bottom left;
}
.information-column {
	margin:10px 10px 5px 0;
	width:400px;
	float:left;
	font-size:16px;
}
.information-column-img {
	float:left;
	margin:0;
	padding:5px 0 0 0;
	width:50px;
	height:auto;
}
.information-column-text {
	float:left;
	text-align:left;
	margin:0;
	padding:0;
	width:350px;
}
.information-column span {
	margin:0 0 10px 0;
	line-height:26px;
	font-weight:bold;
	font-size:16px;
}
#content {
	float:left;
	width:560px;
	margin: 20px 0 0 40px;
	padding:0;
	min-height:550px;
	line-height:1.5em;
}
#content h1 {
	font-size: 36px;
	margin: 10px 0 20px 0;
}
#content h2 {
	font-size: 30px;
	color: #000000;
	margin:20px 0 15px 0;
}
#content h3 {
	font-size: 20px;
	color: #000000;
	margin: 25px 0 7px 0;
}
#content h4 {
	font-size: 16px;
	margin: 15px 0 10px 0;
}
#content ul {
	margin:0;
	padding:0;
}
#content li {
	margin:10px 0 0 10px;
	padding: 0;
	float:left;
	width:100%;
	padding:0 0 0 20px;
	background:url(../../images/bullet.png) top left no-repeat;
	list-style:none;

}
#content li span {
/*	display:block;*/
	width:100%;
	margin: 0 10px 0 0px;
	padding:0;
	font-size:16px;
	line-height:1.5em;
	font-style:italic;
}


/************************************************************
* VCARD ON CONTACT, MANAGEMENT PAGE
************************************************************/
.vcard {
	float:left;
	width:400px;
	margin:10px 0px 10px 0;
	padding:20px 50px 0px 0;
	background: url(../../images/hr_2x1.png) repeat-x top left;
	font-size:14px;
	min-height:200px;
}
.vcard img {
	float:left;
	margin:0 20px 10px 0;	
}
.vcard-header {
	margin:0 0 5px 0;
	padding:0;
	font-size:20px;
	line-height:auto;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#000;
}
.vcard p {
	margin: 0  0 0px 0;
}
.vcard span {
	
}
.vcard-download {
	float:right;
	width:28px;
	height:24px;
	background:url(../../images/vcard.png) no-repeat top right;
}

.communicate-icon-phone {
	width:auto;
	padding:0px 0px 0 30px;
	float:left;
	width:auto;
	background:#309;
	background:url(../../images/icon_phone_12x12.png) no-repeat left;
}
.communicate-icon-mail {
	padding:-3px 0px 0 30px;
	margin:0;
	float:left;
	width:auto;
	background:#66F;
	background:url(../../images/icon_mail_12x12.png) no-repeat left;
}
.vcard-aboutme {
	float:left;
	width:300px;
	margin:0;
	padding:10px 0 0 0;
	font-weight:bold;
	font-size:12px;
}
.vcard-quote {
	float:left;
	width:300px;
	margin:0 0 0 0;
	padding:0 0 0 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	color:#999;
}
/************************************************************
* SIDEBAR
************************************************************/

#sidebar {
	float:right;
	margin: 20px 40px 0 0px;
	padding:0;
	width:300px;
	min-height:200px;
}

/************************************************************
* FOOTER
************************************************************/

#footer {
	clear:both;
	width:900px;
	margin: 20px 0 30px 40px;
	padding:5px 0 0 0;
	background: url(../../images/hr_vert_2x21.png) repeat-x top left;
	font-size:14px;
}
#footer ul {
	float: left;
	margin:10px 30px 30px 0;
	width:auto;
	padding:0;
	font-weight:bold;
/*	text-transform:uppercase;*/
	font-family:Helvetica, Arial, sans-serif;
	
}
	#footer li {
	float: left;
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	}
	
	#footer li span {
	margin:0 6px 0 0px;
	padding:0;
	font-size:13px;
	color: #333;
	}
	

		#footer li span a:link {
			text-decoration: none;
			font-style: normal;
			font-weight:normal;
		}
		
		#footer li span a:hover {
			text-decoration: none;
			font-style: normal;
			font-weight:normal;
		}
		
		#footer li span a:visited {
			text-decoration: none;
			font-style: normal;
			font-weight:normal;
		}

