/*
      Created by Keith Donegan of Code-Sucks.com
      
      E-Mail: Keithdonegan@gmail.com
      
      You can do whatever you want with these layouts,
      but it would be greatly appreciated if you gave a link
      back to http://www.code-sucks.com
      
*/

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 13px;
    background: #8f8f8f;
}
a {
    color: #0033cc;
    text-decoration: none;
}
p {
    padding-bottom: 20px;
}
h3 {
    color: #0033CC;
    letter-spacing: 1px;
    font-size: 18px;
}
a:hover {
    border-bottom: 1px solid;
}

.imageleft {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	border: 2px solid #ffffff;
}
.imageright {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: right;
}


#wrapper { 
    margin: 0 auto;
    width: 790px;
    background: #F4F4F4;
}

#header {
    color: #000;
    width: 790px;
    height: 160px;
    background: #325b9b url('/images/header.jpg');
}
#leftcolumn { 
    color: #000;
    background: #f4f4f4;
    width: 246px;
    float: left;
}
#rightcolumn { 
    float: left;
    color: #333;
    background: #f4f4f4;
    width: 520px;
    display: inline;
    padding: 0 20px 50px 0;
}
#footer { 
    line-height: 20px;
    width: 790px;
    font-size: 12px;
    text-align: center;
    clear: both;
    height: 50px;
    color: #EEE;
    background: #747474;
    padding-top: 10px;
}

#footer a {
    color: #ccffff;
    text-decoration: none;
}

#footer a:hover {
    border-bottom: 1px solid;
}

.navi_text {
		color: #FFF;
}

.navi_text a {
		color: #FFF;
}

#news {
    position: relative;
    top: 30px;
    left: 30px;
    width: 185px;
    background: #e3e3e3 url("/images/news.gif") no-repeat top left;
}

.news_content {
    font-size: 12px;
    padding: 40px 18px 18px 15px;
    background: url("/images/news_foot.gif") no-repeat bottom left;
}

#classrooms {
    position: relative;
    top: 50px;
    left: 30px;
    width: 185px;
    background: #e3e3e3 url("/images/classrooms.gif") no-repeat top left;
}

.classrooms_content {
    font-size: 12px;
    padding: 40px 18px 18px 15px;
    background: url("/images/news_foot.gif") no-repeat bottom left;
}

#extracurricular {
    position: relative;
    top: 50px;
    left: 30px;
    width: 185px;
}

.extracurricular_content {
    margin: 0 auto;
    text-align:center;
    font-size: 12px;
    padding: 40px 18px 18px 15px;
}

h4 {
    padding-bottom: 5px;
}



/* Begin Menu Definitions */
#nav {
    position: relative;
    top: 101px;
    padding-left: 5px;
    left:200px;
}

#nav a {
    display: block;
    width: 100%;
    height: 22px;
}

#nav a:hover {
    border: 0;
}

#nav b {
    display: none;
}

ul#nav { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav li { /* all list items */
    float: left;
    position: relative;
    width: 10em;
    margin: 0;
    padding: 0;
    top: 0;
}

#nav li ul { /* second-level lists */
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
    display: block;
    color: #FFF;
    background: #999;
    list-style: none;
    top: 24px;
    border: 1px solid #000;
}

#nav li ul li a,#nav li ul li a {
    color: #FFF;
    padding-left: 2px;
}

#nav li ul li:hover,#nav li ul li.over,#nav li ul li a:hover {
    color: #FFF;
    background: #000;
}

#home {
    width: 66px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") 0px 0px no-repeat;
}

#home:hover,#home.over {
    background: transparent url("/images/menu.gif") 0px -24px no-repeat;
}

#testimonials {
    width: 116px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -66px 0px no-repeat;
}

#testimonials:hover,#testimonials.over {
    background: transparent url("/images/menu.gif") -66px -24px no-repeat;
}

#programs {
    width: 94px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -182px 0px no-repeat;
}

#programs:hover,#programs.over {
    background: transparent url("/images/menu.gif") -182px -24px no-repeat;
}

#office {
    width: 126px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -276px 0px no-repeat;
}

#office:hover,#office.over {
    background: transparent url("/images/menu.gif") -276px -24px no-repeat;
}

#contact {
    width: 104px !important;
    height: 24px;
    background: transparent url("/images/menu.gif") -402px 0px no-repeat;
}

#contact:hover,#contact.over {
    background: transparent url("/images/menu.gif") -402px -24px no-repeat;
}

/* End Menu Definitions */