/*-- GLOBAL RULES --*/
* {
	margin: 0;
	padding: 0;
}
body { 
	font-family: verdana, arial;
	font-size: 0.75em;
	background: url(/assets/required/radial_bg.jpg) #8A8A8A no-repeat center 131px;
	text-align: center;
}
img {
	border: none;
}
h1 {
	color: #464646;
	font-size: 1.6em;
}
h2 {
	color: #464646;
	font-size: 1.3em;
	padding: 6px 0 3px 0;
}
p {
	padding: 7px 0;
}
blockquote {
	font-style: italic;
}
fieldset span, label {
	clear: left;
	float: left;
	width: 200px;
	margin: 5px 0;
}
input, textarea {
	float: left;
	width: 200px;
	margin: 5px;
}
input.submit {
	clear: left;
	float: left;
	width: auto;
	margin: 5px 0 5px 355px;
}
fieldset {
	border: none;
	clear: both;
}
table {
	text-align: center;
	margin: 20px 0;
	font-size: 0.9em;
}
table table {
	text-align: left;
	margin: 0;
}
table table td {
	vertical-align: top;
}
th {
	background: #4E4E4E;
	color: #fff;
	padding: 3px;
}
td {
	background: #DEDEDE;
	margin: 0;
	padding: 3px;
}
td input {
	width: auto;
	margin: 5px;
}
td label {
	width: 110px;
}
table.calendar {
	width: 100%;
}

.error {
	clear: none;
	float: left;
	color: #FF0000;
	width: 200px;
}

/*-- HEADER --*/
#header {
	width: 100%;
	background: #fff;
	text-align: center;
	border-bottom: solid 1px #40BCE6;
}
#headerinner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#headerinner img{
	float: left;
}
#nav1 {
	list-style: none;
	float: right;
	margin-top: 57px;
}
#nav1 li {
	float: left;
	text-align: center;
	margin-left: 1px;
}
#nav1 li a {
	width: 103px;
	height: 23px;
	overflow:hidden;
	background: url(/assets/required/nav1_tab.gif) no-repeat;
	display: block;
	color: #626262;
	text-decoration: none;
	padding-top: 11px;
}
#nav1 li a:hover, #nav1 li.current a {
	background-position: 0 -34px;
	color: #fff;
}

/*-- SECONDARY NAV --*/
#nav2 {
	width: 100%;
	background: url(/assets/required/nav2_bg.jpg) repeat-x;
	border-top: solid 1px #fff;
	text-align: center;
	height: 46px;
}
#nav2 ul {
	list-style: none;
	width: 900px;
	margin: 0 auto;
}
#nav2 ul li {
	float: left;
}
#nav2 ul li a {
	display: block;
	text-indent: -999em;
}

#nav2 ul li a.business {
	background: url(/assets/required/business.jpg) no-repeat;
	width: 230px;
	height: 41px ;
}
#nav2 ul li a.parents {
	background: url(/assets/required/parents.jpg) no-repeat;
	width: 220px;
	height: 41px ;
}
#nav2 ul li a.schools {
	background: url(/assets/required/schools.jpg) no-repeat;
	width: 230px;
	height: 41px ;
}
#nav2 ul li a.students {
	background: url(/assets/required/students.jpg) no-repeat;
	width: 220px;
	height: 41px ;
}
#nav2 ul li a:hover, #nav2 ul li.current a {
	background-position: 0 -41px;
}

/*-- LEFT NAV --*/
#leftnav {
	width: 222px;
	float: left;
}
#leftnav ul {
	list-style: none;
}
#leftnav ul li{

}
#leftnav li a{
	display: block;
	text-decoration: none;
	color: #464646;
	padding: 5px 5px 5px 32px;
}
#leftnav ul.business li a:hover, #leftnav ul.business li.current a{
	background: url(/assets/required/leftnav_onbg_orange.jpg) repeat-y;
	color: #F7941D;
	font-weight: bold;
}
#leftnav ul.parents li a:hover, #leftnav ul.parents li.current a{
	background: url(/assets/required/leftnav_onbg_yel.jpg) repeat-y;
	color: #EBBC00;
	font-weight: bold;
}
#leftnav ul.students li a:hover, #leftnav ul.students li.current a{
	background: url(/assets/required/leftnav_onbg.jpg) repeat-y;
	color: #00A6DD;
	font-weight: bold;
}
#leftnav ul.schools li a:hover, #leftnav ul.schools li.current a{
	background: url(/assets/required/leftnav_onbg_green.jpg) repeat-y;
	color: #39B54A;
	font-weight: bold;
}

/*-- MAIN CONTENT AREA --*/
#wrapper {
	width: 880px;
	margin: -5px auto 0 auto;
	padding: 6px 10px 10px 10px;
	background: url(/assets/required/wrapper_top_bg.jpg) #fff repeat-x;
	text-align: left;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}
#wrapper2 {
	width: 897px;
	margin: -5px auto 0 auto;
	padding: 6px 3px 10px 0;
	background: url(/assets/required/wrapper_top_bg.jpg) #fff repeat-x;
	text-align: left;
	min-height:550px;
  	height:auto !important;
  	height:550px;
}
#left {
	width: 623px;
	float: left;
}
#right {
	width: 250px;
	float: left;
}
#widemainright {
	padding-left: 11px;
}
#mainright {
	float: right;
	width: 667px;
}
#wideright {
	float: right;
	width: 100%;
}
#leftcopy {
	width: 458px;
	float: left;
}
#wideleftcopy {
	width: 770px;
	margin: 0 auto;
}
#onecolcopy {
	width: 665px;
	float: left;
}
#rightphotos {
	width: 200px;
	float: left;
}
.business .copy a {
	color: #F1870D;
}
.parents .copy a {
	color: #FFC700;
}
.students .copy a {
	color: #19AFE4;
}
.schools .copy a {
	color: #41BF51;
}
.copy {
	color: #626262;
	padding: 18px;
}
.copy ul {
	margin: 5px 0 5px 15px;
}
.copy ul li {
	padding: 3px 0;
}
.copy a {
	color:#19AFE4;
}
ul.bluearrow {
	list-style-image: url(/assets/required/blue_arrow.jpg);
	list-style-type: square;
}
ul.bluearrow li {
	padding: 5px 0;
}

/*-- FOOTER --*/
#footer ul{
	padding: 15px 0;
}
#footer li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	color: #fff;
	font-size: 0.9em;
}
#footer li a{
	color: #fff;
	text-decoration: none;
}

/*-- HOME PAGE RABBITS --*/
#rabbits {
	list-style: none;
	background: url(/assets/required/rabbits_bg.jpg) repeat-y;
	float: left;
}
#rabbits li {
	float: left;
	margin-right: 2px;
	width: 218px;
}
.rabbittext {
	padding: 20px;
}
/*-- PHOTO GALLERY --*/
#gallery ul {
	list-style: none;
}
#gallery ul li {
	float: left;
	margin: 10px;
	height: 150px;
	overflow: hidden;
}


/*-- GENERIC CLASSES --*/
.clearboth {
	clear: both;
}









































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
