/*Theme Name: PPI Refunds UK
Theme URI: http://www.ppirefundsuk.co.uk
Description: PPI Refunds UK complete redesign, custom home page, testimonial page and blog pages.
Author: Zaheer Mohammed / Oracle Legal
Version: 1.0*/

/************************************************ 
Custom fonts 
*************************************************/
@font-face {
    font-family: 'AvantGardeLTBoldRegular';
    src: url('http://f.ppirefundsuk.co.uk/itc_avant_garde_gothic_lt_bold.eot');
    src: url('http://f.ppirefundsuk.co.uk/itc_avant_garde_gothic_lt_bold.eot?#iefix') format('embedded-opentype'),
         url('http://f.ppirefundsuk.co.uk/itc_avant_garde_gothic_lt_bold.woff') format('woff'),
         url('http://f.ppirefundsuk.co.uk/itc_avant_garde_gothic_lt_bold.ttf') format('truetype'),
         url('http://f.ppirefundsuk.co.uk/itc_avant_garde_gothic_lt_bold.svg#AvantGardeLTBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('http://f.ppirefundsuk.co.uk/myriadpro-semibold.eot');
    src: url('http://f.ppirefundsuk.co.uk/myriadpro-semibold.eot?#iefix') format('embedded-opentype'),
         url('http://f.ppirefundsuk.co.uk/myriadpro-semibold.woff') format('woff'),
         url('http://f.ppirefundsuk.co.uk/myriadpro-semibold.ttf') format('truetype'),
         url('http://f.ppirefundsuk.co.uk/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'ArialNarrowBold';
    src: url('http://f.ppirefundsuk.co.uk/arial_narrow_bold.eot');
    src: url('http://f.ppirefundsuk.co.uk/arial_narrow_bold.eot?#iefix') format('embedded-opentype'),
         url('http://f.ppirefundsuk.co.uk/arial_narrow_bold.woff') format('woff'),
         url('http://f.ppirefundsuk.co.uk/arial_narrow_bold.ttf') format('truetype'),
         url('http://f.ppirefundsuk.co.uk/arial_narrow_bold.svg#ArialNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranklinGothicDemiRegular';
    src: url('http://f.ppirefundsuk.co.uk/fradm.eot');
    src: url('http://f.ppirefundsuk.co.uk/fradm.eot?#iefix') format('embedded-opentype'),
         url('http://f.ppirefundsuk.co.uk/fradm.woff') format('woff'),
         url('http://f.ppirefundsuk.co.uk/fradm.ttf') format('truetype'),
         url('http://f.ppirefundsuk.co.uk/fradm.svg#FranklinGothicDemiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ArialNarrowRegular';
    src: url('http://f.ppirefundsuk.co.uk/arial_narrow.eot');
    src: url('http://f.ppirefundsuk.co.uk/arial_narrow.eot?#iefix') format('embedded-opentype'),
         url('http://f.ppirefundsuk.co.uk/arial_narrow.woff') format('woff'),
         url('http://f.ppirefundsuk.co.uk/arial_narrow.ttf') format('truetype'),
         url('http://f.ppirefundsuk.co.uk/arial_narrow.svg#ArialNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FawnScriptRegular';
    src: url('http://f.ppirefundsuk.co.uk/fawn.eot');
    src: url('http://f.ppirefundsuk.co.uk/fawn.eot?#iefix') format('embedded-opentype'),
         url('http://f.ppirefundsuk.co.uk/fawn.woff') format('woff'),
         url('http://f.ppirefundsuk.co.uk/fawn.ttf') format('truetype'),
         url('http://f.ppirefundsuk.co.uk/fawn.svg#FawnScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************************* 
Resets 
*************************************************/
html,body,div,p,span,h1,h2,h3,h4,h5,h6,img,ul,ol,dl,li,dt,dd,blockquote,pre,form,fieldset,label,input,table,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #646464;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ul,ol,li {
	list-style: none;
}
ul,ol,li {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}

/************************************************* 
General elements 
*************************************************/
body {
	background: url(images/bg.png) 0 0 repeat;	
	padding-bottom: 20px;	
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;	
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Rockwell,Georgia,Palatino Linotype,Palatino,"Times New Roman",Times,serif;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote,label,th,td,a {

}

a {	
	color: #ababab;	
	text-decoration: none;
}
	a:hover {
}

a img {	
	border: 0;
}

blockquote {	
	font-style: italic;	
	background: url(images/whitetrans.png);	
	padding: .4em 1em .7em 1em;	
	margin: .7em 0 .3em 0;
}

code {	
	font-size: 1.1em;	
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
}

kbd,tt {	
	font-size: 1.2em;
}

hr {	
	border: 1px solid #a8ef9d;
}

pre {	
	overflow: auto;	
	width: 600px;	
	background: url(images/blacktrans.png);	
	padding: 1em 1.5em;	
	margin: 1em 0;	
	font-size: 1.2em;	
	white-space: pre-wrap;/* css3 */
}

dl {
}

dt {	
	font-weight: bold;
}

dd {	
	padding-left: 1em;
}

table {	
	margin: .5em 0;
}

table th {	
	color: #a8ef9d;
}

table td,table th {	
	padding: .5em .7em;
}

table th {	
	background: url(images/whitetrans.png);	
	text-transform: uppercase;	
	border-bottom: 1px transparent;
}

table td {	
	background: url(images/blacktrans.png);	
	vertical-align: middle;
}

table tr.even td {	
	background: url(images/blacktrans2.png);
}

table tr:hover td {	
	background: url(images/whitetrans.png);
}

fieldset {	
	padding: 1.2em;	
}

legend {	
	padding: .2em .8em;	
	font-size: 1.2em;	
	text-transform: capitalize;
}

input,textarea,select {	
	font-family: Arial,Verdana,Helvetica,sans-serif;	
	margin: .2em 0;	
	color: #222;	
	font-size: 1em;
}

input.adminbar-input {		
	margin: 0;	
}

input,textarea {	
	padding: .3em;
}

input.radio,input.checkbox {	
	background: #fff;	
	padding: 2px;
}

form label {	
	font-weight: bold;	
	display: block;
}

form label.subscribe-label {	
	display: inline;
}

/************************************************* 
General 
*************************************************/
#wrapper {	
	margin: 0 auto 10px auto;	
	padding: 0;	
	text-align: left;	
	width: 980px;
}

.clear {	
	clear: both;
}

.cleared {	
	overflow: hidden;	
	width: 100%;
}

/************************************************ 
Header 
*************************************************/

#top .top_menu {	
	width: 420px;	
	margin-top: 70px;	
	margin-left: 460px;	
	z-index:99;	
	position:absolute;	
	height:24px;	
	font-family: 'ArialNarrowRegular';
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#top .top_menu {margin-top:-15px;}
#header {margin: 0 0 -36px 0;}
}

body:nth-of-type(1) #header #phone_no_tr{margin:28px 0 10px 0;padding:0 0 0 0;top:0;}

#top .top_menu li {	
	float: left;	
	padding: 0 .3em .1em .3em;	
	line-height: 1.5em;	
	margin: 0 .2em .3em 0;	
	height: 26px;	
	color: #000;
}

#top .top_menu li:hover, #top .top_menu li.current_page_item {	
	background: #fff;	
	color: #9f1e60;
}

#top .top_menu li a {	
	color: #808080;	
	font-size: .75em;	
	text-transform: uppercase;
}

#top .top_menu li a:hover {	
	color: #000;
}

#top .top_menu li a:active {	
	color: #000;
}

#top .top_menu li a.rss {	
	background: #fff url(images/menu_bg.png) 0 0 no-repeat;	
	padding-left: 17px;
}

#top, #header, .primary_menu {	
	overflow: hidden;	
	width: 100%;
}

#header {	
	padding-bottom: 20px;	
	margin:90px 0 0px 0;
}

#header #logo {	
	float: left;	
	width: 480px;	
	margin: 0 0 12px 0;	
	z-index: 99;	
	position: absolute;
}

#header #logo img {	
	float: left;	
	width: 239px;	
	height: 90px;	
	margin: -80px 0 0 6px;
}

#header #phone_no_tr {
	position:absolute;
}

#header #phone_no_tr img {
	float:right;
	margin: -10px 0 0 724px;
	padding: 0 8px 0 0;
}

/************************************************* 
Splash Home
*************************************************/
#splash {	
	width: 982px;	
	height: 375px;	
	background: #f6f6f6;	
	position:relative;
}

#sm_text{	
	text-align:center;	
	font-size:14px;	
	color:#f7f7f7;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin: 6px 0 2px -7.5px;
}

*:first-child+html #sm_text{	
	text-align:center;	
	font-size:14px;	
	color:#f7f7f7;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin: 2px 0 2px -7.5px;
}

#splash-noheader {
	height: 163px;
	position:absolute;
}

#splash-noheader #small_form {	
	width: 404px;	
	height: 401px;	
	background: url(images/spbubble.png) 0 0 no-repeat;
	position:absolute;	
	z-index:98;
	margin:-97px 0 0 603px;
}

*:first-child+html #splash-noheader #small_form {	
	width: 404px;	
	height: 401px;	
	background: url(images/spbubble.png) 0 0 no-repeat;
	position:absolute;	
	z-index:98;
	margin:-97px 0 0 -40px;
}

#testimonial-noheader {	
	width: 290px;	
	height: 30px;
	margin:6px 0 0 660px;
	position:absolute;
	z-index:100;
}

#testimonial-noheader #header_pic{	
	width: 39px;	
	height: 39px;	
	position:absolute;
	background: url(images/testimo_pic.png) 0 0 no-repeat;
	border:1px solid #0ab7b9;
	margin: 210px 0 0 41px;
}

*:first-child+html #testimonial-noheader #header_pic{	
	width: 39px;	
	height: 39px;	
	position:absolute;
	background: url(images/testimo_pic.png) 0 0 no-repeat;
	border:1px solid #0ab7b9;
	margin: 210px 0 0 40px;
}

#testimonial-noheader #header img{	
	border:2px solid #000;	
	margin-right:9px;
}

#testimonial-noheader #header_txt{	
	width: 200px;	
	height: 60px;	
	padding: 0 0 0 98px;	
	margin: 201px 0 0 0;	
	font-family: "Arial";	
	font-size: 14px;
	color:#fff;
}

*:first-child+html #testimonial-noheader #header_txt{	
	width: 80px;	
	height: 60px;	
	padding: 200px 0 0 96px;	
	margin: 0 0 0 -643px;	
	font-family: "Arial";	
	font-size: 14px;
	color:#fff;
}

#testimonial-noheader #bottom{	
	width: 180px;	
	height: 78px;	
	font-size:11px;	
	font-weight:bold;	
	font-family:"Arial";	
	color:#333;	
	line-height:15px;	
	padding: 16px 0 0 0;	
	margin: -58px 0 0 99px;
}

*:first-child+html #testimonial-noheader #bottom{	
	width: 180px;	
	height: 78px;	
	font-size:11px;	
	font-weight:bold;	
	font-family:"Arial";	
	color:#333;	
	line-height:15px;	
	padding: 16px 0 0 0;	
	margin: -60px 0 0 -546px;
}

#splash #screen{	
	width: 960px;	
	height: 374px;	
	margin: 9px 0 0 10px;	
	position: absolute;	
	background: #fff url(images/splash_bg.jpg) 10px 10px no-repeat;
	border-top: 1px solid #ecebeb;
	border-left: 1px solid #ecebeb;
	border-right: 1px solid #ecebeb;
}

#splash #bg{
	width: 960px;	
	height: 374px;
	background: url(images/splash_img.png) 380px 126px no-repeat;
}

#splash #splash_img_txt{	
	width: 648px;	
	height: 70px;	
	margin-top: 28px;
	margin-left:-24px;
	padding-top:34px;	
	padding-left:10px;	
	padding-right:16px;	
	font-size: 70px;
	font-family:'MyriadProSemibold';
	font-weight:bold;	
	text-transform:uppercase;	
	text-shadow: #fff 0 0 2px;		
	color:#433a3d;	
	letter-spacing:-1px;
	position:absolute;	
	z-index:10;
}

#splash #splash_img_txtb{	
	width: 648px;	
	height: 60px;
	padding-right:16px;
	margin-top:-8px;
	font-size: 60px;
	font-family:'MyriadProSemibold';
	font-weight:bold;	
	text-transform:uppercase;	
	text-shadow: #fff 0 0 2px;		
	color:#433a3d;	
	letter-spacing:-1px;
	position:absolute;	
	z-index:100000;
}

.claim{	
	width: 220px;	
	height: 130px;	
	margin-top: -102px;	
	margin-left: 370px;				
	color:#433a3d;
	background: url(images/claim.png) 0 0 no-repeat;
	position:absolute;
	z-index:-1000;
}

.onet{	
	color:#fff;
	text-shadow: #fff 0 0 0;	
	letter-spacing:-1.5px;
	background:url(images/header_bg.png) -5px -10px no-repeat;
	padding: 0 4px 0 4px;
	width:715px;
	height:376px;
	position:absolute;
	z-index:1000;
	margin: -56px 0 0 -46px;
}

.onetest{	
	color:#fff;
	text-shadow: #fff 0 0 0;	
	letter-spacing:-1.5px;
	background:url(images/header_bg_test.png) -5px -10px no-repeat;
	padding: 0 4px 0 4px;
	width:715px;
	height:376px;
	position:absolute;
	z-index:1000;
	margin: -56px 0 0 -46px;
}

#sub_text{	
	color:#4c4c4c;	
	text-shadow: #fff 0 0 0;	
	font-size:28px;	
	font-weight:normal;	
	text-transform:none;	
	letter-spacing:0px;	
	line-height:30px;	
	padding: 17px 0 0 0;	
	background: url(images/purple_arrow.png) 443px 53px no-repeat;
}

#splash #small_form {	
	width: 404px;	
	height: 401px;	
	background: url(images/spbubble.png) 0 0 no-repeat;
	position:absolute;	
	z-index:1;
	margin:-88px 0 0 614px;
}

#gform_wrapper_2 input {
	font-size: 14px;
}

#gform_2 .fullname input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .fullname input:hover {
	border:1px solid #03a8de;
}

#gform_2 .houseno input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:280px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .houseno input:hover {	
	border-color:#03a8de;
}

#gform_2 .citytown input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .citytown input:hover {	
	border-color:#03a8de;
}

#gform_2 .homephone input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .homephone input:hover {	
	border-color:#03a8de;
}

#gform_2 .mobilephone input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .mobilephone input:hover {	
	border-color:#03a8de;
}

#gform_2 .email input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .email input:hover {	
	border-color:#03a8de;
}

#gform_2 .confirmemail input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .confirmemail input:hover {	
	border-color:#03a8de;
}

#gform_2 .postcode input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:120px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_2 .postcode input:hover {	
	border-color:#03a8de;
}

#gform_2 .title select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:76px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

option {
   background-color: #3bcbcd;
}

#gform_2 .bankaccounts select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:276px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

#gform_2 .creditcards select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:276px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

#gform_2 .loans select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:276px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

#gform_2 .gform_image_button {
	margin:-20px 0 0 -4px;
}

#gform_6{	
	position:absolute;	
	margin: 12px 0 0 56px;	
	color:fff;
	z-index:10000;
}

#gform_6 .gfield_label { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
}

#gform_6 .validation_error {
	font-size:10px; 
	color:#fff;
}

#gform_6 .validation_message {
	font-size:11px; 
	color:#fff;
	padding:4px 0 0 4px;
	margin: 0 0 -6px 0;
}

#gform_6 .email input{	
	color:#0b8ec5; 	
	padding: 8px 0 8px 3px; 	
	margin:4px 0 0 4px;	
	width:274px;
	-moz-border-radius:0.3em;	
	-khtml-border-radius:0.3em;
}

*:first-child+html #gform_6 .email input{	
	color:#0b8ec5; 	
	padding: 8px 0 8px 3px; 	
	margin:0px 0 0 4px;	
	width:274px;
	-moz-border-radius:0.3em;	
	-khtml-border-radius:0.3em;
}

#gform_6 .contactno input{	
	color:#0b8ec5; 	
	padding: 8px 0 8px 3px; 	
	margin:4px 0 0 4px;	
	width:274px;
	-moz-border-radius:0.3em;	
	-khtml-border-radius:0.3em;
}

*:first-child+html #gform_6 .contactno input{	
	color:#0b8ec5; 	
	padding: 8px 0 8px 3px; 	
	margin:0px 0 0 4px;	
	width:274px;
	-moz-border-radius:0.3em;	
	-khtml-border-radius:0.3em;
}

#gform_6 .fullname input{	
	color:#0b8ec5; 	
	padding: 8px 0 8px 3px; 	
	margin:-5px 0 0 4px;	
	width:274px;
	-moz-border-radius:0.3em;	
	-khtml-border-radius:0.3em;
}

*:first-child+html #gform_6 .fullname input{	
	color:#0b8ec5; 	
	padding: 8px 0 8px 3px; 	
	margin:-8px 0 0 4px;	
	width:274px;
	-moz-border-radius:0.3em;	
	-khtml-border-radius:0.3em;
}

#gform_6 .email input:hover {
	background:#e4f8ff;
}

#gform_6 .contactno input:hover {
	background:#e4f8ff;
}

#gform_6 .fullname input:hover {
	background:#e4f8ff;
}

#gform_6 .gform_image_button {
	margin:4px 0 0 172px;
}

#gform_wrapper_7{	
	position:absolute;	
	margin: -24px 0 0 -12px;
	z-index:1000;
	font-family: Arial, Helvetica, sans-serif; 
}

#gform_7 .gfield_label { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
}

#gform_7 .validation_error {
	font-size:10px; 
	color:#fff;
}

#gform_7 .validation_message {
	font-size:11px; 
	color:#fff;
	padding:4px 0 0 4px;
	margin: 0 0 -6px 0;
}

#gform_7 .email input{	
	color:#777; 	
	padding: 10px 0 10px 6px; 	
	margin:-54px 0 0 292px;
	position:absolute;
	width:284px;
	border:1px solid #00b6b9;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
}

*:first-child+html #gform_7 .email input{	
	color:#777; 	
	padding: 10px 0 10px 6px; 	
	margin:-76px 0 0 292px;
	position:absolute;
	width:284px;
	border:1px solid #00b6b9;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
}

#gform_7 .contactno input{	
	color:#777; 	
	padding: 10px 0 10px 6px; 	
	margin:-24px 0 0 4px;
	position:absolute;
	width:274px;
	border:1px solid #00b6b9;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
}

*:first-child+html #gform_7 .contactno input{	
	color:#777; 	
	padding: 10px 0 10px 6px; 	
	margin:-33px 0 0 4px;
	position:absolute;
	width:274px;
	border:1px solid #00b6b9;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
}

#gform_wrapper_7 .fullname input{	
	color:#777; 	
	padding: 10px 0 10px 6px; 	
	margin:0 0 0 4px;	
	width:400px;
	border:1px solid #00b6b9;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
}

*:first-child+html #gform_wrapper_7 .fullname input{	
	color:#777; 	
	padding: 10px 0 10px 6px; 	
	margin:16px 0 0 4px;	
	width:400px;
	border:1px solid #00b6b9;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
}

#gform_7 .email input:hover {
	background:#e4f8ff;
}

#gform_7 .contactno input:hover {
	background:#e4f8ff;
}

#gform_7 .fullname input:hover {
	background:#e4f8ff;
}

#gform_7 .gform_image_button {
	margin:-36px 0 0 350px;
	position:absolute;
}

*:first-child+html #gform_7 .gform_image_button {
	margin:-60px 0 0 350px;
	position:absolute;
}

#gform_wrapper_7 input {
	font-size: 18px;
}

#gform_8{	
	position:absolute;	
	margin: -26px 0 0 56px;
	z-index:10000;
	font-family: Arial, Helvetica, sans-serif; 
}

#gform_8 .gfield_label { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
}

#gform_8 .validation_error {
	font-size:10px; 
	color:#fff;
	margin-top:-16px;
}

#gform_8 .gfield_error {
	border:none;
	background:none;
	margin: -6px 0 0 -6px;
}

#gform_8 .validation_message {
	font-size:11px; 
	color:#fff;
	font-style:normal;
	position:absolute;
	margin: 0 0 -40px 4px;
	padding-top: 22px;
}

#gform_8 .email input{	
	color:#555; 	
	padding: 8px 0 8px 3px; 	
	margin:-16px 0 0 4px;	
	width:274px;
	position:absolute;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/PIE.php);
}

*:first-child+html #gform_8 .email input{	
	color:#555; 	
	padding: 8px 0 8px 3px; 	
	margin: 4px 0 0 4px;	
	width:274px;
	position:absolute;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/PIE.php);
}

#gform_8 .contactno input{	
	color:#555; 	
	padding: 8px 0 8px 3px; 	
	margin:-27px 0 0 4px;	
	width:274px;
	position:absolute;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/PIE.php);
}

*:first-child+html #gform_8 .contactno input{	
	color:#555; 	
	padding: 8px 0 8px 3px; 	
	margin: -14px 0 0 4px;	
	width:274px;
	position:absolute;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/PIE.php);
}

#gform_8 .fullname input{	
	color:#555; 	
	padding: 8px 0 9px 3px; 	
	margin:-5px 0 0 4px;	
	width:274px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/PIE.php);
}

*:first-child+html #gform_8 .fullname input{	
	color:#555; 	
	padding: 8px 0 9px 3px; 	
	margin: 5px 0 0 4px;	
	width:274px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	behavior: url(/PIE.php);
}

#gform_8 .email input:hover {
	background:#e4f8ff;
}

#gform_8 .contactno input:hover {
	background:#e4f8ff;
}

#gform_8 .fullname input:hover {
	background:#e4f8ff;
}

#gform_8 .gform_image_button {
	margin:-13px 0 0 169px;
}

*:first-child+html #gform_8 .gform_image_button {
	margin: 8px 0 0 169px;
}

#gform_wrapper_8 input {
	font-size: 16px;
}

#gform_wrapper_10 input {
	font-size: 14px;
}

#gform_10 .fullname2 input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .fullname2 input:hover {
	border:1px solid #03a8de;
}

#gform_10 .houseno input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:280px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .houseno input:hover {	
	border-color:#03a8de;
}

#gform_10 .citytown input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .citytown input:hover {	
	border-color:#03a8de;
}

#gform_10 .homephone input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .homephone input:hover {	
	border-color:#03a8de;
}

#gform_10 .mobilephone input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .mobilephone input:hover {	
	border-color:#03a8de;
}

#gform_10 .email input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .email input:hover {	
	border-color:#03a8de;
}

#gform_10 .confirmemail input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:220px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .confirmemail input:hover {	
	border-color:#03a8de;
}

#gform_10 .postcode input {  
	background:none;
	color:#000;
	padding-left:5px; 
	width:120px; 
	margin-top:-3px; 
	border:1px solid #4dd7d9;
	padding:6px;
	font-size:14px;
}

#gform_10 .postcode input:hover {	
	border-color:#03a8de;
}

#gform_10 .title select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:76px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

#gform_10 .bankaccounts select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:276px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

#gform_10 .creditcards select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:276px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

#gform_10 .loans select {
   	border: 1px solid #4dd7d9;
	padding: 5px 6px 5px 2px;
	width:276px;
	background-color: #3bcbcd;
	color: #fff;
	margin-top:-0.5px;
	font-size:14px;
}

#gform_10 .gform_image_button {
	margin:-20px 0 0 -4px;
}

#secure_logo_nh{	
	padding: 86px 0 0 8px;
	margin: 0 16px 0 0;	
	text-align:center;	
	font-size:39px;	
	font-family: 'AvantGardeLTBoldRegular';
	line-height:24px;	
	color:#fff;
	text-shadow: 0 0 0.05em #0eacae;
}

#secure_logo{	
	padding: 86px 0 0 8px;
	margin: 0 16px 0 0;	
	text-align:center;	
	font-size:39px;	
	font-family: 'AvantGardeLTBoldRegular';
	line-height:24px;	
	color:#fff;
	text-shadow: 0 0 0.05em #0eacae;
}

#secure_logo #subtxt {
	text-align:center;	
	font-size:14px;	
	color:#fff;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin: 1px 0 -3px 0;
}

#phone_no {	
	width: 280px;	
	height: 198px;	
	background: #dcdcdc url(images/phone_no.png) 0 155px no-repeat;	
	position:absolute;
	margin: -30px 0 0 5px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}

#phonebg {	
	width: 290px;	
	height: 203px;	
	background: #eeeeee;	
	position:absolute;	
	margin:20px 0 0 670px;
	padding: 160px 0 0 0;
}

#testimonial {	
	width: 290px;	
	height: 203px;
	position:absolute;	
	margin:0 0 0 40px;
	padding: 30px 0 0 0;
}

#testimonial #header_pic{	
	width: 39px;	
	height: 39px;	
	position:absolute;
	background: url(images/testimo_pic.png) 0 0 no-repeat;
	border:1px solid #0ab7b9;
	margin: 143px 0 0 58px;
}

*:first-child+html #testimonial #header_pic{	
	width: 39px;	
	height: 39px;	
	position:absolute;
	background: url(images/testimo_pic.png) 0 0 no-repeat;
	border:1px solid #0ab7b9;
	margin: 133px 0 0 58px;
}

#testimonial #header img{	
	border:2px solid #0ab7b9;	
	margin-right:9px;
}

#testimonial #header_txt{
	width: 228px;
	height: 60px;
	padding: 133px 0 0 114px;
	margin-left:0;
	font-family: "Arial";
	font-size: 14px;
	color:#fff;
}

*:first-child+html #testimonial #header_txt{
	width: 228px;
	height: 60px;
	padding: 124px 0 0 114px;
	margin-left:0;
	font-family: "Arial";
	font-size: 14px;
	color:#fff;
}

.name{
	line-height: 14px;	
	padding-top: 38px;	
	color:#333;
	margin: -26px 0 0 0;
}

#testimonial #bottom{	
	width: 180px;	
	height: 78px;	
	font-size:11px;	
	font-weight:bold;	
	font-family:"Arial";	
	color:#333;	
	line-height:15px;	
	padding: 16px 64px 0 116px;	
	margin: -58px 0 0 0;
}

*:first-child+html #testimonial #bottom{	
	width: 170px;	
	height: 78px;	
	font-size:11px;	
	font-weight:bold;	
	font-family:"Arial";	
	color:#333;	
	line-height:15px;	
	padding: 16px 64px 0 116px;	
	margin: -58px 0 0 0;
}
/************************************************* 
Content 
*************************************************/

#latestnews_content {	
	margin: -8px 0 15px -4px;	
	padding-bottom: 6px;
	height:74px;
	border-bottom:1px dotted #c0eeef;
	width:244px;
}

#latestnews_content li {	
	float: left;	
	width: 180px;	
	height: 74px;	
	padding-top: 7px;	
	padding-left: 0;	
	margin: 0 0 0 0;
}

#latestnews_content span {
	display:block;
	position:relative;
	width:246px;
	line-height:16px;
	font-size:12px;
	color:#333;
	font-family: 'ArialNarrowRegular';
	text-transform:none;
	padding: 3px 0 0 0;
}

#latestnews_content div.heading {
	display:block;
	position:relative;
	width:246px;
	line-height:16px;
	font-size:13px;
	color:#fff;
	font-family:'ArialNarrowBold';
	background:url(images/white_tick.png) 100px -2px no-repeat;
}

#latestnews_content div.date {
	display:block;
	position:relative;
	width:246px;
	line-height:16px;
	font-size:10px;
	color:#fff;
	font-family:'ArialNarrowRegular';
	text-align:right;
	color:#027879;
	padding-top:4px;
}

#jargon_content {	
	margin: -8px 0 15px -4px;	
	padding-bottom: 6px;
	height:38px;
	width:244px;
}

#jargon_content li {	
	float: left;	
	width: 180px;	
	height: 40px;	
	padding-top: 7px;	
	padding-left: 0;	
	margin: 0 0 0 0;
}

#jargon_content span {
	display:block;
	position:relative;
	width:252px;
	line-height:16px;
	font-size:12px;
	color:#d7326c;
	font-family: 'ArialNarrowRegular';
	text-transform:none;
	padding: 3px 0 0 0;
}

#jargon_content div.heading {
	display:block;
	width:246px;
	line-height:10px;
	font-size:13px;
	color:#434343;
	font-family:'ArialNarrowBold';
}

#sidebar_jargon {
	overflow: hidden;
	width: 290px;
	height: 612px;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-left: 658px;
	padding: 0 0 8px 0;
	background:#4dd7d9;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	position:relative;
	border:1px solid #00c7ca;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
}

.boxed {
	overflow: hidden;
	padding: 6px 16px 0 18px;
	margin:0 0 -4px 0;
}

#sidebar_jargon div.arrow {
	background:url(images/ppilnarrow_b.png) 0 0 no-repeat;
	width:15px;
	height:8px;
	position:relative;
	z-index:99;
	padding: 4px;
	margin: -10px 0 0 0;
}

#sidebar_jargon h2 {
	padding: 2px 0 0 2px;
	margin: 0 0 0 -10px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 18px;
	font-family:'ArialNarrowRegular';
	margin-bottom: 14px;
	color:#fff;
	position:relative;
}

#sidebar_jargon h3 {
	padding: 12px 0 0 17px;
	margin: -10px 0 0 -9px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 19px;
	font-family:'ArialNarrowRegular';
	margin-bottom: 14px;
	color:#fff;
	background:#ebebeb;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	width:253px;
	height:556px;
	border:1px solid #fff;
}

.sevenreasons {
	background:url(images/7_reasons_head.png) 0 2px no-repeat;
	width:600px;
	height:48px;
	margin: 0 0 10px -60px;
	position:absolute;
}

#sevenreasons_content {	
	margin: 54px 0 0 12px;	
	padding: 0;
	border:1px solid #e4e4e4;
	height:366px;
	width:594px;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	border:1px solid #e4ebff;
}

#sevenreasons_content li {	
	float: left;	
	width: 283px;	
	height: 122px;	
	padding-top: 6px;	
	padding-left: 6px;	
	margin: 0 4px 0 0;
	line-height:17px;
}

#sevenreasons_content .bg {
	height:116px;
	width:255px;	
	margin-bottom:-6px;
	padding: 5px 0 0 32px;
	background:#f3f6ff;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	border:1px solid #e4ebff;
}

#sevenreasons_content .ic_1 {
	background:url(images/icon_sprite.png) 0 0 no-repeat;
	width:28px;
	height:30px;
	position:absolute;
	margin: 0 0 0 -30px;
}

#sevenreasons_content .ic_2 {
	background:url(images/icon_sprite.png) -28px 0 no-repeat;
	width:28px;
	height:30px;
	position:absolute;
	margin: 0 0 0 -30px;
}

#sevenreasons_content .ic_3 {
	background:url(images/icon_sprite.png) -56px 0 no-repeat;
	width:28px;
	height:30px;
	position:absolute;
	margin: 0 0 0 -30px;
}

#sevenreasons_content .ic_4 {
	background:url(images/icon_sprite.png) -84px 0 no-repeat;
	width:28px;
	height:30px;
	position:absolute;
	margin: 0 0 0 -30px;
}

#sevenreasons_content .ic_5 {
	background:url(images/icon_sprite.png) -112px 0 no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	margin: 0 0 0 -30px;
}

#sevenreasons_content .ic_6 {
	background:url(images/icon_sprite.png) -140px 0 no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	margin: 0 0 0 -30px;
}

#sevenreasons_content .ic_7 {
	background:url(images/icon_sprite.png) -168px 0 no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	margin: 0 0 0 -30px;
}

#wdyg_content {	
	margin: 24px 0 0 0;	
	padding: 0;
	height:394px;
	width:594px;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	border:1px solid #c2eaea;
}

#wdyg_content li {	
	float: left;	
	width: 283px;	
	height: 123px;	
	padding-top: 6px;	
	padding-left: 6px;	
	margin: 0 4px 0 0;
	line-height:17px;
}

#wdyg_content .bg {
	height:114px;
	width:255px;	
	margin-bottom:-6px;
	padding: 8px 0 0 32px;
	background:#def3f3;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	border:1px solid #c2eaea;
}
.rts {
	background:url(images/rts_head.png) 0 0 no-repeat;
	height:46px;
	margin: 14px 0 0 10px;
	padding:21px 0 0 146px;
}

.rts_c_link a {
	background:#d31c5c url(images/white_tick.png) 98px 8px no-repeat;
	padding: 6px 26px 6px 7px;
	margin: 20px;
	color:#fff;
	font-size:18px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	text-decoration: none;
	text-transform:none;
	border:1px solid #ff3078;
}

.rts_c_link a:hover {
	background-color:#9ce5ff;
	border:1px solid #fff;
	color:#d62e69;
}

.oreq {
	background:url(images/oreq_head.png) 0 0 no-repeat;
	width:220px;
	height:66px;
	margin: -43px 0 0 152px;
	padding:21px 0 0 116px;
}

.oreq_f_link a {
	background:#00acae url(images/phone.png) 130px 5px no-repeat;
	padding: 6px 33px 6px 7px;
	margin: 20px;
	color:#fff;
	font-size:18px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	text-decoration: none;
	text-transform:none;
	border:1px solid #55fdff;
}

.oreq_f_link a:hover {
	background-color:#9ce5ff;
	border:1px solid #fff;
	color:#d62e69;
}

#feature_content {	
	margin: 10px 0 15px 12px;	
	padding: 0;
	border:1px solid #e4e4e4;
	height:137px;
}

#feature_content li {	
	float: left;	
	width: 178px;	
	height: 137px;	
	padding-top: 6px;	
	padding-left: 6px;	
	margin: 0 4px 0 0;
}

.feat_av {	
	background:url(images/feat_av.png) 0 0 no-repeat;
	width:44px;
	height:44px;
	margin: -1px 0 0 -8px;
}

.feat_av_robb {	
	background:url(images/feat_av_robb.png) 0 0 no-repeat;
	width:44px;
	height:44px;
	margin: -1px 0 0 -8px;
}

.feat_av_lester {	
	background:url(images/feat_av_lester.png) 0 0 no-repeat;
	width:44px;
	height:44px;
	margin: -1px 0 0 -8px;
}

.feat_av_maynard {	
	background:url(images/feat_av_maynard.jpg) 0 0 no-repeat;
	width:44px;
	height:44px;
	margin: -1px 0 0 -8px;
}

.feat_av_flinder {	
	background:url(images/feat_av_flinder.png) 0 0 no-repeat;
	width:44px;
	height:44px;
	margin: -1px 0 0 -8px;
}

.feat_av_shamu {	
	background:url(images/feat_av_shamu.png) 0 0 no-repeat;
	width:44px;
	height:44px;
	margin: -1px 0 0 -8px;
}

.small_type {
	width:138px;	
	margin: -5px 0 -36px 0;
	text-transform:uppercase;
	font-size:12px;
	font-family:'ArialNarrowRegular';
	position:relative;
	color:#fff;
	font-weight:none;
}

.bg_txt {
	width:110px;
	text-transform:uppercase;
	font-size:29px;
	font-family:'FranklinGothicDemiRegular';
	background:#838282;
	position:relative;
	text-shadow: 0 0 0.03em #555;
	border:1px solid #6f6f6f;
	padding: 0 0 2px 4px;
	margin: -44px 0 0 38px;
	line-height:27px;
}

.bg {
	height:76px;
	width:158px;	
	margin-bottom:-6px;
	padding: 5px 0 0 12px;
	background:#a3a3a3;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
}

.bg a {
	color:#fff;
}

.bg a:hover {
	color:#00cacc;
}

#feature_content span {
	display:block;
	position:relative;
	width:145px;
	margin-left:0;
	padding:0 4px 0 13px;
	line-height:16px;
	font-size:11px;
	color:#444;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.feat_name {
	margin:10px 0 0 -7px;
	color:#fff;
	font-size:13px;
	position:absolute;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	text-shadow: 0 0 0.03em #555;
}

.feat_link a {
	background:#dcdbdc url(images/feat_arrow.png) 4px 7px no-repeat;
	padding: 6px 3px 6px 10px;
	margin:4px 0 0 39px;
	color:#000;
	font-size:11px;
	border:1px solid #fff;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	behavior: url(/PIE.php);
	position:absolute;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	width:100px;
}

.feat_link a:hover {
	background:#d31c5c url(images/feat_arrow.png) 4px 7px no-repeat;
	color:#fff;
	border:1px solid #ff1969;
}

.f_link a {
	background:#00acae;
	padding: 7px 7px 7px 7px;
	color:#fff;
	font-size:16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	text-decoration: none;
	text-transform:none;
	border:1px solid #55fdff;
}

.c_link a {
	background:#d31c5c url(images/white_tick.png) 88px 8px no-repeat;
	padding: 7px 26px 7px 7px;
	color:#fff;
	font-size:16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	-moz-border-radius:0.2em;	
	-khtml-border-radius:0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	text-decoration: none;
	text-transform:none;
	border:1px solid #ccc;
}

.c_link a:hover {
	background-color:#9ce5ff;
	border:1px solid #fff;
	color:#d62e69;
}

.f_link a:hover {
	background-color:#9ce5ff;
	border:1px solid #fff;
	color:#fff;
}

.outer {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	background:url(images/feat_grad.png) 0 0 repeat-x;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	width:150px;
	height:140px;
	position:absolute;
	padding: 8px 9px 7px 9px;
	margin: 80px 0 0 0px;
}

.fb_buts {
	text-align:right;
	color:#fff;
	margin: -31px 0 0 430px;
	position:absolute;
	z-index:1000;
}

.fbj {
	text-align:right;
	color:#fff;
	margin: -38px 45px 0 0;
}

.fb_arrow {
	background:url(images/fb_arrow.png) 0 0 no-repeat;
	width:69px;
	height:46px;
	margin: -34px 0 0 540px;
}

#gotfriends .fb{
	margin-top:-36px;
	margin-left:615px;
	position:absolute;
	z-index:100;
}

#gotfriends .fb_icon{
	margin-top:-27px;
	margin-left:882px;
	position:absolute;
	z-index:100;
}

#gotfriends {
	width:917px;
	color:#fff;
	height:32px;
	margin: 91px 0 0 5px;
	padding: 9px 0 0 8px;
	background:#4dd7d9;
	text-transform:uppercase;
	font-size:25px;
	font-family:'FranklinGothicDemiRegular';
	position:absolute;
	text-shadow: 0 0 0.03em #555;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
}

*:first-child+html #gotfriends {
	width:906px;
	color:#fff;
	height:32px;
	margin: 10px 0 0 -768px;
	padding: 9px 0 0 20px;
	background:#4dd7d9;
	text-transform:uppercase;
	font-size:25px;
	font-family:'FranklinGothicDemiRegular';
	position:absolute;
	text-shadow: 0 0 0.03em #555;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
}

#howtitworks_sub {
	width:924px;
	color:#505050;
	height:40px;
	margin: -10px 0 0 12px;
	padding: 3px 0 0 14px;
	background:#e7e7e7;
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	line-height:18px;
}

#outer {
	padding: 0 0 20px 0;
}

#inner {
	float: left;
	overflow: hidden;
	width: 962px;
	background: #f6f6f6;
	padding: 10px;
}

#content {
	float: left;
	overflow: hidden;
	width: 950px;
	padding: 0 10px 0 0;
	background: #fff;
	margin: -1px 0 0 0;
	border-bottom: 1px solid #ecebeb;
	border-left: 1px solid #ecebeb;
	border-right: 1px solid #ecebeb;
}

#content_b {
	float: left;
	overflow: hidden;
	width: 634px;
	height: 100%;
	padding: 0 10px 40px 0;
	margin: -1px 0 0 0;
}

#content.full {
	width: 980px;
}

h2#contentdesc {
	font-weight: normal;
	font-size: 1.3em;
	padding: 15px 0 15px 20px;
	color: #333;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}

h2#contentdesc span {
	color: white;
}

.post {
	padding: 15px 0 35px 0;
}

.posttop {
	padding: 0 0 0 20px;
	line-height:44px;
	color:#5f5f5f;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size: 2.5em;
	font-weight:bold;
	text-transform:uppercase;
}

.posttitle {
	font-weight:normal;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.1em;
	font-size: 1em;
	text-transform:none;
}

.posttitle a:hover{
	color:#612670;
}

.posttitle a{
	color:#41094b;
}

h2.ppititle {
	font-size:16px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	padding: 16px 0 4px 2px;
}

.sticky {
	padding: 10px;
	margin-bottom: 35px;
	background: url(images/blacktrans.png);
}

.postmetatop {
	overflow: hidden;
	width: 100%;
	font-size: 0.7em;
	padding-top: 8px;
	line-height: 0.5em;
}

.postmetatop .categs {
	float: left;
	width: 450px;
	background: url(images/categ.png) left 2px no-repeat;
	padding-left: 20px;
	line-height: 16px;
	font-size: 0.4em;
}

.postmetatop .date {
	float: right;
	line-height: 16px;
	font-size: 0.4em;
}

.postmetatop .categs a:hover {
	color: #41094b;
}

.postcontent {
	color: #fff;
	margin: 14px 0 0 0;
	font-size: 12px;
	padding-left:22px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.6em;
}

.logos_box {
	padding: 5px 15px 6px 16px;
	margin: 10px 4px 10px 12px;
	border:1px dashed #ccc;
	text-align:center;
}

.posthighlite {
	padding: 5px 20px 6px 38px;
	background:#f2e9f4;
	background:#f4f4f4 url(images/info_icon.png) 7px 6px no-repeat;
	margin: 14px 4px 10px 12px;
	border:1px dashed #f0c7e4;
	color:#333;
}

.posthighlite_g {
	padding: 5px 10px 6px 36px;
	background:#f4f4f4 url(images/info_icon.png) 5px 6px no-repeat;
	margin: 14px 4px 10px 12px;
	border:1px dashed #dedede;
	color:#555;
}

.posthighlite_h {
	padding: 0 14px 10px 14px;
	background:#f8f2f2;
	margin: 14px 4px 10px 12px;
	border:1px dashed #dedede;
	color:#555;
}

.postcontent spacer {
	background: #000 url(images/spacer.png) 0 0 repeat;
	height: 5px;
	width: 100%;
}

.postcontent h1 {
	padding: 12px 0 6px 0;
	color: #d31c5c;
	font-weight:bold;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.4em;
	font-size: 28px;
}

.homehead {
	padding: 12px 0 6px 0;
	color: #d31c5c;
	font-family:georgia;
	line-height: 1.3em;
	font-size: 36px;
	text-align:center;
}

.home_sub {
	padding: 12px 0 6px 0;
	color: #444;
	font-family:georgia;
	line-height: 1.5em;
	font-size: 18px;
	text-align:center;
}

.postcontent h2 {
	padding: 14px 0 4px 0;
	color: #00aeb0;
	font-weight:bold;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.6em;
	font-size: 22px;
}

.postcontent h3 {
	padding: 12px 0 6px 0;
	color: #555;
	font-weight:normal;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.5em;
	font-size: 1.3em;
}

.postcontent h4 {
	padding: 12px 0 6px 0;
	color: #41094b;
	font-weight:normal;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.5em;
	font-size: 1.2em;
}

.postcontent h5 {
	padding: .8em 0;
	font-size: 1.1em;
}

.postcontent h6 {
	padding: 12px 0 6px 0;
	color: #41094b;
	font-weight:normal;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.5em;
	font-size: 1em;
}

.postcontent p {
	padding: .6em 0 .2em 0;
}

.postcontent a {
	border-bottom: 0;
}

.postcontent a:hover {
	color:#0b8ec5;
}

.postcontent a img {
	background: none;
	border-bottom: 0;
}

.postcontent ul,.postcontent ol {
	padding: .4em 0 .5em 2em;
}

.postcontent ul li {
	list-style: disc;
}

.postcontent ol li {
	list-style: decimal;
}

.postmetabottom {
	background: url(images/whitetrans.png);
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 15px;
}

.postmetabottom a {
	color: #aaa;
}

.postmetabottom a:hover {
	color: #612670;
}

.postmetabottom .tags {
	float: left;
	width: 440px;
	background: url(images/tags.png) left 1px no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 16px;
}

.postmetabottom .readmore {
	float: right;
	width: 160px;
	padding-right: 10px;
	text-align: right;
}

.postmetabottom .readmore span {
	background: url(images/more.png) left 4px no-repeat;
	padding-left: 17px;
}

.postmetaauthor, .bypostauthor {
	background: url(images/blacktrans.png);
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-top: 20px;
}

.postmetaauthor .authorpic {
	float: left;
	width: 60px;
}

.postmetaauthor .authordesc {
	float: right;
	width: 540px;
}

.postmetaauthor .authordesc p.theauthor {
	line-height: 1.4em;
	font-weight: bold;
}

.postmetaauthor .authordesc p.thedesc {
	line-height: 1.4em;
	padding: .8em 0 .2em 0;
}

.postmetaauthor .authordesc a {
	color: #afdaff;
	border-bottom: 1px dashed #afdaff;
}

.postmetaauthor .authordesc a:hover {
	background: url(images/blacktrans.png);
}

#subhead {
	font-size:34px;
	font-family:'MyriadProSemibold';
	text-transform:uppercase;
	padding: 22px 0 8px 0;
	color:#9f1e60;
	margin-bottom:-6px;
}

.news_logos {
	background:#fff;
	width:960px;
	height:60px;
	border:1px dashed #ccc;
}

#faq_content {	
	margin: 8px 0 10px 52px;	
	padding: 0;
	border:1px solid #e4e4e4;
	height:502px;
	width:548px;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	border:1px solid #e4ebff;
}

#faq_content li {	
	float: left;	
	width: 260px;	
	height: 32px;	
	padding-top: 6px;	
	padding-left: 6px;	
	margin: 0 4px 0 0;
	font-size:13px;
}

#faq_content .bg {
	height:26px;
	width:254px;	
	margin-bottom:0;
	padding: 7px 0 0 10px;
	background:#f3f6ff;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-khtml-border-radius: 3px;
    	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	border:1px solid #e4ebff;
}

/************************************************* 
Navigation 
*************************************************/
#navigation {
	overflow: hidden;
	width: 100%;
	line-height: 1.7em;
	margin-bottom: 20px;
}

#navigation a {
}

#navigation a:hover {
}

#navigation .wp-pagenavi a {
	padding: 5px 7px;
	border: none;
	font-size: .8em;
	color: #fff;
}

#navigation .wp-pagenavi a:hover {
	color: #000;
}

#navigation .wp-pagenavi span.pages,#navigation .wp-pagenavi span.current,#navigation .wp-pagenavi span.extend {
	padding: 5px 7px;
	font-size: .8em;
	color: #fff;
	border: none;
}

#navigation.image a {
	background: 0;
	border: 0;
}

.linkpages {
	clear: both;
	margin: 10px 0;
}

.linkpages p span {
	padding: 5px 7px;
	color: #ddd;
	font-size: 1em;
}

.linkpages p a, .linkpages p a:hover {
	background: none;
	border: 0;
}

.linkpages p a span {
	color: #fff;
}

.linkpages p a:hover span {
	color: #000;
}

/************************************************* 
Sidebar 
*************************************************/

#sidebar-noheader {
	overflow: hidden;
	width: 292px;
	height: 655px;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-left: 658px;
	margin-top: 14px;
	padding: 0 0 8px 0;
	background:url(images/top_6.png) 0 0 no-repeat;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	position:relative;
}

#sidebar-noheader ul li.boxed {
	overflow: hidden;
	padding: 6px 16px 0 18px;
	margin:0 0 -4px 0;
}

#sidebar-noheader h3 {
	padding: 12px 0 0 17px;
	margin: 4px 0 0 -9px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 19px;
	font-family:'ArialNarrowRegular';
	margin-bottom: 14px;
	color:#fff;
	background:#d31c5c;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	width:255px;
	height:36px;
}

#sidebar-noheader h4 {
	padding: 0 0 10px 22px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 13px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	margin: 0 0 2px 0;
	color:#000;
	background: url(images/tick_green.png) 0 0 no-repeat;
}

#sidebar_b {
	overflow: hidden;
	width: 290px;
	height: 206px;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-left: 658px;
	padding: 0 0 8px 0;
	background:#4dd7d9;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	position:relative;
	border:1px solid #00d5d8;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
}

#sidebar_b h3 {
	padding: 12px 0 0 12px;
	margin: 4px 0 14px -9px;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 19px;
	font-family:'ArialNarrowRegular';
	color:#fff;
	background:#36ccce url(images/info_icon.png) 190px 5px no-repeat;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	width:258px;
	height:180px;
	border:1px solid #33c7c9;
	text-shadow: 0 0 0.05em #04989a;
}

#sidebar_b h3 div.txt {
	font-weight: normal;
	text-transform:none;
	font-size: 14px;
	font-family:'ArialNarrowRegular';
	color:#fff;
	position:relative;
	width:240px;
	height:116px;
	padding-right:10px;
	padding-top:6px;
	line-height:19px;
	margin-top:8px;
	border-top:1px dotted #c0eeef;
}

#sidebar_b ul li.boxed {
	overflow: hidden;
	padding: 6px 16px 0 18px;
	margin:0 0 -4px 0;
}

#sidebar {
	overflow: hidden;
	width: 290px;
	height: 206px;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-left: 658px;
	padding: 0 0 8px 0;
	background:#e3e2e2;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	position:relative;
	border:1px solid #dcdcdc;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
}

.boxed {
	overflow: hidden;
	padding: 6px 16px 0 18px;
	margin:0 0 -4px 0;
}

#sidebar div.arrow {
	background:url(images/ppilnarrow.png) 0 0 no-repeat;
	width:15px;
	height:8px;
	position:relative;
	padding: 4px;
	z-index:99;
	margin: -10px 0 0 0;
}

#sidebar h2 {
	padding: 2px 0 0 2px;
	margin: 0 0 0 -10px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 18px;
	font-family:'ArialNarrowRegular';
	margin-bottom: 14px;
	color:#777;
	position:relative;
}

#sidebar h3 {
	padding: 12px 0 0 17px;
	margin: -10px 0 0 -9px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 19px;
	font-family:'ArialNarrowRegular';
	margin-bottom: 14px;
	color:#fff;
	background:#4dd7d9;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	width:253px;
	height:150px;
	border:1px solid #fff;
}

#sidebar h4 {
	padding: 0 0 10px 22px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 13px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	margin: 0 0 2px 0;
	color:#000;
	background: url(images/tick_green.png) 0 0 no-repeat;
}

.side_text {
	display:block;
	padding: 0 0 4px 0;
	color:#565656;
	width:140px;
	margin: 0 0 0 -4px;
}

#sidebar p.side_text {
	display:block;
	padding: 0 0 6px 0;
	color:#565656;
	margin: 0 0 0 -0.5px;
}

#sidebar span.desc {
	display:block;
	padding: 0 0 0 20px;
}

#sidebar ul ul li a {
	display: block;
	padding: 3px 5px;
	color:#9f1e60;
}

#sidebar ul ul li a:hover, #sidebar p a:hover {
	color:#914c93;
}

#sidebar ul ul ul li {
	background: url(images/bullet.png) left 7px no-repeat;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

#sidebar p {
	color: #ccc;
	padding: 0 5px 10px 5px;
}

#sidebar img {
	background: none;
	border: none;
	padding: 0 5px;
}

#sidebar .rsswidget img {
	background: transparent !important;
}

#sidebar img.avatar {
	float: left;
	padding: 0 15px 5px 5px;
}

#sidebars ul.children li {
	border-bottom: none;
}

#sidebars ul.children {
	margin-bottom: 0;
}

/************************************************* 
Footer
*************************************************/
#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

#footer .links_col_a {
	float: left;
	width: 190px;
	margin: 10px 10px 0 20px;
	display: inline;
}

#footer .links_col_b {
	float: left;
	width: 230px;
	margin: 10px 0 0 0;
}

#footer .links_col_c {
	float: left;
	width: 210px;
	margin: 10px 0 0 0;
}

#footer .links_col_d {
	float: left;
	width: 230px;
	margin: 10px 0 0 0;
}

#footer .bottom_right_phone {
	float: right;
	text-align: right;
	width: 260px;
	height: 116px;
	margin: 6px 0 0 0;
	font-size: 36px;
	font-weight:bold;
}

#footer .bottom_right_phone .call_us{
	font-family: 'ArialNarrowRegular';
	margin: 20px 2px 0 0;
	font-size: 15px;
	color:#d31c5c;
	text-transform: uppercase;
}

#footer .bottom_right_phone .phone_no{
	color: #d31c5c;
}

#footer .bottom_right_phone .call_back a {
	width:144px;
	background:#888 url(images/arrow_br_white.png) 5px 6px no-repeat;
	padding: 8px 6px 6px 0;
	margin: -8px 4px 0 -24px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
}

#footer .bottom_right_phone .call_back a:hover {
	background:#0b8ec5 url(images/arrow_br_white.png) 5px 6px no-repeat;
}

#footer .bottom_right_phone .claim_now a {
	width:105px;
	background:#666 url(images/arrow_br_white.png) 5px 6px no-repeat;
	padding: 8px 6px 6px 0;
	margin: -29px 4px 0 129px;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
}

#footer .bottom_right_phone .claim_now a:hover {
	background:#0b8ec5 url(images/arrow_br_white.png) 5px 6px no-repeat;
}

#footer p {
	line-height: 1.2em;
	color: #eee;
	padding: .2em 0 0 0;
}

#footer ul li {
	padding: 6px;
}

#footer ul ul li {
	line-height: 1.4em;
	padding: 0 0 0 0;
}

#footer li a {
	display: block;
	font-weight: normal;
	padding: 2px 0;
	color:#8d8d8d;
}

#footer a:hover {
	color:#d31c5c;
}

#disclaimer {
	clear: both;
	width: 100%;
	font-size: 0.7em;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	line-height: 1.4em;
}

#disclaimer a {
	color: #9e9e9e;
}

#disclaimer a:hover {
	color: #0b8ec5;
}

#disclaimer #copyright {
	float: left;
	text-align: left;
	width: 100%;
	color: #aaa;
	padding-top:16px;
}

#disclaimer #secureseal {
	float: right;
	width: 152px;
	height: 24px;
	padding-top: 10px;
	text-align: right;
	color: #aaa;
	background: url(images/footer_padlock.png) 0 4px no-repeat;
}

.claim_now_box{
	width:36px;
	height:149px;
	background:#03a8de url(images/free_call.png) 0 0 no-repeat;
	position:fixed;
	top: 260px; 
	left: -2px;
}

/************************************************* 
WP related
************************************************/
.alignleft {
	float: left;
	margin: 5px 15px 7px 20px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	text-decoration:none;
}

.alignright {
	float: right;
	margin: 5px 0 7px 15px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	text-decoration:none;

}

.aligncenter,div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;

}

img.alignleft {
	float: left;
	margin: 5px 15px 5px 0;

}

img.alignright {
	float: right;
	margin: 5px 0 5px 15px;

}

img.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;

}

.wp-caption {
	text-align: center;
	background: url(images/blacktrans.png);
	padding-top: 6px; /* optional rounded corners for browsers that support it */
	-moz-border-radius:4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.wp-caption img {
	padding: 0;
	margin: 0;
	border: 0 none;

}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;

}
.gallery-caption{
  	text-align: center;
	background: url(images/blacktrans.png);
}

/************************************************* 
Testimonials
************************************************/

#av_robb {
	background:url(images/mr_robb.jpg) 0 0 no-repeat;
	width: 106px;
	height: 106px;
	border:1px solid #ccc;
	position:relative;
}

#av_lester {
	background:url(images/mrs_lester.jpg) 0 0 no-repeat;
	width: 106px;
	height: 106px;
	border:1px solid #ccc;
	position:relative;
}

#av_maynard {
	background:url(images/mr_maynard.jpg) 0 0 no-repeat;
	width: 106px;
	height: 106px;
	border:1px solid #ccc;
	position:relative;
}

#av_flinders {
	background:url(images/mr_flinders.jpg) 0 0 no-repeat;
	width: 106px;
	height: 106px;
	border:1px solid #ccc;
	position:relative;
}

#av_shamu {
	background:url(images/mr_shamu.jpg) 0 0 no-repeat;
	width: 106px;
	height: 106px;
	border:1px solid #ccc;
	position:relative;
}

#av_ {
	background:url(images/av.png) 0 0 no-repeat;
	width: 106px;
	height: 106px;
	border:1px solid #ccc;
	position:relative;
}

.story_head {
	font-family:'MyriadProSemibold';
	font-weight:bold;
	font-size:53px;
	text-transform:uppercase;
	width:500px;
	line-height:46px;
	padding: 8px 0 0 120px;
	letter-spacing:-1.5px;
}

.amount_robb {
	background:url(images/mr_robb.png) 0 0 no-repeat;
	width:380px;
	height:219px;
	margin: -104px 0 0 -12px;
}

.amount_lester {
	background:url(images/mrs_lester.png) 0 0 no-repeat;
	width:364px;
	height:219px;
	margin: -104px 0 0 -12px;
}

.amount_earnshaw {
	background:url(images/mr_earnshaw.png) 0 0 no-repeat;
	width:310px;
	height:219px;
	margin: -104px 0 0 -12px;
}

.amount_simpson {
	background:url(images/mr_simpson.png) 0 0 no-repeat;
	width:310px;
	height:219px;
	margin: -104px 0 0 -12px;
}

.amount_rees {
	background:url(images/mr_rees.png) 0 0 no-repeat;
	width:310px;
	height:219px;
	margin: -104px 0 0 -12px;
}

.amount_maynard {
	background:url(images/mr_maynard.png) 0 0 no-repeat;
	width:310px;
	height:219px;
	margin: -106px 0 0 -12px;
}

.amount_flinder {
	background:url(images/mr_flinder.png) 0 0 no-repeat;
	width:310px;
	height:219px;
	margin: -106px 0 0 -12px;
}

.amount_shamu {
	background:url(images/mr_shamu.png) 0 0 no-repeat;
	width:310px;
	height:219px;
	margin: -106px 0 0 -12px;
}

#grey_bar {
	background:#e5e5e5;
	height:32px;
	width:610px;
	margin: 24px 0 16px 0;
	color:#5f5f5f;
	text-transform:uppercase;
	font-family:'MyriadProSemibold';
	font-size:14px;
	padding: 12px 0 0 10px;
}

.high {
	color:#00cacc;
}

#footer_form {
	background:#4dd7d9 url(images/100_sec.png) 10px 196px no-repeat;
	width:606px;
	height:218px;
	position:relative;
	border:1px solid #01c9cc;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	margin: 18px 0 0 0;
	padding: 20px 0 0 14px;
	color:#fff;
	font-size:38px;
	font-family:'AvantGardeLTBoldRegular';
	text-shadow: 0.01em 0.01em 0.01em #1fb8ba;
}

#footer_form span.small_txt {
	color:#fff;
	font-size:14px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}

#footer_form div.form_inner {
	background:#3bcbcd;
	width:576px;
	height:106px;
	position:relative;
	border:1px solid #01c9cc;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	margin: 8px 0 0 0;
	padding: 0 0 0 14px;
}

*:first-child+html #footer_form div.form_inner {
	background:#3bcbcd;
	width:576px;
	height:106px;
	position:relative;
	border:1px solid #01c9cc;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	margin: 8px 0 0 14px;
	padding: 0 0 0 14px;
}

#stories_content {	
	margin: -8px 0 15px -4px;	
	padding-bottom: 6px;
	height:70px;
	width:244px;
}

#stories_content li {	
	float: left;	
	width: 180px;	
	height: 64px;	
	padding-top: 7px;	
	padding-left: 0;	
	margin: 0 0 0 0;
}

#stories_content span {
	display:block;
	position:relative;
	width:246px;
	line-height:16px;
	font-size:16px;
	color:#333;
	font-family: 'ArialNarrowRegular';
	padding:0 0 0 52px;
}

#stories_content div.heading {
	display:block;
	position:relative;
	width:246px;
	line-height:16px;
	font-size:13px;
	color:#fff;
	font-family:'ArialNarrowBold';
	padding:0 0 0 52px;
	margin: -2px 0 0 0;
}

#stories_content div.date {
	display:block;
	position:relative;
	width:246px;
	line-height:16px;
	font-size:10px;
	color:#fff;
	font-family:'ArialNarrowRegular';
	color:#027879;
	padding:5px 0 0 52px;
}

#stories_content div.full_story {
	display:block;
	position:relative;
	width:246px;
	font-size:10px;
	color:#fff;
	font-family:'ArialNarrowRegular';
	color:#027879;
	text-align:right;
	margin: -20px 0 -6px 0;
}

.full_story a {
	background:#27c9cc;
	padding:1px 3px 1px 3px;
	color:#fff;
	font-size:10px;
	font-family:'ArialNarrowRegular';
	-moz-border-radius:0.3em;	
	-khtml-border-radius:0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	text-decoration: none;
	text-transform:uppercase;
	border:1px solid #2cc0c3;
}

.full_story a:hover {
	background-color:#24bec1;
	border:1px solid #46f0f3;
	color:#89fdff;
}

.st_t_1 {
	background:url(images/icon_sprite.png) 0 -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

.st_t_2 {
	background:url(images/icon_sprite.png) -33px -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

.st_t_3 {
	background:url(images/icon_sprite.png) -65px -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

.st_t_4 {
	background:url(images/icon_sprite.png) -97px -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

.st_t_5 {
	background:url(images/icon_sprite.png) -129px -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

.st_t_6 {
	background:url(images/icon_sprite.png) -160px -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

.st_t_7 {
	background:url(images/icon_sprite.png) -192px -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

.st_t_8 {
	background:url(images/icon_sprite.png) -224px -43px no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	margin: -14px 0 0 -18px;
}

#sidebar_stories {
	overflow: hidden;
	width: 290px;
	height:610px;
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-left: 658px;
	padding: 0 0 8px 0;
	background:#e3e2e2;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	position:relative;
	border:1px solid #dcdcdc;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
}

.boxed {
	overflow: hidden;
	padding: 6px 16px 0 18px;
	margin:0 0 -4px 0;
}

#sidebar_stories div.arrow {
	background:url(images/ppilnarrow.png) 0 0 no-repeat;
	width:15px;
	height:8px;
	position:relative;
	z-index:99;
	padding: 4px;
	margin: -10px 0 0 10px;
}

#sidebar_stories h2 {
	padding: 2px 0 0 2px;
	margin: 0 0 0 -10px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 18px;
	font-family:'ArialNarrowRegular';
	margin-bottom: 14px;
	color:#777;
	position:relative;
}

#sidebar_stories h3 {
	padding: 12px 0 0 17px;
	margin: -10px 0 0 -9px;
	line-height: 1.3em;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 19px;
	font-family:'ArialNarrowRegular';
	margin-bottom: 14px;
	color:#fff;
	background:#4dd7d9;
	-moz-border-radius:3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/PIE.php);
	position:relative;
	width:253px;
	height:552px;
	border:1px solid #fff;
}

.av_m {
	background:url(images/av_m.png) 0 2px no-repeat;
	width:46px;
	height:48px;
	margin: 0 0 0 -2px;
}

.av_lester {
	background:url(images/av_lester.png) 0 2px no-repeat;
	width:46px;
	height:48px;
	margin: 0 0 0 -2px;
}

.av_robb {
	background:url(images/av_robb.png) 0 2px no-repeat;
	width:46px;
	height:48px;
	margin: 0 0 0 -2px;
}

.av_maynard {
	background:url(images/av_maynard.jpg) 0 2px no-repeat;
	width:46px;
	height:48px;
	margin: 0 0 0 -2px;
}

.av_shamu {
	background:url(images/av_shamu.png) 0 2px no-repeat;
	width:46px;
	height:48px;
	margin: 0 0 0 -2px;
}

.av_flinder {
	background:url(images/av_flinder.png) 0 2px no-repeat;
	width:46px;
	height:48px;
	margin: 0 0 0 -2px;
}


.dot_line {
	height:1px;
	width:250px;
	border-top:1px dotted #fff;
	margin-top:8px;
}

.dot_line_g {
	height:1px;
	width:244px;
	border-top:1px dotted #ccc;
	margin-top:8px;
}

ul.list {
	list-style-type:circle;
}

.tick li {
	list-style-type:none;
	background:url(images/gtick.png) 0 0 no-repeat;
	padding: 6px 0 6px 24px;
	margin-left:50px;
}

.tickb li {
	list-style-type:none;
	background:url(images/gtick.png) 0 10px no-repeat;
	padding: 0 0 6px 24px;
	margin-left:50px;
}

ol.listb {
	margin-left:10px;
}

li.nlist {
	padding-bottom:10px;
	padding-left:6px;
}

.arrow_black {
	background:url(images/arrow_black.png) 0 0 no-repeat;
	width:84px;
	height:84px;
	margin: -56px 0 0 100px;
	position:absolute;
}

.black_arrow {
	background:url(images/black_arrow.png) 0 0 no-repeat;
	width:64px;
	height:64px;
	margin: -30px 0 0 150px;
	position:absolute;
}

.hsh {
	font-weight:bold;
	color:#d31c5c;
	font-size:13px;
	margin: 0 0 -4px 20px;
	padding-top:10px;
}

.hshs {
	margin: 0 0 0 30px;
	display: block;
}

h2.fawn {
	font-family:'FawnScriptRegular';
	font-weight:normal;
	text-transform:uppercase;
	font-size:26px;
	color:#d31c5c;
}

h2.wdyg_title {
	text-align:center;
}

h3.wdyg_title {
	text-align:center;
}

.pink_bullet_b{
	background:url(images/pink_bullet_b.png) 0 0 repeat-y;
	margin-left:10px;
}

.pink_bullet{
	background:url(images/pink_bullet.png) 0 0 repeat-y;
	margin-left:10px;
}

.hr_g {
	border-bottom:1px dashed #bababa;
	padding: 30px 0 0 0;
	margin: 0 auto 10px auto;
	width:500px;
	text-align:center;
}

.redfont {
	color:#d31c5c;
}

.wdyg_head {
	font-size:14px;	
}

h2.q_icon{
	background:url(images/q_icon.png) 23px 23px no-repeat;
	padding-left:50px;
	padding-top:20px;
}

.a_icon{
	background:url(images/a_icon.png) 23px 0 no-repeat;
	padding-left:50px;
	display:block;
}

.hreview-aggregate {
	width:274px;
}

.photo {
	margin: 9px 0 8px -8px;
}

.bullet-tick {
	font-size:12px;
}

.ptext {
	font-size:14px;
	line-height:18px;
}

.fn {
	font-size:16px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}
