/* Body Style */
body {
	background-color: #e2e2e2;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: tahoma, Arial, Helvetica, sans-serif;
}

p, td, th, div{
	font-size: 12px;
	line-height: 130%;
}

p {

}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #3379ad;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
	font-size: 10px;
}

/* standard form input text */
input.text {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
}

/* standard form button */
input.button {
	border: 0px;
	background-color: #ff6633;
	border: 1px solid #c81703;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}
input.button:hover {
	background-color: #fe9733;
}
input.buttonGo{
	border: 0px;
	background-color: #ff6633;
	border: 1px solid #c81703;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
}
input.buttonGo:hover {
	background-color: #fe9733;
}

/* standard form select + option*/
select{
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* standard form textarea */
textarea {
	border: 1px solid #ccc;
	overflow: auto;
	font-size: 11px;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 100%;
}

td.text, td.form {
	padding: 4px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
}
.content img.floatLeft {
	margin-right: 15px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}

/* --------- warper element -------- */
.mainpage{
	width: 723px;
	margin: 0 auto;
	padding: 10px;
	background: #fff url(../images/background.gif)no-repeat right bottom;
}
.header{
	background: #04477e;
	height: 129px;
}

 .logo{
	position: relative;
	left: 551px;
	position: relative;
	top: 6px;
	width: 182px;
}
.logo img{
	border: none;
	width:162px;
}
.banner{
}
.content h1{
	font-size: 14px;
	font-weight: bold;
	color: #a5a0a0;
}
.content{
	padding: 5px 10px 0 10px;
	overflow: hidden;
	min-height: 400px;
	height:100%;
}
.content img{
	float: left;
	margin: 0 15px 10px 0px;
}
.content p{
	line-height: 150%;
	margin-bottom: 20px;
}
.contentBot{
	background: #04477e; margin: 15px 0 0 0;
	
}
.contentBot {
	height: 125px;
}
.contentBot ul.img{
	list-style-type: none;
	list-style-position: none;
	margin: 0px;
	padding:0px;
}
.contentBot ul.img li.first{
	margin-left: 20px;
}
.contentBot ul.img li{
	display: inline;
	float: left;
	margin: 10px 0 0 8px;
	list-style-type: none;
	list-style-position: none;
	
}
.address{
	height: 76px;
	text-align: right;
	color: #FFFFFF;
	padding: 10px 10px 0 0;
}
.contentBot ul.img li a img{
	border: 1px #04477e solid;
}
.contentBot ul.img li a:hover img{
	border: 1px white solid;
}
.contentBot ul.nav2{
	list-style-type: none;
	list-style-position: none;
	margin: 5px 0 0 0;
	padding:0px;
}
.contentBot ul.nav2 li{
	display: inline;
}
.contentBot ul.nav2 li.first a{
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 20px;
}
.contentBot ul.nav2 li.first a:hover{
	color: #04477e;
	font-weight: bold;
	margin-left: 20px;
}
.contentBot ul.nav2 li a{
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
	padding: 5px;
	text-decoration: none;
}
.contentBot ul.nav2 li a:hover{
	color: #04477e;
	font-weight: bold;
	margin-left: 5px;
	background: white;
	padding: 5px;
	text-decoration: none;
}
.footer{
	width: 723px;
	margin: 10px auto;
	text-align:center;
}
.footer p{
	margin: 0;
	display: inline;
}
.footer a img{
	border: none;
}	

.bottomMenu{
	margin-bottom: 20px;
}

.bottomMenu h2.title {
	margin-top: 10px;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color: #000;
	font-size:12px;
	margin:0 !important;
	padding:0 !important;
}

.bottomMenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 !important;
	padding:5px 20px !important;
}
.bottomMenu ul li.first {
	border:medium none;
}
.bottomMenu ul li {
	border-left:1px solid #000;
	display:inline;
	padding:0 5px 0 6px;
}
.bottomMenu ul li a {
	color: #000000;
	text-decoration:none;
}
.bottomMenu ul li a:hover {
	color: #04477e;
	text-decoration:none;
}
.menu{
	height:25px;
}

#myMenuID img{
		display: none;
	}
#menuCell img{
	display: none;
}	

/* added 09/12/2009 */
.content2 h1{
	font-size: 14px;
	font-weight: bold;
	color: #a5a0a0;
}
.content2 {
	padding: 5px 10px 0 10px;
	min-height: 400px;
	height: 100%;
	overflow: hidden;
}
.content2  img{
	float: left;
	margin: 0 15px 10px 0px;
}
.content p{
	line-height: 150%;
	margin-bottom: 20px;
}
.flowNavContainer {
 	height: 30px; padding: 10px 0 0 20px;
}
.flowNavCell {
}
.flowNavContainer .flowNavCell h1 {
	margin: 0; padding: 0; color: #5682a9;
}
.leftSide {
	padding: 0 0 0 20px; float: left; width: 480px;
}
.leftSide p {
	margin: 0; padding: 5px 0 5px 0;
}
.leftSide .contact {
	margin: 10px 0 25px 0; padding: 0; clear:both;
}
.leftSide .contact p {
	margin: 5px 0 0 0; padding: 0; clear:both;
}
.leftSide input, .leftSide textarea {
	margin: 5px 0 0 0; padding: 2px; background: #fff; border: 2px solid #999;
}
.leftSide .contact p .send {
	width: 64px; height: 21px; background:url(../images/send_contact.gif) no-repeat; border: none; cursor: pointer;
}
.rightSide {
	float: right; width: 200px;
}
.news {
	margin: 0 35px 25px 0;
}
.news h2, .content h2, .newsDetail h2 {
	margin: 0 0 5px 0; padding: 0; font: bold 14px tahoma; color: #04477e;
}
.news h2 a, .content h2 a {
	color: #42749e; text-decoration: none;
}
.news h2 a:hover, .content h2 a:hover {
	color: #04477e; text-decoration: none;
}
.news p {
	margin: 0; padding: 0;
}
.newsDate {
	padding: 5px 0 10px 0; font-size: 11px; color: #656565;
}
.news .newsImage {
	float: left; margin: 0; padding:0; width:100px;
}
.news .newsImage img {
	margin: 0; padding: 0; width:80px;
}
.news .newsBrief {
	float: right; width: 345px;
}
.news .newsBrief p {
}
.news .newsImage {
	float: left; margin: 0; padding:0; width:100px;
}
.news .newsImage img {
	margin: 0; padding: 0; width:80px;
}
.news .newsBrief {
	float: right; width: 345px;
}
.news .newsBrief p {
}
.newsDetail {
	padding: 0 20px 10px 20px;
}
.newsDetail p {
	margin: 0; padding: 0 20px 10px 20px;
}
.newsDetail img {
	margin: 0 12px 12px 22px;
}
.cs {
}
.csCellHeader {
	padding: 0 0 15px 0; font: bold 14px tahoma; text-align: center; color: #537daf;
}
.csCell {
}
.csCell table {
	clear: both; margin: 2px 0 2px 0; padding: 0;
}
.csCell td {
	margin: 0; padding: 3px 0 3px 0; font-weight: bold; color: #555;
}
.csCell table .borderCC img {
	float: right; margin: 0; padding: 0;
}
.event {
	background: #f0f0f0; color: #537daf;
}
.eventCellHeader {
	padding: 10px 0 15px 0; font: bold 14px tahoma; text-align: center; color: #537daf;
}
.eventCell {
	padding: 10px 10px 20px 20px; font-size: 11px;
}
.eventCell p {
	margin: 0; padding: 0; text-align: center; font-size: 11px;
}
.eventCell img {
	margin: 10px 0 10px 20px; float: none; clear: both; width: 120px;
}
.gallery {
	width: 528px; margin: 0 auto;
}
.galleryCellTop {
	width: 100%; height: 20px; background:url(../images/galleryCellTop_bg.gif) no-repeat;
}
.galleryCell {
	padding: 0 20px 0 20px ; background:url(../images/galleryCell_bg.gif) left repeat-y; width: 488px;
}
.galleryCell ul {
	margin:0 0 2px 0; padding:0; list-style-type: none; float: left;
}
.galleryCell ul li {
	margin: 5px 0 5px 10px; padding: 0; width: 108px; height: 84px; background:url(../images/gallery_ul_bg.gif) center no-repeat; position: relative; float: left;
}
.gallery ul li img {
	margin: 0; padding: 0; width: 98px; height: 74px; display: block; border: 1px solid #ccc; position: absolute; top: 4px; left: 4px;
}
.gallery ul li a:hover img {
	border: 1px solid #fff;
}
.galleryCellBottom {
	clear: both; width: 100%; height: 20px; background:url(../images/galleryCellBottom_bg.gif) no-repeat;
}
.pageNav {
	clear: both; padding:10px 20px 0 0; text-align: center;
}
.pageNav .next {
	float: right;
}
.pageNav p {
	color: #555; font-weight: bold; display: inline; padding: 0 5px; border-right: 1px solid #5e819b;
}
.pageNav p a {
	color: #5e819b; margin: 0px -5px; padding: 0 7px 0 7px; 
}
*html .pageNav p a {
	margin: 0px -3px;
}
*:first-child+html .pageNav p a {
	margin: 0px -3px;
}
.pageNav p a:hover {
	color: #a8353a; text-decoration: none;
}
.map {
	width: 355px; display: block; cursor: pointer; border: none;
}
.strategic, .masterplan {
	padding: 0 20px 10px 20px; position: relative;
}
.strategic p, .masterplan p {
	margin: 0; padding: 0 20px 10px 20px;
}
.strategic .image img, .masterplan .image img {
	margin: 0; float: right; width:350px; display: block; border: none;
}
.strategic ul {
	margin: 0; padding: 0;
}
.strategic ul li {
	padding: 3px 0px 5px 18px; list-style-type:none; background:url(../images/star.gif) 0 3px no-repeat;
}
.masterplan ol {
	margin: 0 0 0 20px; padding: 0; width: 250px; float: left; color: #333;
}
.masterplan li {
	padding:0 0 3px 0;
}
.eminence {
	padding: 0 20px 0 20px;
}
.eminence img {
	float: left; margin: 0 40px 0 20px;
}
.eminence p {
	margin: 0; padding:;
}
.eminence ul {
	margin: 0 0 10px 0; padding: 0;
}
.eminence ul li {
	padding: 0 0 0 18px; list-style-type:none; background:url(../images/star.gif) left no-repeat;
}
.eminence ul.blue {
	margin: 10px 0 10px 0; padding: 0;
}
.eminence ul.blue li {
	padding: 6px 0 6px 28px; list-style-type:none; background: none; font: bold 12px tahoma; color: #04477e;
}
.eminence ul.blue li a {
	 color: #04477e; text-decoration: none;
}
.eminence ul.blue li a:hover {
	color: #033966; text-decoration: none;
}

/* added 17/12/09 */
.bottomPage {
	padding: 0 0 0 22px; font-size: 11px; color: #8d8d8d;
}
.bottomPage ul {
	margin:0; padding: 0 0 10px 0;
}
.bottomPage ul li {
	margin: 0; padding: 0 10px 0 8px; float: left; list-style: none; background:url(../images/bottomPage_bg.gif) right no-repeat;
}
.bottomPage ul li a, .bottomPage a  {
	color: #8d8d8d; text-decoration: none;
}
.bottomPage ul li a:hover, .bottomPage a:hover {
	color: #6d6d6d; text-decoration: none;
}
