/* Proportions and Centering Of The Page*/

body {
	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#434E75;
	min-width: 770px;
	text-align:center;
}

#wrapper {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align:left;
 	background: #fff;
	overflow:hidden;

}
/*indents the subnav on the schools pages*/ 
.subnav2{margin-left:15px;
padding-right:-15px;}


/* Removal of Browser Defaults */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 


/* Removal Of Borders From Link Tags */
img { 
border: 0px none;
max-width:575px;
 width: expression(this.width > 555 ? 555: true);
}

.img-float-left {float:left;
                  margin-right:10px;}


/* The Masthead */
#image {
    background:url(http://www.ja.net/images/homepage/masthead.png) no-repeat;
	margin: 0;
	height:103px;
}

div#image a#logo {
    display:block;
    float:left;
    width:100px;
    height:80px;
}

div#image a#logo img {
    display:none;
}

/* Search Box Formatting */

#search {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	text-align: right;
	width: auto;
	top: 35px;
	right: 10px;
	z-index: 100;
}

/* Horizontal Navigation Menu */

.nav {
	font-weight:bold;
	

}


.nav ul {
  	width: 100%;
	border-top: 1px solid #464a52;
	background: #5d75a3;	
  	position:absolute;
  	top: 90px;
		font-size: 75%;
		
		

}

.nav ul li {
		      display:inline;			 
}


.nav ul a {
width: 24.99%;
  	line-height: 1.8em;
  	text-decoration: none;
 text-align:center;
  	float: left;
	color: #e7e3d9;
  	background: url(/images/homepage/nav-bg.gif) no-repeat bottom right;
}

.nav li a:hover {
	color: #ff9900;
	}

/* centre content container  */

.centre-content {
	font: small Arial, Helvetica, sans-serif;

	width: 770px;

	padding : 0;
}
.centre-content-search {
	font: small Arial, Helvetica, sans-serif;

	width: 770px;

	margin-left:200px;
	padding : 0;
}
.centre-content p {
	margin-right: 20px;
	line-height: 2em;
}

.trademark {vertical-align:super;}
		
#service-desk a{position:absolute;
              top:65px;
			  left:575px;
			  	font-family: Arial, Helvetica, sans-serif;
				text-decoration:none;
				color:#333333;
	font-size: small;
}
	

/* Breadcrumb (currently redundant) 


.breadcrumb {
	width: 616px;
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	  color: #666;
	  	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	text-align:left;
}


.breadcrumb a {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 10px;
	text-decoration: none;
		color: #666;
		background: url(breadcrumb.png) repeat-x bottom;	
}

.breadcrumb a:hover {
	color: #999;
}

p.tiny {font-size:xx-small;}
*/

