/* Project: 中山小榄消防在线
 * Autor:   林栋煜
 * Date:    2008-6-27
 */
html {
	height: 100%;
}
body {
	background-color: #990000;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	text-align: center;
	height: auto;
	_height: 100%;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: none;
}
img {
	border: 0px;
}


#mainContaner {
	background-color: #FFFFFF;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	_height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
#headContaner, img#topAdvImg, table#mainLayout {
	margin: 0px 10px 0px 10px;
	text-align: left;
}
#headContaner {
	background: #FFFFFF url(../images/head_bg.gif) repeat-x;
	height: 55px;	
}
#logoImg {
	margin: 8px 10px 5px 18px;
	float: left;
}
#toolsContaner {
	float: right;
	height: 55px;
	width: 538px;
}
form#searchBar {
	background: url(../images/search_bar_bg.gif) no-repeat left top;
	width: 338px;
	height: 29px;
	float: right;
	text-align: right;
}
form#searchBar input {
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0px 3px 0px;
}
form#searchBar input#key {
	width: 250px;
}
form#searchBar input#submit {
	width: 40px;
	margin-right: 5px;
}

ul#menuBar {
	display: block;
	width: 100%;
	float: right;
	clear: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ul#menuBar li {
	float: left;
	width: 12.5%;
	text-align: center;
}
ul#menuBar li a {
	display: block;
	width: 100%;
}
ul#menuBar li a:hover {
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
}

img#topAdvImg {
	margin-top: 5px;
}

table#mainLayout {
	margin-top: 10px;
}
table#mainLayout td#leftContain {
	width: 200px;
	border: 1px solid #FFDD99;
	background-color: #FFF9ED;
	vertical-align: top;
}
ul#newsCls {
	margin: 10px;
	padding: 0px;
	list-style: none;
}
ul#newsCls li {
	margin: 10px 0px 5px 0px;
	background: url(../images/title_btn_bg.gif) no-repeat center center;
	width: 180px;
	height: 41px;
}
ul#newsCls li a {
	display: block;
	width: 100%;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-indent: 45px;
	line-height: 40px;
	margin-top: 1px;
}
table#mainLayout td#centerContain {
	width: 400px;
	vertical-align: top;
} 
table#mainLayout td#rightContain {
	width: 200px;
	vertical-align: top;
}
#picPlayer {
	background-color: #FFF9ED;
	border: 1px solid #FFDD99;
	text-align: center;
}
#linksBox {
	background-color: #FFFFFF;
	border: 1px solid #FFDD99;
	margin-top: 10px;
}
#linksBox #title {
	background-color: #FFF9ED;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 22px;
	text-indent: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFF9ED;
	border-left: 1px solid #FFFFFF;
}
#linksBox #contain {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
} 
#linksBox #contain li {
	text-align: center;
}
#linksBox #contain img {
	width: 180px;
	height: 45px;
	margin-top: 5px;
	clear: both;
}
div.indexArea {
	margin: 5px 10px 0px 10px;
	background: url(../images/area_title_bg.gif) left 22px repeat-x;
}
div.indexArea div.title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-indent: 18px;
	background-image: url(../images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 88%;
}
div.indexArea div.title a.more {
	width: 10%;
	display: block;
	float: right;
}
div.indexArea ul.contain {
	clear: both;
	margin: 10px 5px 5px 5px;
	padding-left: 15px;
}

div#copyright {
	margin: 10px;
	text-align: center;
	border-top: 2px solid #cdeaf7;
	padding-top: 5px;
}
div#copyright p {
	padding: 0px;
	margin: 0px;
}
