/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
}

body {
	background-color: #79BDE9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

select, input, textarea, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333399;
}

hr {
	border: 1px solid #CCCCCC;
}

a:link {
	color: #333399;
	text-decoration: underline;
}
a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #18B6E7;
	text-decoration: underline;
}
a:active {
	color: #333399;
	text-decoration: underline;
}

a.white, a.white:link, a.white:visited, a.white:hover, a.white:active {
	color: #FFFFFF;
}

a.red, a.red:link, a.red:visited, a.red:hover, a.red:active {
	color: #FF0000;
}

h1 {
	color: #E40078;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #333399;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #18B6E7;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.red {
	color: #FF0000;
}

/*****************************************************************
	Shadows
******************************************************************/

.shadow-top {
	background-image:  url("../main-images/shadow-top.jpg");
	background-position: center top;
	background-repeat: none;
	height: 24px;
}

.shadow-bottom {
	background-image:  url("../main-images/shadow-bottom.jpg");
	background-position: center top;
	background-repeat: none;
	height: 16px;
}

.shadow-left {
	background-image:  url("../main-images/shadow-left.jpg");
	background-position: left top;
	background-repeat: repeat-y;
	width: 8px;
}

.shadow-right {
	background-image:  url("../main-images/shadow-right.jpg");
	background-position: left top;
	background-repeat: repeat-y;
	width: 8px;
}

/*****************************************************************
	Header
******************************************************************/

.header {
	background-image:  url("../main-images/header-top-bg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #333399;
	width: 700px;
	text-align: right;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 14px;
}

#header-info { 
	margin: 0px;
	padding: 10px 0px 10px 25px;
}

#header-info li{ 
	display: inline;
	list-style-type: none;
	padding-right: 25px;
}

#header-info li a, #header-info li a:active, #header-info li a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

#header-info li a:hover { 
	color: #79BDE9;
	text-decoration: none;
}

#header-info .phone {
	color: #79BDE9;
	font-size: 20px;
}

.header-left {
	background-image:  url("../main-images/header-top-bg-left.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #333399;
	width: 17px;
}

.header-strip {
	background-image:  url("../main-images/header-strip.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #003366;
	height: 6px;
	width: 700px;
}


.header-strip-left {
	background-image:  url("../main-images/header-strip-left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #003366;
	height: 6px;
	width: 17px;
}

.banner-images {
	background-image:  url("../main-images/banner-images.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	height: 167px;
	width: 700px;
}

.banner-images-left {
	background-image:  url("../main-images/banner-images-left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFFFFF;
	height: 167px;
	width: 17px;
}


/*****************************************************************
	Content
******************************************************************/

.content-bg {
	background-image:  url("../main-images/content-bg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	width: 650px;
	padding: 25px 25px 25px 25px;
	text-align: left;
	vertical-align:top;
	height: 282px;
}

.content-bg-left {
	background-image:  url("../main-images/content-bg-left.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
	width: 17px;
}


/*****************************************************************
	Navigation Panel
******************************************************************/

.nav-panel {
	background-color: #FFFFFF;
	width: 247px;
	padding: 0px 10px 25px 10px;
	vertical-align: top;
	text-align: left;
}

.logo-top {
	text-align: center;
	vertical-align: bottom;
	background-color: #FFFFFF;
}

.logo-middle {
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	height: 6px;
}

.logo-bottom {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}

.logo {
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 25px 0px;
}

.nav-home {
	background-color: #E40079;
	padding: 10px 15px 10px 15px;
}

.nav-home a, .nav-home a:visited, .nav-home a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.nav-home a:hover {
	color: #333399;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#navlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navlist li {
	background-image:  url("../main-images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0 .8em;
	border-bottom: 2px dotted #E40079;
	padding: 8px 0px 8px 18px;
}

#navlist li.last {
	background-image:  url("../main-images/bullet.jpg");
	background-repeat: no-repeat;
	background-position: 0 .8em;
	border-bottom: 0px;
	padding: 8px 0px 0px 18px;
}

#navlist li a, #navlist li a:active, #navlist li a:visited { 
	color: #333399;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#navlist li a:hover { 
	color: #79BDE9;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#navlist li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navlist li ul li {
	background-image: none;
	border-bottom: 0px;
	padding: 12px 0px 8px 18px;
}

#navlist li ul li a, #navlist li ul li a:active, #navlist li ul li a:visited { 
	color: #333399;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#navlist li ul li a:hover { 
	color: #79BDE9;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}


/*****************************************************************
	Footer
******************************************************************/

.footer-bg {
	background-color: #333399;
	background-image:    url("../main-images/footer-bg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
}

#footer-info { 
	margin: 0px;
	padding: 12px 25px 12px 0px;
}

#footer-info li{ 
	display: inline;
	list-style-type: none;
	padding-left: 13px;	
}

#footer-info li a, #footer-info li a:active, #footer-info li a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#footer-info li a:hover { 
	color: #79BDE9;
	text-decoration: none;
	font-size: 11px;
}


/*****************************************************************
	Misc
******************************************************************/

.lblue {
	color: #18B6E7;
}

.lblue_large {
	color: #18B6E7;
	font-size: 14px;
}

.black {
	color: #000000;
}

.black_large {
	color: #000000;
	font-size: 14px;
}

.pink {
	color: #E40079;
	font-size: 14px;
}

.pink_large {
	color: #E40079;
}

.green {
	color: #7AC142;
}

.green_large {
	color: #7AC142;
	font-size: 14px;
}

.orange {
	color: #F89728;
}

.orange_large {
	color: #F89728;
	font-size: 14px;
}

.bullet-padding {
	padding: 3px 0px 0px 0px;
}

.box {
	padding: 13px 13px 13px 13px;
	border: 2px solid #18B6E7;
	width: 267px;
	text-align: left;
	vertical-align: top;
}

.lblue-box {
	padding: 13px 13px 13px 13px;
	border: 2px solid #18B6E7;
	text-align: left;
	vertical-align: top;
	background-color: #CCE6FF;
}

.box-nobackground-center {
	padding: 13px 13px 13px 13px;
	border: 2px solid #18B6E7;
	vertical-align: top;
	text-align: center;
}


/*****************************************************************
	Sticky Note
******************************************************************/

.stickynote-padding {
	height: 25px;

}

.stickytable {
	height: 232px;
}

.stickynote {
	background-image: url("../main-images/stickynote.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding: 16px 0px 0px 18px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
}

.stickynote a, .stickynote a:visited, .stickynote a:active {
	color: #000000;
	font-size: 12px;
}

.stickynote a.red, .stickynote a.red:visited, .stickynote a.red:active {
	color: #FF0000;
	font-size: 12px;
}

.sticknote a:hover {
	color: #333399;
	font-size: 12px;
}

.sticknote a.red:hover {
	color: #FF0000;
	font-size: 12px;
}

.sticknote-title {
	font-size: 14px;
	color: #000000;
	font-family: "Lucida Sans", "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px 0px 0px 50px;
}

.schools-box {
	background-image: url(../main-images/schools-box.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	padding: 24px 15px 26px 200px;
}

.parents-box {
	background-image: url(../main-images/parents-box.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	padding: 30px 15px 40px 200px;
}

.large {
	font-size: 13px;
	padding: 0px 0px 10px 0px;
}

.searchbox {
	border: 2px solid #18B6E7;
}