body {
	background:  #abdebf url(../images/body_bg.png) center top;
	font-size:13px;
	color:#666;
	font-family:Arial,Helvetica,sans-serif;
}
div#header {
	margin-top: 10px;
	background:  url(../images/header_bg.png);
	padding: 10px 0;
	height:65px;
}
div#navbar {
	margin-top: 30px;
	color:#090;
	font-weight:bold;
	text-align:center;
}
div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}
div#navbar ul li {
	float: left;
	padding: 0 1.5em;
	border-right: 1px solid #090;
}
div#navbar ul li a {
	color:#090;
	white-space:nowrap;
}
div#navbar ul li a:hover {
	text-decoration:underline;
}
li.last {
	padding-right:0!important;
	border-right:none!important;
}
div#subheader {
	background:  url(../images/subheader_bg.jpg) repeat-x;
	height:80px;
	border-left: 1px solid #36a2a2;
	border-right: 1px solid #36a2a2;
	width:938px;
}
div#logo {
	background: transparent none no-repeat scroll 0 0;
	position:absolute;
	margin-left:5px;
	margin-top:-45px;
}
div#btnmemeberlogin {
	position:absolute;
	margin-top:-75px;
	margin-left: 735px;
}
div#schoolbtn {
	margin-left:170px;
	width:230px;
}
div#flashheader {
	margin-left:20px;
	margin-bottom:15px;/*	background:  url(../images/flash_bg.jpg) no-repeat top center;*/
}
div#content_wrapper {
	background:  url(../images/content_wrapper_bg.png) repeat-y top center;
}
div#content {
	background:  url(../images/content_bg.jpg) repeat-x top center;
	width:938px;
	margin-left:1px;
	padding-top: 40px;
}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #00b0f0 ;
	padding-left:40px;
	line-height:45px;
	background: url(../images/h1_bg.gif) no-repeat top left;
	}
.heading2
{
	margin-left:38px;
}

/*div#content li {
	line-height:18px;
	padding-left:20px;
	background: url(../images/ticket.png) no-repeat top left;
}
*/

.list_orange_tick {
	padding:0;
	list-style: none;
	margin: 0 10px;
}
.list_orange_tick li {
	line-height:18px;
	padding-left:20px;
	background: url(../images/ticket.png) no-repeat top left;
}

.list_gray_tick {
	padding:0;
	list-style: none;
	margin: 0 10px;
}
.list_gray_tick li {
	line-height:18px;
	padding-left:20px;
	background: url(../images/tick.gif) no-repeat scroll top left;
}
.para
{
	margin-left:38px;
}

div#footer {
	margin: 10px;
}
.bottom_nav
{
	background:url(../images/bottom_bg.png) no-repeat 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:-17px;
	padding-top:20px;
	width:950px;
	height:20px;
	text-align:center;
}
.bottom_nav a
{
	padding:0px 4px;
}
div.copywrite {
	font-family:Arial, Helvetica, sans-serif;
	color: #3f9f66;
	text-align:center;
}
/************************ Typography ***************/




h1 {
	font-size:18px;
	margin:5px auto 10px auto;
	font-weight:bold;
	color:#333
}
h2 {
	font-size: 17px;
	margin:5px auto 10px auto;
	margin-left:38px;
	text-align:left;
	color:#ea8104;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;


}
a {
	color: #1162b7;
	text-decoration: none;
}
p {
	padding:10px;
	line-height: 2em;
}
blockquote {
	text-indent: 25px;
	background: url(../images/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url(../images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color:#FF8400;
}
/*===============     big round corner    ===============*/

.largewindow {
	position:relative;
	margin:0px auto;
	min-width:550px;
	max-width:550px; /* based on image dimensions - not quite consistent with drip styles yet */
	width:550px;
	color:#666;
	z-index:1;
	margin-left:20px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under largewindow */
}
.largewindow .content, .largewindow .t, .largewindow .b, .largewindow .b div {
	background:transparent url(../images/roundcornerwindow.jpg) no-repeat top right;
	_background-image:url(../images/roundcornerwindow.jpg);
}
.largewindow .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 12px;
}
.largewindow .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-10px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.largewindow .b {
	/* bottom */
 position:relative;
	width:100%;
}
.largewindow .b, .largewindow .b div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}
.largewindow .b {
	background-position:bottom right;
}
.largewindow .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-10px;
	background-position:bottom left;
}
.largewindow .hd, .largewindow .bd, .largewindow .ft {
	position:relative;
}
.largewindow .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:1000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.largewindow h1, .largewindow p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
}
.largewindow h1 {
	padding-bottom:15px;
	padding-top:0.7em;
}
.largewindow h1 em {
	color:green;
}
.smallwindow {
	position:relative;
	margin:0px auto;
	min-width:350px;
	max-width:350px; /* based on image dimensions - not quite consistent with drip styles yet */
	width:320px;
	color:#666;
	z-index:1;
	margin-left:0px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under smallwindow */
}
.smallwindow .content, .smallwindow .t, .smallwindow .b, .smallwindow .b div {
	background:transparent url(../images/roundcornerwindow_small.jpg) no-repeat top left;
	_background-image:url(../images/roundcornerwindow_small.jpg);
}
.smallwindow .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 12px;
}
.smallwindow .content img{
	margin-top:48px;
}
.smallwindow .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-1px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.smallwindow .b {
	/* bottom */
 position:relative;
	width:100%;
}
.smallwindow .b, .smallwindow .b div {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}
.smallwindow .b {
	background-position:bottom left;
}
.smallwindow .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-1px;
	background-position:bottom left;
}
.smallwindow .hd, .smallwindow .bd, .smallwindow .ft {
	position:relative;
}
.smallwindow .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:1000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.smallwindow h1, .smallwindow p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
}
.smallwindow h1 {
	padding-bottom:15px;
	padding-top:0.7em;
}
.smallwindow h1 em {
	color:green;
}
.smallwindow li {
	background:transparent url(../images/ticket.png) no-repeat scroll left top;
	line-height:18px;
	padding-left:20px;
}
/*===============      forms     ===============*/


form {
	margin:0;
	padding:0;
}
fieldset {
	margin:1em 0;
	border:none;
}
label {
	float:left;
	width:165px;
	padding:0 1em;
	text-align:right;
}
fieldset div {
	margin-bottom:.5em;
	padding:0;
	display:block;
}
fieldset div input, fieldset div textarea {
	width:150px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;
	color:#333;
}
fieldset div select {
	padding:1px;
}
input:focus, textarea:focus {
	background:#efefef;
	color:#000;
}
/*===============      rollover button       ===============*/
.nextbtn a {
	background:transparent url(../images/nextbtn.gif) no-repeat top left;
	display:block;
	float:left;
	height:60px;
	margin-right:25px;
	font-size:16px;
	font-weight:bold;
	color:#feee78;
}
.nextbtn a span {
	background:transparent url(../images/nextbtn.gif) no-repeat right top;
	cursor:pointer;
	display:inline;
	float:left;
	height:40px;
	padding:20px 25px 0 0;
	margin-left:25px;
}
.nextbtn a:hover {
	background-position:0px bottom;
	color:#fff;
}
.nextbtn a:hover span {
	background-position:right bottom;
}
/*==================================*/
#btn_become_member {
	background:transparent url(../images/btn_become_member.png) no-repeat center center;
	padding-top:150px;
	height:50px;
	width:240px;
	padding-left:20px;
	padding-top:150px;
}
#btn_test_your_speed {
	background:transparent url(../images/btn_test_your_speed.png) no-repeat center center;
	padding-top:150px;
	height:50px;
	width:240px;
	padding-left:20px;
	padding-top:150px;
}
#bluebutton {
	background-image: url(../images/btnblue.gif);
}
#greenbutton {
	background-image: url(../images/btngreen.gif);
}
.button {
	display: block;
	width: 215px;
	height: 33px;
}
.button:hover {
	background-position: 0px -33px;
}
.button span {
	position: relative;
	left: -9999px;
}
/*==================================*/
#flashcontent{
	width:900px;
	height:300px;
	border:1px solid #3DA9C5;
	}

/*=============== Round Corner button ===========*/

a.lbutton {
	display:block;
	float:left;
	font-weight: normal;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color:#000000;
	text-decoration:none;
	background:url(../images/buttnbg.jpg) no-repeat left top;
	height:70px;
	text-align:center;
	line-height:18px;
	margin:5px;
}
a.lbutton span {
	display:block;
	float:left;
	background:url(../images/buttnbg.jpg) no-repeat right top;
	height:60px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:25px;
	margin-left:15px;
	cursor:pointer
}
a.lbutton:hover {
	background-position:0px bottom;
	color:#ffffff
}
a.lbutton:hover span {
	background-position:right bottom;
}

#loginbtn {
	background-image: url(../images/memberbtnbg.gif);
	display: block;
	width: 158px;
	height: 43px;
}
#loginbtn:hover {
	background-position: 0px -43px;
}
#loginbtn span {
	position: relative;
	left: -9999px;
}


#jointabtn {
	background-image: url(../images/jointa.png);
	display: block;
	width: 632px;
	height: 100px;
}
#jointabtn:hover {
	background-position: 0px -100px;
}
#jointabtn span {
	position: relative;
	left: -9999px;
}


#btn_school {
	background-image: url(../images/btn_school.png);
	display: block;
	width: 206px;
	height: 80px;
	float:right;
	padding:0px;
	margin:0px;
}
#btn_school:hover {
	background-position: 0px -80px;
}
#btn_school span {
	position: relative;
	left: -9999px;
}

#btn_parents {
	background-image: url(../images/btn_parents.png);
	display: block;
	width: 198px;
	height: 80px;
	float:right;
	padding:0px;
	margin:0px;

}
#btn_parents:hover {
	background-position: 0px -80px;
}
#btn_parents span {
	position: relative;
	left: -9999px;
}
#btn_testdrive {
	background-image: url(../images/btn_testdrive.png);
	display: block;
	width: 203px;
	height: 80px;			
	float:right;
	padding:0px;
	margin:0px;

}
#btn_testdrive:hover {
	background-position: 0px -80px;
}
#btn_testdrive span {
	position: relative;
	left: -9999px;
}


#btn_tellafriend {
	background-image: url(../images/btn_tellafriend.png);
	display: block;
	width: 155px;
	height: 80px;			
	float:right;
	padding:0px;
	margin:0px;

}
#btn_tellafriend:hover {
	background-position: 0px -80px;
}
#btn_tellafriend span {
	position: relative;
	left: -9999px;
}
.testbox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF url(../images/test-back.jpg) no-repeat top left;
	width:340px;
	height:100px;
	padding-top:10px;
	position:relative;
}
.testbox h3
{
	font-size:13px;
	color:#333333;
	margin-left:4px;
}
.linkbox
{
	margin-top:12px;
	margin-left:50px;
}
.linkbox a
{
	color:#0099FF;
	text-decoration:none;
	font-size:14px;
}
.linkbox a:hover
{
	text-decoration:underline;
	font-size:14px;
}