/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td {
	font: normal 11px tahoma;}

/* Defines the body tag */
body {
	background: #efefef url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div {
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
a:active {
	text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
}

/* DIV HEADER */
div#header {
	height: 143px;
	background: url(images/header_bg.gif) top left no-repeat;}

/* DIV ADDRESSS */
div#address {
	position: absolute;
	top: 30px;
	right: 310px;
	width: 200px;
	color: #c00;
	font-size: 14px;
	font-weight: bold;}
	#address strong {
		color: #600;}

/* DIV BODY */
div#body {
	width: 770px;
	clear: both;}

div#sidepanel {
	position: absolute;
	top: 143px;
	left: 0;
	width: 231px;}

div.quote {
	background: url(images/quote_top.gif) top left no-repeat;
	margin: 3px 0;}
div.quote p {
	padding: 10px;
	margin: 0;
	color: #000;
	font-size: 10px;}
div.quote p.quotefooter {
	background: url(images/quote_bottom.gif) bottom left no-repeat;
	padding-top: 0;
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;}

div#content {
	width: 539px;
	margin: 0 0 0 231px;
	background: #fff;}
	#content h1 {
		font-family: times new roman;
		padding: 10px 0 0 10px;
		color: #900;}
	#content h2 {
		font-size: 18px;
		font-family: times new roman;
		padding: 10px 0 0 10px;
		color: #c00;}
	#content p {
		margin: 10px;
		line-height: 16px;}
	#content dl {
		margin: 10px;
		line-height: 16px;}
	#content dt {}
	#content dd {
		margin: 0;
		padding: 0;}
	/* DEFINITION LIST - Q & A */
	#content dl.qa dt {
		clear: both;
		font-size: 14px;
		font-weight: bold;
		color: #c00;}
	#content dl.qa dd {
		margin: 5px 0 10px 5px;}

	/* DEFINITION LIST - TUITION TABLE */
	#content dl.tuition dt.title {
		float: left;
		clear: left;
		width: 220px;
		font-weight: bold;
		border:solid #ccc;
		border-width: 0 1px 1px 0;
		background: #f6f6f6;
		padding: 5px 0;
		text-indent: 5px;}
	#content dl.tuition dd {
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px;
		text-indent: 5px;}
	#content table {
		margin: 10px;}
	#content table td {
		vertical-align: top;
		width: 50%;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;}
	#content table td.title {
		font-size: 14px;
		font-weight: bold;
		border-bottom: 2px solid #333;}
	#content table td.title1 {
		font-size: 14px;
		font-weight: bold;
		border-bottom: 2px solid #333;
		background: #f6f6f6;}
	#content table td.view1 {
		background: #f6f6f6;}

	/* SCHEDULE */
	#content table.schedule {
		width: 500px;}
	#content table.schedule td.time {
		font-weight: bold;
		width: 30%;
		padding: 5px;
		vertical-align: middle;
		border-right: 1px solid #ccc;
		background: #f6f6f6;}
	#content table.schedule td {
		font-size: 11px;
		vertical-align: middle;
		padding: 5px;
		width: 70%;}
	#content ul {
		list-style: square;}

/* DIV FOOTER */
div#footer {
	width: 539px;
	text-align: center;
	font-size: 10px;
	padding: 20px 0 0 0;
	background: #efefef url(images/footer_bg.gif) top left no-repeat;}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		padding: 3px 0;
		color: #666;
		background: none;}
		#utilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 10px;
			color: #666;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #c00;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		color: #666;
		padding: 3px 0;
		background: none;}
		#copyright a {
			text-decoration: none;
			color: #666;}
		#copyright a:hover {
			text-decoration: underline;
			color: #c00;}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#tblcontainer td {
	vertical-align: top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;}
img.right {
	float: right;}
clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 109px;
	left: 231px;
	width: 545px;
	height: 21px;}
	
div#nav li#current{
	background: url(images/nav_righton.gif) top right no-repeat;
	color: #fff;
	border-bottom: 5px solid #f00;}
	
div#nav li#current a{
	background: url(images/nav_lefton.gif) top left no-repeat;
	color: #fff;}
	
div#nav li#current a:hover{
	border: 0;}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	text-transform: capitalize;} 

div#nav li {
	float: left;
	background: url(images/nav_right.gif) top right no-repeat;
	margin: 0 2px 0 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#nav li a {
	display: block;
	padding: 8px 10px;
	color: #264764;
	text-decoration: none;
	white-space: nowrap;
	background: url(images/nav_left.gif) top left no-repeat;
	font-weight: bold;
	margin: 0 1px 0 0;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav_left.gif) top left no-repeat;
	color: #fff;
	border-bottom: 5px solid #fc0;}

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/
/* NAVIGATION CONTAINER */
div#info {
	height: 100%;
	clear: both;}

/* UL TAG */
div#info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	text-transform: lowercase;} 

div#info li {
	float: right;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;}

div#info li a {
	display: block;
	padding: 5px 10px;
	width: 70px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-align: center;}

div#info li a:hover {
	color: #f00;
	background: none;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.mgntop {
	margin-top: 4px;
	padding: 0;
}

#discount {
	float: right;
	margin: 10px 5px 5px 5px;
}