/* 
Style sheet for StudentRelate
Copyright Cornish WebServices 2009
*/
/*  MAIN BODY */
#page-container {
	position:relative;
	width:996px;
	text-align:left;	
	margin:  5px auto;
	padding: 3px;
	border:1px solid #bcd6e5;
	overflow:hidden;
	z-index:1000;
}
#page-container2 {
	text-align:center;
	width:996px;
	margin: 0 auto;
	padding: 2px 0 20px 0;
	height:23px;
	position: relative;
	overflow:hidden;
}
/*  HEADER */
#main_header {
	width: 996px;
	margin: 0 0 27px 0;
	padding: 0;
	min-height: 277px;
	height:auto !important;
	height:277px;
	position: relative;
	clear:both;
}
#logo {
	float: left;
	width: 377px;
	margin: 0;
	padding: 0;
	height:102px;
}
#telephone {
	float: left;
	margin: 0;
	padding: 0;
	z-index: 9;
	height: 174px;
	width: 377px;
}
#flashmovie {
	float: right;
	margin: 0;
	padding: 0;
	z-index: 9;
	height: 276px;
	width: 619px;
	background:#ccc;
}
#searchbox {
	position: absolute;
	top: 280px;
	right: 10px;
	margin: 0;
	padding: 0;
	text-align:left;
	height:16px;
	z-index:1000;
}
#searchsite,#emailsub {
	color:#000;
	font: normal 0.8em Arial, Verdana, Helvetica, sans-serif;
	margin: 2px 0 0 0 ;
	padding: 1px 3px;
	border:1px solid #ccc;
	width:120px;
	background:#fff;
}
.searchimage {
	margin: 0;
	padding: 0;
}
.suggestionsBox {
    position: relative;
    left: 0;
    margin: 10px 0 0 0;
    width: 160px;
    background-color: #212427;
    /*-moz-border-radius: 7px;
    -webkit-border-radius: 7px;*/
    border: 2px solid #000;
    color: #fff;
	z-index:1001;
}

.suggestionList {
    margin: 0;
    padding: 0;
}

.suggestionList li {
    margin: 0 0 3px 0;
    padding: 3px;
    cursor: pointer;
	list-style-type:none;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

/*  LEFT COLUMN   */
#leftcolumn {
	float: left;
	width: 212px;
	margin: 19px 0 0 0;
	padding: 0;
	min-height: 498px;
	height:auto !important;
	height:498px;
}

/*  MIDDLE CONTENT AREA   */
#middlecontent {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0 0 20px 26px;
	min-height: 498px;
	height:auto !important;
	height:498px;
}

/*  RIGHT COLUMN */
#rightcolumn {
	float: right;
	width: 188px;
	margin: 19px 0 0 0;
	padding: 0;
	min-height: 498px;
	height:auto !important;
	height:498px;
	overflow:hidden;
}
#emailbox {
	margin: 0;
	padding: 0;
	text-align:left;
	height:16px;
	text-align:center;
}

/* FOOTER */
#footer {
	width: 996px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.7em;
	height: 16px;
	color:#000;
	text-align:center;
	overflow:hidden;
}
#footer a {
	color: #000;
	text-decoration: none;
	font-size: 0.95em;
}
#footer a:link, #footer a:visited {
	color:#000;
	text-decoration: none;
	font-size: 0.95em;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 0.95em;
}
