#browserAlert {
display:none;
}
a:focus {
outline: none;
} 

/* --------------------------------------------------------------------------------- */
/* ---------- global ---------- */
/* --------------------------------------------------------------------------------- */

body{font-size:14px; line-height:21px; font-family:"Trebuchet MS", Arial; color:#212c62; margin:0; padding:0; background-image:url('../imgs/bg.jpg'); background-repeat:repeat-x;}

ul { list-style: disc; margin:10px 0 20px 20px; }

ol { list-style: decimal; margin: 10px 0 20px 30px;}

li { margin: 2px auto; list-style-position: outside; }

html {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -143px; /* the bottom margin is the negative value of the footer's height */
	width:960px;
}

.push {
	height: 163px; /* .push must be the same height as .footer */
}


a, a:link, a:visted{
text-decoration:underline;
color:#212c62;
}
a:hover{
text-decoration:none;
color:#212c62;
}
h3{ width:362px; height: 167px; background-image: url('../imgs/logo.jpg'); margin:0 0 0 300px; float:left;}
h3 a { display: block; width: 362px; height: 167px; text-indent: -9999px; }



#flash{
float:left;
margin:0 0 0 0;
padding:0;
width:955px;
height:283px;
}

#side{
padding:20px 0 0 0;
margin:0;
float:left;
height:675px;
width:270px;

background-image:url(../imgs/sideBg.gif);
background-repeat:no-repeat;
}

p.thanks{
width:230px;
margin:0 0 0 16px;
float:left;
}
input.sideText2{
width:203px;
height:22px;
padding:4px 0 0 3px;
margin:10px 0 0 14px;
border:1px solid #212c62;
color:#666666;
font-size:12px;
font-family:"Trebuchet MS", Arial;
float:left;
}
input.sideText{
width:203px;
height:22px;
padding:4px 0 0 3px;
margin:10px 0 0 14px;
border:1px solid #212c62;
color:#666666;
font-size:12px;
font-family:"Trebuchet MS", Arial;
float:left;
}
textarea.comments{
width:203px;
height:67px;
padding:4px 0 0 3px;
margin:10px 0 0 14px;
border:1px solid #212c62;
color:#666666;
font-size:12px;
font-family:"Trebuchet MS", Arial;
}
input.btn{
margin:10px 0 0 14px;
width:78px;
height:27px;
float:left;
background:url('../imgs/btn-submit.gif');
background-repeat:no-repeat;
border:0;
}
.privacy{
margin:12px 0 0 5px;
float:left;
display:inline;
font-size:10px;
}
.divider{
float:left;
margin:30px 0 0 25px;
width:222px;
height:3px;
background:url(../imgs/divider.gif);
background-repeat:no-repeat;
}
input.btn2{
margin:10px 0 0 5px;
width:32px;
height:28px;
float:left;
background:url('../imgs/btn-arrow.gif');
background-repeat:no-repeat;
border:0;
}



#list ul{
width:250px;
padding:0;
float:left;
list-style-position:inside;
margin:0 0 0 28px;
list-style-image:url(../imgs/bullet.gif);

}
#list ul li{
margin: 2px auto; list-style-position: outside !important;
}

#content{
padding:0;
width:635px;
float:left;
display:inline;
margin:0 0 0 55px;
text-align:justify;
}
#contentInternal{
padding:0;
width:635px;
float:left;
display:inline;
margin:30px 0 0 55px;
text-align:justify;
}
.box{
float:left;
display:inline;
padding:0;
margin:44px 0 0 0;
width:167px;
font-size:12px;
line-height:15px;
color:#212c62;
text-align:left;
}
.box2{
float:left;
display:inline;
margin:44px 0 0 62px;
padding:0;
width:168px;
font-size:12px;
line-height:15px;
color:#212c62;
text-align:left;
}
.title{
font-size:15px;
font-weight:bold;
color:#3250a3;
}
.title a{
text-decoration:none;
font-size:15px;
font-weight:bold;
color:#3250a3;
}
.PageTitle{
font-size:18px;
text-transform:uppercase;
}
.box img, .box2 img{
padding:0;
margin:15px 0 0 0;
border:1px solid #212c62;
}
#content2{
text-align:justify;
padding:0;
width:635px;
float:left;
display:inline;
margin:0 0 0 55px;
}


input.resourceText{
width:203px;
height:22px;
padding:4px 0 0 3px;
margin:0px 0 0 4px;
border:1px solid #212c62;
color:#666666;
font-size:12px;
font-family:"Trebuchet MS", Arial;
float:left;
}
input.btn3{
margin:0px 0 0 5px;
width:32px;
height:28px;
float:left;
background:url('../imgs/btn-arrow.gif');
background-repeat:no-repeat;
border:0;
}


/* --------------------------------------------------------------------------------- */
/* ---------- NAV ---------- */
/* --------------------------------------------------------------------------------- */


#navWrap { 
height:60px; 
float:left; 
display:inline; 
margin:0 0 0 0;   
padding:0;
position:relative;
z-index:9999;
}	

#nav, ul#nav {
list-style:none !important;
list-style-type: none;
margin: 0 0 0 0px;
padding: 0;
width: 900px;
display: block; 
clear: both; 
position: relative; 
z-index: 9999;
height:60px;
}

#nav li { float:left; margin: 0 0 0 10px; height:60px; text-indent:-9999px; position:relative; background:none; list-style-type: none; }


li.home a { display: block; width:69px; height: 60px; background: url('../imgs/nav.gif') no-repeat 0 0; text-indent: -9999px }
li.home a:hover { display: block; width:69px; height: 60px; background: url('../imgs/nav.gif') no-repeat 0 -60px; }

li.about a { display: block; width:111px; height: 60px; background: url('../imgs/nav.gif') no-repeat -69px 0; text-indent: -9999px }
li.about a:hover, li.about:hover a { display: block; width:111px; height: 60px; background: url('../imgs/nav.gif') no-repeat -69px -60px; }

li.how a { display: block; width:136px; height: 60px; background: url('../imgs/nav.gif') no-repeat -180px 0; text-indent: -9999px }
li.how a:hover, li.how:hover a { display: block; width:136px; height: 60px; background: url('../imgs/nav.gif') no-repeat -180px -60px; }

li.testimonials a { display: block; width:134px; height: 60px; background: url('../imgs/nav.gif') no-repeat -316px 0; text-indent: -9999px }
li.testimonials a:hover { display: block; width:134px; height: 60px; background: url('../imgs/nav.gif') no-repeat -316px -60px; }

li.fees a { display: block; width:146px; height: 60px; background: url('../imgs/nav.gif') no-repeat -450px 0; text-indent: -9999px }
li.fees a:hover { display: block; width:146px; height: 60px; background: url('../imgs/nav.gif') no-repeat -450px -60px; }

li.resources a { display: block; width:112px; height:60px; background: url('../imgs/nav.gif') no-repeat -596px 0; text-indent: -9999px }
li.resources a:hover, li.resources:hover a { display: block; width:112px; height: 60px; background: url('../imgs/nav.gif') no-repeat -596px -60px; }

li.contact a { display: block; width:120px; height:60px; background: url('../imgs/nav.gif') no-repeat -708px 0; text-indent: -9999px }
li.contact a:hover { display: block; width:120px; height:60px; background: url('../imgs/nav.gif') no-repeat -708px -60px; }

#homeHome li.home a { background: url('../imgs/nav.gif') no-repeat 0 -60px; }
#homeAbout li.about a { background: url('../imgs/nav.gif') no-repeat -69px -60px; }
#homeHow li.how a { background: url('../imgs/nav.gif') no-repeat -180px -60px; }
#homeTestimonials li.testimonials a { background: url('../imgs/nav.gif') no-repeat -316px -60px; }
#homeFees li.fees a { background: url('../imgs/nav.gif') no-repeat -450px -60px; }
#IndexResources li.resources a { background: url('../imgs/nav.gif') no-repeat -596px -60px; }
#homeContact li.contact a { background: url('../imgs/nav.gif') no-repeat -708px -60px; }

/* =============== subnav ================== */



#nav li ul, #nav li li ul {
position:absolute;
left: -999999px;
text-align: left;
clear: both;
margin: 0px 0 0 -48px;
background:none;
width: 130px !important;
}

#nav li:hover ul ul {
left: -9999px;
background:none;

}

#nav li:hover ul, #nav li li:hover ul {
left: 0;
background:none;

}


#nav li li {
background:none;
height: auto !important;
float:none;

}


#nav li li a {

font-size: 12px;
background:#212c62 !important;
padding:10px 7px 10px 7px;
line-height: 16px;
color: #ffffff;
text-indent: 0;
height: auto !important;
width: 130px;
text-decoration:none;

}


#nav li li:hover a {
background: #3250a3;


}

	
#nav li li:hover li a {
background: #3250a3; 

}


#nav li li a:hover, #nav li li:hover li a:hover {

background: #3250a3 !important;

}


#nav li ul ul {
margin: -34px 0 0 134px;
height:auto !important;
background:none;
width: 101px;
}



/* --------------------------------------------------------------------------------- */
/* ---------- IMAGE HEADERS ---------- */
/* --------------------------------------------------------------------------------- */

h1.questions{width:262px; height:25px; background:url('../imgs/title-questions.gif') no-repeat; text-indent:-9999px; margin-left:0px; margin-right:0; margin-top:0; margin-bottom:10px }
h1.subscribe{width:236px; height:52px; background:url('../imgs/title-subscribe.gif') no-repeat; text-indent:-9999px; margin-left:0px; margin-right:0; margin-top:25px; margin-bottom:10px; float:left; }
h1.engage{width:178px; height:20px; background:url('../imgs/title-engage.gif') no-repeat; text-indent:-9999px; margin-left:0px; margin-right:0; margin-top:25px; margin-bottom:10px; float:left; }

/* --------------------------------------------------------------------------------- */
/* ---------- FOOTER ---------- */
/* --------------------------------------------------------------------------------- */

.footerColour{
	background-color:#212c62;
	margin:-9px auto;
	clear:both;
	font-size:10px;
	line-height:15px;
	height:143px;
	font-family:"Trebuchet MS", Arial;
	color:#ffffff;
}

.footer a:link {
	color: #ffffff;
	text-decoration: underline;
}
.footer a:visited {
	color: #ffffff;
}
.footer a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

.footer{
	height:50px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:left;
	width:955px;
}

.footer p.right{
text-align:right;
width:200px;
float:right;
display:inline;
margin:10px 0 0 0;
}