/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
	}

img {
	border: 0px;
}

/* General */
body {
	font-family: Verdana, Arial, sans-serif;
	background-repeat: repeat-x;
	background-image: url(images/headerBack.png);
	background-color: white;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
}

#content {
	margin: auto;
	width: 914px;
}

/* Header */
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 834px;
	overflow: hidden;
	padding-bottom: 12px;
}

#logo {
	width: 5px;
	text-indent: -1000px;
	overflow: hidden;
}

#navbar {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	float: right;
}

#navbar ul {
	float: right;
	margin: 0px;
	list-style-type:none;
	display: inline;
}

#navbar ul li {
	float:left;
	}

#navbar ul li a{
	font-size: 13px;
	line-height: 128px;
	text-align: center;
	color: #056aaf;
	text-decoration: none;
	display: block;
	width: 76px;
}

#navbar ul li a:hover {
	color: #023957;
}
/* Header */


/* Wrapper */
#wrapper {
	overflow: hidden;
	width: 830px;
	margin: auto;
}


/* col1 */
#col1 {
	float: left;
	padding: 8px;
	height:598px;
	width: 210px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

	/* menu */
#menu {
	height: 395px;
	width: 210px;
	color: white;
	overflow: hidden;
	}

h2 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: #01679d 1px solid;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu ul li a{
	padding-left: 15px;
	font-size: 14px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	border-top: #2b93ca 1px solid;
	border-bottom: #01679d 1px solid;
	display: block;
	height: 30px;
}	

#menu ul li a:hover{
	border-top: #02486d 1px solid;
	border-bottom: #2b93ca 1px solid;
	background: #00517c;
}

#menuFeature {
	border-top: #2b93ca 1px solid;
	font-size: 9px;
	padding: 5px 0px 5px 15px;
}	

	/* menu */
	
	/* red box */
#redBox {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	height: 180px;
	margin-top: 7px;
	padding: 12px;
	color: white;
	font-size: 12px;
}

p.tenpt {
	font-size: 10px;
}
	/* address box */
/* col1 */

/* col2 */
#col2 {
	width: 590px;
	float: right;
	overflow: hidden;
}

#subMain{
	width: 574px;
	min-height: 178px;
	background: #f9f9f9;
	border: #e3e3e3 1px solid;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 7px;
}

#subMain div{
	/*width: 265px;*/
	float: left;
	margin: auto;
	padding-left: 18px;
	padding-top: 11px;
	font-size: 12px;
	
	}
	
#subMain div hr {
	border: 0;
	color: #a8a8a8;
	background-color: gray;
	height: 2px;
	width: 100%;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

h4 {
	margin: 0px;
	padding-left: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #941318;
}

p.date {
	padding-left: 8px;
	font-size: 10px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #898989;
	clear: both;
}	

p.time {
	padding-left: 8px;
	font-size: 10px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 11px;
	color: #898989;
}

p.news {
	padding-left: 8px;
	font-size: 10px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 11px;
	color: #636363;
}

a.title {
	margin-left: 8px;
	color: #636363;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

a.title:hover {
	 
	text-decoration: underline;
	 
}

/* footer */


#footer {
	clear: both;
	overflow: hidden;
	text-align: center;
	padding-top: 4em;
	padding-bottom: 3em;
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 14px;
	color: #8a8a8a;

}
#footer ul li{
	margin: 0px;
	display: inline;
}

#footer a {
	color: #8a8a8a;
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 10px;
	font-stretch:condensed;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Z-index of #mask must lower than #boxes .window */  
#mask {    position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes {font-size: 12px;}
#boxes ol {list-style: decimal;}
#boxes li {margin-top: 7px;}
#boxes .window {   position:absolute;    width:663px;    height:580px;    display:none;    z-index:9999;     padding:20px;  background: #fff; }  
#boxes a {color:#000;}
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {  overflow:hidden;}  
#boxes #dialog a img {border: #83766D 10px solid;}

