/* Gordon Infants School Website Stylesheet */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	/*background-color: #5B9202;*/
}
h1 {
	color: #5B9202;
	font: italic 28px/28px "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
b {
	color: #5B9202;
}
.greenBorder {
	border: 2px solid #5b9202;
}
.themeImg {
	border: 2px solid #5b9202;
	margin-bottom: 10px;
}
#content {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 10px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4C7D00;
	border-left-color: #4C7D00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4C7D00;
}
#footer {
	text-align: right;
	width: 700px;
	display: inline;
	float: right;
	color: #497901;
	font-size: 10px;
}
#footer a {
	color: #497901;
}
#footer a:hover {
	color: #003399;
}
#innerRight a {
	color: #497901;
}
#innerRight a:hover {
	color: #426B05;
}
#email {
	float: right;
	width: 500px;
	margin-right: 25px;
	text-align: right;
}
#email a {
	font-size: 12px;
	font-weight: normal;
	color: #5B9202;
}
#innerContent {
	display: inline;
	width: 750px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}
#innerLeft {
	float: left;
	width: 170px;
	display: inline;
	margin-top: 115px;
	margin-left: 5px;
}
#innerRight {
	float: right;
	width: 545px;
	margin-right: 10px;
	display: inline;
}

.menustyle{
	width: 550px;
	font-weight: bold;
	float: right;
	height: 42px;
	line-height: 35px;
	background-image: url(images/background_menu.gif);
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-top: 10px;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-right: 0;
	padding-left: 0;
}

.menustyle ul li{
	display: inline;
}

.menustyle ul li a{
	color: #FFFFFF;
	padding: 4px 20px 4px 10px;
	margin: 0;
	text-decoration: none;
}

.menustyle ul li a:hover{
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 2px;
	font:bold normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #345401;
	border-right-color: #345401;
	border-bottom-color: #345401;
	border-left-color: #345401;
	margin-left: 8px;
	margin-top: 6px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #345401;
	font-size: 12px;
	font-weight: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #345401;
	color: #FFFFFF;
}

