html, body {
	height: 100%;
}

body {
	font-size: .75em;
	margin: 0px;
	text-align: left;
	/*background: url('../img/background1.jpg') top left no-repeat #000000; */
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%
}

/* @group Layout */

#top {
	width: 196px;
}

#top img{
	vertical-align: bottom;
	z-index: 5;
}

#sidebar {
	padding: 15px 0px 205px 0px;
	height: auto !important;
	height: 100%;
	width: 196px;
	min-height: 100%;
	background: url(../img/sidebar.png) top left repeat;
}

#sidebar-actual {
	text-align: right;
	line-height: 120%;
	color: #DDDDDD;
	/* padding: 15px 10px 550px 10px; */
	width: 180px;
}

.module {
	position: relative;
	padding-top: 10px;
	z-index: 2;
}

#sidebar  ul {
	position: relative;
}

#sidebar  li {
	position: relative;
	padding: 1px 5px 1px 1px;
	background: none;
}

#sidebar  li a {
	position: relative;
	font-size: 1em;
	color: #DDDDDD;
}

#sidebar  li a:hover, #sidebar  li:hover {
	background: #56a1d5;
	text-decoration: none;
}

#sidebar  li.active a, #sidebar  li.active {
	background: #2a7abf;
	/*background: #8cb5d3;*/
	text-decoration: none;
}

#sidebar  li ul {
	display: none;
}

#pagewrap {
	position: absolute;
	width: 100%;
	clear: left;
	top: 450px;
	text-align: left;
}

#page-content-top {
	height: 30px;
	background: url(../img/content-bg.png) top left repeat;
}

#page-content {
	background: url(../img/content-bg.png) top left repeat;
}

#page-content-actual {
	width: 680px;
	padding: 0 37px 10px 215px;
	color: #FFFFFF;
	font-size: 1em;
}

#page-content-bottom {
	height: 2px;
	background: #56a1d5;
}

#page-content a {
	position: relative;
	color: #56a1d5;
	text-decoration: underline;
}

#page-content strong {
	font-weight: bold;
}

#footer {
	position: relative;
	width: 100%;
	height: 100px;
	/*background: url(../img/sidebar.png) top left repeat;*/
}

#cright {
	position: relative;
	float: left;
	padding: 22px 0 0 45px;
	width: 400px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	z-index: 20;
}

#designed {
	position: absolute;
	width: 110px;
	top: 55px;
	left: 800px;
	padding: 20px 0 0 0;
	/*border: 1px solid #ff0000;*/
	background: url('../img/bbm-web-logo.gif') bottom right no-repeat;
	color: #ffffff;
	text-decoration: none;
	/*text-indent: -9999em;*/
}

#wrap {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
}

#page img {
	margin-right: 7px;
}

/* @end */

/* @group Typography */

/* Title text */

.contentheading, .contentheading_ap, .componentheading, .componentheading_ap, .blog_more strong, h1, h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

mall, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
}

/* Heading */

h1 {
	color: #56a1d5;
	font-size: 180%;
}

h2 {
	color: #56a1d5;
	font-size: 155%;
}

h3 {
	color: #56a1d5;
	font-size: 125%;
}

h4 {
	color: #56a1d5;
	font-size: 100%;
	text-transform: uppercase;
}

h5 {
	color: #8cb5d3;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	line-height: 180%;
	background: url(../img/bullet-list.gif) no-repeat 18px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

ol {
	list-style: upper-alpha;
}

ol ol {
	list-style: decimal;
}

#plainoutline {
	line-height: 150%;
	margin-top: 0px;
	background: url('') #ffffff;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #D0D9DF;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #3C4A53;
}

.button {
	font-weight: bold;
	color: #3C4A53;
	padding: 2px;
	/* background: url(../images/but-bg.gif) repeat-x top;*/
	border: 1px solid #92A3AE;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: #FFFFFF;
	border: 1px solid #92A3AE;
}

.inputbox:hover, .inputbox:focus {
	
}

/* Extra Typography */

pre, .code {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #92A3AE;
	background: #FAFAF0;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../img/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../img/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */

.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #D0D9DF;
}

/* Small quote */

.small-quote {
	background: none;
	margin: 0;
	padding: 0;
}

.small-quote span.open-quote {
	background: url(../img/so-q.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}

.small-quote span.close-quote {
	background: url(../img/sc-q.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}

.small-quote span.author {
	display: block;
	padding: 2px 5px 2px 20px;
	background: url(../images/author.gif) no-repeat 5px 4px #D0D9DF;
	border-top: 1px solid #D0D9DF;
	margin: 0.5em 0 0;
	text-transform: uppercase;
	font-size: 90%;
}

/* Dropcap */

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #56a1d5;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/

.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #0064A1;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */

p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #D0D9DF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */

ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */

ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */

.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */

div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	font-weight: bold;
	background: url(../images/author.gif) no-repeat center left;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}



/* @end */

/* @group Joomla Style */

table.blog {
	
}

.article_seperator {
	display: block;
	height: 20px;
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #D0D9DF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #D0D9DF;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important;
	/*Control the Frontend Editor area width*/
}

.adminform .inputbox {
	
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #3C4A53;
	font-size: 155%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet-list.gif) no-repeat 6px 8px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
	background: url(../images/dot.gif) repeat-x bottom;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.clearfix {
	clear: both;
}

h1.componentheading, h1.componentheading_ap {
	margin-top: 0px;
}

.componentheading, .componentheading_ap {
	color: #8cb5d3;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	font-size: 170%;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	color: #8cb5d3;
	font-size: 170%;
	padding-bottom: 10px;
	margin-top: 0px;
	text-transform: capitalize;
}

.contentheading_ap {
	color: #56a1d5;
	font-size: 170%;
	padding-bottom: 10px;
	margin-top: 0px;
	border-bottom: 1px solid #888888;
	text-transform: capitalize;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	
}

table.contentpaneopen td, table.contentpane td {
	
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 3px;
	text-transform: uppercase;
	font-size: 90%;
	color: #8cb5d3;
}

.modifydate {
	color: #92A3AE;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 5px 10px 0;
	padding: 0 5px 5px;
}

* html .mosimage {
	/*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 10px 0;
}

*+html .mosimage {
	/*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #92A3AE;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 30px 5px 8px;
	border-bottom: 3px solid #D0D9DF;
	font-size: 170%;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

.contact_email label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

.contact_email {
	margin: 5px;
}

#emailForm {
	position: absolute;
	left: 455px;
	top: 70px;
	padding: 10px;
	width: 400px;
	background: #666666;
	border: 1px solid #DDDDDD;
}

.contact p {
	margin-bottom: 10px;
}

#contact_text {
	width: 250px;
	height: 100px;
}



/* @end */

/* Calendar */

#tuition p, #calendar p, #calendarwka p, #calendarwkb p, #calendardates p {
	line-height: 120%;
	margin: 0;
	padding: 0;
}

#tuition table {
	width: 250px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #aca89e;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #d0cdc6;
	border-left: 1px solid #aca89e;
}

#calendar table {
	width: 150%;
	padding: 0;
	margin: 0;
	border-left: 1px solid #aca89e;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #d0cdc6;
}

#calendarwka table {
	padding: 0;
	margin: 0;
	border-left: 1px solid #aca89e;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #d0cdc6;
}

#calendarwkb table {
	padding: 0;
	margin: 0;
	border-left: 1px solid #aca89e;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #d0cdc6;
}

#calendardates table {
	padding: 0;
	margin: 0;
	border-left: 1px solid #aca89e;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #d0cdc6;
}

#tuition caption, #calendar caption, #calendarwka caption, #calendarwkb caption, #calendardates caption {
	padding: 5px;
	background: #aca89e;
	color: #fff;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#tuition th, #calendar th, #calendarwka th, #calendarwkb th, #calendardates th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #dcdad5;
	border-right: 1px solid #aca89e;
	border-bottom: 1px solid #aca89e;
	border-top: 1px solid #aca89e;
}

#tuition td, #calendar td, #calendarwka td, #calendarwkb td, #calendardates td {
	padding: 4px;
	border-right: 1px solid #aca89e;
	border-bottom: 1px solid #aca89e;
	text-align: center;
	color: #666666;
	background-color: #d0cdc6;
}

/* Firefox Scrollbar Hack - Do not remove */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
