/*  (do not remove this :) */
/*  (not this either :) */

/*START HEADER STYLES */

	div#header {
		float: left;
		padding: 20px 10px 0px 35px;
		margin: 0px;
		font-family: verdana;
		background-color: #FFFFFF;
		color: #DD1645;
		width: 715px;
	}
	
	div#headerSignIn {
		float: right;
		background: #FFFFFF url('http://www.goodschoolsguideinternational.com/images/header_leaf_1.jpg') no-repeat center right;
		width: 250px;
		padding-right: 30px;
		min-height: 77px;
		height: auto !important;
		height: 77px;
		text-align: right;
		text-transform: uppercase;
		color: #004E86;
	}
	
	div#headerSignedIn {
		float: right;
		background: #FFFFFF url('http://www.goodschoolsguideinternational.com/images/header_leaf_2.jpg') no-repeat center right;	
		width: 250px;
		font-size: 0.9em !important;
		padding-right: 30px;		
		min-height: 77px;
		height: auto !important;
		height: 77px;
		text-align: left;
		color: #004E86;		
	}
	
	div#navBar {
		float: left;
		width: 715px;
		padding: 3px 10px 3px 35px;		
		background: #FFFFFF url('http://www.goodschoolsguideinternational.com/images/nav_bar_BG.jpg') repeat-y top center;
	}
	
	div#header a {
		font-family: verdana, arial;		
	}
	
	div#navBar a {
		color: #fff;
		font-family: verdana, arial;
		font-size: 7pt;
		font-weight: bold;
		text-decoration: none;
	}

	div#navBar a:hover {
		text-decoration: underline;
	}

	div#navBar a.selected {
		text-decoration: underline;
	}

	div#navBar a.selected:hover {
		text-decoration: none;
	}
	
	div#navBar ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		text-transform: uppercase;
	}
	
	div#navBar ul li {
		float: left;
		border-right: 1px solid #FFFFFF;
		padding: 0px 12px 0px 0px;
		margin: 0px 12px 0px 0px;
	}	
	
	div#navBar ul li.last {
		float: left;
		border: none;
	}	

/* END HEADER STYLES */

/* START FOOTER STYLES */

	div#footer {
		clear: left;
		border-top: 1px solid #e4e6e7;
		font-family: georgia;
		color: #8D8D8D;
		padding: 20px;
		background-color: #FFFFFF;
		margin-top: 12px;
	}

	div#footer ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	div#footer ul li {
		float: left;
		border-right: 1px solid #e4e6e7;
		padding-right: 5px;
		margin-right: 5px;
	}	

	div#footer ul li.last {
		float: left;
		padding-right: 5px;
		margin-right: 5px;
		border: none;
	}	

	div#copyright {
		float: right;
	}
	
	div#footer li a
	{
		color: #8D8D8D;
	}
	
/* END FOOTER STYLES */

/*  (do not remove this :) */

