﻿body{
	font-family:Arial, Helvetica, sans-serif;
}

/* top horizontal menu bar parameters */
div#menu 
{
	width:974px; 
	height:21px; 
	font-size:12px; 
	position:relative; 
	border-top: 0 solid #333399; 
	z-index:200; 
	white-space: nowrap; 
	border-left: 1px solid #333399; 
	border-right: 2px solid #333399;
	background: #ffffff;
	margin-right:auto;
	margin-left:auto;
}

/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:974px; 
	w\idth:973px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
	background-color:#FFFFFF;
}

.menu ul ul {width:139px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon. px=individual menu box item size */
.menu li 
{
	float:left;
	width:139px;
	position:relative;
}

/* style the links for the main horizontal menu bar - 
border=thickness of outer border and dividing lines, 
padding-left gives padding for each menu item in from left border - 
color=text color, 
border_color=overall menu box frame color
*/
.menu a, .menu a:visited 
{
	display:block;
	width:134px;
	font-size:12px;
	text-decoration:none;
	color: #333333;
	height:21px;
	border:1px solid #333399;
	padding-left:5px;
	border-right: 0px solid #FFFFFF;
	line-height:20px;
	border-top: 0px;
	border-bottom:0px;
	background-color:#FFFFFF;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:109px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#0A3770; width:120px; }
/* style the second level hover - 1st drop down box, selection rollover bar colors*/
.menu ul ul a.drop:hover{background:#6666FF; width:120px; }

/* 1st item, hover over color */
.menu ul ul :hover > a.drop {background:#6666FF; width:120px; }


/* style the third level background - background colors, sub menu items */
.menu ul ul ul a, .menu ul ul ul a:visited {border-top: 1px;background:#336699; width:139px;}
/* style the third level hover - rollover bar color */
.menu ul ul ul a:hover {background:#6666FF;}


/* hide the sub levels and give them a positon absolute so that they take up no room 
border-top=0px gives no border or white gap between "information" and top of 1st drop down menu box
*/
.menu ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:0; width:139px;border-top:1px solid #336699;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}

/* position the third level flyout menu */
.menu ul ul ul{left:139px; top:-1px; width:139px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-139px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse; }

/* style the second level links px=size of menu width */
.menu ul ul a, .menu ul ul a:visited {background:#0A3770; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:119px;border-top:0px; border-width:0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:139px;w\idth:117px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#2B658A;}


/*Color here affects rollover horizontal menu items and drop down boxes */
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#6666FF;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

div#header-inner
{
	background-color: #FFFFFF; 
	padding: 0;
	margin: 0;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-right:auto;
	margin-left:auto;
}

/* Main body (global) Style unless overidden */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background-color: #0A3770; 
	padding: 0;
	margin: 0;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-right:auto;
	margin-left:auto;
}



/* Background Screen Border, Top Table (logo/Inspire/school pic)
border=outer border thickness of top table
margin-top=distance from top of browser to top of table
*/

div#main_container, div#head
{
	width: 975px;
    border: 1px solid #333399; 
    background-color: #FFFFFF; 
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}


table#navtable td
{
	border: 1px solid #333399; 
	border-top: 0;
}


div#padding
{
	padding: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

table#content
{
	width: 975px;
}


table#content tr
{
	vertical-align: top;
}


table#content td#left
{
	width: 170px;          
}


/* Main Table font and blue bg border, Lower frame area (bottom table) - border: indicates overall outside border and color. 
border=outer border of lower, main body table
*/

div#main_body
{
	border: 1px solid #333399;
	width: 975px;
	margin-left: 0px;   
	margin-right: 0px; 
	background-color: #ffffff;
	padding: 0px;
	font-size: 12px; 
	margin-right:auto;
	margin-left:auto;
	border-top: 1px;
	border-bottom:1px;
	margin-top:0px;
}

div#quick_links
{
	border: 1px solid #333399;
	width: 975px;
	margin-left: 0px;   
	margin-right: 0px; 
	background-color: #ffffff;
	padding: 0px;
	font-size: 12px; 
	margin-right:auto;
	margin-left:auto;
	border-top: 1px;
	border-bottom:1px;
	margin-top:0px;
}

div#main a
{
	font-weight: bold;
	font-size: 12px; 
	padding: 4px;
}


.padding
{
	padding: 1px;
}

.border
{
	border: 1px solid #333399;
}


img
{
	border: 0px;
}


.little
{
	font-size: 12px;
}
.top, .top td
{
	vertical-align: top;
}
.wide td
{
	width: 975px;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.right
{
	text-align: right;
	
}

div.heading
{
	background-image: url('../htdocs/Images/background.jpg'); 
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold; 
	padding: 4px;
	border: 1px solid #333399;
}

div.heading2
{
	background-image: url('../htdocs/Images/background2.jpg'); 
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 
	font-weight: bold; 
	padding: 4px;
	border: 1px solid #333399;
}

div.heading3
{
	background-image: url('../htdocs/Images/background.jpg'); 
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	border: 1px solid #333399;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
}

div.heading4
{
	background-image: url('../htdocs/Images/background.jpg'); 
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold; 
	padding: 4px;
	padding-left:0px;
	border: 1px solid #333399;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6666FF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.navColumnHeader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
}

div.box
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold; 
	padding: 4px;
	border: 1px solid #333399;
}

div.jump_to
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; 
	font-weight: bold; 
	padding: 0px;
}


/* Lower, main centent table, frame defenitions for default home page*/

td#left_column
{
	width: 219px;
	border-right: 1px solid #333399;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#middle_column
{
	width: 393px;
	border-right: 1px solid #333399;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#right_column
{
	width: 330px; 
	border-right: 0px solid #333399; 
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
}

/* Lower, main centent table, frame defenitions for back end pages */

td#left_column_dep
{
	width: 181px;
	border-right: 1px solid #333399;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#middle_column_dep
{
	width: 532px;
	border-right: 1px solid #333399;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#right_column_dep
{
	width: 230px; 
	border-right: 0px solid #333399; 
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
}

td#left_column_dep2
{
	width: 713px;
	border-right: 1px solid #333399;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#right_column_dep2
{
	width: 230px; 
	border-right: 0px solid #333399; 
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
}


td#ql_column
{
	width: 219px; 
	border-right: 1px solid #333399; 
	padding-right: 6px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#welcome_column
{
	width: 401px;
	height: 58px; 
	border-right: 1px solid #333399;
	padding-right: 1px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#info_column
{
	width: 338px;
	height: 58px; 
	border-right: 0px solid #333399;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#info_column1
{
	width: 77px;
	height: 58px; 
	border-right: 0px solid #ffffff;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#info_column2
{
	width: 261px;
	height: 58px; 
	border-right: 0px solid #ffffff;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}


td#main_column
{
	background-image: url('../htdocs/Images/background3.jpg'); 
	background-repeat: repeat-x; 
	width: 730px;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 4px;
	padding: 4px;
	padding-bottom: 2px;
	vertical-align: bottom;
}

td#top_nav
{
	width: 970px;  
	height: 24px;
	border-right: 1px solid #333399;
	padding-right: 1px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
	vertical-align: top;
}

td#index_left_column_top
{
	width: 219px;
	height: 58px; 
	border-right: 1px solid #333399;
	padding-right: 4px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#thumbnail_cell_left
{
	width: 237px;  
	height: 200px;
	padding-right: 1px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#thumbnail_cell
{
	width: 237px;  
	height: 200px;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#thumbnail_cell_outer
{
	width: 237px; 
	height: 200px; 
	padding-right: 1px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

td#right a
{
	text-decoration: none;
}

p
{
	padding: 0;
	margin: 0;
}

/*Paragraph defenitions*/

h1
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #333399;
}

h2
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #333399;
}

h3
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}

h4
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
	font-weight: bold;
}

h5
{
	font-size: 20px;
	font-family: Segoe Script;
	font-style:italic;
	margin-top: 0;
	margin-bottom: 0;
	color: #000000;
}

h6
{
	background-color: #333399;
	color: #ffffff; 
	font-weight: bold; 
	padding: 4px;
	border-bottom:14px;	
}

h7
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 0;
	padding: 4px;
	color: #ffffff;
	font-weight: bold;
}

h8
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 0;
	padding: 4px;
	color: #333399;
	font-weight: bold;
}

p1
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}



