
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	/*background: #E5E6DD;*/ background:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #8A8985;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #7D7764;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #325A49;
}

a:hover {
}

#wrapper {
	overflow: hidden;
	background: #F1F2E9;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 600px;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 20px;
}

/* Menu */

#menu-wrapper {
	overflow: hidden;
	height: 53px;
	background: #40745E;
}

#menu {
	overflow: hidden;
	height: 52px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 25px;
	line-height: 52px;
	border: none;
	text-decoration: none;
	/**	text-transform: lowercase; **/
	text-align: center;
	/**	text-transform: uppercase; **/
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	width: 180px;
}

#menu a:hover, #menu .current_page_item a {
	background: #325A49;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}
/* Footer */

#footer {
	height: 100px;
	margin: 0 auto;
	margin-top:120px;
	padding: 0px 0px 0px 0px;
	float:left;
	width:100%;
	text-align:center;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	text-shadow: 1px 1px 0px #FFFFFF;
	color: #909090;
}

#footer a {
	text-decoration: underline;
	color: #909090;
}

#footer a:hover {
	text-decoration: none;
	color: #383838;
}


/*logo*/
#fslogo {
	height:203px;
	width:322px;
	margin: 0 auto;
}

#fslogo1 {
	height:80px;
	width:400px;
	margin: 0 auto;
}

#fslogo_school {
	height:158px;
	width:200px;
	margin: 0 auto;
}

#searchIcon {
	height:60px;
	width:68px;
	position:relative;
	left:13px;
	top:20px;
}

.stretch {
	height:60px;
	width:68px;
}

#search_tab { 
	position:relative;
	top:-10px;
	height:60px;
	float:left;
	width:100%;
	margin-top:0px;
}

#searchBUtton{
	font-weight:bold;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    overflow: hidden;
    width: 90px;
    word-spacing: 4px;
	border-radius: 2px;
	margin-left:5px;
	background-image: linear-gradient(bottom, #73AD94 42%, #325A49 71%);
	background-image: -o-linear-gradient(bottom, #73AD94 42%, #325A49 71%);
	background-image: -moz-linear-gradient(bottom, #73AD94 42%, #325A49 71%);
	background-image: -webkit-linear-gradient(bottom, #73AD94 42%, #325A49 71%);
	background-image: -ms-linear-gradient(bottom, #73AD94 42%, #325A49 71%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.42, #73AD94),
		color-stop(0.71, #325A49)
	);
}

#autocomplete {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 2px #EFEEEE;
    color: #000000;
    font: 16px arial !important;
    height: 30px;
    left: 0;
    width: 325px;
}

#autocomplete_search {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 2px #EFEEEE;
    color: #000000;
    font: 14px arial !important;
    height: 23px;
    left: 0;
    width: 265px;
}

.rss {
	font-size:1em;
	width:100%;
	
} 

.rss tr {border: thin inset grey /darkgray; margin: 1px }
.rss td { border: none; }
.autoCompTable {
	font-size:0.9em;
	width:100%;
	color:#102637;
	padding:0.2em;	
}

.autoCompTable td{
	cursor:hand;
	padding: 0.2em;
	padding-left: 0.5em;
}

.panel-body {
	padding: 0.5em;
}
.hover {
	background:#B7E195;
	color:#102637;
	cursor:pointer;
}

.highlight {
	font-weight: bold;
    color: red;
}

.titleDiv {
    border-color: #FFFFFF;
    color: #325A49;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    width: 95%;
	padding:0.5em;
}

.boldDiv {
	
    border-color: #FFFFFF;
    color: #325A49;
    font-weight: bold;
    text-align: left;
}

.contentDiv{
	font-weight: normal;
	text-align: left;
	padding-left:0.5em;
}

.pDiv {
	font-size: 1em;
	padding:0.2em;
	width:100%;
	float:left;
}


.keyword {
	padding:0.1em 0.4em 0.1em 0.4em; 

    border:  1px solid #AAAAAA;
	border-radius: 3px 5px 3px 5px;
    color: green;
	font-size:0.8em;
	cursor:pointer;
}

.personPopupTrigger {
	font-size:0.8em;
	cursor:pointer;
	color: #325A49;
    font-weight: bold;
	width:120px;
}

.contactUS td{
	font-size:1em;
	padding:0.3em;
}

a.l-btn {
    background-color:#D8F0C3;
}

.easyui-dialog input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0 2px #EFEEEE;
    color: #000000;
    font: 14px arial !important;
    height: 23px;
    left: 0;
    width: 200px;
}

#startDate, #endDate {
	 width: 50px;
}

#advancedTable td {
	padding:0.2em;
	height:30px;
}

.hintTable {
    border-color: -moz-use-text-color -moz-use-text-color #00cccc;
    border-spacing: 0;
    border-style: none none solid;
    border-width: 0 0 2px;
    color: #666;
    cursor: default;
    display: none;
    font-family: "Arial";
    width:98%;
    background-color: white;
    z-index: 999;
}

.hintTable td {
	padding: 0.3em;
	cursor: pointer;
	text-align: left;
}

.highlight {
	color: #fff;
	background-color: rgba( 22, 76, 53,0.6);
	font-weight: bolder;
}

#linkPage p {
	text-align: center;
	margin-top: 20px;
	color: #40745e;
	font-weight: bolder;
}

#linkPage ol {list-style-type: decimal;}

.highlight {
    color: red;	
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 5px 5px;}
.autocomplete-selected { color: #fff; background-color: rgba( 22, 76, 53,0.6); }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-selected strong { font-weight: bold; color: #fff; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }