/***************************************************************
Style Sheet for eSpeakers.com

Copyright 2007 by eSpeakers.com, All Rights Reserved
***************************************************************/



#content {
}

#columnWrapper {
	padding:0 0 4px 0;
	width:960px;
	background:url('/images-layout/solutions-column-wrapper-bg.gif') 0 bottom no-repeat;
}

.column1, .column2, .column3 {
	position:relative;
	height:450px;
}

.column1 {
	display:inline;
	float:left;
	margin-right:7px;
	width:315px;
}

.column2 {
	display:inline;
	float:left;
	padding:0;
	margin-right:8px;
	width:315px;
}

.column3 {
	display:inline;
	float:right;
	padding:0;
	width:315px;
}

.columnStyle1, .columnStyle2, .columnStyle3 {
	position:relative;
	padding:0;
	border:0;
	margin:0;
	height:100%;
	border:solid #cacacc;
	border-width:0 1px;
}

.columnStyle1 .columnTopLeft, .columnStyle2 .columnTopLeft, .columnStyle3 .columnTopLeft {
	position:relative;
	display:block;
	height:25px;
	margin:0 -1px;
}
.columnStyle1 .columnTopLeft {
	background:url('/images-layout/green-column-top-left.gif') top left no-repeat;
}
.columnStyle2 .columnTopLeft {
	background:url('/images-layout/blue-column-top-left.gif') top left no-repeat;
}
.columnStyle3 .columnTopLeft {
	background:url('/images-layout/orange-column-top-left.gif') top left no-repeat;
}

.columnTopRight {
	height:25px;
}

.columnStyle1 .columnTopRight {
	background:url('/images-layout/green-column-top-right.gif') top right no-repeat;
}
.columnStyle2 .columnTopRight {
	background:url('/images-layout/blue-column-top-right.gif') top right no-repeat;
}
.columnStyle3 .columnTopRight {
	background:url('/images-layout/orange-column-top-right.gif') top right no-repeat;
}

.headerMore {
	text-decoration:underline;
	font-size:75%;
	margin-left:10px;
}

.columnStyle1 .center, .columnStyle2 .center, .columnStyle3 .center {
	padding:5px 5px 10px 15px;
	height:375px;
	color:#6f7170;
	font-size:90%;
	background:none;
}

.columnStyle1 .columnBottomLeft, .columnStyle2 .columnBottomLeft , .columnStyle3 .columnBottomLeft {
	display:block;
	height:6px;
}

.columnStyle1 h1, .columnStyle2 h1, .columnStyle3 h1 {
	position:absolute;
	top:4px;
	left:0;
	float:left;
	padding:0 0 0 5px;
	margin:0;

	font-size:100%;
	font-style:italic;
	text-transform:uppercase;
	color:#fff;

	border:0;
}
.columnStyle1 h1 a:link, .columnStyle2 h1 a:link, .columnStyle3 h1 a:link,
.columnStyle1 h1 a:visited, .columnStyle2 h1 a:visited, .columnStyle3 h1 a:visited {
	text-decoration:none;
	color:#fff;
}

h2 {
	font-size:100%;
	font-style:italic;
	margin:15px 0;
	color:#000;
}

p {
	margin-bottom:15px;
}

.columnStyle1 .center a:link, .columnStyle1 .center a:visited,
.columnStyle2 .center a:link, .columnStyle2 .center a:visited,
.columnStyle3 .center a:link, .columnStyle3 .center a:visited {
	position:absolute;
	bottom:0;
	right:5px;
	padding:0;
	font-weight:bold;
	text-decoration:none;
}

.columnStyle1 .center a:link, .columnStyle1 .center a:visited {
	color:#82bd40;
}
.columnStyle2 .center a:link, .columnStyle2 .center a:visited {
	color:#3d61ad;
}
.columnStyle3 .center a:link, .columnStyle3 .center a:visited {
	color:#ffa810;
}

.columnStyle1 .center a:hover, .columnStyle1 .center a:active,
.columnStyle2 .center a:hover, .columnStyle2 .center a:active,
.columnStyle3 .center a:hover, .columnStyle3 .center a:active {
	text-decoration:underline;
}

.columnStyle1 .columnBottomLeft, .columnStyle2 .columnBottomLeft, .columnStyle3 .columnBottomLeft {
	display:none;
}
