@charset "utf-8";
/* CSS Document */

/** General **/
html { margin:0px; padding:0px; }
body { font-family:Verdana; font-size:12px; background-color: #ffffff; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0066B3), to(#ffffff)); background: -webkit-linear-gradient(top, #0066B3, #ffffff); background: -moz-linear-gradient(top, #0066B3, #ffffff); background: -ms-linear-gradient(top, #0066B3, #ffffff); background: -o-linear-gradient(top, #0066B3, #ffffff); }
.clrLeft { clear:left; }
.clrRight { clear:right; }
.clrBoth { clear:both; }

/** Main Wrapper **/
#wrapper { width:890px; margin:auto; background-color: #ebf4fb; min-height:650px; height:100%; overflow:hidden; border:2px solid #CCC; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }

/** Header **/
#top { height:60px; width:100%; }
#top .logo {float:left; width:550px; height:57px; margin-left:0px; margin-top:3px; }
.three_d{
margin:3px 0px 0px 15px;
float:left;
font-family: 'Bookman Old Style', serif;
line-height: 1em;
color: #0066B3;
font-weight:bold;
font-size: 27px;
text-shadow:0px 0px 0 rgb(-267,-190,-37),1px 0px 0 rgb(-395,-318,-165), 2px 0px 0 rgb(-522,-445,-292),3px 0px 2px rgba(0,0,0,0),3px 0px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
}
.slogan{
	margin:3px 0px 0px 15px;
	float:left;
	font-family: 'Times New Roman', serif;
	line-height: 1em;
	color: #000000;
	font-weight:normal;
	font-size: 16px;
	font-style:italic;
	text-shadow:1px 1px 6px #FEF9BF;
}

#top .phone { font-size:9px; color:#333333; float:right; margin-right:10px; margin-top:3px; }
#top .searchPanel { float:right; margin-right:10px; margin-top:10px; }
#top .searchPanel .textbox { height:20px; border:1px solid #333333; font-size:11px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; float:left; }
#top .searchPanel .button { height:20px; background-color:#0066B3; color:#ffffff; font-size:11px; font-weight:bold; padding:0px 10px 0px 10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; float:left; }

#bottom { width:890px; height:51px; background-color:#0099CC; color:#ffffff; font-size:10px; } 
#bottom div#links { float:left; margin:20px 0px 0px 10px; }
#bottom div#links a{ text-decoration:none; color:#ffffff; }
#bottom div#links a:hover{ text-decoration:underline; }
#bottom div#logo { float:right; margin-right:10px; margin-top:1px; }

/** Menu **/
#menu { width:100%; height:60px; background-color:#0099CC; }
#menu ul { padding-top:25px; padding-left:5px;}
#menu ul li { list-style:none; display:inline; margin-right:2px; }
#menu ul li a { font-weight:bold; padding:10px 20px 10px 20px; background-color:#000000; color:#ffffff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-decoration:none; }
#menu ul li a:hover { background-color:#ffffff; color:#0066B3; text-decoration:none; }

/** Banner **/
#banner { background-repeat:no-repeat; height:248px; width:890px;}
#banner .text { line-height:15px; width:400px; height:130px; padding-top:25px; padding-left:30px; }

/** Body **/
#content { width:100%; min-height:100%; overflow:hidden; color:#000000; }
#content .right { width:250px; float:right; margin-top:20px; }
#content .left { float:left; width:620px; margin-top:15px; }

#content .txt {  margin:10px; padding:10px; border:2px solid #b7ddf2; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
#content .left .txt h1 { font-size:20px; }
#content .left .txt p { text-align:justify; }


/** ShowHide **/
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 550px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#0066B3;
	color:#FFFFFF;
	font-weight:bold;
	margin:1px;
}
.msg_body {
	padding: 5px 10px 15px;
	background-color:#FFFFFF;
	font-weight:normal;
}

div.ex
{
float:left;
width:265px;
height:200px;
padding:10px;
border:2px solid #b7ddf2;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
margin:10px;
text-align:center;
}

.address {
text-align:left;
margin-left:10px;
font-size:13px;
}

table
{
/*
border:1px solid #0066B3;
*/
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
padding:5px;
font-weight:bold;
}
th
{
border:1px solid #0066B3;
background-color:#0066B3;
color:white;
padding:5px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
td
{
border:1px solid #0066B3;
padding:5px;
Width:300px;
}
td.navon {
background-color:#0066B3;
color:white;
cursor:pointer;
}
td.navoff {
background-color:#FFFFFF;}

table.woborder
{
border:none;
padding:5px;
background-color:#FFFFFF;
}
table.woborder td
{
border:none;
padding:5px;
background-color:#FFFFFF;
}

ul.imgbullet
{
margin:0 0 0 20px;
padding:0;
list-style-type: square;
list-style-image: url(../images/bullet1.gif);
line-height: 16px;
}
