

html {
	overflow-y:scroll;
}

body {
	background:url(../images/graphics/bg_body.jpg) #000 repeat-x ;
	font-size:12px; 
	color:#FFF;
}

html, body {
	font-family:Arial, Helvetica, sans-serif;
}

#packdiv {
	min-height:34px;
}

.pointer {
	cursor:pointer;
}

.ico {
	margin:0 4px -3px 0;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background:#BDF2FD;
}


.bodymain h1, .bodymain h2, .bodymain h3, .bodymain h4, .bodymain h5, .bodymain h6, .bodymain p {
	margin:16px;
	text-shadow: 2px 2px 2px #000;
}
h1, h2, h3, h4, h5, h6, a, .Highlight {
	color:#07A8CA;
}

.bigim_cap_top, .bigim_cap_bot {
	position:absolute;
}
.bigim_cap_bot {
	margin-top:-20px;
}

.imgbox {
	background:#999;
	padding:3px 3px 5px;
	text-align:center;
	color:#000;
	font-weight:bold;
}
.imgbox img {
	display:block;
	border:1px solid #000;
	margin-bottom:3px;
}
.right, img[align="right"] {
	float:right;
	margin:0 0 10px 16px;
}
.left, img[align="left"] {
	float:left;
	margin:0 16px 10px 0;
}
.labelme {
	background:#333;
	position:absolute;
	padding:4px;
	color:#FFF;
}

.rightimg {
	margin-bottom:10px;
}

h1 { font-size:26px; }
h2 { font-size:22px; }
h3 { font-size:18px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:12px; font-weight:normal; }
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#77D4E7;
}


ul.inline {
	margin-left:16px;
	height:26px;
}
.inline li {
	float:left;
	margin-left:36px;
}
.devider {
	margin:26px 0 ;
	background:#FFF;
	height:1px;
}

form {
	margin:16px 40px !important ;
}

/* CORE CLASSES */
.container {
	width:900px;
	text-align:left;
	padding-bottom:30px;
}
.Highlight, label {
	color:#08A8C8;
}


.header .phone {
	text-decoration:none;
	display:block;
	background:url(../images/graphics/header_right_back.png) no-repeat;
	width:240px;
	height:90px;
	padding:14px 10px 6px ;
	margin:5px 0;
	text-align:center;
}
.header .phone:hover {
	color:#FFF;
}
.header .phone span {
	font-size:28px;
}

/* HEADER STYLES */
.header {
	color:#FFF;
	margin-top:10px;
}
.header, .header a {
	color:#FFF;
}
.header_left a {
	position:absolute;
	margin:10px 0 0 -10px;
	display:block;
	width:382px;
	height:110px;
	background:url(../images/logos/logo_drift_tutor.png) no-repeat;
}
.header_left {
	float:left;
	text-align:left;
}
.header_right {
	float:right;
	text-align:right;
}
.header_center {
	text-align:center;
}
.header, .header_left, .header_right {
	height:127px;
}

/* NAV STYLES */
.nav {
	clear:both;
	text-align:center;
	line-height:22px;
}
.nav, .nav a {
	color:#FFF;
}

/* BODYMAIN STYLES */
.bodymain_center, .bodymain_left, .bodymain_right {
	text-align:left;
}
.bodymain_center, .bodymain_right {
	padding-top:10px;
}
.bodymain_left {
	height:178px;
	border-color:#08A8C8;
	border-style:solid;
	border-width:1px 0;
}
.bodymain_center {
	margin-right:250px;
}
.bodymain_right {
	float:right;
	width:230px;
}
.bodymain_center {
	min-height:300px;
}

.bodymain_right h3 {
	margin:16px 8px 6px;
}
.bodymain_right p {
	margin-top:6px;
}

.bodymain_right .story_right {
	cursor:pointer;
}
.bodymain_right .story_right:hover p {
	color:#FFFF99;
}


/* FOOTER STYLES */
.footer {
	clear:both;
	line-height:26px;
	background:#444;
	border-top:1px solid #08A8C8;
	margin-top:16px;
	bottom:0;
	left:0;
	position:fixed;
	width:100%;
}
.footer, .footer a {
	color:#FFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FF9;
}
.footer_left {
	float:left;
	text-align:left;
	width:200px;
	margin-left:6px;
}
.footer_right {
	float:right;
	text-align:right;
	width:200px;
	margin-right:6px;
}
.footer_center {
	text-align:center;
}
