* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* general */
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}
/* header ( Banner plus top navigation */
#header {
	background-color:#125E8B;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside .banner{
	height: 120px;
	background:#fff url('image/background_content.jpg') center repeat-y;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:40px;
	line-height:40px;
	margin:0 0 0 20px;
	width:180px;
}
#header_inside h1 span {
	color:#9c0;
}	
#header_inside ul {
	height:25px;
	list-style:none;
	width:800px;
}
#header_inside ul li {
	border-left: 1px solid #FFFFFF;
	float:left;
	height:25px;
	list-style:none;
	width: 79px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:25px;
	line-height:18px;
	padding:4px 0 0;
	text-align:center;
	width: 79px;
}
#header_inside ul li a:hover {
	background: #CCFFFF;
	color:#111;
}
#header_inside ul li a:active {
	background: #FFFFFF;
	color:#111;
}

#dropmenu{
	background-color:#CCCCCC;
}

#dropmenu li {
	border-left: 1px solid #FFFFFF;
	height:25px;
	list-style:none;
	width: 140px;
}
#dropmenu li a {
	color:#fff;
	display:block;
	height:25px;
	line-height:18px;
	padding:4px 0 0;
	text-align:left;
	width: 140px;
	padding-left:10px;
}
#dropmenu li a:hover {
	background: #CCFFFF;
	color:#111;
}
#dropmenu li a:active {
	background: #FFFFFF;
	color:#111;
}

/* form */
#header_inside form {
	height: 70px;
	padding-top: 50px;
	text-align: right;
	padding-right: 20px;
}
#header_inside form .text{
	border: 1px solid #125E8B;
	color: #666666;
	line-height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	height: 21px;
}
#header_inside form .submit{
	border: 1px solid #666666; 
	padding: 1px;
	background-color: #85E0F3;
}
#header_inside ul li a.active {
	background: #33CCFF;
	color:#111;
}
#announcement {
	border-top: 1px solid #fff;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:780px;
	height: 25px;
	text-align: right;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
}

/* content */
#content {
	background:#fff url('image/background_content.jpg') center repeat-y;
	clear:both;
	width:100%;
}
#content_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	margin:0 auto;
	width:800px;
}
#content_inside_sidebar {
	clear:both;
	float:left;
	height:auto;
	line-height:175%;
	margin:5px 0;
	padding:0 10px;
	width: 170px;
	height: 100%;
}
#content_inside_sidebar h2 {
	background:#fff;
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
}
#content_inside_sidebar ul {
	letter-spacing:-1px;
	list-style:none;
	margin:0 0 10px;
}
#content_inside_sidebar ul li {
	list-style:none;
}
#content_inside_sidebar ul li a {
	border-bottom:1px solid #e9e9e9;
	display:block;
	padding:3px;
	text-align:right;
	width:164px;
}
#content_inside_sidebar ul li a:hover {
	background:#ddd;
	color:#000;
}
#content_inside_main {
	border-left:1px solid #bbb;
	background:#fff;
	float:left;
	letter-spacing:-1px;
	line-height:175%;
	margin:0 auto;
	padding:10px;
	width:589px;
	height: 100%
}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	font-size:150%;
	padding:0 0 2px;
}
#content_inside_main h2 {
	background-color: #E4E4E4;
	border-bottom: 1px dotted #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	line-height: 22px;
	padding-left: 10px;
	text-align:left;
}
#content_inside_main h3 {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 22px;
	padding-left: 10px;
	text-align:center;
}
#content_inside_main p {
	padding:0 0 10px;
}


/* Staff*/
#staff{
	width: 100%;
}
#staff th{
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	}
#staff td{
	width: 150px;
	}
#staffmembers{
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	}
#staffmembers td{
	border-bottom: 1px solid #CCCCCC;
	}
#staffmembers img{
	float: left;
	padding: 5px;
	}

/* News */
#newspage{
	border-left:1px solid #bbb;
	background:#fff;
	float:left;
	letter-spacing:-1px;
	line-height:175%;
	margin:0 auto;
	padding:10px;
	width:589px;
}
#newspage p {
	padding:0 0 10px;
}
#newspage h1 {
	border-bottom:1px solid #ccc;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	font-size:150%;
	padding:0 0 2px;
}
#newspage h2{
	font-size: 15px;
	color: #FF0000;
	}

/* footer */
#footer {
	background-color:#125E8B;
	clear:both;
	height:80px;
	width:100%;
}
#footer_inside {
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	height: 80px;
	padding-top: 10px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:20px;
	text-align:center;
}
