/* 
================================
Skin styles for DotNetNuke
================================
*/

body {
    background-color: #C7EAF8;
    text-align: center;
}

.clear {
    clear: both;
}

.right {
    float: right;
    clear: right;
    margin-left: 10px;
}

.left {
    float: left;
    clear: left;
    margin-right: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    font-family: Sans-Serif;
}

#main {
    width: 800px;
    overflow: hidden;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#main #header {
    background-image: url(nine-women.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 24px;
}

#main .left-content {
    float: left;
    clear: left;
    overflow: hidden;
    background-color: White;
    margin-bottom: 12px;
    margin-right: 12px;
}

.twoPane .left-content {
    padding: 5px;
    width: 175px;
}

.twoPane .main-content {
    padding: 8px;
    width: 583px;
}

#main .main-content {
    float: right;
    clear: right;
    margin-bottom: 12px;
    overflow: hidden;
    background-image: url(ADMTEI-graphic-blue.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: White;
    padding-bottom: 100px;
}

#main .one-column-content {
    margin-bottom: 12px;
    overflow: hidden;
    background: url(ADMTEI-graphic-blue-800.gif) no-repeat center bottom;
    background-color: White;
    padding-bottom: 135px;
}

#main .montessori-quote {
    font-family: Sans-Serif;
    font-size: 13px;
    font-style: italic;
    background-color: #F2EED0;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}

#main .montessori-quote p {
    margin-right: 40px;
    margin-top: 0;
    padding-bottom: 12px;
    font-size: 1em;
}

#main .montessori-quote blockquote {
    padding-top: 12px;
    font-family: Sans-Serif;
    text-align: justify;
    margin: 0 40px;
    font-size: 1em;
}

#footer {
    margin: 0;
    padding: 0;
    background-color: White;
    width: 100%;
}

#footer p.ADMTEI {
    color: #3F94C8;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

#footer p.address {
    margin: 0;
    padding: 0;
    font-size: .7em;
    padding-bottom: 12px;
}

.green-bar {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 14px;
    background-color: #92C14B;
}

#menu {
    margin-left: 5px;
}

#menu li {
    list-style-type: none;
    float:left;
    background:url("GreenTabRight-Normal.gif")
      no-repeat right top;
    margin:0;
    padding:0;
}

#menu li#HouseMenuNavCurrentItem {
    background:url("GreenTabRight-Active.gif")
        no-repeat right top;
}

#menu li a {
    font-size: 12px;
    display:block;
    background:url("GreenTabLeft-Normal.gif") 
        no-repeat left top;
    padding: 11px 15px;
    text-decoration: none;
    color: White;
    font-weight: bolder;
}

#menu li#HouseMenuNavCurrentItem a {
    background:url("GreenTabLeft-Active.gif") 
        no-repeat left top;
}

#menu li a:hover {
    color: Black;
    text-decoration: none;
}

#menu li#HouseMenuNavItemHOME, #menu li#HouseMenuNavItemHOME a {
    display: none;
}

#menu li ul {
    border-top: solid 1px black;
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu li ul a {
    margin: 0;
    margin-left: 3px;
    padding: 0;
    margin-top: 2px;
    width: 10em;
    background: #9C298D none;
}

#menu li ul li {
    border-collapse: collapse;
    margin:0;
    padding:0;
    border: solid 1px black;
    border-top: 0px;
    width: 10em;
    background: #9C298D none;
}

/* Content */

.main-content h1 .about {
    text-align: left;
    margin-bottom: 0;
    font-size: .7em;
    font-weight: bold;
}

.main-content ul {
    font-size: 1.2em;
    list-style-type: circle;
    margin-bottom: 1em;
    margin-left: 1em;
}

p, blockquote {
    font-size: 1.2em;
    margin: 0 0 1em;
}

.DNN_ANN_DesignTable img {
    margin-right: 10px;
}