/* Default Styles */
*{
/*	margin: 0;
	padding: 0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	text-align: left;*/
}
img {
	border-width: 0px;
}

body {
	background-color: #e0e1e2;
	color: #000;
	margin: 0; /*required*/ 
}

h1 {
	font-size: 22px;
	color: #ff3333;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #ff3333;
	padding-top: 20px;
	padding-bottom: 10px;	
}

h3 a {
	color: #ff3333;
}

p {
	padding-top: 5px;
	padding-bottom: 2px;
	line-height: 18px;
}

ul {
	padding-left: 15px;
	list-style-image: url(../../images/star/bullet.gif);
}

li {
	padding: 5px 0 5px 0;
}

ol {
	padding-left: 40px;
}

a {
	color:black;
}

a:hover {
	color: #ff3333;
}

.red {
	color: #ff3333;
}

/* ----------------------- */

#main_case {
	width: 100%;
	background-image: url(../../images/star/background_gradient.png);
	background-repeat: repeat-x;
	display: block;
	float: left;
	text-align: center;
}

#header_case {
	margin: 0 auto 0 auto;
	width: 880px;
	height: 227px;
	display: block;
	text-align: left;
	background-image: url(../../images/star/header_drop_shadow.png);
	padding: 0 10px 0 10px;
}

#header {
	height: 200px;	
	display: block;
}

#header_logo {
	float:left;
}

#header_image {
	height: 200px;
	width: 589px;
	background-image: url(../../images/star/header_image.jpg);
	float: right;
}

#nav_bar {
	background-color: blue;
	height: 27px;
	display: block;
}

#nav_bar img {
	display: inline;
	margin: 0 0px 0 0px;
	padding: 0 0 0 0;
	color: white;
	border-width: 0px;
	float: left;
}

#features_left {
	width: 250px;
	display: block;
	float: left;
	text-align: left;
}
#features_right {
	width: 180px;
	height: 300px;
	display: block;
	float: left;
	text-align: left;
}

/* Content Case Styles */

#content_case {
	margin: 0 auto 0 auto;
	width: 900px;
	display: block;
	/*text-align: left;*/
}
#content {
	background-image: url(../../images/star/content_drop_shadow.png);
	background-color: white;
	padding: 0 10px 0 10px;
	float: left;
}



/* ----------------------- */

/* Left Col Styles */

#content_left_col {
	width: 342px;
	display: block;
	float: left;
	text-align: left;
}

#content_left_col img {
	float: left;
}

#content_left_col_text {
	padding: 0 40px 0 24px;
	float: left;
}

/* ----------------------- */

/* Right Col Styles*/
#content_right_col {
	width: 451px;
	display: block;
	float: right;
	padding: 0 66px 80px 21px;
	text-align: left;
}
#contactus {
	width: 450px;
	background-color: #D3D3D3;
	height:330px;
}

#terms_table th {
	background-color: #f7302a;
	color: white;
}

#terms_table td {
	background-color: #d8d3e9;
	float: center;
}
/* ----------------------- */

/*Bottom Nav Bar Styles*/

#bottom_nav_bar {
	background-color: #f7302a;
	width: 880px;
	height: 50px;
	float: left;
}

#bottom_nav_bar table {
	padding: 15px 70px 0 70px;
}

#bottom_nav_bar td, #bottom_nav_bar a{
	text-align: center;
	color: white;
}

#bottom_drop_shadow {
	background-image: url(../../images/star/bottom_drop_shadow.png);
	height: 11px;
	width: 898px;
	margin-left: 2px;
	float: left;
}

/* ----------------------- */

/* Footer Styles */
#footer_case {
	width: 880px;
	float: left;
	padding: 10px 10px 80px 10px;
}

#footer_case p, #footer_case a{
	text-align: center;
	font-size: 9px;
	color: #9b8a87;
	line-height: 12px;
}
/* ----------------------- */

/* Contact Form Styles */
#contact_form {
	margin: 0 100px 0 50px;
}
#contact_form label {
	margin: 8px 0;
	font-size: .9em;
	color: #3daee8;
	font-weight: bold;
	width: 70px;
	float: left;
	clear: left;
}
#contact_form input {
	margin: 6px 0 15px;
	float: left;
	clear: right;
}
#contact_form textarea {
	margin: 6px 0 15px;
	float: left;
	clear: right;
}
.form_input_field {
	padding: 1px 2px;
	width: 291px;
	font-size: .8em;
	color: #666666;
}
.form_text_field {
	padding: 1px 2px;
	width: 291px;
	font-size: .8em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.form_service_type {
	margin-bottom: 30px;
	padding: 1px 2px;
	width: 270px;
	font-size: .8em;
	color: #666666;
	float: left;
	clear: both;
}
.submit_button {
	border: none;
	background-color: #eeeae7;
	color: #398dd3;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}
.clear_button {
	padding-left: 60px;
	border: none;
	background-color: #eeeae7;
	color: #398dd3;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}
.right_content_divider_form {
	margin: 25px 0 -15px 50px;
	width: 375px;
	height: 0;
	border-top: 1px solid #828281;
	border-bottom: 2px solid #fff;
	float: left;
	clear: both;
}
#right_align_submit {
	padding-right: 3px;
	float: right;
	clear: both;
}
/* ----------------------- */

/* Fees Table */
#fee_table {
	margin-left: 19px;
	font-size: .6em;
	border-collapse: collapse;
	width: 225px;
}
#fee_table th {
	padding: 3px;
	text-align: left;
}
#fee_table td {
	padding: 3px;
	vertical-align: bottom;
}
/* ----------------------- */

/*error messages*/
#flash_notice { /*flash notice*/
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: red;
	text-align: center;
	margin: 0px 5px 0px 5px;
	border: 2px solid red;
}

#flash_error {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: red;
	background-color: white;
	text-align: center;
	margin:  0px 9px 0px 9px;
	border: 2px solid red;
	background-position:center;
	background-repeat:repeat-y;
	
}

/*faqs*/

p.links {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}

/*benefits*/

.benefits_big {
	font-size: 48px;
	color: #FF3333;
	font-weight: bold;
	text-align: center;
}

.benefits {
	color: #FF3333;
	font-weight: bold;	
}

.button_stack img {
	margin-bottom: 4px;
}
/*terms*/



#terms_table th {

color:white;
padding:5px;
}


#terms_table td {

padding:3px;
}