/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #ffffff url(images/bg-site.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h2, a, ul, li, address, th, td {
	color: #1f391b;
	font: 12px Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 20px 0px;
	line-height: 1.7;
}

address {
	font-size: 11px;
	font-style: normal;
	margin: 0px 5px;
	padding: 5px 0px 8px;
	line-height: 1.4;
	clear: both;
}

h1 { 
	margin: 0px 0px 20px 0px;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 5px 0px 2px 0px;
	border-bottom: 1px solid #c3c2c2;
}

h2 { 
	font-size: 13px;
	font-weight: bold;
	color: #0101c0;
	text-align: left;
	margin: 5px 0px 10px 0px;
}

h3 { 
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin: 5px 0px;
	padding: 5px 5px;
	background: #672e7d;
	clear: both;
	line-height: 1.5;
}

strong {
	color: #000000;
}

hr {
	border: none;
	border-top: 1px dotted #c3c2c2;
	height: 1px;
	clear: both;
	margin-bottom: 10px;
}

/* ----------------- TABLES ----------------- */
table, td, th {	
	border-collapse: collapse;
}

table {	
	border: none;
	margin-bottom: 20px;
}

td, th {	
	vertical-align: top;
	padding: 5px 30px 5px 30px;
	margin: 0px;
	text-align: center;
}

th {	
	font-weight: bold;
}

/* ----------------- LIST ITEMS ----------------- */
ul {
	margin: 0px;
	padding: 0px 0px 20px 25px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 25px 20px 25px;
}

li {
	line-height: 1.5;
}

/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #4949a9; 
	text-decoration: underline; 
	font-weight: normal; 
}
	
a:hover { 
	color: #666666; 
}

a strong {
	color: #4949a9;
}

a:hover strong {
	color: #666666;
}

/* ----------------- MAIN NAVIGATION ----------------- */
#mainnav, #mainnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 192px;
}

#mainnav li { /* all list items */
	position: relative;
	float: left;
	width: 192px;;
}

#mainnav li ul { /* second-level lists */
	position: absolute;
	left: -2000px;
	margin-left: 189px;
	margin-top: -25px;
	width: 192px;
	z-index: 2;
}

#mainnav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 4px 0 4px 10px;
	width: 178px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #91c62e;
	border-bottom: 1px solid #ffffff;
	letter-spacing: 1px;
}

#mainnav li a.current:link, #mainnav li a.current:visited {
	background: #72057d;
	color: #ffffff;
}

#mainnav li a:hover {
	background: #b9e820;
	color: #333333;
}

#mainnav li:hover ul ul, #mainnav li.sfhover ul ul {
	left: -2000px;
}

#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	zoom: 1; /* required to fix ie7 sticky problem */
}
	
/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	width: 990px;
	margin: 0px auto;
	height: 15px;
	padding: 3px 0px;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a.last {
	border-right: none;
}

ul#utilitynav li a.first {
	padding-left: 0px;
}

/* ----------------- BODY ----------------- */
div#container {
	width: 990px;
	margin: 5px auto;
	clear: both;
}

div#header {
	background: #FFFFFF url(images/bg-header.jpg) no-repeat;
	width: 990px;
	height: 130px;
	text-align: left;
	border: 1px solid #1c596e;
	position: relative;
	padding-bottom: 4px;
}

div#content {
	width: 990px;
	margin: 0px auto 3px;
	border: 1px solid #1c596e;
	background-image: url(images/bg-content.gif);
	clear: both;
}

div#leftside {
	width: 192px;
	padding: 1px 1px 8px 5px;
	text-align: left;
	float: left;
}

	div#leftside p {
	line-height: 1.4;
	font-size: 11px;
	font-style: normal;
	color: #1f391b;
	margin: 5px;
	padding: 5px 0px 8px;
	}

div#rightside {
	width: 722px;
	padding: 20px 35px;
	text-align: left;
	float: right;
}

div.panel {
	width: 320px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	float: right;
	border-left: 1px dotted #c3c2c2;
}

div.box {
	padding: 10px 20px;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #c3c2c2;
	background: #e3f2fa;
}

div.columnlt {
	width: 310px;
	padding-right: 20px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}

div.columnrt {
	width: 360px;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	float: right;
	border-left: 1px dotted #c3c2c2;
}
	
div#footer {
	width: 974px;
	margin: 3px 3px 0 3px;
	padding: 8px 5px 5px 5px;
	background: #a6d902 url(images/content-bottom.gif) no-repeat top;
	border-bottom: 3px solid #ffffff;
	clear: both;
	text-align: left;
}

	div#footer p {
		margin: 5px 0px ;
		line-height: 1.4;
	}
	
	div#footer a { 
		color: #000000; 
		text-decoration: underline; 
		font-weight: normal; 
	}
		
	div#footer a:hover { 
		color: #333333; 
	}

	div#footer hr {
		border: none;
		border-top: 1px dotted #ffffff;
		height: 1px;
		clear: both;
		margin: 0;
	}
	
/* ----------------- Homepage Layout Elements ----------------- */
div#rightside1 {
	width: 778px;
	padding: 5px 9px 5px 5px;
	text-align: left;
	float: right;
}

div#flash {
	float: left;
	width: 468px;
	height: 185px;
	border: 1px solid #c3c2c2;
	margin-bottom: 5px;
	z-index: 1;
}

div#sickchild {
	float: right;
	width: 270px;
	height: 102px;
	padding: 75px 15px 10px 15px;
	background: #ffffff url(images/child-illness-box.gif) no-repeat;
	margin-bottom: 5px;
}

	div#sickchild p {
		margin: 5px 0px 15px 0px;
		line-height: 1.4;
		color: #ffffff;
	}
	
	div#sickchild ul.left {
		float: left;
		margin: 0;
		padding: 0px 0px 10px 5px;
		list-style-type: none;
		width: 85px;
	}
	
	div#sickchild li {
		margin-bottom: 5px;
	}
	
	div#sickchild a { 
		color: #d3fc50; 
		text-decoration: underline; 
		font-weight: bolder; 
	}
		
	div#sickchild a:hover { 
		color: #ffffff; 
	}
	
div.smbox1, div.smbox2, div.smbox3, div.smbox4 {
	padding: 5px;
	margin: 3px 3px 3px 0px;
	text-align: left;
	border: 1px solid #c3c2c2;
	width: 180px;
	height: 290px;
	float: left;
}

div.smbox1 {
	background: #fe5b02;
}

div.smbox2 {
	background: #f4b202;
}

div.smbox3 {
	background: #48acf7;
}

div.smbox4 {
	background: #9a49f7;
	margin: 3px 0px 3px 0px;
}

div.smbox1 p, div.smbox2 p, div.smbox3 p, div.smbox4 p {
		margin: 5px 0px 10px 0px;
		line-height: 1.3;
		color: #ffffff;
	}
	
div.smbox1 h1, div.smbox2 h1, div.smbox3 h1, div.smbox4 h1 {
		margin: 0px 0px 10px 0px;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #ffffff;
		font-family: Arial, Helvetica, sans-serif;
	}
	
div.smbox1 strong, div.smbox2 strong, div.smbox3 strong, div.smbox4 strong {
	color: #ffffff;
}

div.smbox1 a, div.smbox2 a, div.smbox3 a, div.smbox4 a { 
	color: #ffffff; 
	text-decoration: underline; 
	font-weight: bolder;
}
	
div.smbox1 a:hover, div.smbox2 a:hover, div.smbox3 a:hover, div.smbox4 a:hover { 
	color: #333333; 
}

/* ----------------- COPYRIGHT ----------------- */
div#copyrightcontainer {
	width: 990px;
	margin: 15px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	padding: 5px 0px;
	clear: both;
	border-top: 1px solid #ffffff;
	text-align: left;
}

div#copyrightcontainer a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 9px;
}

div#copyrightcontainer a:hover {
	text-decoration: underline;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 5px;
}

/* ----------------- ADMIN LOGIN ----------------- */
div#login {
	float: right;
}

	div#login p {
		font-size: 10px;
		color: #ffffff;
	}
	
/* ----------------- IMAGE ELEMENTS ----------------- */
img.form {
	margin: 0px 5px 5px 5px;
	border: none;
}

img.logo {
	margin: 0px 5px;
	border: none;
}

img#logo {
	position: absolute;
	top: 11px;
	left: 5px;
	border: none;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear: both;
}

.clearlt {
	clear: left;
}

.center {
	text-align: center;
}

p#disclaimer {
	margin:0;
	font-size: 9px;
	line-height: 1.4;
}

p.leftalign {
	float: left;
	width: 250px;
}

strong.important {
	color: #CC0000;
}

span.big { 
	font-size: 26px;
}
