/* Main CSS styles */

/*
-----------------------------------------
Used only when including an HTML fragment from ecreation site
-----------------------------------------*/

#ecreation img {
	border:none;
}

#ecreation a {
	text-decoration:none;
	color:#6937aa;
}

#ecreation .clearBoth {
	clear:both;
}
#ecreation .floatLeft {
	float:left;
}
#ecreation .floatRight {
	float:right;
}
#ecreation input.wide, textarea {
	background-color:#ffffff!important;
	padding:3px;
}
#ecreation #container {
	width:440px;
}
#ecreation #container * {
	text-align:left;
}
#ecreation .leftCol {
	width:204px;
	margin-right:26px;
	float:left;
}
#ecreation .rightCol {
	width:202px;
	float:left;
}
#ecreation img, p , div {
	margin-top:4px;
	margin-bottom:4px;
}
#ecreation p.bigTextFull {
	font-size: 14px;
}	
#ecreation ul  {
	list-style:none;
	color:#35cbcc;
	font-size:14px;
}
#ecreation li {
	padding-left:25px;
	background: url(../images/blue-bullet.png) top left no-repeat;
	margin-top:2px;
	margin-bottom:2px;
}
#ecreation div.blueBordered {
	border-top: 1px solid #35cbcc;
	border-bottom: 1px solid #35cbcc;
	padding: 10px 0px;
	margin-top:20px;
}
#ecreation div.blueBordered  p span a{
	color:#35cbcc;	
	text-decoration:underline;
}
#ecreation div.blueBordered p {
	color:#35cbcc;	
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
}
#ecreation .bold {
	font-weight:900;
}
#ecreation .clearBoth {
	clear:both;
}
#ecreation .space {
	width:50px;
	display:block;
	float:left;
}
#ecreation .pictureBottom {
	float:right;
}
#ecreation .footerBottom {
	width:440px;
	height:90px;
	display:block;
	background: url(../images/footer-information-for-you.jpg);
}
#ecreation .hrGrad {
	width:440px;
	height:5px;
	display:block;
	background: url(../images/440-shadow-separator.jpg);	
}
#ecreation label {
	float:left;
	width:200px;
}