* {padding : 0; margin : 0;} /*resets all to zero*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:.75em;
	line-height:1.7em;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background:#FFFFFF url(gfx_all/gfx_misc/bg-body.png) repeat-x top fixed;
}

#home-features {
	width:760px;
	height:220px;
	background:#FFFFFF url(gfx_all/gfx_homepage/bg-homefeatures.jpg) no-repeat top;
}

#home-features img {
	border:0;
}

#home-features img a {
	border:0;
}

a {color: #333333;}
a:link{color:#333333; text-decoration:underline;}
a:visited{color:#333333; text-decoration:underline;}
a:hover{color:#CC0000;	text-decoration:underline;}
a:active{color:#333;	text-decoration:underline;}

h1{
	font-size:20px;	
	color:#003366;
	font-weight:bold;
	padding:10px 0 10px 0;
}

h2{
	font-size:15px;	
	font-weight:bold;	
	color:#003366;
	padding:15px 0 5px 0;
}
h3{
	font-size:13px;	
	font-weight:bold;	
	color:#003366;
	padding-bottom: 5px;
	margin-top: 0px;
}
h4{
	font-size:12px;	
	font-weight:bold;	
	color:#003366;
	padding-bottom: 5px;
	margin-top: 0px;
}

p {
	margin:0 0 20px 0;
}

td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

th {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body ul {
	font-family:"Trebuchet MS", Arial, Verdana,  Helvetica, sans-serif;
	margin-bottom: 8px;
	padding-left: 2px;
	margin: 0 0 15px 0px;
	font-size: 12px;
}

body li {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	list-style-position:inside;
	list-style:square;
	margin-bottom:5px;
}

#pagesplit
{
	width:auto;
	border:#CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0 25px 0 25px;
	padding:0 0 10px 0;
}

#pagecontainer {
	margin:0 auto;
	padding:0;
	width:800px;
	background:#FFFFFF;
	border:1px solid #999999;
}

#pagecontainer-red {
	margin:0 auto;
	padding:0;
	width:800px;
	background:#FFFFFF;
	border:1px solid #FF7D81;
}

#header {
    padding: 0px;
	width: 800px;
    height: 95px;
	min-height: 80px;
	_height: 100px;/* targets IE6*/
    background: #ffffff url(gfx_all/gfx_header/logo.jpg) no-repeat top center;
	_margin-bottom: -10px;/* targets IE6 */
}

#menuspacer {
    padding: 0px;
	width: 900px;
    height: 22px;
	min-height: 22px;
	_height: 22px;/* targets IE6*/
    background: #fff url(gfx_all/gfx_menu/blank.jpg) repeat-x;
	_margin-bottom: -5px;/* targets IE6 */
}


#content {
	margin: 0 auto;
	padding:20px;
}

#contentwhole
{
	float: left;
	width: 860px;
	_width:850px;/* targets IE6 */
	padding-left: 20px;
	padding-right: 20px;
}

#contenttext
{
	float: left;
	width: 420px;
	_width:410px;/* targets IE6 */
	padding-left: 20px;
	padding-right: 60px;
}

#contenttextnarrow
{
	float: left;
	width: 250px;
	_width: 240px;/* targets IE6 */
	padding-left: 20px;
	padding-right: 60px;
}

#contentimage
{	
	float: left;
	width: 235px;
	_width:225px;/* targets IE6 */
}

#contentmap
{	
	float: left;
	width: 430px;
	_width:420px;/* targets IE6 */
}

#nav {

	float:left;
}

#nav.first {width:130px;_width:140px;/* targets IE6 */}


blockquote {
	margin:0 20px 20px 20px;
	padding:10px;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	color:#444444;
	font-style:italic;
}
	
	p.quotename{
		font-weight:bold;
		font-style:italic;
	}

#footer {
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#333333;
	height:25px;
	width:780px;
	margin:0 auto;
	padding:5px;
}

	#footer p {
		float:left;
		font-size:11px;
		color:#222222;
}

	#footer p.footer-links {
	float:right;
}
	
	div#footer a{
	color : #000000;
	background-color : transparent;
	text-decoration : none;
	}
	
	div#footer a:hover{
	text-decoration : underline;
	}
	





.assistive {display: none;}


/*clear float code from http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
	border: 1px solid #0cc; 
}

.clearfix {display: inline-table;}/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}/* End hide from IE-mac */

.clearAll{
	clear: both;
	overflow: hidden;
}







.bluepic {
	border: 1px solid #0140DB;
}

.greenpic {
	border: 1px solid #1FA61C;
}

.redpic {
	border: 1px solid #E91315;
}

.greypic {
	margin-top:40px;
	margin-bottom:20px;
	border: 1px solid #CCCCCC;
}


.white_11 {color: #FFFFFF; font-size:11px}
.white_11 A { color: #FFFFFF; text-decoration: none;}
.white_11 A:link { color: #FFFFFF; text-decoration: none; }
.white_11 A:visited { color: #FFFFFF; text-decoration: none; }
.white_11 A:hover { color: #FFFFFF; text-decoration: underline; }
.white_11 A:active { color: #FFFFFF; text-decoration: none; }

.white_12 {color: #FFFFFF; font-size:12px}
.white_12 A { color: #FFFFFF; text-decoration: none;}
.white_12 A:link { color: #FFFFFF; text-decoration: none; }
.white_12 A:visited { color: #FFFFFF; text-decoration: none; }
.white_12 A:hover { color: #FFFFFF; text-decoration: underline; }
.white_12 A:active { color: #FFFFFF; text-decoration: none; }

.navy_12 {color: #003399; font-size:12px}
.navy_12 A { color: #003399; text-decoration: none;}
.navy_12 A:link { color: #003399; text-decoration: none; }
.navy_12 A:visited { color: #003399; text-decoration: none; }
.navy_12 A:hover { color: #003399; text-decoration: none; }
.navy_12 A:active { color: #003399; text-decoration: none; }

.grey_12 {color: #666666; font-size:12px}
.grey_12 A { color: #666666; text-decoration: none;}
.grey_12 A:link { color: #666666; text-decoration: none; }
.grey_12 A:visited { color: #666666; text-decoration: none; }
.grey_12 A:hover { color: #666666; text-decoration: underline; }
.grey_12 A:active { color: #666666; text-decoration: none; }


.black_12 {color: #000000; font-size:12px}
.black_12 A { color: #000000; text-decoration: none;}
.black_12 A:link { color: #000000; text-decoration: none; }
.black_12 A:visited { color: #000000; text-decoration: none; }
.black_12 A:hover { color: #000000; text-decoration: underline; }
.black_12 A:active { color: #000000; text-decoration: none; }

.black_13 {color: #000000; font-size:13px}

.sub_header-about-us {color: #FF0000; font-size:15px; font-weight:bold }
.sub_header-secondary {color: #009900; font-size:15px; font-weight:bold }
.sub_header-primary {color:#003399; font-size:15px; font-weight:bold }
.sub_header-provision {color:#FF6600; font-size:15px; font-weight:bold }
.sub_header-events {color:#66CC00; font-size:15px; font-weight:bold }
.sub_header-contact-us {color:#660099; font-size:15px; font-weight:bold }
.sub_header-parents {color:#CC3399; font-size:15px; font-weight:bold }



.home_black_13 {color: #000000; font-size:13px; line-height:20px;}

.blue-table{background-color:#FFFFFF; border: 1px solid #10437C;}

.columns-container {
	margin:0 auto;
	padding:10px 20px 20px 20px;
}

#column {
	float:left;
}

#column.primary {
	background:url(gfx_all/gfx_misc/column_div-primary.jpg) no-repeat left top;
	padding:10px 10px 10px 140px;
}

#column.secondary {
	background:url(gfx_all/gfx_misc/column_div-secondary.jpg) no-repeat right top;
	float:right;
	padding:10px 140px 10px 10px;
	text-align:left;
}

			#column2 {
				float:right;
}
			
			#column2.primary {
				background:url(gfx_all/gfx_misc/column_div-primary.jpg) no-repeat left top;
				padding:10px 10px 10px 140px;
}
			
			#column2.secondary {
				background:url(gfx_all/gfx_misc/column_div-secondary.jpg) no-repeat right top;
				float:right;
				padding:10px 140px 10px 10px;
				text-align:left;
}

/* MENU / NAVIGATION */

.chromestyle{
	margin:0;
	width:794px;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}

.chromestyle:after{ /* To add a margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background:#003399 url(gfx_all/gfx_navs/bg-navs-blue.png) repeat-x top; 
	padding:3px;
	text-align: left;
	text-indent:0;
	border-right:1px solid #000099;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 15px 4px 15px;
	margin:0 0 0 -4px;
	border-right:1px solid  #003366;
	border-left:1px solid #222222;
	text-decoration: none;
}

.chromestyle ul li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

/* GREEN MENU */
.chromestyle ul li a.green:hover {background-color:#008800;}
.dropmenudiv a.green {background-color:#009900;}
.dropmenudiv a.green:hover {background-color:#008800;}

/* RED MENU */
.chromestyle ul li a.red:hover {background-color:#CC0000;}
.dropmenudiv a.red {background-color:#CC0000;}
.dropmenudiv a.red:hover {background-color:#BB0000;}

/* YELLOW MENU */
.chromestyle ul li a.yellow:hover {background-color:#CC9900;}
.dropmenudiv a.yellow {background-color:#FF9900;}
.dropmenudiv a.yellow:hover {background-color:#CC9900;}

/* PURPLE MENU */
.chromestyle ul li a.purple:hover {background-color:#660033;}
.dropmenudiv a.purple {background-color:#660099;}
.dropmenudiv a.purple:hover {background-color:#660033;}

/* ORANGE MENU */
.chromestyle ul li a.orange:hover {background-color:#CC6600;}
.dropmenudiv a.orange {background-color:#FF6600;}
.dropmenudiv a.orange:hover {background-color:#CC6600;}

/* PINK MENU */
.chromestyle ul li a.pink:hover {background-color:#FF6699;}
.dropmenudiv a.pink {background-color:#FF6699;}
.dropmenudiv a.pink:hover {background-color:#FF3399;}

.chromestyle ul li a:hover{
	background:#000066;
	text-decoration:none;
	color:#FFFFFF;
}

.chromestyle ul li a[rel]:after{
	content: "";
	/*content: " " url(downimage.gif); /* Un-comment this line to use an image instead */
}

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	*margin-left:1px;
	*margin-top:1px;
	-moz-opacity:.90;
}


.dropmenudiv a{
	width: auto;
	display: block;
	background:#000099;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.dropmenudiv a:hover{
	background-color: #000066;
	color:#FFFFFF;
	text-decoration:none;
}

/* END MENU / NAVIGATION */

img.incidental {
	float:right;
	padding:3px;
	border:2px solid #DDDDDD;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

img.incidental-red-nofloat {
	padding:3px;
	position:absolute;
	right:250px;
	top:175px;
	border:2px solid #FFB1A1;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

img.incidental-red {
	float:right;
	padding:3px;
	border:2px solid #FFB1A1;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

img.incidental-gold {
	float:right;
	padding:3px;
	border:2px solid #FCE2AD;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

img.incidental-pink {
	float:right;
	padding:3px;
	border:2px solid #B1D8AF;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

img.incidental-green {
	float:right;
	padding:3px;
	border:2px solid #B6B8F8;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

img.incidental-orange {
	float:right;
	padding:3px;
	border:2px solid #FFCC99;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

img.incidental-purple {
	float:right;
	padding:3px;
	border:2px solid #CFB7EE;
	margin:0 0 10px 10px;
	width:275px;
	height:380px;
}

h2.h2red {
	color:#CC0000;
}

h2.h2gold {
	color:#FF9900;
}

h2.h2pink {
	color:#009900;
}

h2.h2green {
	color: #000066;
}

h2.h2orange {
	color:#FF6600;
}

h2.h2purple {
	color:#660066;
}

img.incidental:hover {border-color:#CCCCCC;}

ul.ulshift {margin-left:20px; margin-top:-10px; padding-top:0;}


#sidebar {
	float:left;
	width:205px;
	padding:10px;
}

a#back-button {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	color:#000066;
	text-decoration:none;
	padding:3px 25px;
	background:url(gfx_all/gfx_misc/button.gif) no-repeat top center;
}

	a#back-button-red {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	color:#CC0000;
	text-decoration:none;
	padding:3px 25px;
	background:url(gfx_all/gfx_misc/button.gif) no-repeat top center;
}

		a#back-button-red:hover {
			background:url(gfx_all/gfx_misc/button.gif) no-repeat bottom center;
}

	a#back-button-gold {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	color: #CC9900;
	text-decoration:none;
	padding:3px 25px;
	background:url(gfx_all/gfx_misc/button.gif) no-repeat top center;
}

		a#back-button-gold:hover {
			background:url(gfx_all/gfx_misc/button.gif) no-repeat bottom center;
}

	a#back-button-green {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	color: #009900;
	text-decoration:none;
	padding:3px 25px;
	background:url(gfx_all/gfx_misc/button.gif) no-repeat top center;
}

		a#back-button-green:hover {
			background:url(gfx_all/gfx_misc/button.gif) no-repeat bottom center;
}

	a#back-button-orange {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	color: #FF6600;
	text-decoration:none;
	padding:3px 25px;
	background:url(gfx_all/gfx_misc/button.gif) no-repeat top center;
}

		a#back-button-orange:hover {
			background:url(gfx_all/gfx_misc/button.gif) no-repeat bottom center;
}

	a#back-button-purple {
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	color:#660066;
	text-decoration:none;
	padding:3px 25px;
	background:url(gfx_all/gfx_misc/button.gif) no-repeat top center;
}

		a#back-button-purple:hover {
			background:url(gfx_all/gfx_misc/button.gif) no-repeat bottom center;
}

a#back-button:hover {
	background: url(gfx_all/gfx_misc/button.gif) no-repeat bottom center;
}

p.smaller {
	font-size:11px;
	text-align:justify;
}

p.read-more {
	margin:-15px 0 20px 0;
	font-size:11px;
	font-weight:bold;
}

#column-wide {
	width:350px;
	float:left;
	margin-right:30px;
}

acronym {
	border-bottom:1px dotted #999999;
	cursor:help;
}

acronym:hover {
	border-bottom:1px solid #999999;
}

h3.h3column {
	margin-top:-5px;
}

#breadcrumbs {
	font-size:11px;
	margin:0 0 25px 0;
}

#breadcrumbs .current {
	color:#999999;
}

p.pdf-download a {
	font-weight:bold;
	padding:15px 15px 15px 35px;
	background:#FFFFFF url(gfx_all/gfx_misc/pdf-icon.jpg) no-repeat left center;
	text-decoration:underline;
	color:#333333;
}

p.pdf-download a:hover {
	text-decoration:none;
}
	