/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#161616;
}
A {
    COLOR: #000;
    TEXT-DECORATION: none;
}
A:hover {
    TEXT-DECORATION:underline;
}
div#links_header{
width: 900px;
margin-left: auto; margin-right: auto;
text-align:right;
font-size:11px;
padding-bottom:3px;
}
img#logo{
padding-top:15px;
padding-left:15px;
}
div#container{
width: 900px;
margin-left: auto; margin-right: auto;
height:1000px;
border:#cfcfcf solid 1px;
}
div#main_header{
width: 900px;
height:135px;
background-image:url(images/main_banner.jpg)
}
div#breadcrumbs{
border-top:#cfcfcf solid 1px;
border-bottom:#cfcfcf solid 1px;
font-size:10px;
margin-bottom:15px;
padding-left:5px;
}
div#menu {
display:none;
float:left;
width:230px;
padding-left:15px;
}
div#menu .menu-item{
color:#cc3229;
vertical-align:middle;
line-height:34px;
font-size:14px;
font-weight:bold;
width:200px;
height:34px;
border-left:#cfcfcf solid 5px;
border-right:#cfcfcf solid 5px;
border-bottom:#cfcfcf solid 5px;
padding-left:20px;
}
div#menu .first{
border:#cfcfcf solid 5px;
}
div#menu .sel{
background-repeat:no-repeat;
background-position:right;;
background-image:url(images/learn_menu_bul.jpg);
}
div.menu-item img{
float:right;
margin-right:20px;
margin-top:-34px;
border:0px;
}
div.menu-item a{
color:#35408e;
display:block;
height:100%;
width:100%;
}
div.menu-item a:hover{
background-repeat:no-repeat;
background-position:right;;
background-image:url(images/learn_menu_bul.jpg);
text-decoration:none;
}
div.menu-item sup{
color:#cc3229;
font-size:10px;
}
div#menu .newsletter{
height:45px;
margin-top:30px;
padding-top:3px;
line-height:14px;
font-size:10px
}
div#menu .newsletter span.line1{
color:#cc3229;
font-size:11px;

}
div#menu .newsletter span.line2{
color:#35408e;
font-size:11px;
}
div#menu .newsletter span.line3{
color:#000;
}
div#body_text{
margin-left:35px;
float:left;
width:500px;
}
div#body_text.full{
margin-left:35px;
float:left;
width:700px;
}
div#body_text h2{
font-size:12px;
color:#cc3229;
}
div#body_text p{
text-align:justify;
}
div#heading{

}
div#heading.small{
width:410px;
}
div#heading img{
display:none;
}
div#right_col{
float:right;
width:170px;
margin-right:10px;
margin-left:10px;
}
blockquote.big_quote {
color:#35408e;
  font-size: 16px;
  padding-top: 22px;
  margin: 5px;
  background-image: url(images/top-quote.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 39px;
  }
  blockquote.big_quote span {
    display: block;
    background-image: url(images/bottom-quote.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
} 
div#links_footer{
width: 900px;
margin-left: auto; margin-right: auto;
font-size:10px;
background-color:#e2e2e2;
height:155px;
color:#6c6565;
}
div#links_footer div.column{
float:left;
width: 150px;
}
div#links_footer div.first{
padding-left:10px;
}
div#links_footer div.last{
padding-right:10px;
width: 130px;
}
div#links_footer h3{
font-weight:bold;
font-size:10px;
}
div#links_footer a{
color:#6c6565;
text-decoration:none;
}
div#links_footer a:hover{
text-decoration:underline;
}
div#footer{
width: 900px;
margin-left: auto; margin-right: auto;
font-size:10px;
padding-top:5px;
padding-bottom:15px;
clear:both;
}
div#footer span.left {
	display: block;
	width: 30%;
	float: left;
	text-align: left;
}
div#footer span.right {
	display: block;
	width: 68%;
	float: right;
	text-align: right;
}
div.chead img.book-online{
float:right;
margin-top:-73px;
display:none;
}