/* MutliChannel Marketing Group Mailing Lists Styles */

/* Basics */

body 	{ 
	margin: 0; 
	padding: 0;
	background: #E0E0E0 url("../images/background-gradient.jpg") repeat-x;
	font-family: arial, helvetica, sans-serif;
	color: #454545;
	}
p 	{ 
	margin: 0 0 10px 0; 
	color: #454545; 
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
	}
h1 	{
	font-weight: 800;
	color: #ff0000;
	font-size: 16px;
	letter-spacing: 0px; 
	margin: 10px 0 0px 0;
	}
ul	{
	padding: 0;
	margin: -5px 0 0 18px;
	list-style-type: circle;
	}
hr	{
	background-color:#000000;
	border: 2px dotted #ffffff;
	border-style: none none dotted none;
	}
img	{border: none;}
a:link 	{ 
	font-size: 14px;
	text-decoration: none; 
	color: #454545;
	}
a:visited { 
	font-size: 14px; 
	text-decoration: none; 
	color: #454545;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}

/* Divs */
#mainContainer { 
	margin: 0 auto;
	width: 1060px;
	background-color: white;
	}
#topNav {background: white;}
#subnavHead {
	background: white;
	position: relative;
	height: 355px;
	}
#centerWrapper {
	float: left;
	margin: 0;
	width: 100%;
	background: white;
	}
#leftColumn {
	float: left;
	width: 224px; 
	margin-left: -1060px;
	padding: 5px;
	background: white;
	}
#centerColumn {
	margin: 0 423px 50px 224px;
	padding-right: 12px;
	padding-left: 15px;
	border: 2px;
	border-style: none dotted none none;
	background: white;
	}
#rightColumn {
	float: left;
	width: 390px; 	
	margin-left: -410px;
	background: white;	
	}
#readyToTalk {padding: 0px 2px 0px 10px;}	
#readyToTalk h1 {
	font: normal 800 16px arial, helvetica, sans-serif;
	color: #6586CA;
	padding: 0px;
	}
#readyToTalk p {
	padding: 0px;
	font: normal 400 12px arial, helvetica, sans-serif;	
	}
#mostPopular {padding: 15px;}
#mostPopular ul {
	font: normal 400 13px arial, helvetica, sans-serif;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
#mostPopular li {
	padding: 4px 0 4px 8px;
	border-bottom: 2px dotted gray;
	}
#mostPopular a {
	font: normal 400 13px arial, helvetica, sans-serif;
	}
#testimonials {
	width: 373px;
	height: 112px;
	padding: 1px 10px 0 10px;
	background-image: url("../images/quotesImg.gif");
	}
#footer {
	clear: both;
	background-color: #6586CA;
	margin-bottom: 1px;
	padding: 10px;
	color: white;
	}
#footerContact {
	border-left:dotted;
	margin-left: 50px;
	}
#footerContact ul {
	list-style: none;
	display: inline-block;
	height: auto;
	margin: 0px -10px 0px 0px;
	font: normal 400 12px arial, helvetica, sans-serif;
	width: 225px;
	padding: 0 0 0 15px;
	}
#footerContact li {padding: 2px;}
#footerLegal {
	background-color: #8D8C8C;
	color: white;
	font: normal 400 12px arial, helvetica, sans-serif;
	margin-bottom: 25px;
	padding: 7px 0px 7px 78px;
	}

/* Navigation Buttons */
ul#nav 	{
	margin:0;
	padding:0;
	float:left;
	border-bottom: 1px solid #6586ca;
	width:100%;
	}
ul#nav li 	{
	margin:0;
	padding:0 6px;
	list-style:none;
	float:left;
	margin:0 2px 0 2px;
	}
ul#nav li a {
	text-decoration:none;
	display:block;
	padding:2px 5px;
	border-bottom:4px solid white;
	color:#000000;
	background:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform:uppercase;
	text-align:center;
	}
ul#nav li a:hover {
	border-bottom: 4px solid #6586CA;
	color: #6586CA;
	text-transform:uppercase;
	}

/* Contact Form */
label 	{
	float: left;
	width: 170px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #454545;
	padding: 0px;
	}	
.inputStyle {
	
	border: 1px solid #aaaaaa;
	
	background-color: #ffffff;
	
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	
	color: #454545;
	margin-bottom: 5px;
	overflow:hidden;
	
}

.inputStyle:hover {

	border: 1px solid #000000;

	background-color: #6586ca;

	color: #ffffff;
	
}


.inputStyle:focus {

	border: 1px solid #000000;

	background-color: #6586ca;

	color: #ffffff;
	
}



/* Buttons */
.button {
	background-color: #6586ca;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	border: none;
	color: #ffffff;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	outline: black solid 1px;
	}
.button:hover {
	background-color: #65AADD;
	}

img.button {
	background-color: #6586ca;
	font-family: helvetica, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	border: none;
	color: #ffffff;
	float: right;
	margin-top: 0px;
	margin-bottom: 15px;
	cursor: pointer;
	}
