html {
	background: #FFF;
    margin: 0 auto;
    padding: 0;
}

body { 
    margin: 0 auto; 
    padding: 0;
}

body, table, th, tr, td, div, span, a, h1, h2, input, select, textarea {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

img, table {
	border: 0;
}

a {
	color: #999;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.underline {
	text-decoration: none;
}
a.underline:hover {
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

#nav {
	width: 304px;
	height: 84px;
	position: absolute;
	z-index: 10;
	top: 230px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 7px;
	margin-left: 10px;
}
*:first-child+html #nav {

}

.nav {
	border: 1px solid #CCC;
	padding: 7px;
}

.nav_links {
	width: 217px;
	height: 83px;
	float: left;
	border-left: 1px solid #999;
	font-weight: bold;
	line-height: 16px;
	margin-left: 12px;
	padding-top: 1px;
	padding-left: 10px;
}

.nav_links  a {
	color: #888;
}

.nav_links  a:hover {
	color: #000;
}

a.nav_link_on {
	color: #000;
}

#footer {
	position: absolute;
	z-index: 10;
	float: right;
	color: #999;
	font-size: 9px;
	letter-spacing: -1px;
	margin: -10px 10px 10px 670px;
}
/* IE6 Fix */
*html #footer {
	margin-right: 5px;
}

.grid_block {
	width: 100px;
	height: 100px;
	background: #CCC;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.grid_block div {
	width: 100px;
	height: 100px;
}

.client_hover {
	display: none;
	position: absolute;
	z-index: 10;
	width: 180px;
	height: 18px;
}

.white_border {
	border: 1px solid #FFF;
}

.gray_border {
	background: #FFF;
	border: 1px solid #CCC;
}
*:first-child+html .gray_border {
	width: 98px;
	height: 98px;
}
.gray_border a {
	color: #000;
}

.black {
	background: #000;
}
.black a {
	color: #FFF;
}

.clear {
	clear: both;
}

#courses_container {
	border-bottom: 1px solid #CCC;
	color: #333;
	padding: 10px 0px 20px 20px;
}
#courses_container  b {
	color: #333;
}

.course_description {
	width: 740px;
	height: 261px;
	color: #333;
	margin-top: 15px;
	overflow: auto;
	padding-right: 10px;
}

.four_col {
	width: 430px;
	vertical-align: top;
}

#about {
	color: #333;
	line-height: 16px;
	padding: 15px;
}
.about_heading {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 13px 0 3px 0;
}
.about_link {
	color: #000;
}

#blog {
	padding: 0 0 0 15px;
}

h1.blog_title {
	color: #000;
	font-size: 15px;
	margin: 15px 0 20px 0;
	padding: 0;
}

.litebox_tab_link {
	color: #999;
	font-weight: bold;
}
.litebox_tab_link:hover {
	color: #333;
}
.litebox_tab_link_on {
	color: #333;
	font-weight: bold;
}

.litebox_tab_content {
	height: 140px;
	padding: 20px 3px 0 3px;
	line-height: 17px;
}

.litebox_close {
	position: absolute;
	z-index: 1000;
	margin: -9px 0 0 915px;
}
.close_icon {
	display: block;
	width: 14px;
	height: 13px;
	background: url('../_img/close.gif');
}
.close_icon:hover {
	background: url('../_img/close_over.gif');
}

.enlarge {
	color: #999;
	font-size: 10px;
}
.enlarge:hover {
	color: #000;
}

.blog_links {
	color: #666;
}
.blog_links:hover {
	color: #000;
}

.tab_share_this {
	display: block;
	float: right;
	width: 90px;
	height: 16px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 2px 5px 0 5px;
	margin-top: -17px;
	text-align: center;
}
.tab_share_this:hover {
	color: #666;
	background: #CCC;
}
