@charset "utf-8";

/**
* Clear styles
*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
}

p, a, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: normal;
	color: black;
}

a img {
	border: none;
}


/**
* HTML entries
*/ 
html {
	background-color: #EBDFDF;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	height: 100%;
	overflow: visible;
}

body {
	width: auto;
	font-family: Arial;
	font-size: 100%;
	text-align: center;
	height: 100%;
}

ul {
	list-style: square;
}

/**
* Common components
*/
.promotion {
	text-align: center;
	width: 100%;
}

.caption {
	text-align: center;
	font-size: 80%;
	font-family: Tahoma;
	margin-bottom: 10px;
}


/**
* Overall layout
*/

#container {
	min-height: 100%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/caret.gif");
	background-repeat: no-repeat;
	width: 900px;
	left: 0px;
	top: 0px;
	position: relative;
	text-align: left;
	height: auto;
}	

#header {
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	background-position: 320px top;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 140px;
	z-index: 20;
}

#main_navigation {
	position: absolute;
	top: 190px;
	left: 440px;
	width: 400px;
	height: 30px;
	z-index: 40;
}

#site_navigation {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 120px;
	height: 30px;
	z-index: 60;
}

#left_side {
	padding-top: 240px;
	margin-left: 20px;
	margin-right: 20px;
	width: 400px;
	float: left;
}

#content { 
	padding-top: 240px;
	width: 400px;
	float: left;
}

#apl_credit {
	position: fixed !important;
	position: absolute;
	background-image: url("../images/apl_credit.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 1000;
	bottom: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}


/**
* Containers to clear
*/

#container:after,
#left_side:after,
#content:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}


/**
* Header
*/

#header #title {
	position: absolute;
	top: 40px;
	left: 35px;
	font-size: 290%;
}

#header #title img {
	width: 276px;
	height: 73px;
}

#header #subtitle {
	position: absolute;
	top: 112px;
	left: 229px;
	font-size: 140%;
}

#header #subtitle img {
	width: 84px;
	height: 16px;
}


/**
* Main navigation
*/

#main_navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
}

#main_navigation li {
	float: left;
	width: auto;
}

#main_navigation li a {
	display: block;
	color: black;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	outline: none;
	width: auto !important;
	width: 1px;
	white-space: nowrap;
	text-decoration: none;
}

#main_navigation li.selected a,
#main_navigation li.selected a:hover {
	background-color: black;
	color: white;
}

#main_navigation li a:hover {
	background-color: #CCCCCC;
	color: #444444;
}


/**
* Site navigation
*/
#site_navigation #student_login { 
	border: 1px black solid;
	font-size: 75%;
	height: 22px;
	margin-right: 5px;
	padding-left: 20px;
	background-image: url("../images/student_area.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	display: block;
	outline: none;
	vertical-align: middle;
	line-height: 22px;
	text-align: center;
}

#site_navigation #student_login:hover {
	color: #BB2222;
}


/**
* Content
*/

#content {
	text-align: justify;
	font-size: 80%;
}

#content h4 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}


/**
* Credit
*/

#apl_credit h1, #apl_credit h2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	font-size: 100%;
	font-weight: normal;
}

#apl_credit h1 {
	bottom: 0px;
	right: 0px;
}

#apl_credit h2 {
	bottom: 15px;
	right: 40px;
}

#apl_credit #apl_credit_title {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	display: block;
	position: absolute;
}

#apl_credit #apl_credit_title a {
	font-size: 80%;
	font-family: Arial;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#apl_credit #apl_credit_description {
	position: absolute;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	white-space: nowrap;
	display: none;
}

#apl_credit #apl_credit_description a {
	text-transform: uppercase;
	font-size: 75%;
	font-family: Tahoma;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

#apl_credit a {
	outline: none;
	text-decoration: none;
}

#apl_credit:hover #apl_credit_description {
	display: block;
}

/**
* Pick
*/

#extra_div1 {
	background-image: url("../images/pick.gif");

	position: absolute;
	left: 280px;
	top: 225px;
	width: 45px;
	height: 53px;
	
	z-index: 10;
}

/**
*Pricing page
*/
#price_table {
	width: 100%;
	border-spacing: 0px;
	border: 1px black solid;
	border-collapse: collapse;
}

#price_table thead tr {
	background-color: #990000;
	color: white;
	text-indent: 5px;
}

#price_table tbody td {
	border-top: 1px black solid;
	border-left: 1px black solid;
	text-indent: 5px;
}

#price_table tbody td.first_col {
	border-left: none;
}

/**
* Contact page
*/
#contact_map {
	border: 1px black solid;
}
