/*
Design by Jane-Es222
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}

h1, h2, h3 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #304f96;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

img {
 width:50%;
  max-width:50%;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

/* Post */

.post {
	margin-bottom: 1px;
	padding: 20px 20px 5px 20px;
}

.post .title {
	margin : 15px 0px 20px 40px;
	padding-right: 20px;
	text-align: right;
	font-size: 1.2em;
	color: #304f96;
}

.post .story {
	padding-top: 10px;
	color: #304f96;
}

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1em;
}

/* Logo */

#logo {
	width: 650px;
	height: 240px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(resources/logo14.jpg);
	margin: 10px auto 0px auto;
}

#logo h1 {
	margin: 212px 0 0 18px;
	letter-spacing: 2px;
	font-size: 23px/*1.9em*/;
	font-family: "Square 721 BT";
	font-weight: bold;
	color: #304f96;
	position: absolute;
	white-space: nowrap;
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 18px/*1.8em*/;
}

/* Menu */

#menu {
	width: 425px;
	height: 17px;
	font-size: 11px/*1.8em*/;
	margin: 0px auto 0px auto;
	position: relative;
	left: -87px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(resources/menubar.jpg);
	border-right: 1px solid #304f96;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 0px 0 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #304f96;
	border-left: 1px solid #304f96;
}

#menu a:hover, #menu .active a {
	color: #304f96;
}

/* Content */

#content {
	border-top: 2px solid #304f96;
	background: url(resources/background.jpg) no-repeat top left;
}

#main {
	margin-left: 183px;
	margin-right:9px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 185px;
	margin-right:11px;
}

html>body #main {
	margin-left: 185px;
	margin-right:11px;
}

#main a {
}

#sidebar {
		position: absolute;
		left:0px;
		top:267px;
		width:184px;
		height: 380px;
		list-style: none;
}

#sidebar ul {
	margin: 0;
}

#sidebar li#parents {
	background: url(resources/oudersbut1.gif) no-repeat;
}
#sidebar li#kids {
	background: url(resources/kidsbut1.gif) no-repeat;
}
#sidebar li {
	display: inline;
/* for IE5 and IE6 */
	height:112px; 
	width:112px; 
	text-decoration:none; 
	margin-left:45px;
	margin-top: 60px;
	padding:0;  
	cursor:pointer;
	outline: none;/* get rid of dotted borders */
}

#sidebar li a {
	display:block; 
	height:112px; 
	width:112px; 
	text-decoration:none; 
	margin-left:45px;
	margin-top: 60px;
	padding:0;  
	cursor:pointer;
	outline: none;/* get rid of dotted borders */
	position:relative;
	z-index:200;
}

#sidebar li#kids a{
 	background: url(resources/kidsbut1.gif) no-repeat;
}

#sidebar li#parents a{
 	background: url(resources/oudersbut1.gif) no-repeat;
}

#sidebar li#kids a:hover {
	background: url(resources/kidsbut3.gif) no-repeat;
	position: relative;
	z-index:400;
}

#sidebar li#parents a:hover {
  background: url(resources/oudersbut2.gif) no-repeat;
	position: relative;
	z-index:400;
}

#rightcontent {
		position: absolute;
		right:10px;
		top:267px;
		width:10px;
}

/* Footer */

#footer {
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #304f96;
}

#footer p {
	margin-left: 10px;
	font-size: x-small;
}

/* Footer &amp;gt; Legal */

#legal {
}

