/*
+--------------------------------------------------------------------------
|	© Copyright James Ridgway 2009
|   ========================================
|   > Author:			James Ridgway
|   > Website:			http://www.james-r.co.uk
+---------------------------------------------------------------------------
*/
body 
{
	font-family: Candara, "Trebuchet MS", helvetica, arial, tahoma, sans-serif;
	font-size: 14px;
	background-image: url(Background.png);
	background-repeat: repeat-x;
	background-color: #F7FCF4;
}
.text {
	font-family: Candara, "Trebuchet MS", helvetica, arial, tahoma, sans-serif;
	font-size: 14px;
}
.smText {
	font-size:11px;
}
.smText2 {
	font-size:12px;
}
.warning {
	font-size:12px;
	background-image:url(warning.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 18px;
	line-height: 18px;
}
.loading {
	font-size:12px;
	background-image:url(loading.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 18px;
	line-height: 18px;
}
textarea 
{
	font-family: Tahoma;
	font-size: 13px;
}
.container 
{
	text-align:center;
	clear:both;
}
.page 
{
	width: 856px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	clear:both;
	background-image: url(Border.png);
	background-repeat:repeat-y;
}
.header 
{
	background-image: url(BorderTop.png);
	background-repeat:repeat-x;
	height:130px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	clear:both;
}
.footer 
{
	border-top: 1px solid #8FCA77;
	background-image: url(BorderBottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	font-size:12px;
	clear:both;

	width: 826px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
.content 
{
	padding-left:15px;
	padding-right:15px;
	background-image: url(Border.png);
	background-repeat:repeat-y;
	clear:both;
	width:100%;
}
.columns {
	clear:both;
	width:100%;
}
ul.navigation 
{
	margin:0px;
	padding:0px;
	margin-top: -47px;
	margin-left:176px;
	margin-right:auto;
	list-style: none;
	float:left;
	height:30px;
	line-height:30px;
	width: 659px;
	background-image: url(Navigation.png);
	background-repeat:no-repeat;
	clear:both;
}
ul.navigation li
{
	width: 118px;
	float:left;
	margin:0px;
	padding:0px;
	height:26px;
}
ul.navigation li a 
{
	display:block;
	color: #000000;
	text-decoration:none;
	width:136px;
	background-image: url(NavigationItem.png);
	height:30px;
	text-align:center;
	font-weight:bold;
}
ul.navigation li a:hover
{
	width:136px;
	background-image: url(NavigationHover.png);
	height:30px;
}
h1 
{
	margin:0px;
	padding:0px;
	color: #659C4F;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
}
h2 {
	margin:0px;
	padding:0px;
	color: #659C4F;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #659C4F;
}
/*----------------------------------------------------
-- Hyperlinks										--
----------------------------------------------------*/

a {
	color: #355C09;
}
a:hover {
	color: #678E3B;
}

a.admin {
	color: #355C09;
	font-weight:bold;
	text-decoration:none;
}
a.admin:hover {
	color: #678E3B;
	font-weight:bold;
	text-decoration:none;
}

a.smText {
	color: #355C09;
	font-size:11px;
}
a.smText:hover {
	color: #678E3B;
	font-size:11px;
}
.breadCrum {
	font-size:12px;
}
a.breadCrum {
	font-size:12px;
	font-weight:bold;
	color: #355C09;
}
a.breadCrum:hover {
	font-size:12px;
	font-weight:bold;
	color: #678E3B;
}

a.bigLink {
	color: #498431;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
}
a.bigLink:hover {
	color: #5D9845;
	font-size:18px;
	font-weight:bold;
	width:100%;
}


/*----------------------------------------------------
-- Rounded Corners									--
----------------------------------------------------*/
.rc {
	position:relative;
	background-color:#D6F4CA;
}
.rctl, .rcbl {
	position:absolute;
	width:100%;
	height:4px;
	background-repeat:no-repeat;
}
.rctr, .rcbr {
	position:absolute;
	width:4px;
	height:4px;
	background-repeat:no-repeat;
}
.rctr {
	height:100%;
	width:4px;
}
.rcc {
	background-color:#D6F4CA;
	padding:7px;
	border-left:1px solid #97CE81;
	border-right:1px solid #97CE81;
}
.rctl { background-image:url(RoundedCorners-tl.png); top:0px; left:0px;		}
.rctr { background-image:url(RoundedCorners-tr.png); top:0px; right:0px;		}
.rcbl { background-image:url(RoundedCorners-bl.png); bottom:0px; left:0px;	}
.rcbr { background-image:url(RoundedCorners-br.png); bottom:0px; right:0px;	}

.rcTitle {
	background-image:url(RhombGreen.png);
	background-repeat: no-repeat;
	padding-left:18px;
}
.rcTitleH2 {
	background-image:url(RhombGreen24.png);
	background-repeat: no-repeat;
	padding-left:28px;
}

.rcSearchTitle {
	background-image:url(Search.png);
	background-repeat: no-repeat;
	padding-left:18px;
}
.rcUl {
	list-style:circle;
	padding:0px;
	margin:0px;
	margin-left:26px;
	margin-top:5px;
	font-size:14px;

}
.ulCircle {
	list-style:circle;
	padding:0px;
	margin:0px;
	margin-left:26px;
	margin-top:5px;
}




/*----------------------------------------------------
-- Schools Accordion								--
----------------------------------------------------*/
.schoolsAccordion {
	margin:0px 0px;
	text-align:left;
	width:552px;
	margin-left:auto;
	margin-right:auto;
}

h3.accordionToggler {
	color: #659C4F;
	cursor: pointer;
	line-height:28px;
	background-image:url(accordionToggler.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left:30px;
	margin-bottom:3px;
}

div.accordionElement {
	margin-left:30px;
}



.tableBorder
{
	text-align: left;
	border: 1px solid #B6B9CB;
	background-color: #FFFFFF;
	width: 98%;
}
.tableHeader
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7F7F99;
	height: 26px;
}
.tableSubHeader
{
	font-weight: bold;
	color: #333333;
	background-color: #DCDDE4;
	height: 19px;
}
.tableRow
{
	background-color: #F0F1F5;
}




