
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #01456C url(images/bg01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #2883b0;
}

h1 span, h2 span, h3 span {
	color: #00386b;
}

h1 {
	letter-spacing: -2px;
	font-size: 34px;
}

h1.h1-style1 {
	margin: 0px;
}

h2 {
	letter-spacing: -1px;
	font-size: 21px;
}

h2.h2-style1 {
	font-size: 16px;
	color: #00386b;
}

h3 {
	letter-spacing: -1px;
	font-size: 14px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: left;
}

ul.ul-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

a {
	color: #00386b;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #C5D7DC;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 950px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-bg {
	background: url(images/bg02.jpg) no-repeat center top;
}

#header {
	height: 139px;
}

/** LOGO */

#logo {
	float: left;
	width: 500px;
	height: 139px;
}

/** SEARCH */

#search {
	float: right;
	width: 243px;
	height: 139px;
}

#search form {
	margin: 0px;
	padding: 58px 0px 0px 10px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
}

#search-query {
	width: 170px;
	background: none;
	border: none;
	font: inherit;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/** MENU */

#menu-bg {
	background: url(images/bg03.jpg) no-repeat center top;
}

#menu {
	height: 45px;
}

#menu ul {
	margin: 0px;
	padding: 7px 0px 0px 180px;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
	height: 27px;
	margin: 0px 10px 0px 0px;
	padding: 11px 18px 0px 18px;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background: #FFFFFF url(images/homepage03.gif) repeat-x left top;
}

#menu li.active a {
	color: #00386b;
}

#menu p {
	color:#fff;
	text-align:right;
	font-weight:bold;
	padding-top:5px;
	font-size:20px;
	margin-right:20px;
}

/** PAGE */

#page-bg {
	background: url(images/bg04.jpg) repeat-y center top;
}

#page-bgtop {
	background: url(images/bg05.jpg) no-repeat center top;
}

#page {
}

/** CONTENT */

#content {
	float: right;
	width: 775px;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 460px;
	padding: 40px 0px 40px 40px;
}

.two-columns .column2 {
	float: right;
	width: 195px;
	padding: 40px 40px 40px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 175px;
}

/** FOOTER */

#footer {
	height: 123px;
	background: url(images/bg07.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 70px 0px 0px 0px;
	text-align: center;
	color: #427997;
}

#footer .legal {
}

#footer .links {
}

#footer a {
	color:#fff;
	text-decoration:none;
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 35px 40px;
}

/** BOX STYLE 2 */

.box-style2 {
	padding: 35px 40px;
	background: #01273E url(images/bg06.jpg) no-repeat left top;
	color: #577F96;
}

.box-style2 h2 {
	color: #2883b0;
}

.box-style2 h2 span {
	color: #CCF7FF;
}

.box-style2 a {
	color: #95B691;
}

/** BOX STYLE 3 */

.box-style3 {
	margin-bottom: 20px;
}

.box-style3 h2 {
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	background: url(images/homepage07.jpg) no-repeat left top;
	text-align: right;
	letter-spacing: -1px;
	font-size: 14px;
	color: #AFD5AB;
}

.box-style3 h2 span {
	color: #E0FAFF;
}

.box-style3 ul {
	margin: 0px;
	padding: 5px 0px;
	text-align: right;
	line-height: normal;
	list-style: none;
}

.box-style3 li {
	padding: 10px 13px 10px 0px;
	border-top: 1px solid #016A81;
}

.box-style3 li.first {
	border: none;
}

.box-style3 a {
	color: #96C5CF;
}

/** BOX1 */

#box1 {
	padding: 30px 25px 0px 25px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}

/* Iconize Links */
a[href$='.pdf'] { 
	padding: 5px 22px 5px 0;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

a[href$='.doc'] { 
	padding: 5px 22px 5px 0;
	background: transparent url(images/word_logo.gif) no-repeat center right;
}

a[href$='.ppt'] { 
	padding: 5px 22px 5px 0;
	background: transparent url(images/powerpoint_icon.gif) no-repeat center right;
}

.center {
	text-align:center;
}

.stafffloat {
	float:left;
	width:220px;
	font-size:.9em;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

table#examstable {
	text-align:center;
}

#examstable .headertd {
	background-color:#00283f;
	font-weight:bold;
}

#examstable a {
	color:#fff;
}

#examstable .oddtd {
	background-color:#e8e8e8;
	border-right:1px solid #cccccc;
}

#examstable .eventd {
	background-color:#fff;
	border-right:1px solid #cccccc;
}

#examstable .lefttd {
	border-left:1px solid #cccccc;
	text-align:left;
}

.error {
	font-weight:bold;
	color:#ff0000;
}

a.bluebutton {
	padding:5px;
	background-color:#1f6c99;
	border:1px solid #002941;
	color:#fff;
	font-weight:bold;
	width:150px;
	text-align:center;
}

a:hover.bluebutton {
	padding:5px;
	background-color:#002941;
	border:1px solid #1f6c99;
	color:#fff;
	font-weight:bold;
	width:150px;
	text-align:center;
	text-decoration:none;
}

.white {
	color:#fff;
}

.itemlisting {
	width:132px;
	border:3px solid #d4e8f2;
	background: #ffffff url(images/listing-background.gif) repeat-x left bottom;
	float:left;
	margin-right:15px;
	padding:10px;
	text-align:center;
	margin-bottom:20px;
}

.itemlisting h2 {
	text-align:center;
	font-size:13px;
	color: #1f6c99;
	margin-bottom:10px;
}

.itemlisting img {
	border:1px solid #e8e8e8;
}

.itemlisting p.price {
	text-align:center;
	margin-bottom:0px;
	font-size:16px;
	font-weight:bold;
}

.classlisting {
	width:252px;
	border:3px solid #d4e8f2;
	background: #ffffff url(images/listing-background.gif) repeat-x left bottom;
	float:right;
	margin-left:15px;
	padding:10px;
	margin-bottom:20px;
}

.classlisting h2 {
	text-align:center;
	font-size:18px;
	color: #1f6c99;
	margin-bottom:10px;
	font-weight:bold;
}

.classlisting img {
	border:1px solid #e8e8e8;
}

.classlisting p {
	margin-bottom:3px;
	margin-top:3px;
}

.buyitnow {
	padding:5px;
	background-color:#1f6c99;
	border:1px solid #002941;
	color:#fff;
	font-weight:bold;
	width:100px;
	text-align:center;
	margin-top:5px;
	cursor:pointer;
}

.push {
	margin-top:20px;
}