/* CSS Document */

body {
	background-color:#e9e9e9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.90em;
	margin:0;
	padding:0;
	text-align:center;
}

hr {
	color: #246ebc;
}

h1 {
	color: #246ebc;
	font-size: 1.25em;
}

h2 {
	color: #145EAC;
	font-size: 1.20em;
}

a {
	color: #181863;
}

a:hover {
	color: #246ebc;
	text-decoration:underline;
}

INPUT {
	height: 14px;
}

A IMG {
	border:0;
}

/**/
/*** DEFAULTS **/
/*************************/

.divClear { clear:both }
.divRight { float:right; }
.divLeft { float:left; }
.divCentre { text-align:center; margin: 0 auto; }

img.divLeft { margin-right: 8px; }
img.divRight { margin-left: 8px; }


/**/
/*** FRAMEWORK **/
/*************************/

#full_page {
	background-image:url(../images/framework/page_bg_tile.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 708px;
}

#hdr {
	background-color: #181863;
	background-image:url(../images/framework/hdr.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:left;
	width: 700px;
}

#content {
	margin: 10px auto;
	text-align:left;
	width: 670px;
}

/**/
/*** MENU **/
/*************************/

UL.upper_menu {
	font-size: 0.75em;
	list-style-type:none;
	margin: 8px 8px 8px 0;
	padding:0;
	text-align:right;
}

UL.upper_menu LI {
	display:inline;
	margin-left: 15px;
}

.menu_container {
	background-color: #14388c;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #CCC;
	clear: both;
	padding: 5px 0;
	text-align:center;
}

UL.main_menu {	
	font-size: 0.90em;
	list-style-type: none;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	width: 685px;
}

UL.main_menu LI {
	border-right: 1px dotted #FFF;
	float:left;
	padding: 0 10px;
}

UL.main_menu LI.active A {
	color: #93d6fb;
	text-decoration: underline;
}

UL.upper_menu A, UL.main_menu A {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

UL.upper_menu A {
	text-decoration:underline;
}

UL.upper_menu A:hover, UL.main_menu A:hover {
	color: #fff3ae;
}	

/**/
/*** GENERAL **/
/*************************/

OBJECT.video {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}

INPUT.submit_btn {
	clear:both;
	height: 25px;
	margin-top: 10px;
}

FORM.signup_form {
	float:left;
	width: 195px;
}

LABEL.standard {
	clear:both;
	float:left;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align:right;
	width: 50px;
}

INPUT.standard {
	float:left;
	width: 130px;
}

INPUT.large_field {
	width: 228px;
}

.quote_box {
	background-color: #181863;
	color: #FFFFFF;
	font-size: 0.90em;
	font-style:italic;
	margin: 10px auto;
	padding: 6px;
	text-align:left;
	width: 80%;
}

.quote_box STRONG {
	color: #add9ff;
	font-style:normal;
	font-weight:bold;
}

UL.ticked {
	list-style-image:url(../images/red_tick.jpg);
	list-style-position: outside;
	font-weight:bold;
	margin-left: 50px;
}

UL.ticked LI {
	margin-bottom: 6px;
}

.small_text {
	color: #999999;
	font-size: 0.75em;
}


.footer {
	clear:both;
	color: #999999;
	font-size: 0.75em;
	margin-top: 45px;
}

.footer a {
	color: #999;
}

.footer UL {
	font-weight:bold;
	list-style-type:none;
	margin:0 auto;
	text-align:center;
	padding:0;
}

.footer UL LI {
	border-right: 1px solid #448eDc;
	display:inline;
	padding: 0 6px;
}

.footer UL LI A {
	color: #246ebc;
	text-decoration:underline;
}

.footer UL LI A:hover {
	color: #333;
}

.guarantee {
	background-color: #99CCFF;
	border: 2px solid #448eDc;
	height: 100%;
	padding: 10px;
	margin: 15px auto;
	width: 490px;
}

.guarantee_content {
	float:left;
	margin: 0 auto;
	width: 340px;
}

.sign_up_box {
	background-image:url(../images/framework/sign_up_box_bg.jpg);
	background-repeat:repeat-y;
	height: 290px;
	width: 313px;
}

.sign_up_box_text H2 {
	color: #333333;
	display:inline;
	font-size: 1.2em;
	margin:0;
	padding:0;
}

.sign_up_box_text STRONG {
	color: #333333;
	font-size: 1.1em;
	font-weight:bold;
}

.sign_up_box_text {
	color: #333333;
	font-size: 1.1em;
}

.testimonial {
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding-bottom: 6px;
}

.testimonial STRONG {
	color: #448eDc;
}

.video_testimonial {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	float:left;
	margin-bottom: 10px;
	padding: 5px 0;
	width: 330px;
}

.video_testimonial STRONG {
	margin-top: 6px;
	padding: 5px;
	display:block;
	height: 65px;
}

.key_points {
	border-bottom: 1px solid #246ebc;
	padding-bottom: 6px;
	margin: 10px 0;
}

.alt_links A {
	color: #990000;
}

.alt_links A:hover {
	color:#FF0000;
}

.section_1, .section_2, .section_3 {
	float:left;
	margin-right: 8px;
	width: 212px;
}

.section_2 UL.ticked, .section_3 UL.ticked {
	margin:0;
	padding:0;
}

.section_2 UL.ticked LI, .section_3 UL.ticked LI {
	margin-left: 40px;
}