﻿@import "framework/reset.css";
@import "framework/framework.css";
@import "framework/form.css";

body
{
    background-image : url(images/top-rept.png);
    background-repeat : repeat-x;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    line-height:1.4em;
}

div.container
{
    background-image : url(images/bottom-rept.png);
    background-repeat : repeat-x;
    background-position : left bottom;
    min-height: 120%;
    height: auto !important;
    height : 120%
}

div.onlycontainer
{
    background-image : url(images/bottom-rept.png);
    background-repeat : repeat-x;
    background-position : left bottom;
    min-height: 120%;
    height: auto !important;
    height : 120%
}

div.s-page
{
    width : 1002px;
    margin:0 auto;    
}
div.s-page div.twocolumn
{
    padding-bottom:73px; 
    overflow:auto;   
    background: url(images/main-content-sidebg.png) repeat-y left 251px;
}

div.s-header
{
    width :100%;
    height : 251px;
    background-image : url(images/header.png);
}

div.s-WithoutBanner
{
    width :100%;
    min-height : 251px;
    background: url(images/Withoutheader.jpg) no-repeat left top;
}

div.s-header a.logo
{
    width : 100%;
    height : 188px;
    
}

div.s-nav
{
    position : absolute;
    width : 1000px;
    bottom : 25px;    
    text-align:center;
}

div.s-nav ul
{
    display:inline;
}

div.s-nav ul li
{
    display:inline;
    padding-right:20px;
    padding-left:20px;
    border-right:solid 2px #2B3990;
}
div.s-nav ul li.nopipe
{
    border:none;
}

div.s-nav ul li a
{
    font-weight:bold;
    color:#2B3990;
    font-size:12px;
    text-decoration:none;
}
div.s-nav ul li a:hover
{
    color:#000000;
}
.noborder
{
    border:none !important;
}
div.s-footer
{
    clear:both;
    font-size:0.8em;
    color:#202123;
    width : 100%;
    text-align:center;
    height:43px;
    line-height:20px;
    background-image : url(images/bottom-rept.png);
    background-repeat : repeat-x;
    background-position : left bottom;
    padding-top:20px;
}

div.s-footer * {color:#000000;text-decoration:none;}

div.s-footer ul
{
    
    display:inline;
}
div.s-footer ul li
{
    display:inline;
    padding-right:10px;
    padding-left:9px;
    border-right:solid 1px #000000;
    overflow : visible;
    line-height : 12px;
}
div.s-footer ul li.nopipe
{
    border:none;
}

div.s-footer a:hover
{
    text-decoration : underline;
}

div.s-sub-content
{
    float:left;
    width:221px;
    height:100%;

}
div.s-sub-content ul
{
    padding-left:25px;
    text-align:center;
}
div.s-sub-content ul li
{

    margin:10px 0 10px 0;
}

div.s-main-content
{
    width:754px;
    float:left;
    height:100%;
    min-height:500px;
    background:#F6F6F8 url(images/main-content-bg.png) no-repeat center center;
}
div.s-onecolumn-main-content
{
	margin-left:35px;
	width:934px;
    float:left;
    height:100%;
    min-height:900px;
    height:auto !important;
	height:900px;
    background:#F6F6F8 url(images/main-content-bg.png) no-repeat center center;
}

div.s-nobanner-onecolumn-main-content
{
    margin-left:35px;
    margin-top:50px;
    width:934px;
    float:left;
    min-height:1000px;
    height: auto !important;
	height:1000px;
    background:#F6F6F8 url(images/main-content-bg.png) no-repeat center center;
}
*html .s-nobanner-onecolumn-main-content, *html .s-onecolumn-main-content
{margin-left:17px !important;
}
div.s-main-content div.s-content
{
    margin:10px 15px 10px 15px;
}

div.s-content h1
{
    color:#02197f;
    font-size:1.5em;
    font-weight:bold;
    text-align:center;
    line-height:1.3em;
    margin:0 0 20px;
}
div.s-content h1.left
{
    text-align:left;
}
div.s-content h2
{
    color:#30245E;
    font-size:1.1em;
    font-weight:bold;
    margin:20px 0px 20px 0px;
	line-height:1.3em;
	margin-left:10px;
}
div.s-content h2.black
{
    color:#000;
}
div.s-content h2.center
{
    text-align:center;
    line-height:1.5em;
}
div.s-content h2.left
{
    text-align:left;
    line-height:1.2em;
}

div.s-content h3
{
color:#02197f;
    font-size:11pt;
    font-weight:bold;
    margin:20px 0px 20px 0px;
	line-height:1.3em
}
div.s-content h3.center
{
    text-align:center;
}
div.s-content h3 a
{
}
div.s-content h3 a.center
{
    color:red;
    text-decoration:underline;
    text-align:center;
}
div.s-content h6
{
    color:#2B3990;
    font-size:0.9em;
    font-weight:bolder;
    text-align:center;
    margin:40px 20px 40px 20px;
}
div.s-content p
{
    margin-top:10px;
    margin-bottom:10px;
    font-size:10.5pt;
    line-height:1.5em;
    margin-left:10px;
    margin-right:10px;
}
div.s-content p.center
{
    text-align:center !important;
}
div.s-content div.center
{
    text-align:center;
}
div.s-content p.left
{
    text-align:left;
}
div.s-content .bold
{
   font-weight:bold;
}
div.s-content a.darkblue,div.s-content a.darkblue:visited
{
    color:#304d9f;
    font-size:1.0em;
}
div.s-content a.orange,div.s-content a.orange:visited
{
    color:#ff9900;
    font-size:1.0em;
}

div.s-content .red
{
    color:Red;
    font-weight:bold;
    line-height:1.2em;
}
div.s-content div.red a
{
    color:#304D9F;
    text-decoration:underline;
}
div.s-content a.orange
{
    color:#EE6800;
    text-decoration:underline;
    font-weight:bold;
}
div.s-content a.orange:hover
{
    color:#EF9900;
    text-decoration:none;
    font-weight:bold;
}
div.s-content div.red .centered,div.s-content .centered
{
    text-align:center;
}
div.s-content .blue
{
    text-align:center;
    color:#3366FF;
    font-size:0.9em;
}
div.s-content .blue1
{
    color:#3366FF;
    font-size:0.9em;
}

div.s-content .darkerblue
{
    color:#0066cc;
    font-size:0.9em;
}

div.s-content div.darkblue
{
    color:#02197F;
    font-size:1em;
    font-weight:bold;
    margin-bottom:15px;
}
div.s-content div.purple
{
    color:#30245E;
    font-size:0.9em;
    font-weight:bold;
    margin-bottom:10px;
    margin-left:10px;
}
div.s-content span.purple
{
    color:#30245E;
    font-size:1em;
    font-weight:bold;
    margin-left:10px;

}
div.s-content ul
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content ul li
{
    background:url(images/tick.png) no-repeat left top;
    font-size:10.5pt;
    padding:0px 0px 5px 30px;
    margin:15px 5px 15px 5px;
    text-align:left;
}

div.s-content ul li ul
{
   padding-left:30px;
    padding-right:20px;
}
div.s-content ul li ul li
{
    background:url(images/bluetick.png) no-repeat left top;
    font-size:10.5pt;
    padding-left:30px;
    margin:15px 5px 15px 5px;
    height:22px;
    line-height:1.3em;
}

div.s-content ul.redtick
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content ul.redtick li
{
    background:url(images/tick.png) no-repeat left top;
    font-size:10.5pt;
    padding:0px 0px 5px 30px;
    margin:15px 5px 15px 5px;
    text-align:left;
}
div.s-content ul.redarrow
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content ul.redarrow li
{
    background:url(images/icon_b.gif) no-repeat left 3px;
    font-size:10.5pt;
    padding:0px 0px 5px 30px;
    margin:15px 5px 15px 5px;
}
div.s-content ol
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content ol li
{
    background:url(images/icon_b.gif) no-repeat left 3px;
    font-size:10.5pt;
    padding:0px 0px 5px 30px;
    margin:15px 5px 15px 5px;
}

div.s-content ul.redbox li
{
    background:url(images/redbox.gif) no-repeat left center;
}
div.s-content ul.bluetick
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content ul.bluetick li
{
    background:url(images/bluetick.png) no-repeat left top;
    font-size:10.5pt;
    padding-left:30px;
    margin:15px 5px 15px 5px;
    height:22px;
    line-height:1.3em;

}
div.s-content ul.bluetick2
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content ul.bluetick2 li
{
    background:url(images/bluetick.png) no-repeat left top;
    font-size:10.5pt;
    padding-left:30px;
    margin:15px 5px 30px 5px;
    height:22px;
    line-height:1.3em;

}

div.s-content ul.words p.blue
{
    padding-left:10px;
    color:#3366fe;
}
div.s-content ul.words
{
    margin:10px;
    margin-bottom:20px;
}
div.s-content ul.words li
{
    font-size:10.5pt;
    padding-left:40px;
    height:25px;
    text-align:left;
}
div.s-content ul.bonus li
{
    background:transparent url(images/bonus.png) no-repeat scroll left top;
    display:block;
    font-size:10.5pt;
    margin:0 0 0 -20px;
    padding:0 0 40px 80px;
}
div.s-content ul.redstar li
{
    font-size:10.5pt;
    line-height:1.4em;
    padding-right:20px;
    padding-bottom:10px;
}
div.s-content ul.redstar li span
{
    font-size:15px;
    font-weight:bold;
    color:Red;
    padding-right:5px;
}
div.s-content ul li
{

}

div.s-content .s-box
{
    position:relative;
}
/* s-greybox */
div.s-content .s-greybox
{
    width:243px;
    float:right;
}
div.s-content .s-greybox .top
{
    width:201px;
    padding:0px 0px 0px 43px;
    font-weight:bold;
    height:30px;
    font-size:0.8em;
    background:url(images/report-header.png) no-repeat left center;
}
div.s-content .s-greybox .middle
{
    background:url(images/report-bg.png) repeat-y left center;
    padding:15px 15px 0 15px;
    width:213px;
}
div.s-content .s-greybox .middle .small
{
    font-size:0.8em;
}
div.s-content .s-greybox .middle .smaller
{
    font-size:0.6em;
    line-height:1.3em;
}
div.s-content .s-greybox .bottom
{
    width:243px;
    background:url(images/report-footer.png) no-repeat left center;
    height:16px;
    padding:0px 0px 0px 53px;
	float:left;
}



div.s-content .s-box .s-greybox
{
    width:243px;
    float:right;
}
div.s-content .s-box .s-greybox .top
{
    width:201px;
    padding:0px 0px 0px 43px;
    font-weight:bold;
    height:30px;
    font-size:0.8em;
    background:url(images/report-header.png) no-repeat left center;
}
div.s-content .s-box .s-greybox .middle
{
    background:url(images/report-bg.png) repeat-y left center;
    padding:15px 15px 0 15px;
    width:213px;
}
div.s-content .s-box .s-greybox .middle .small
{
    font-size:0.8em;
}
div.s-content .s-box .s-greybox .middle .smaller
{
    font-size:0.6em;
    line-height:1.3em;
}
div.s-content .s-box .s-greybox .bottom
{
    width:243px;
    background:url(images/report-footer.png) no-repeat left center;
    height:16px;
    padding:0px 0px 0px 53px;
	float:left;
}
/* s-imgbox */
div.s-content .s-imgbox
{
    float:right;
    border:solid 1px red;
    background:url(images/coaches-img.gif) no-repeat left top;
    width:170px;
    font-size:0.6em;
    padding-top:194px;
    line-height:1.5em;
    
}
div.s-content .s-box .s-imgbox
{
    float:right;
    border:solid 1px red;
    background:url(images/coaches-img.gif) no-repeat left top;
    width:170px;
    font-size:0.6em;
    padding-top:194px;
    line-height:1.5em;
}
div.s-content .s-imgboxright
{
    width:100%;
    min-height:250px;
    background:url(images/couch-img.png) no-repeat right top;
}
div.s-content .s-box .s-imgboxright
{
    width:100%;
    min-height:250px;
    background:url(images/couch-img.png) no-repeat right top;
}
div.s-content .s-box .s-imgboxright div
{
    padding-right:150px;
} 

/* s-bluebox */
div.s-content .s-bluebox
{
    background:url(images/marketingwisdom-img.png) no-repeat left top;
    border:solid 2px #0066ff;
    width:530px;
    margin:0 auto;
}
div.s-content .s-bluebox .top
{
    margin:10px;
    margin-left:174px;
    padding:10px;
    border:solid 1px #c2c2c2;
    height:300px;
}
div.s-content .s-bluebox .top1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #30245E;
	font-style: normal;
	border-bottom:2px solid #2B3990;
	padding:0px 50px;
	display:block;
	height:109px;
}

div.s-content .s-bluebox .bottom
{
    background:url(images/confidential-banner.gif) no-repeat right top;
    height:146px;
}

div.s-content .s-box .s-bluebox
{
    background:url(images/marketingwisdom-img.png) no-repeat left top;
    border:solid 2px #0066ff;
    width:530px;
    margin:0 auto;
}
div.s-content .s-box .s-bluebox .top
{
    margin:10px;
    margin-left:174px;
    padding:10px;
    border:solid 1px #c2c2c2;
    height:300px;
}
div.s-content .s-box .s-bluebox .top1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #30245E;
	font-style: normal;
	border-bottom:2px solid #2B3990;
	padding:0px 50px;
	display:block;
	height:109px;
}

div.s-content .s-box .s-bluebox .bottom
{
    background:url(images/confidential-banner.gif) no-repeat right top;
    height:146px;
}

/* s-darkbluebox */
div.s-content .s-darkbluebox
{
    border:2px solid #2B3990;
    display:block;
    margin:auto;
    padding:3px;
    text-align:center;
    width:630px;
}
div.s-content .s-darkbluebox div
{
    border:1px solid #0099FF;
    padding:0;
}
div.s-content .s-darkbluebox .top
{
    border:none;
    border-bottom:2px solid #2B3990;
    color:#30245E;
    display:block;
    font-weight:bolder;
    height:109px;
    padding:10px 50px 0px 50px;
    text-align:center;
}
div.s-content .s-darkbluebox .topshorter
{
    border-bottom:2px solid #2B3990;
    color:#30245E;
    display:block;
    font-weight:bolder;
    height:70px;
    padding:10px 50px 0px 50px;
    
}
div.s-content .s-darkbluebox p
{
    text-align:left;
    font-size: 12px;
}
div.s-content .s-darkbluebox img
{
    padding-top:0px;
}

div.s-content .s-box .s-darkbluebox
{
    border:2px solid #2B3990;
    display:block;
    margin:auto;
    padding:3px;
    text-align:center;
    width:630px;
}
div.s-content .s-box .s-darkbluebox div
{
    border:1px solid #0099FF;
    padding:0;
}
div.s-content .s-box .s-darkbluebox .top
{
    border:none;
    border-bottom:2px solid #2B3990;
    color:#30245E;
    display:block;
    font-weight:bolder;
    height:109px;
    padding:10px 50px 0px 50px;
    text-align:center;
}
div.s-content .s-box .s-darkbluebox .topshorter
{
    border-bottom:2px solid #2B3990;
    color:#30245E;
    display:block;
    font-weight:bolder;
    height:70px;
    padding:10px 50px 0px 50px;
    
}
div.s-content .s-box .s-darkbluebox p
{
    text-align:left;
    font-size: 12px;
}
div.s-content .s-box .s-darkbluebox img
{
    padding-top:0px;
}

/* s-whitebox */
div.s-content .s-whitebox
{
    background-color:#FFFFFF;
    border:thin dashed #833C3E;
    font-size:1em;
    font-style:normal;
    margin:20px 40px;
    padding:10px;
    line-height:1.3em;
}

div.s-content .s-box .s-whitebox
{
    background-color:#FFFFFF;
    border:thin dashed #833C3E;
    font-size:1em;
    font-style:normal;
    margin:20px 40px;
    padding:10px;
    line-height:1.3em;
}

div.s-content .leftfloat
{
    float:left;
    width:200px;
    text-align:center;
}
div.s-content .rightfloat
{
    float:left;
    width:200px;
    text-align:center;
    font-size:0.6em;
    padding-left:50px;
}

div.s-content .right
{
float:right;
}

div.s-content .s-contact
{
width: 612px; 
float: left; 
margin-bottom: 15px;
}
div.s-content .s-whitebox .imgbox
{
    float:left;
    font-size:10px;
    padding:5px 10px 10px;
    text-align:center;
    width:200px;
}

div.s-content .s-box .s-whitebox .imgbox
{
    float:left;
    font-size:10px;
    padding:5px 10px 10px;
    text-align:center;
    width:200px;
}

/* s-redgraybox */
div.s-content .s-redgraybox
{
    background-color:#E9E9E9;
    border:1px solid #FF6600;
    clip:rect(auto, 100px, auto, auto);
    float:left;
    margin:0 auto;
    padding:10px;
    width:400px;
}

div.s-content .s-box .s-redgraybox
{
    background-color:#E9E9E9;
border:1px solid #FF6600;
clip:rect(auto, 100px, auto, auto);
float:left;
margin:0 auto;
padding:10px;
width:400px;
}

div.s-content .s-box .s-twocolbox
{
    width:500px;
    height:250px;
    margin:0 auto;
}
/* s-yellowbox */
div.s-content .s-yellowbox
{
    background:#ffed73  none repeat scroll 0 0;
    border:3px dashed #333333;
    display:block;
    font-size:0.9em;
    font-style:normal;
    margin:20px 40px;
    padding:10px;
    text-align:center;
}

div.s-content .s-box .s-yellowbox
{
    background:#ffed73  none repeat scroll 0 0;
    border:3px dashed #333333;
    display:block;
    font-size:0.9em;
    font-style:normal;
    margin:20px 40px;
    padding:10px;
    text-align:center;
}

form.join
{
    margin-top:10px;
    margin-bottom:10px;
}
form.join div.field
{
    margin-bottom:5px;
}
form.join div.field label
{
    color:#413F47;    
    font-size:0.8em;
    font-weight:bold;
    width:90px;
    line-height:17px;
}

form.join input[type=text],form.join input[type=password]
{
    width:110px;
    height:15px;	
   
}
form.join fieldset input[type=submit], form.join fieldset input[type=reset], form fieldset input[type=button]
{
    font-size:0.8em;
    margin-left:30px;
}
 
form.contactus
{
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
    width:500px;
}
form.contactus div.field
{
    margin-bottom:5px;
}
form.contactus div.field label
{
    color:#666666;    
    font-size:0.8em;
    width:90px;
    line-height:17px;
    text-align:right;
    padding-right:8px;
}
form.contactus label.error
{
    float : left;
    width : auto !important;
    background-image:none;
    font-size : 0.7em;
    padding-top : 2px;
    padding-left : 8px;
    margin-left : 100px;
    color : #F00 !important;
}
form.contactus input[type=text],form.contactus input[type=password]
{
    font-size:0.7em;
    width:200px;
}
form.contactus select
{
    font-size:0.7em;
    height:20px;
}
form.contactus textarea
{
    font-size:0.7em;
    width:350px;
    height:177px;
}
form.contactus .buttons
{
    margin-left:100px;
}
form.contactus .button
{
    margin-left:100px;
}
form.contactus input[type=submit], form.contactus input[type=reset], form.contactus input[type=button]
{
    background:transparent url(images/submit-long.jpg) no-repeat scroll left top;
    font-size:0.7em;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:22px;
    padding:2px 0 5px 0px;
    width:120px;
    border:none;
}

form.downloadaudio
{
    margin:15px;
}
form.downloadaudio div.field
{
    margin-bottom:5px;
}
form.downloadaudio div.field label
{
    color:#413F47;    
    font-size:0.8em;
    font-weight:bold;
    width:90px;
    line-height:17px;
}
form.downloadaudio input[type=text],form.downloadaudio input[type=password]
{
    width:180px;
    height:15px;
}
form.downloadaudio fieldset input[type=submit], form.downloadaudio fieldset input[type=reset], form fieldset input[type=button]
{
    font-size:0.8em;
    margin-left:70px;
}
.new{
text-align:left;
}
label.FixWidth{
                width:50px ;
                display:block;
                float:left;
                font-size:12px;
}
/*.buttons
{
    background:transparent url(submit-long.jpg) no-repeat left top;
    font-weight:normal;
                 width:115px;
                 font-size:11px;
    padding:2px 0 5px 0px;
    border:none;
                 margin:10px 10px 10px 0;
}

div.s-content .redarrow ul {list-style-type:none; margin:0; padding:0;}
div.s-content .redarrow li
{
    background:url(icon_b.gif) no-repeat left 8px;
    font-size:12px;
    padding:0px 0px 5px 15px;
    margin:5px 10px;
    text-align:left;
}
div.s-content .redtick ul{list-style-type:none; margin:0; padding:0;}
div.s-content .redtick li
{
    background:url(tick.png) no-repeat left 5px;
    font-size:12px;
    padding:0px 0px 5px 30px;
    margin:5px 10px;
    text-align:left;
}

div.s-content p.smaller
{
    font-size:11px;
                 margin:0; padding:0;
}
div.s-content .s-box .s-whitebox1
{
    border:2px solid #2B3990;
                 text-align:left;
    margin:0 auto;
                 background:#fff;
    padding:5px 5px 0 5px;
    width:650px;
}*/
.buttons {
                background:transparent url(images/submit-long.gif) no-repeat left top;
                font-weight:normal;
                width:127px;
                font-size:12px;
		height:25px;
		color:#fff;
                padding:2px 0 5px 0px;
                border:none;
                margin:10px 10px 10px 0;
}
div.s-content .redarrow ul {
                list-style-type:none;
                margin:0;
                padding:0;
}
div.s-content .redarrow li {
                background:url(images/icon_b.gif) no-repeat left 8px;
                font-size:12px;
                padding:0px 0px 5px 15px;
                margin:5px 10px;
                text-align:left;
}
div.s-content .redtick ul {
                list-style-type:none;
                margin:0;
                padding:0;
}
div.s-content .redtick li {
                background:url(images/tick.png) no-repeat left 5px;
                font-size:14px;
                padding:0px 0px 5px 30px;
                margin:5px 10px;
                text-align:left;
}
div.s-content p.smaller {
                font-size:11px;
                margin:0;
                padding:0;
}
div.s-content .s-box .s-whitebox1 {
                border:2px solid #2B3990;
                text-align:left;
                margin:0 auto;
                background:#fff;
                padding:5px 5px 0 5px;
                width:650px;
}
div.s-content .s-darkbluebox
{
    border:2px solid #2B3990;
    display:block;
    margin:0 auto;
    padding:5px 5px 5px 5px;
    width:650px;
}

div.s-content .s-box .s-darkbluebox
{
    border:2px solid #2B3990;
    display:block;
    margin:0 auto;
    padding:5px 5px 5px 5px;
    width:650px;
}
div.s-content .s-box .s-darkbluebox ul.redarrow
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content .s-box .s-darkbluebox ul.redarrow li
{
    background:url(images/icon_b.gif) no-repeat left 3px;
    font-size:10.5pt;
    padding:0px 0px 5px 30px;
    margin:15px 5px 15px 5px;
}

div.s-content .s-box .s-darkbluebox .redarrow ul {list-style-type:none; margin:0; padding:0;}
div.s-content .s-box .s-darkbluebox .redarrow li
{
    background:url(icon_b.gif) no-repeat left 8px;
    font-size:12px;
    padding:0px 0px 5px 15px;
    margin:5px 10px;
    text-align:left;
}
div.s-content .s-registerbox 
{
    background-color:#FFFFFF;
    border:thin dashed #833C3E;
    font-size:1em;
    font-style:normal;
    margin:0 auto;
    width:300px;
    padding:10px;
    line-height:1.3em;
}

div.s-content .s-box .s-registerbox 
{
    background-color:#FFFFFF;
    border:thin dashed #833C3E;
    font-size:1em;
    font-style:normal;
    margin:0 auto;
    width:300px;
    padding:10px;
    line-height:1.3em;
}



div.s-content .s-graybox {
	background-color:#d2d8ff;
	border:thin dashed #833C3E;
	font-size:1em;
	font-style:normal;
	margin:20px 40px;
	padding:10px;
	font-size:15px;
	line-height:1.3em;
}
div.s-content .s-box .s-darkbluebox p.paddding {
	padding:5px 15px;
	font-size:14px;
}


div.s-content .paddding {
	margin:0 15px;
	font-size:14px;
}


div.s-content ul.bonus1 li
{
    background:transparent url(images/bonus.png) no-repeat scroll left top;
    display:block;
    font-size:10.5pt;
    margin:5px 0 0 0px;
    padding:0 0 10px 80px;
}
/* ----- clear fix for floats ----- */
.clear
{
    clear: both;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* hides clearfix from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* end hide from IE-mac */

div.s-content ul.purpletick
{
    padding-left:30px;
    padding-right:20px;
}
div.s-content ul.purpletick li
{
    background:url(images/purpletick.png) no-repeat left top;
    font-size:10.5pt;
    padding-left:30px;
    margin:15px 5px 15px 5px;
    height:22px;
    line-height:1.3em;
}
h4 {
	font:bold 18px/26px verdana;
	color:#02197f;
	text-align:center;
	margin:15px 0;
}
h5 {
	font:normal 15px/18px verdana;
	color:#414141;
	text-align:center;
	margin:15px 0;
}
/* Form Styles */
.frm {
width:649px;
margin:0 auto;
display:block;
height:272px;
padding:20px 100px 50px;
background:url(images/form-bg.jpg) no-repeat left top;
}
.column1 {width:25%; text-align:right; margin:4px 10px 10px 0; float:left; clear:both;}
.column2 {width:70%; margin:4px 10px 10px 0; float:left;}
.LabelFont {font:normal 15px verdana; color:#02197f; text-transform:uppercase; padding:5px 0;}
.astrict {color:#cc3300;}
.column2 .sinputfiled {
	width:90%;
	float:left;
	background:url(images/inputfieldbg.gif) no-repeat left top;
	display:block;
	padding:6px 7px 10px;
	font:normal 14px verdana;
	border-width:0;
}
.column2 .inputfiled {
	width:90%;
	float:left;
	background:url(images/inputfieldbglarge.gif) no-repeat left top;
	display:block;
	padding:6px 7px 10px;
	font:normal 14px verdana;
	border-width:0;
}
.sbt-button {
	background:url(images/button.gif) repeat-x left top;
	font:normal 14px verdana;
	text-transform:uppercase;
	text-align:center;
	padding:7px 0;
	color:#fff;
	width:270px;
	cursor:pointer;
}
.sbt-button:hover {
	background:url(images/button-hover.gif) repeat-x left top;
}
input.sbt-button {outline:0; border:0;}