/* GLOBAL CSS FILE */
/* ALL CODE BY RC 15/10/2008 */

/* DEFINE THE CHARACTER SET */
@charset "UTF-8";

html {
margin: 0;
padding: 0;
}

/* DEFINE THE PAGE MARGINS AND PADDING */
*{
margin: 0;
padding: 0;
}

/* DEFINE THE BODY STYLES */
body {
margin:0;
padding:0;
font-size:62.5%;
background-color:#ffffff;
/*color:#221f73;*/
color:#333333;
font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
/*line-height:18px;*/
line-height:normal;
text-align:center;
}

/* BASE VALUES */
.font_12_bold {
	font-size: 93%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
}

#mainHeaderCTA .font_12_bold{
font-weight:bold;
padding:5px 0 5px 5px;
margin:0;
display:block;
font-size:1.2em;
/*line-height:18px;*/
line-height:normal;
color:#333333;
}

.font_12_blue_link {
	font-size: 93%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #1E1C75;
}

.font_13_bold {
	font-size: 100%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.font_12_grey {
	font-size: 93%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #666666;
}


h2, .heading_light_blue_15 {
	font-size: 116%;
	font-weight: bold;
	color: #69819B;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0.2em auto 0.5em auto;
}

h3, .heading_light_blue_13 {
	font-size: 100%;
	font-weight: bold;
	color: #69819B;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0.5em auto 0.5em auto;
}
.heading_light_blue_18 {
	font-size: 138.5%;
	font-weight: bold;
	color: #69819B;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.heading_dark_blue_14 {
	font-size: 108%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #221F73;
}

h4, .heading_dark_blue_13 {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #221F73;
	margin: 1em auto 1em auto;
	padding: 1em 0 0 0;
	border-top: 1px dotted #b6c0cc;
}

.heading_dark_blue_18 {
	font-size: 138.5%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #26246D;
}

.text_blackish { color: #666666;}
.grey_1	{ color: #626961;}
.grey_2	{ color: #B3B3B3;}

.header_white_26 {
	color: #fff;
	font-size: 212%;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	float:left;
	clear: both;
}

.heading_dashed_over_underline_small {
	font-size: 93%;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #313133;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #6e8299;
	border-top: 1px dotted #6e8299;
}

.dark_blue {
	color:#26246D;
}

.slate_grey {
	color:#6E8299;
}
/* END OF BASE VALUES */

/* SET ALL IMAGES TO HAVE THEIR BORDERS OFF */
img {
border:none;
padding:0;
margin:0;
}

a{
color:#221f73;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#221f73;
font-weight:bold;
text-decoration:underline;
}

#content a strong{
color:#221f73;
font-weight:bold;
text-decoration:none;
}

#content a:hover strong{
color:#221f73;
font-weight:bold;
text-decoration:underline;
}

#content strong a{
color:#221f73;
font-weight:bold;
text-decoration:none;
}

#content strong a:hover{
color:#221f73;
font-weight:bold;
text-decoration:underline;
}

/* DEFINE PAGE TEXT STYLES P, LI, H1, H2, H3, UL, */
p{
font:1.2em/1.8em "Trebuchet MS", Arial, Verdana, sans-serif;
font-weight:normal;
/*color:#666666;*/
color:#252525;
padding-bottom:5px;
padding-top:5px;
}
strong{
/*color:#666666;*/
color:#252525;
}
#content ul{
list-style:none;
margin-top:18px;
/*color:#666666;*/
color:#252525;
}

#content li{
background:transparent url(../images/blue_arrow.gif) no-repeat scroll 7px 3px;
font-family:'Trebuchet MS';
/*line-height:1em;*/
line-height:normal;
/*padding-bottom:10px;*/
padding-left:22px;
font-size:1.2em;
}

#content li p{
margin:0;
padding:0;
font-size:1em;
}

#content li a{
margin:0;
padding:0;
font-weight:bold;
}

h1{
font:2.0em "Trebuchet MS", Arial, Verdana, sans-serif;
color:#221f73;
}

#content h1{
margin-top:15px;
}

h2{
font:1.8em "Trebuchet MS", Arial, Verdana, sans-serif;
color:#69819B;
padding-top:15px;
padding-bottom:5px;
}

h3{
font:1.3em "Trebuchet MS", Arial, Verdana, sans-serif;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
}















#mainHeader hr{
border: dashed 1px #221f73;
margin-top:2px;
margin-bottom:2px;
}


hr{
border: dashed 1px #CCCCCC;
margin-top:2px;
margin-bottom:2px;
}

#quickLinks{
text-align:right;
width:210px;
margin-left:20px;
margin-bottom:0;
padding:0;
}

#quickLinks .quickLinksHeader{
margin: 0;
font:1.3em "Trebuchet MS", Arial, Verdana, sans-serif;
color:#221f73;
padding-bottom:5px;
padding-left:20px;
text-transform:uppercase;
padding-top:5px;
font-weight:bold;
border-top:1px dashed #cccccc;
border-bottom:1px dashed #cccccc;
text-align:left;
}

#quickLinks .quickLinksUL{
margin:0;
margin-top:10px;
margin-left:20px;
padding:0;
list-style:none;


text-align:left;
}

#quickLinks .quickLinksUL a{
font-weight:bold;
font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
color:#221f73;
text-decoration:none;
}

#quickLinks .quickLinksUL a:hover{
font-weight:bold;
font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
color:#221f73;
text-decoration:underline;
}

.homepageH2{
border-bottom:1px dashed #cccccc;
padding-bottom:10px;
}

/* CREATE THE MAIN PAGE WRAPPER */

#wrapper{
background:#ffffff;
min-width:780px;
max-width:950px;
margin:15px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
text-align:left;
}

#large_panel{
clear:both;
margin:0;
padding:0;
width:100%;
height:auto;
margin-bottom:15px;
}

/* DEFINE THE PAGE HEADER */
#header{
text-align:left;
}

/* DEFINE THE FOOTER */
#footer{
clear:both;
padding-top:5px;
padding-left:15px;
height:2.7em;
background-image:url("../images/bottom_navigation_background.gif");
background-repeat:repeat-x;
background-color:#d9e0e6;
}

#footer ul{
list-style:none;
padding:0;
margin:0;
}

#footer li{
display:inline;
padding:0;
margin:0;
font-size:1.3em
}

#footer p{
padding:0;
margin:0;
font-size:1.1em;
}

#footer a{
font-weight:bold;
margin-right:20px;
color:#77899F;
text-decoration:none;
font-family:arial,helvetica,clean,sans-serif;
}

#footer a:hover{
font-weight:bold;
margin-right:20px;
color:#77899F;
text-decoration:underline;
font-family:arial,helvetica,clean,sans-serif;
}

/* DEFINE THE LOGO STYLINGS */
#header .logo{
border:0;
float:left;
}

/* DEFINE THE SUPPORT NUMBER STYLINGS */
#header .supportNumbers{
float:right;
margin-bottom:10px;
}

/* CREATE THE DROP DOWN MENUS */
#menuwrapper{
border:0;
background-color:#cccccc;
background-image:url(../images/main_navigation_background.gif);
background-repeat:repeat;
font-family:arial,helvetica,clean,sans-serif;
}

.clearit{
clear:both;
height:0;
line-height:0.0;
font-size:0;
}

#RCmenubar, #RCmenubar ul{
padding:0;
margin:0;
list-style:none;
}

#RCmenubar a{
display:block;
text-decoration:none;
padding:15px 30px 15px 30px;
border-right:1px solid #ffffff;
color:#77899F;
font-size:1.3em;
font-weight:bold;
}

#RCmenubar a.trigger{
padding:15px 36px 15px 30px;
background-image:url(../images/RCPM_dark_south.gif);
background-repeat:no-repeat;
background-position:right center;
}

#RCmenubar .triggerSelected{
background-image:url("../images/main_navigation_hover.gif");
background-repeat:repeat-x;
background-color:#FFFFFF;
}

#RCmenubar li{
float:left;
width:9em;
}

#RCmenubar li ul, #RCmenubar ul li{
width:25em;
}

#RCmenubar ul li a{
color:#77899F;
border-right:0;
padding:3px 12px 3px 10px;
}

#RCmenubar li ul{
position:absolute;
z-index:1000;
display:none;
background-color:#FFFFFF;
border:1px solid #cccccc;
background-image:url("../images/main_navigation_hover.gif");
background-repeat:repeat-x;
}

#RCmenubar li:hover a, #RCmenubar a:focus, #RCmenubar a:active, #RCmenubar li.RChvr a{
color:#77899F;
}

#RCmenubar li ul li a{
font-weight:normal;
}

#RCmenubar li:hover{
background-image:url("../images/main_navigation_hover.gif");
background-repeat:repeat-x;
background-color:#ffffff;
}

#RCmenubar li:hover ul, #RCmenubar li.RChvr ul{
display:block;
}

#RCmenubar li:hover ul a, #RCmenubar li.RChvr ul a{
color:#77899F;
background-color:transparent;
}

/* FIX FOR OLDER BROWSERS */
#RCmenubar ul a:hover{
background-color:#ffefa7!important;
color:#77899F!important;
}

/* THIS CHARACTER: \ INSIDE THIS COMMENT CAUSES IE5 ON MAC TO IGNORE THE RULE */
#RCmenubar li{
width:auto;
}

/* END OF DROP DOWN MENUS */

/* INPAGE MENU STYLES */

#link_panels .inpage_menu * {
margin: 0;
padding: 0;
}
#link_panels .inpage_menu {
margin: 0 0 10px 0;
padding: 0;
text-transform:uppercase;
width: 210px;
float: right;
}
#link_panels .inpage_menu ul {
margin: 0;
padding: 0;
border: 1px solid #6E8299;
}
#link_panels .inpage_menu ul li {
margin: 0;
padding: 0;
list-style: none;
background: none;
text-align: left;
background: #6E8299;
border-bottom:1px dotted #FFFFFF;
list-style-position: inside;
}
#link_panels .inpage_menu ul .last {
border-bottom: none;
}
#link_panels .inpage_menu ul li a {
margin: 0;
padding: 0;
font-size: 1.3em;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
display: block;
height: 2em;
line-height: 2em;
text-indent: 15px;
}
#link_panels .inpage_menu ul li a:hover {
text-decoration: underline;
}
#link_panels .inpage_menu ul .active {
background: #FFFFFF;
}
#link_panels .inpage_menu ul .active a {
color: #6E8299;
}
#link_panels .inpage_menu .active ul{
border: none;
}
#link_panels .inpage_menu .active ul li{
background: #FFFFFF;
}
#link_panels .inpage_menu .active ul li a{
font-size: 1.1em;
font-weight: normal;
}
#link_panels #box_left_alternate {
margin: 0 0 15px 0;
padding: 0;
width: 210px;
background: #F8F9FB;
float: right;
text-align: center;
}
#link_panels #box_left_alternate b.rtop b{
background: #F8F9FB;
}
#link_panels #box_left_alternate p{
margin: 0 10px;
padding: 0;
text-align: left;
}
#link_panels #box_left_alternate p a {
margin: 5px 0 15px 0;
padding: 0;
}
#link_panels .thanks_tab p, #link_panels .thanks_tab ul, #link_panels .thanks_tab h2 {
padding-left: 20px;
text-align: left;
}
#link_panels .thanks_tab ul {
padding-left: 40px
}

/* END OF INPAGE MENU */

/* CREATE ROUNDED AREA FOR THE SEARCH BOX */

#searchBox{
/*width:55em; fix for Linux firefox */
width:48em;
float:right;
text-align:center;
margin-bottom:15px;
background:#ffd204;
}

#searchBoxContent{ 
padding:7px;
padding-top:3px;
}

#searchBoxContent form{
margin:0;
}

#searchBoxContent input{
padding:0;
margin:0;
}

#searchBoxContent p{
font-weight:bold;
margin:0;
padding:0;
}

#searchBoxContent a{
font-weight:bold;
text-decoration:none;
color:#221f73;
}

#searchBoxContent a:hover{
font-weight:bold;
text-decoration:underline;
color:#221f73;
}

b.rtop, b.rbottom{
display:block;
background:#FFF;
}

b.rtop b, b.rbottom b{
display:block;
height:1px;
overflow:hidden;
background:#ffd204;
}

b.r1{
margin:0 5px;
}

b.r2{
margin:0 3px;
}

b.r3{
margin:0 2px;
}

b.rtop b.r4, b.rbottom b.r4{
margin:0 1px;
height:2px;
}

/* END OF SEARCH BOX */


#phone_number {
padding:0 5px 10px 0;
clear:right;
float:right;
color:#221f73;
font-size:2.2em;
font-weight:bold;
letter-spacing:2px
}
#phone_number span{
font-size:0.6em;
}

/* DEFINE THE MAIN HEADER ELEMENTS */

#mainHeader{
margin: 0 !important;
padding: 0 !important;
background: #FFD40E url("../images/yellow_fade_alternate.gif") repeat-x bottom left;
width: 100%;
float: left;
}

#mainHeader *{
margin: 0;
padding: 0;
}

#mainHeaderLeft_home{
margin: 0;
padding: 0;
/*background-image:url("../images/header_images/home_credit_card_banner.jpg"); */
background-image:url("../images/header_images/50_offer_bold_banner2.png"); 
background-repeat:no-repeat;
background-position:left top;
height:20em;
width: 77%;
text-align:left;
float: left;
}

#mainHeaderLeft_home2{
margin: 0;
padding: 0;
height:20em;
max-height: 20em;
width: 77%;
text-align:left;
float: left;
}

#home #mainHeaderLeft_home{
height:20.5em;
}

#mainHeaderLeft{
margin: 0;
padding: 0;
background-repeat:no-repeat;
background-position:left top;
height:17.3em;
width: 77%;
text-align:left;
float:left;
}

#mainHeaderLeft_home .imageLeftContainer{
margin: 0;
padding: 0;
padding-top:10px;
width: 325px;
list-style:none;
float:left;
}

#mainHeaderLeft .imageLeftContainer{
margin: 0;
padding: 0;
width: 62%;
padding-top:10px;
padding-right:10px;
padding-left:15%;
margin-left:125px;
list-style:none;
}

#mainHeaderLeft a{
width:100%;
height:17.3em;
cursor:pointer;
display:block;
}

#mainHeaderLeft .imageLeftContainer .alt_style h1 {
margin:0;
padding:0;
padding-top:120px;
color:#FFFFFF;
}

#mainHeaderLeft .alt_style h1 {
margin:0;
padding:0;
padding-top:120px;
color:#FFFFFF;
}


#mainHeaderLeft_home .imageLeftContainer h2{
margin:0;
padding:0;
/*color:#666666;*/
color:#252525;
font-weight:bold;
display:block;
}

#mainHeaderLeft .imageLeftContainer h2{
margin:0;
padding:0;
/*color:#666666;*/
color:#252525;
font-weight:bold;
display:block;
}

#mainHeaderLeft .imageLeftContainer h1{
margin:0;
padding:0;
color:#221f73;
font-weight:bold;
display:block;
}

#mainHeaderLeft_home .imageLeftContainer p{
margin: 0;
padding: 0;
padding-top:10px;
/*color:#666666;*/
color:#252525;
font-weight:bold;
display:block;
}

#mainHeaderLeft .imageLeftContainer p{
margin: 0;
padding: 0;
padding-top:10px;
/*color:#666666;*/
color:#252525;
font-weight:bold;
display:block;

}

#mainHeaderLeft_home .imageLeftContainer ul{
margin:0;
padding:0;
width:auto;
padding-top:20px;

padding-left:10px;
list-style:none;
}

#mainHeaderLeft .imageLeftContainer ul{
margin:0;
padding:0;
width:auto;
padding-top:20px;
padding-left:10px;
list-style:none;
}

#mainHeaderLeft_home .imageLeftContainer ul li {
margin:0;
padding:0;
display:block;
}

#mainHeaderLeft .imageLeftContainer ul li {
margin:0;
padding:0;
display:block;
}

#mainHeaderCTA{
margin: 0;
padding: 0;
width: 23%;
min-height:17.3em;
text-align:left;
display:block;
float:right;
background: #FFD40E url("../images/yellow_fade_alternate.gif") repeat-x bottom right;
}

#home #mainHeaderCTA{
min-height:20.3em;
}

#mainHeaderCTA h2{
color:#ffffff;
font-weight:bold;
font-size:2.6em;
padding: 0 0 0 5px;
margin:0;
display:block;
}

#mainHeaderCTA a.image_placer:hover{
background-image:url(../images/button_go_over.gif);
}


#mainHeaderCTA a.image_placer2:hover{
background-image:url(../images/button_go_over.gif);
}

#mainHeaderCTA a.image_placer{
margin: 0;
padding: 0;
background:transparent url(../images/button_go.gif) no-repeat scroll 0 0;
float:right;
height:31px;
margin-top:10px;
width:56px;
margin-right:10px;
}

#mainHeaderCTA a.image_placer2{
margin: 0;
padding: 0;
background:transparent url(../images/button_go.gif) no-repeat scroll 0 0;
float:right;
height:31px;
margin-top:-1px;
width:56px;
margin-right:10px;
}

#mainHeaderCTA p{
font-weight:bold;
padding:0 0 5px 5px;
margin:0;
display:block;
color:#333333;
}

#mainHeaderCTA .alt_CTA p{
	font-size: 1.5em;
	margin-top: -7px;
}

#mainHeaderCTA .alt_CTA a {
  margin-top: -10px;
}

#mainHeader .ctaSubText{
font-weight:bold;
padding:0;
margin:0;
font-size:1em;
border-top:1px dashed #6E8299;
margin-right:10px;
margin-top:10px;
padding-top:10px;
}

#mainHeader .ctaSubText a{
font-weight:bold;
padding:0;
margin:0;
color:#221f73;
text-decoration:none;
}

#mainHeader .ctaSubText a:hover{
font-weight:bold;
color:#221f73;
text-decoration:underline;
}


#mainHeaderSubMenus{
margin: 0;
padding: 0;
background-color:#FFD40E;
padding-left:15px;
margin-top:1px;
padding-top:5px;
padding-bottom:5px;
}

#mainHeaderSubMenus p{
padding:0;
margin:0;
}

#mainHeaderSubMenus a{
margin: 0;
padding: 0;
font-weight:bold;
/*color:#666666;*/
color:#252525;
text-decoration:none;
font-family:arial,helvetica,clean,sans-serif;
}

#mainHeaderSubMenus a:hover{
font-weight:bold;
color:#ffffff;
text-decoration:none;
font-family:arial,helvetica,clean,sans-serif;
}

.largeHeaders p{
padding: 10px 5px !important;
}
.largeHeaders a{
margin-top: -5px !important;
}

/* DEFINE THE INNER WRAPPER */
#wrapper #innerWrapper{
margin:0px 10px 10px 10px;
}
#mainHeader #mainHeaderLeft_home .special_offer_tab{
width:180px;
float:left;
margin-left:35px;
}
#mainHeader #mainHeaderLeft_home .special_offer_tab a img{
margin-top:23px;
}

/* DEFINE THE CONTENT DIV FOR INDEX.PHP */
#content{
float:left;
width:70%;
padding:0 10px;
margin:0;
margin-top:2em;
}
#single_col {
margin:0;
padding:0;
width:100%;
background:transparent url(../images/arrow_yellow_faded.gif) no-repeat top right;
}
#single_col #content{
width:98%;
}

/* DEFINE THE RIGHT SIDEBAR */
#sidebar{
float: right;
margin: 0;
padding: 0;
width: 24.5%;
text-align:right;
padding-top: 65px;
background: transparent url(../images/arrow_yellow_faded.gif) no-repeat 50% 0;
}

#quicklinks{
float:right;
width:215px;
margin:0;
padding:0;
text-align:left;
}

#link_panels{
margin:0;
padding:0;
float:right;
}

.rightBarLink{
padding:0;
margin:0;
margin-bottom:5px;
border:0;
}

/* LOGIN BOX */
#loginBox{
width:210px;
margin-right:0;
margin-left:auto;
}

#loginContentHeader{
background:#ffd204;
font-weight:bold;
text-align:left;
padding-left:8px;
text-transform:uppercase;
font-size:1.2em;
color:#221F73;
}

#moreInfoHeader{
background:#ffd204;
font-weight:bold;
text-align:left;
padding-left:8px;
}

#loginContent{
background:#ffffff;
background:transparent url(../images/background_login_body.gif) repeat-y scroll 0 0;
text-align:left;
padding:5px;
color:#999999;
}

#loginContent2{
background:#ffffff;
text-align:left;
color:#999999;
}

#loginBox form label{
clear:both;
display:block;
padding:4px;
}

#loginBox form input.up{
border:1px solid #A5B4C3;
float:right;
height:19px;
width:120px;
margin:0;
padding:0;
}

#loginBox form select {
border:1px solid #A5B4C3;
float:right;
width:122px;
}

#loginBox form a.imageLink {
float:right;
}

#loginBox a.logIn:hover {
background:transparent url(/assets/images/button_login_over.gif) no-repeat scroll left top;
}

#loginBox a.logIn {
background:transparent url(/assets/images/button_login.gif) no-repeat scroll left top;
}

#loginBox a.med1 {
width:80px;
}

#loginBox a.imageLink {
display:block;
height:23px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-indent:-3000px;
}

#loginBox a:hover {
text-decoration:underline;
}

#loginBox a {
color:#1E1C75;
text-decoration:none;
}


/* LOGIN BOX PARTNER*/
#loginpartner{
width:210px;
margin-right:0;
margin-left:auto;
}

#loginpartner form label{
display:block;
padding:4px;
}

#loginpartner form input.up{
border:1px solid #A5B4C3;
float:right;
height:19px;
width:120px;
margin:0;
padding:0;
}

#loginpartner form select {
border:1px solid #A5B4C3;
float:right;
width:122px;
}

#loginpartner form a.imageLink {
float:right;
}

#loginpartner a.logIn:hover {
background:transparent url(/assets/images/button_login_over.gif) no-repeat scroll left top;
}

#loginpartner a.logIn {
background:transparent url(/assets/images/button_login.gif) no-repeat scroll left top;
}

#loginpartner a.med1 {
width:80px;
}

#loginpartner a.imageLink {
display:block;
height:23px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-indent:-3000px;
}

#loginpartner a:hover {
text-decoration:underline;
}

#loginpartner a {
color:#1E1C75;
text-decoration:none;
}

/* LOGIN BOX MAIN (login page)*/
#loginBox_main{
width: 90%;
margin-right:0;
margin-left:auto;
float:left;
}

#loginBox_main #loginContentHeader{
background:#ffd204;
font-weight:bold;
text-align:left;
padding-left:8px;
text-transform:uppercase;
font-size:1.2em;
color:#221F73;
}

#loginBox_main #loginContent{
background:#f8f9fb;
text-align:left;
margin:0;
padding:10px 0;
color:#999999;
width: 100%;
}

#loginBox_main #loginContent .errors strong {
font-size: 1.3em !important;
padding-left: 25px !important;
}

#loginBox_main form label{
clear:both;
margin:0;
margin-top: 10px;
padding:4px;
font-size: 1.3em;
text-align: right;
float:left;
width: 8em;
color: #666666;
}

#loginBox_main p{
clear:both;
padding-left: 25px !important;
font-size: 1.3em !important;
}

#loginBox_main form input.up{
border:1px solid #A5B4C3;
float:left;
height:19px;
width:220px;
margin:0;
margin-top: 10px;
margin-right: 50px;
padding:0;
}

#loginBox_main form select {
margin:0;
padding:0;
border:1px solid #A5B4C3;
float:left;
width:222px;
margin-top: 10px;
}

#loginBox_main p.note {
padding-bottom:2px;
line-height:1em !important;
}

#loginBox_main a.imageLink {
float:right;
}

#loginBox_main #loginFormPart2 {
	width: 100%;
}

#loginBox_main #loginContent fieldset{
	margin:0;
	margin-top:10px;
	padding:0;
	width:100%;
	border:none;
	float:left;
}

#loginBox_main #loginContent fieldset a{
	padding-left: 25px;
	font-size: 1.3em !important;
}

#loginBox_main a.logIn:hover {
background:transparent url(/assets/images/button_login_over.gif) no-repeat scroll left top;
}

#loginBox_main a.logIn {
background:transparent url(/assets/images/button_login.gif) no-repeat scroll left top;
}

#loginBox_main a.med1 {
width:80px;
}

#loginBox_main a.imageLink {
display:block;
height:23px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-indent:-3000px;
padding-right: 25px;
}

#loginBox_main a:hover {
text-decoration:underline;
}

#loginBox_main a {
color:#1E1C75;
text-decoration:none;
}

/* RANDOM BOX */
#randomBox{
width:210px;
margin-top:10px;
margin-right:0;
margin-left:auto;
float: right;
}

#randomBox img{
border:0;
margin: 0 10px 10px 0;
}

#randomContentHeader{
background-color:#e1e6ec;
font-weight:bold;
text-align:left;
padding-left:8px;
text-transform:uppercase;
font-size:1.2em;
color:#333333;
}

#randomContent{
background-color:#ffffff;
text-align:left;
padding:5px;
border:1px solid #e1e6ec;
border-top:0;

color:#999999;
}

#randomContent p{
font-size:90%;
font-weight:normal;
}

#randomBox a:hover {
text-decoration:underline;
}

#randomBox a {
color:#1E1C75;
text-decoration:none;
}

#randomBox b.rtop, #randomBox b.rbottom{
display:block;
background:#FFF;
}

#randomBox b.rtop b, #randomBox b.rbottom b{
display:block;

height:1px;
overflow:hidden;
background:#e1e6ec;
}

#randomBox b.r1{
margin:0 5px;
}

#randomBox b.r2{
margin:0 3px;
}

#randomBox b.r3{
margin:0 2px;
}

#randomBox b.rtop b.r4, #randomBox b.rbottom b.r4{
margin:0 1px;
height:2px;
}

/* CONTENT BOXES*/

.content_box {
	margin:0; 
	padding:0;
	margin-bottom: 10px;
	width: 210px;
	background: #F8F9FB;
	float: right;
}
.content_box h4 {
	margin:0; 
	padding:3px 10px 5px 10px;
	background: #FFD204;
	border: none;
	font-weight: bold;
	font-size: 1.3em;
}
.content_box p {
	margin:0; 
	padding:5px 10px 10px 10px;
}
.content_box a {
	margin:0;
	padding:10px 0 5px 0;
	/*display: block;*/
}
.content_box .signUp, .content_box .moreInfo, .content_box .getQuote{
	margin-left: 10px;
}
#content .content_box {
	width: 100%;
}

/* CONTENT BOXES 2*/

.contentboxheader1{
background:transparent url(../images/siteV2_0/sidebartab2.png) no-repeat 0 0;
font-weight:bold;
text-align:left;
padding:3px 0 3px 8px;
text-transform:uppercase;
font-size:1.4em;
color:#000000;
}

.content_box2 {
	margin:0; 
	padding:0;
	margin-bottom: 10px;
	width: 210px;
	background: #e3f3f2;
	float: right;
}
.content_box2 h4 {
	margin:0; 
	padding:3px 10px 5px 10px;
	border: none;
	font-weight: bold;
        font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.5em;
}
.content_box2 p {
	margin:0; 
	padding:5px 10px 10px 10px;
}
.content_box2 a {
	margin:0;
	padding:10px 0 5px 0;
	/*display: block;*/
}
.content_box2 .signUp, .content_box2 .moreInfo, .content_box2 .getQuote{
	margin-left: 10px;
}
#content .content_box2 {
	width: 100%;
}


/* NEWSLETTER  */
.group {
	margin: 0;
	padding: 0;
	border: none;
}

.group p, .group .field, .group .im {
	margin: 2px 0;
	padding: 0;
	float: left;
}
.group .field, .group .im {
	margin-left: 10px;
	vertical-align: middle;
}
/*
#newslettertab {
	margin: 0;
	padding: 0;
	float: right;
	width: 210px;
	text-align: left;
}

#newslettertab #newsletterRequestForm {
 margin: 0;
 padding: 0;
 width: 210px;
 font-family:'Trebuchet MS',Helvetica,sans-serif;
}

#newslettertab .content_box p, #newslettertab .content_box h3 {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	font-size: 1.2em;
}
#newslettertab #newsletterRequestForm td {
	font-size: 1.2em;
}
#newslettertab #newsletterRequestForm .label {
	font-weight: normal;
	text-align: right;
	color:#999999;
	font-size: 1.2em;
}
#newslettertab #newsletterRequestForm td .short {
	margin:0;
	padding:0;
	width: 120px;
	color: #313133;
	font-weight: normal;
}
#newslettertab #newsletterRequestForm td select {
	width: 123px !important;
}
.content_box .errors	{
	text-align: left;
}*/

/* BREADCRUMBS */
#content .B_crumbBox{
text-align:left;
font-size:1.2em;
color: #69819B;
}

#content .B_crumbBox a{
text-decoration:none;
color: #69819B;
}

#content .B_crumbBox a:hover{
text-decoration:underline;
color: #69819B;
}

/* END OF BREADCRUMBS */

/* EFORM STYLES */

.errors {
	background-color: #ffc0ba;
	border: 1px solid #d97b73;
	padding: 0.5em;
}
.errors strong {
	color: #221F73;
	font-size: 1em;
}
.invalid {
	background-color: #FFD204;
}
.required {
	background-color: #ffc;
}

.formHolder {
    background-color: #f6f8f9;
    text-align: center;
    padding: 25px;
}

.formHolder4 {
    background-color: #f6f8f9;
    text-align: center;
    padding: 5px;
}

#PRM {
	margin: 0;
	padding: 0;
}

#PRM .formHolder {
	margin: 0 100px;
}

table.autoWide {
    text-align: left;
    width: auto;
}

/* END OF FORM STYLES */

/* TABLE STYLES */
table {
	border: 2px solid #6e8299;
}

thead {
	background-color: #e9ecf0;
}
th {
	font-weight: bold;
	text-align: center;
	padding: 0.4em;
	border: 1px solid #fff;
}

th h3 {
    margin: 0;
    padding: 0;
}

td {
	border: 1px solid #e3e7eb;
	padding: 0.4em;
	color: #666666;
	font-size: 1.3em;
}

table.faq {
	color: #666666;
	border: 0;
	width: 100%;
}

table.faq td {
	border: 0;
}

h3.faq span {
	color: #666;
	margin-right: 2em;
}
div.faq {
	margin-left: 2em;
}
div.faq span {
	float: left;
}

input.long {
	width: 200px;
    border: 1px solid #A5B4C3;
}

table.noborder {
	border: 0;
	width: 95%;
}

table.noborder td {
	border: 0;
}
/* END OF TABLE STYLES */

/* LAYOUT FOR 3 COLUMN */
#sidebarArrow3{
height:50px;
background: transparent url(../images/arrow_yellow_faded.gif) no-repeat 50% 0;
margin-bottom:15px;
}

#content_3{
margin-left:230px;
margin-right:230px;
padding-top:15px;
}

#sidebar_left{
position:absolute;
top:0px;
width:215px;
text-align:left;
overflow:hidden;
}

/* SIDE BAR LEFT FOR PARTNER TEMPLATE */

#sidebarleft{
clear:both;
float:left;
width: 23%;
padding-left: 20px;
text-align:left;
overflow:hidden;
}

#sidebarleft a {
color:#221f73;
font-size:  small;;
font-weight:bold;
text-decoration:none;
}

#sidebarleft a:hover {
color:#221f73;
font-size: small;
font-weight:bold;
text-decoration:underline;
}

/* SIDE BAR LEFT BUTTONS */

a.leftbarbutton {
display:block;
height:24px;
width: 210px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
margin-top:2px;
font-size: 16px;
text-align: center;
}

a.leftbarbutton:hover {
background:transparent url(/assets/images/partnerbutton2.gif) no-repeat scroll left top;
height:24px;
width: 210px;
font-size: 16px;
}

a.leftbarbutton {
background:transparent url(/assets/images/partnerbutton.gif) no-repeat scroll left top;
height:24px;
width: 210px;
font-size: 16px;
}

/* SIDE BAR LEFT BREADCRUMBS */
#sidebarleft .B_crumbBox{
text-align:left;
font-size:1.2em;
color: #69819B;
}

#sidebarleft .B_crumbBox a{
text-decoration:none;
color: #69819B;
}

#sidebarleft .B_crumbBox a:hover{
text-decoration:underline;
color: #69819B;
}

/* PARTNER SECTION CONTENT AREA */

#contentpartner{
float:right;
width:71%;
padding:0 10px;
margin-left:0px;
margin-top:0.8em;
padding-bottom:35px;
}

#contentpartner ul{
list-style:none;
margin-top:18px;
/*color:#666666;*/
color:#252525;
}

#contentpartner li{
background:transparent url(../images/blue_arrow.gif) no-repeat scroll 7px 3px;
font-family:'Trebuchet MS';
/*line-height:1em;*/
line-height:normal;
/*padding-bottom:10px;*/
padding-left:22px;
font-size:1.2em;
}

#contentpartner li p{
margin:0;
padding:0;
font-size:0.2em;
}


#contentpartner h3{
font:1.3em "Trebuchet MS", Arial, Verdana, sans-serif;
padding-top:5px;
padding-bottom:0px;
font-weight:bold;
}


/* PARTNER SECTION YELLOW HEADER */

#PartnerHeaderSubMenus{
margin: 0;
padding: 0;
background-color:#FFD40E;
padding-left:15px;
margin-top:1px;
padding-top:2px;
padding-bottom:0px;
}

/* PARTNER SECTION CURVED BOX */

.bl {background: url(../images/partnerbox/btmleft.gif) 0 100% no-repeat #EAEEF2; width: 20em}
.br {background: url(../images/partnerbox/btmright.gif) 100% 100% no-repeat}
.tl {background: url(../images/partnerbox/tpleft.gif) 0 0 no-repeat}
.tr {background: url(../images/partnerbox/tpright.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

#arrowDrop{
padding:10px;
padding-top:0;
background:transparent url("../images/yellow_fade_alternate.gif") repeat-x bottom;
background-color:#FFD40E;
min-height:15em;
}
/* END OF LAYOUT FOR 3 COLUMN */

#arrowDrop h2{ 
padding:0; 
margin:0;
}
 
#arrowDrop p{
padding:0;
margin:0;
}

#sidebar_right{
position: absolute;
top: 0;
right: 0;
width:215px;
text-align:right;
}

#large_panel_3{ 
clear:both; 
margin:0; 
padding:0;
width:100%;
height: 100%;
position:relative;
}

/* SITEMAP */
#content #sitemap li *{
	font-size: small; 
}

/* TAG CLOUD */
.tagcloud {
	margin: 10px 0 5px 0; 
	padding: 0;
	padding-bottom: 5px;
	width: 210px;
	float: right;
	text-align: center;
}
.tagcloud span {
	margin: 0; 
	padding: 0;
	display: inline-table;
}

.tagcloud span a {
	margin: 25px 3px 2px 3px; 
	padding: 0 2px 0 2px;
	border-bottom: 1px solid #FFF;
}

.tagcloud span a:hover{
	color: #221f73;
	font-weight: bold;
	border-bottom: 1px solid #221f73;
	text-decoration: none;
}

.tagcloud span .cloud1 {
	font-size: 1.8em;
}
.tagcloud span .cloud2 {
	font-size: 1.6em;
}
.tagcloud span .cloud3 {
	font-size: 1.4em;
}
.tagcloud span .cloud4 {
	font-size: 1.2em;
}
.tagcloud span .cloud5 {
	font-size: 1em;
}

/* pay cash eFrom */
.formHolder_paycash {
	text-align: center;
	padding: 0;
}
#paycashSignForm {
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	width: 210px;
}

#paycashSignForm .label {
	font-weight: normal;
	text-align: right;
	color:#999999;
	font-size: 1.2em;
}
#paycashSignForm td .short {
	margin:0;
	padding:0;
	width: 120px;
	color: #313133;
	font-weight: normal;
}
#paycashSignForm td select {
	width: 123px !important;
}
.content_box .errors	{
	text-align: left;
}
#paycashInfoTab {
	color: #313133;
	font-weight: normal;
	background-color: #f6f8f9;
	padding: 5px;
	margin-bottom: 10px;
}
#paycashInfoTab p, #paycashInfoTab u {
	font-family:'Trebuchet MS',Helvetica,sans-serif;
	padding: 5px 10px;
	font-size:93%;
	/*line-height:18px;*/
	line-height:normal;
	text-align: left;
}
#paycashInfoTab a {
	color: #1E1C75;
	font-weight: bold;
	text-align: left;
}
#paycashInfoTab ul li {
	margin: 5px 0 5px 20px;
	list-style-type: circle !important;
	text-align: left;
}


/* sidebarBox */
#sidebarBox{
width:210px;
margin-right:0;
margin-left:auto;
}

#sidebarContentHeader{
background:transparent url(../images/siteV2_0/sidebartab.png) no-repeat 0 0;
font-weight:bold;
text-align:left;
padding:3px 0 3px 8px;
text-transform:uppercase;
font-size:1.4em;
color:#000000;
}

#sidebarContent{
background:#E3F3F2;
text-align:left;
padding:5px 5px 5px 10px;
padding-top:0;
color:#999999;
border-top: 3px solid #FFFFFF;
}
#sidebarBox #sidebarContent img{
padding-top:5px;
padding-bottom:5px;
float:right;
}
#sidebarBox #sidebarContent .group{
padding-top:5px;
width:100%;
}
#sidebarBox #sidebarContent .errors{
margin-top:10px;
color:#333;
}
#sidebarBox #sidebarContent .errors p{
width:90%;
}
#sidebarBox #sidebarContent .group p{
width:100%;
}
#sidebarBox #sidebarContent .group .field {
width:90%;
}
#sidebarBox #sidebarContent .group .field input{
width:100%;
}
#sidebarBox #sidebarContent .group span .im{
float:right;
}

#sidebarBox form label{
clear:both;
display:block;
padding:4px;
}

#sidebarBox form input.up{
border:1px solid #A5B4C3;
float:right;
height:19px;
width:120px;
margin:0;
padding:0;
}

#sidebarBox form select {
border:1px solid #A5B4C3;
float:right;
width:122px;
}

#sidebarBox form a.imageLink {
float:right;
}

#sidebarBox a.logIn:hover {
background:transparent url(/assets/images/button_login_over.gif) no-repeat scroll left top;
}

#sidebarBox a.logIn {
background:transparent url(/assets/images/button_login.gif) no-repeat scroll left top;
}

#sidebarBox a.med1 {
width:80px;
}

#sidebarBox a.imageLink {
display:block;
height:23px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
text-indent:-3000px;
}

#sidebarBox a:hover {
text-decoration:underline;
}

#sidebarBox a {
color:#1E1C75;
text-decoration:none;
}

#news_box #sidebarBox #sidebarContent h1,
#news_box #sidebarBox #sidebarContent h2,
#news_box #sidebarBox #sidebarContent h3,
#news_box #sidebarBox #sidebarContent h4,
#news_box #sidebarBox #sidebarContent h5, 
#news_box #sidebarBox #sidebarContent h6 {
margin-bottom:0;
padding-top:15px;
padding-bottom:0;
font-weight:bold;
color:#313133;
}

#news_box #sidebarBox #sidebarContent h1 {
font-size:2.2em;
}
#news_box #sidebarBox #sidebarContent h2 {
font-size:2em;
}
#news_box #sidebarBox #sidebarContent h3 {
font-size:1.8em;
}
#news_box #sidebarBox #sidebarContent h4 {
font-size:1.6em;
}
#news_box #sidebarBox #sidebarContent h5 {
font-size:1.4em;
}
#news_box #sidebarBox #sidebarContent h6 {
font-size:1.2em;
}

#news_box #sidebarBox #sidebarContent p {
margin-top:0;
padding-top:0;
color:#313133;
}

/* BUTTONS */

a.imageLink {
	display: block;
	height: 23px;
	text-indent:-3000px;
  outline: 0;
}

a.sml {
    width: 41px;
}

a.med1 {
    width: 80px;
}

a.med {
    width: 105px;
}

a.lge1 {
    width: 154px;
}

a.lge {
    width: 171px;
}

a#signUpHere {
    background: url("/assets/images/button_sign_up_here.gif") no-repeat top left;
}

a#signUpHere:hover {
    background: url("/assets/images/button_sign_up_here_over.gif") no-repeat top left;
}

a#requestQuote {
    background: url("/assets/images/button_request_quote_lge.gif") no-repeat top left;
}

a#requestQuote:hover {
    background: url("/assets/images/button_request_quote_lge_over.gif") no-repeat top left;
}

a#compareProducts {
    background: url("/assets/images/solution_images/compare_products.gif") no-repeat top left;
}

a#compareProducts:hover {
    background: url("/assets/images/solution_images/compare_products_over.gif") no-repeat top left;
}

a.signUp {
    background: url("/assets/images/buttons/sign_up_dark_grey.gif") no-repeat top left;
}

a.signUp:hover {
    background: url("/assets/images/buttons/sign_up_dark_grey_over.gif") no-repeat top left;
}

a.moreInfo {
    background: url("/assets/images/button_more_info_med.gif") no-repeat top left;
}

a.moreInfo:hover, a.moreInfo:active {
    background: url("/assets/images/button_more_info_med_over.gif") no-repeat top left;
}

a.getQuote {
    background: url("/assets/images/buttons/get_quote_silver.gif") no-repeat top left;
}

a.getQuote:hover, a.getQuote:active {
    background: url("/assets/images/buttons/get_quote_silver.gif") no-repeat top left;
}

a.logIn {
    background: url("/assets/images/button_login.gif") no-repeat top left;
}

a.logIn:hover {
    background: url("/assets/images/button_login_over.gif") no-repeat top left;
}


.button_1 {
height:50px;
padding-left:31px;
padding-top:62px;
width:284px;
}

.button_2 {
height:50px;
padding-left:30px;
padding-top:12px;
width:284px;
}

.rollover_home a {
color:#333333;
display:block;
height:49px;
text-decoration:none;
width:285px;
}

.rollover_home a.link1 {
background:transparent url(../images/button_home_page_yes_rollover.gif) no-repeat scroll 0 0;
}

.rollover_home a.link2 {

background:transparent url(../images/button_home_page_no_rollover.gif) no-repeat scroll 0 0;
}

.rollover_home a:hover {
background-position:0 -51px;
color:#004499;
}

.rollover_home a:active {
background-position:0 -51px;
color:#FFFFFF;
}

/* FONT COLOURS */
.font_pale_blue {
color:#E3F2F0;
}
.font_light_blue {
color:#98CDCD;
}
.font_grey_blue {
color:#ABBFD4;
}
.font_light_yellow {
color:#F8D854;
}
.font_dark_yellow {
color:#F9DB55;
}
.font_olive {
color:#A59239;
}
.font_white {
color:#FFFFFF;
}