@import "header.css";
@import "splash.css";
@import "content.css";

@import "text.css";
@import "googlemap.css";

body{
	margin: 0;
	padding:0;
	background-color:#000;
}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #c94288;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

#headerContainer{
	float: left;
	position:relative;
	height: 130px;
	width: 100%;

	background-color:#000;
	background-image:url(../gfx/header_background.gif);
	background-repeat: repeat-x;
}

#splashContainer{
	float: left;
	position:relative;
	height: 250px;
	width: 100%;

	background-color:#000;
}

#contentContainer{
	float: left;
	position:relative;
	min-height: 300px;	
	width: 100%;
	background-color:#fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

#footerContainer{
	float: left;
	position:relative;
	height: 200px;
	width: 100%;
}

#footer{
	position:relative;
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#contactForm{
	margin-left: 30px;
}

.livepersonchat{
	position: relative;
	float:right;
	top: 150px;
	right: 100px;
	background-color:#00CC33;
	height: 38px;
	width: 285px;
	z-index: 1000;
}

#webinar{
	position: relative;
	float:left;
	margin-left: 45px;
	margin-bottom: 15px;
}

#bookMeeting{
	position: relative;
	float:left;
	margin-left: 45px;
	margin-top: 20px;
}