/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom {
background:#393939 url(http://webstrategyworkshop.com/wp-content/themes/pro_media-40/images/bg.gif) repeat-x scroll 0 0;
}

.custom #header {
  height: 125px;
}

.custom #wrapper { margin-top: 5px; }

.home-right {
   float: right;
   margin-left: 10px;
   width: 150px;
}


.call-to-action-top {
	color:#FF0000;
	font-size:30px;
	margin-bottom:20px;
	margin-left:100px;
	margin-top: 10px;
	padding:5px;
	text-align:center;
	width:700px;
	
}

.call-to-description {
	margin: 0 auto;
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	width: 700px;
	margin-left: 100px;
}

.Join_Now_Box {
	background-color:#FFFFCC;
	border:5px dashed #CC0000;
	height:auto;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 20px;
	text-align:center;
	width: 400px;
}
.Join_Now_Box form {
	margin-left:100px;
}
.Join_Now_Box h1 {
	font-size:24px !important;
	margin-bottom:10px !important;
}

ul.call-to-points {
margin: 0 auto;
padding: 0;
list-style-type: none !important;
width: 500px;
}

ul.call-to-points li {
  background: transparent url('http://48web.s3.amazonaws.com/Assets/LandingPages/check.png') no-repeat scroll 0 5%;
  line-height: 20px;
  margin: 20px 0 20px 10px;
  padding-left: 30px; 
  list-style-type: none !important;
}

.compare-table {
	margin-left: 150px;
}

.compare-table td { padding-right: 20px}

.footertext {
  text-align: center;
  font-style: italic;
  color: #666;
}