html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	color: #464544;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outer {
  background: url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 950px;
  position: relative;
  /*background: url(images/body_bg.gif) repeat-y;*/
}
#body-bot {
	background-image: url(images/body_bg_bot3.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
}
#body-top {
	background: url(images/body_bg_top3.png) no-repeat;
	min-height: 550px;
	padding-bottom: 14px;
}

/** logo **/

#logo {
	width: 250px;
	text-align: center;
}
#logo h1 {
	color: #06C;
	line-height: 1;
	padding-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
	position: absolute;
	top: 90px;
}
#nav li {
	list-style: none;
	float: left;
	padding-left: 15px;
	padding-right: 20px;
	background-image: url(images/arr.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #06C;
}

/** green box **/
#gbox {
	position: absolute;
	width: 550px;
	top: 140px;
	margin-left: 22px;
	color: #003E00;
}
#gbox a{
	color: #003E00;
}

#gbox2 {
	position: absolute;
	width: 906px;
	top: 140px;
	margin-left: 22px;
	color: #003E00;
}
#gbox2 a{
	color: #003E00;
}

#gbox-grd {
	background-color: #FFB54C;
	background-image: url(images/orange_body.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#gbox-top { background: url(images/orange_top.png) no-repeat; height: 25px; }
#gbox-bot {
	height: 23px;
	background-image: url(images/orange_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#gbox-grd2 {
	background-color: #FFB54C;
	background-image: url(images/orange_body2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#gbox-top2 { background: url(images/orange_top2.png) no-repeat; height: 25px; }
#gbox-bot2 {
	height: 23px;
	background-image: url(images/orange_bot2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox-grd2 {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
	text-indent: 3em;
}

#gbox2 h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox2 p {
  margin: 1em 0;
	text-indent: 3em;
}
#features {
	margin-top: 20px;
	background: #EDF0C4;
	padding: 14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
	width: 330px;
	height: 100px;
	position: absolute;
	top: 190px;
	left: 590px;
	background-image: url(images/blue_img.png);
	background-repeat: no-repeat;
}
#greybox-top {
  /*background: url(images/grey_img.jpg) no-repeat;*/
  padding: 20px;
}
#greybox-bot {
  /*background: bottom left url(images/grey_bot.gif) no-repeat;*/
  padding-bottom: 4px;
}
#greybox h2{
	color: #FFF;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#greybox p{
	color: #CCC;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#greybox a {
  color: #fff;
}

#copyright {
	font-size: 9px;
	color: #fff;
	margin-top: 10px;
}
#itMall
{
	height: 60px;
	top: 0px;
	position: absolute;
	left: 810px;
}
#wca
{
	height: 60px;
	top: 0px;
	position: absolute;
	left: 735px;
}
#thc
{
	height: 60px;
	top: 0px;
	position: absolute;
	left: 885px;
}
#oct
{
	margin-top: -5px;
	padding-bottom: 0px;
	text-align: right;
	color: #666;
}
#regis
{
	color: #F00;
	text-align: center;
	font-weight: bold;	
}
#twitter
{
	height: 25px;
	top: 85px;
	position: absolute;
	left: 830px;
}
#floatCube
{
	position: absolute;
	top: 202px;
	left: 438px;
	width: 260px;
	height: 200px;
	padding: 0;
	margin: 0;
	background-image: url(images/float_cube.png);
}
#sch_area table
{
	margin-top: 10px;
}
