/* CSS Document */

html, body, dl, dt, dd {
  	margin: 0; 
  	padding: 0;
  	border: 0;
	list-style: none;
	font-family:Helvetica, Arial, sans-serif;
}

img {
	border:0;
}

ul, li {
	font-size:13px;
	line-height:20px;	
}

ol {
	list-style:decimal;
}


body {
	background:url(../images/bg.jpg);
}

h1 {
	font-size:33px;
	font-weight:bold;
	color:#da4e8f;
	text-align:left;
	margin:10px 0px;
	line-height: 36px;
}

h2 {
	font-size:26px;
	font-weight:bold;
	color:#8bc03a;
	text-align:left;
	line-height: 29px;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #8bc03a;
	text-align: left;
}
.floatleft {
	margin: 3px 8px 5px 0px;
	padding: 0px;
}
.floatright {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #da4e8f;
	text-align: left;
}

p {
	font-size:13px;
	line-height:20px;
}

input {
	border:1px solid #9b9b9b;
	color:#9b9b9b;
	width:121px;
	height:px;
	margin-right:10px;
	text-align:center;
	font-size:14px;
}

#specialreport {
	width:290px;
	text-align:center;
	margin-top:5px;
}

#specialreport input {
	border:0px;
	width:150px;
}

.leftshadow {
	background:url(../images/border_left.png) repeat-y;
	width:10px;
}

.rightshadow {
	background:url(../images/border_right.png) repeat-y;
	width:10px;
}

.yellowshadow {
	background:url(../images/yellowbottom.jpg) no-repeat;
	height:11px;
}

.pink {
	color:#da4e8f;
}

.green {
	color:#8bc03a;
}

.white {
	color:#ffffff;
}

.large {
	font-size:21px;
	font-weight:bold;
	margin-bottom:0px;
	float:left;
}

.small {
	font-size:12px;
	line-height:normal;
}

.topmargin {
	margin-top:5px;
}

#toppadding {
	padding:20px 25px 10px 0px;
}

#toppadding p {
	height:55px;
}

.sectionpadding {
	padding:0px 30px 0px 30px;
}

.bottompadding {
	padding-bottom:10px;
}
/* Success Story Area styles */

.graytop {
	background:url(../images/gray_top.jpg) no-repeat;
	height:48px;
	border:0px;
}

.graymiddle {
	background:url(../images/gray_bg.jpg) repeat-y;
	padding:15px;
}

.graymiddle p {
	font-size:12.5px;
	line-height:18px;
}

.graymiddle img {
	margin-left:10px;
}

.graymiddle span {
	font-size:12.5px;
	color:#00b2ae;
}

.graybottom {
	background:url(../images/gray_bottom.jpg) no-repeat;
	height:8px;
}

.graypadding {
	padding:15px 0px 0px 5px;
}

