/* Parkinsons CSS */

/* NAV BAR SCRIPT START*/



<!-- MENU Buttons START -------------------------------------------->

<style type="text/css">

.form {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 1px;
	vertical-align: middle;
}

form {
	margin: 0px;
	padding: 0px;
}

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; 
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid gray;
padding: 5px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('../../images/aeroleftblack.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */ 
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 3px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../../images/aerorightblack.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('../../images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('../../images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

</style>

<!-- MENU Buttons END -------------------------------------------->

.invertedshiftdown{
	padding: 0;
	width: 100%;
	border-top: 1px solid #FF0000; /*Red color theme*/
	/*border-bottom: 2px solid #FF0000; /*Red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.invertedshiftdown ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.invertedshiftdown li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: white; /*Default menu color*/


/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/

	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.invertedshiftdown a:hover{
background-color: #FF0000; /*Red color theme*/
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #FF0000; /*Red color theme*/
padding-top: 0px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}


/* NAV BAR SCRIPT END*/


#pagebody { position: relative; width: 780px;  }

body, html {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	text-align: center;
	background: #EDE9DD url(../../images/background.gif) repeat-y center;
}
.schooltext {
	font-family: Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}


.borderboxmain {
	clear : both;
	float : none;

	padding: 10px 10px 10px 10px;
}

.borderbox {
	clear : both;
	float : none;
	border : #A5A4A4 1px solid;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px 5px 5px 5px;
}

.borderboxgreen {
	clear : both;
	float : none;
	border : #A5A4A4 1px solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	background-color: #F2FFBF;
	height: 850px;
	line-height: 20px;
	
}

.borderboxbeige {
	clear : both;
	float : none;
	border : #A5A4A4 1px solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	background-color: #FFFBC6;
	height: 850px;
	line-height: 20px;
}

.borderboxblue {
	clear : both;
	float : none;
	border : #A5A4A4 1px solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	background-color: #D3FCF8;
	height: 850px;
	line-height: 20px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


.borderboxside {
	clear : both;
	float : none;
	border : #A5A4A4 1px solid;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding: 5px 5px 5px 5px;

}

.borderbox2 {
	clear : both;
	float : none;
	border : #A5A4A4 1px solid;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

a, a:visited, a:link { color:#0000CC; text-decoration: none; }
a:hover { text-decoration: underline }

h1 { font-family:Arial; font-size: 24px; color: #CC1A1A;}
.sidetext {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #9E0035;
}

h2 { font-family:Arial; font-size: 18px; color: #707070;}
h3 { font-family:Arial; font-size: 16px; color: #BF8643;}
h4 { font-family:Arial; font-size: 16px; color: #707070;}
h5 { font-family:Arial; font-size: 14px; color: #707070; font-weight: bold;}

 .GreyText
	{
	margin-bottom:0in;
	font-size:10pt;
	font-family:Arial;
	margin-left:0in;
	margin-right:0in;
	margin-top:0in;
	color: #000000;
	line-height: 18px;
}