@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #0F1D2A;
	letter-spacing: -1px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	letter-spacing: -1px;
	color: #0F1D2A;
}

h2.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005E00;
}

h3 {
	color: #E4FCC2;
	background-color: #0F141A;
	font-family: "Trebuchet MS";
	font-size: 18px;
	padding: 5px;
}

.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-align: justify;
}

.testimonial_sep {
	height: px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul {
	padding-bottom: 10px;
	line-height: 18px;
	list-style-image: url(images/bullet.gif);
}

li {
	padding-bottom: 10px;
}

.fakeurl {
	color: #0033CC;
	text-decoration: underline;
}

/*-----------------------------------*/

#cs_flashBody {
	background-color: #D1FA9A;
	font-size: x-small;
	text-align: justify;
}

#cs_noexpressUpdate {
	margin: 0 auto;
	font-size: x-small;
	color: #003300;
	text-align: left;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

/* Start New Box Css*/
#new_container {
	width:700px;
	height:400px;
	margin-bottom:10px;
	margin:0px auto;
}

#box1 {
	border-radius: 5px 5px 5px 5px;
	background: none repeat scroll 0 0 #E9D69E;
	width:400px;
	height:440px;
	float:left;
}

#box1 h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	background:none;
	color:#000000;
}

#box2 h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
	background:none;
	color:#000000;
}

#box2 {
	border-radius: 5px 5px 5px 5px;
	width:300px;
	height:370px;	
	float:left;
	margin-top:40px;
	background:url("images/pricing_shadow.png") repeat-y scroll 0 0 #DDDDDD;
}

#box1 ul, #box2 ul {
	list-style-type: square;
	margin-bottom:20px;
	color:#103956;
	list-style-image:none;
	font-size:14px;
	font-weight:bold;
}
/* End New Box Css*/
