@charset "utf-8";
body {
	font-size: 62.5%;
	text-align: center;
}
.chromestyle{
	width: 745px;
	font-weight: bold;
	background-color: #FFFFFF;
	height: 35px;
	font-size: 1.1em;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 745px;
	background: url(../dev/css/chromebg.gif) center center repeat-x;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	height: 35px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
}

.chromestyle ul li{
	float: left;
}

.chromestyle ul li a{
	color: #6C5D24;
	margin: 0;
	text-decoration: none;
	display: block;
	float: left;
	height: 32px;
	width: 93px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*.chromestyle ul li a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #564100;
	color: #FFFFFF;
	padding-top: 3px;
}
*/
.menu1 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #b03816;
	color: #FFFFFF;
	padding-top: 3px;
}
.menu2 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #7e843a;
	color: #FFFFFF;
	padding-top: 3px;
}
.menu3 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #963057;
	color: #FFFFFF;
	padding-top: 3px;
}
.menu4 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #885e8c;
	color: #FFFFFF;
	padding-top: 3px;
}
.menu5 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #c3c813;
	color: #FFFFFF;
	padding-top: 3px;
}
.menu6 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #ba787c;
	color: #FFFFFF;
	padding-top: 3px;
}
.menu7 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #7F9797;
	color: #FFFFFF;
	padding-top: 3px;
}
.menu8 a:hover{
	height: 32px;
	width: 93px;
	float: left;
	background-color: #6a120e;
	color: #FFFFFF;
	padding-top: 3px;
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:14px;
	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*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #523C02;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #8A654B;
	color: #FFFFFF;
}
#border {
	margin: auto;
	width: 745px;
	height: 536px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D377;
	border-bottom-color: #D8D377;
	border-left-color: #D8D377;
}
#border #h1space h1 {
	background-image: url(../images/home-h1.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
	height: 106px;
	width: 330px;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
#border #mainwin #mainwintxt {
	font-size: 1.2em;
	color: #2A2E0B;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 31px;
	padding-right: 150px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 564px;
}
#border #mainwin #mainwintxt a {
	color: #D75700;
	text-decoration: underline;

}

#border #mainwin #mainwintxt a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D55609;

}
#border #mainwin #mainwintxt p {
	margin: 0px;
	padding: 0px;
}


#mainwin {
	background-image: url(../images/home-mainwin.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 278px;
	width: 745px;
	background-color: #FDFED1;
}
#h1space {
	float: left;
	height: 106px;
	width: 330px;
	background-color: #FDFED1;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #D8D377;
}
#keelelogo {
	float: left;
	height: 106px;
	width: 415px;
	background-color: #FDFED1;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #D8D377;
	background-image: url(../images/home-keele-logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navimgbottom {
	background-image: url(../images/home-navbottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 745px;
}

#newsticker {
	float: left;
	height: 82px;
	width: 299px;
	background-color: #FDFED1;
	padding-left: 31px;
	overflow: hidden;
	color: #644F16;
}
#newsticker a {
	font-family: Arial, Helvetica, sans-serif;
	color: #7e843a;
	text-decoration: underline;
	font-size: 1.2em;

}
#newsticker a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7e843a;

}
#pagebase {
	background-image: url(../images/home-base.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 82px;
	width: 745px;
	background-position: right;
	background-color: #FDFED1;
}
h3 {
	text-indent: -999999px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.buttonstyle {
	color: #4B3600;
	background-color: #DBD192;
	border: 1px solid #2B3007;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=2);
}
.buttonstyleover {
	color: #FFFFFF;
	background-color: #998C33;
	border: 1px solid #2B3007;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=2);
}