@charset "UTF-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #F9F0DE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1E0608;
}
#container {
	width: 915px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	margin: 0px;
}
p {
	margin: 0px;
}
a:link {
	color: #4B432D;
	text-decoration: none;
}
a:visited {
	color: #4B432D;
}
a:hover {
	color: #642519;
}
#header {
	background: url(../images/banner-bg.png) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 135px;
}

#header #header_nav {
	text-align: right;
	padding-top: 42px;
	padding-right: 18px;
	background-position: right -1px;
	background-repeat: no-repeat;
	height: 36px;
	margin-right: 10px;
}
#header_nav ul {
	margin: 0px;
	padding: 0px;
}
#header_nav li {
	display: inline;
	padding-right: 8px;
}
#header_nav a:link {
	color: #6B2B17;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
#header_nav a:visited {
	color: #61240F;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}
#header_nav a:hover {
	color: #A7672A;
}

#nav {
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 52px;
	height: 40px;
}
#mainContent {
	background: url(../images/body-bg.png) repeat-y;
	padding-top: 0;
	padding-bottom: 0;
}
#mainContent h1 {
	color: #642519;
	font-size: 115%;
	font-weight: bold;
	padding-left: 58px;
	padding-top: 12px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
#mainContent p {
	padding-left: 58px;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 1.4em;
	padding-right: 8px;
}
#mainContent h2 {
	font-size: 100%;
	font-weight: bold;
	color: #642519;
	padding-left: 58px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#mainContent h3 {
	font-size: 85%;
	font-weight: bold;
	color: #642519;
	padding-left: 58px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#mainContent img {
	margin: 0px 12px 6px;
}
#mainContent ul {
	list-style-type: disc;
	padding-left: 58px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	font-size: 85%;
	line-height: 1.3em;
}
#footer {
	text-align: center;
	padding-top: 0px;
	margin-bottom: 18px;
	clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
#main_clearbottom {
	clear: both;
	height: 90px;
	padding-left: 52px;
}
#footer ul {
	margin: 0px;
	padding-top: 8px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#footer a {
	color: #642519;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}
#footer a:hover {
	font-size: 12px;
	color: #4B432D;
	text-decoration: underline;
}
.main_left {
	float: left;
}
.clearfloats {
	clear: both;
}
#mainContent a {
	color: #4B432D;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:visited {
	color: #4B432D;
	text-decoration: none;
}
#mainContent a:hover {
	color: #642519;
	text-decoration: underline;
}
.main_left img {
	padding-left: 42px;
}
#main_clearbottom img {
	margin: 0px;
}
.arrow {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/** begin drop-menu styling **/

ul, li{
	padding: 0px;
	margin: 0px;
}
ul.dropmenu{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #fffcf8;
	display:block;
	z-index: 600;
}
.dropmenu li{
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	text-transform: uppercase;
}
.dropmenu li a{
	padding: 5px 12px;
	display: block;
	cursor: point;
	color: #FFF;
	text-shadow: #000 0.1em 0.1em 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 6px;
	margin-right: 2px;
}
.dropmenu li span{
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 12px;
	right: 10px;
}
.dropmenu li  a:hover span{

}
.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}
.dropmenu ul{
	position: absolute;
	display: none;
	width: 140px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	z-index: 15;
}
.dropmenu ul li{
	float: none;
	
}
.dropmenu ul a {
	border: 1px solid #ccc;
	border-bottom: 0;
	white-space: nowrap;
	display:block;
	text-decoration: none;
	text-transform: none;
}
.dropmenu ul a:hover {
	color:#FFF !important;
	text-decoration: none;
	background-image: none;
}
.dropmenu a.selected ,.dropmenu a:hover{
	color: #FFF !important;
	background: #A7A470;
	text-shadow: none;
	text-shadow: #000 0.1em 0.1em 0.1em;
}
a.selected span{
	
}
.dropmenu div ul{
	position: relative;
	display: block;
}
.dropmenu li div{
	background: #FFF; //*try bg image */
	padding: 5px;
	display: none;
	position: absolute;
}
.dropmenu li div ul{
	border: none;
	background: none;
	position: relative !important;
}
.dropmenu li div a{
	color: #168CDF;
	border: none;
	border-bottom: 1px solid #B2BFCA;
}
.dropmenu li div a:hover{
	color: #168CDF;
	border: none;
	border-bottom: 1px solid #B2BFCA;
}
.dropmenu li div div{
	display: block;
	position: relative;
	background: none;
	border: none;
}
.dropmenu li div div a{
	display: inline;
	border: none;
	color: #168CDF;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
.dropmenu li div div a:hover{
	text-decoration: none;
}
ul.left{
	float: left;
	width: 145px;
}
ul.right{
	float: right;
	width: 145px;
}
.nav-col-small{
	float: left;
	width: 160px;
	border-right: 1px solid #999;
}
.nav-col-wide{
	float: left;
	border-right: 1px solid #999;
}
.last{
	border-right: none;
}
.small{
	color: #666;
	font-size: 10px;
	padding: 10px 5px 8px 5px !important;
	display: block;
	clear: both;
}
.planning{
	padding: 25px !important;
	text-align: left;
	width: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3073A0;
	border-bottom-color: #3073A0;
	border-left-color: #3073A0;
}
.planning ul{
	width: 100%;
}
.planning ul li{
	border-bottom: 1px solid #B2BFCA;
	padding: 10px 0px;
	background-image: url(../images/nav-sub-arrow.png);
	padding-left: 16px;
	background-repeat: no-repeat;
}
.planning h2{
	font-size: 16px;
	padding: 2px 0px 3px 0px;
	margin: 0px;
}
.planning p{
	color: #666;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#nav-one li .classroom .nav-col-small.last ul li p {
	text-transform: none;
}
.planning img{
	float: left;
	padding-right: 10px;
}
.dropmenu .planning  ul li a{
	display: inline;
	border: none;
	color: #168CDF;
	text-decoration: none;
	text-shadow: none;
	padding: 0px;
	margin: 0px;
	text-transform: none;
}
.dropmenu .planning  ul li  a:hover{
	color: #168CDF !important;
	text-decoration: underline;
	background: none !important;
}

.tutorials{
	width: 300px;
}

.classroom{
	padding: 25px !important;
	text-align: left;
	width: 400px;
	background-image: url(../images/classroom-bg.png);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3073A0;
	border-bottom-color: #3073A0;
	border-left-color: #3073A0;
}
.classroom ul li{
	border-bottom: 1px solid #B2BFCA;
	padding: 10px 0px;
	background-image: url(../images/nav-sub-arrow.png);
	padding-left: 16px;
	background-repeat: no-repeat;
}
.dropmenu .classroom ul li a {
	color: #168CDF;
	text-shadow: none;
	text-align: left;
	text-decoration: none;
}
.dropmenu .classroom ul li a:visited {
	color: #168CDF;
	text-shadow: none;
	text-align: left;
}
.dropmenu .classroom ul li a:hover {
	text-shadow: none;
	text-align: left;
}

.classroom img {
	float: left;
	padding-right: 10px;
}
input{
	border:1px solid #4A779D;
	padding: 3px 8px;
	margin-bottom: 8px;
	width: 164px;
}
label{
	padding: 0px 0px 4px 0px;
	display:block;
}
button{
	background: #4A779D url(../images/navigation.png) repeat-x scroll 0 0;
	color: #FFF;
	border:1px solid #4A779D;
	padding: 4px 10px;
	width: 180px;
}

/** end dropmenu **/


/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{
	height:226px; 	/*this changes the height of the image slider*/
	width:400px;
	overflow: hidden;
	position: relative;
}

.aviaslider li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
	position: relative;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 120px;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
}

.feature_excerpt{
	width:591px;
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	z-index: 2;
	padding:14px 15px;
	font-size: 11.5px;
	line-height:1.5em;
	cursor: pointer;
	background: #000;
	color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}

