/* 
    Document   : style
    Created on : 2009-05-31, 18:25:09
    Author     : PHP5 Dev
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	width: 100%;
	background: #FFF3B1;
	color: #333333;
	font-family: 'Lucida Sans Unicode',Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
}
#header {
	width: 960px;
	height: 222px;
	margin: auto;
	background: url(img/bg01.gif);
	padding-top: 20px;
	margin-top: 10px;
}
#header .bg {
	width: 921px;
	height: 242px;
	background: url(img/bg02.jpg) no-repeat;
	margin: 0px auto 0px auto;
}
#header .logo01 {
	float: left;
	margin-left: 18px;
	margin-top: 25px;
	text-indent: -100000em;
}
#header .logo01 a {
	display: block;
	width: 230px;
	height: 24px;
	border: 0px;
	background: url(img/logo01.gif) no-repeat;
}
#header .logo02 {
	width: 216px;
	height: 67px;
	margin-left: 18px;
	padding-top: 131px;
	text-indent: -100000em;
}
#header .logo02 a {
	display: block;
	width: 216px;
	height: 67px;
	border: 0px;
	background: url(img/logo02.gif) no-repeat;
}
#main {
	margin: 0 auto;
	width: 960px;
}

#maincontener {
	float: left;
	width: 960px;
	background: url(img/bg02.gif) repeat-y;
}

#menu {
	float: left;
	width: 216px;
	height: 427px;
	margin: 0px 0px 0px 37px;
	padding-top: 40px;
	background: url(img/menubg.jpg) no-repeat;
	font-family: 'Lucida Sans Unicode', Lucida;
	font-size: 13px;
}
#menu li {
	list-style: none;
}
#menu li a {
	display: block;
	/*text-indent: -100000em;*/
	text-align: right;
/*	height: 30px; */
	margin-bottom: 18px;
	color: #000;
}
#menu li a.btn01 {
	/*background: url(img/nav-btn01.gif) no-repeat;*/
	width: 155px;
}
#menu li a.btn02 {
	/*background: url(img/nav-btn02.gif) no-repeat;*/
	width: 140px;
}
#menu li a.btn03 {
	/*background: url(img/nav-btn03.gif) no-repeat;*/
	width: 130px;
}
#menu li a.btn04 {
	/*background: url(img/nav-btn04.gif) no-repeat;*/
	width: 122px;
}
#menu li a.btn05 {
	/*background: url(img/nav-btn05.gif) no-repeat;*/
	width: 116px;
}
#menu li a.btn06 {
	/*background: url(img/nav-btn06.gif) no-repeat;*/
	width: 111px;
}
#menu li a.btn07 {
	/*background: url(img/nav-btn07.gif) no-repeat;*/
	width: 108px;
}
#menu li a.btn08 {
	/*background: url(img/nav-btn08.gif) no-repeat;*/
	width: 106px;
}
#menu li a.btn09 {
	/*background: url(img/nav-btn09.gif) no-repeat;*/
	width: 105px;
}
#menu li a.btn10 {
	/*background: url(img/nav-btn10.gif) no-repeat;*/
	width: 105px;
}
#menu li a.btn11 {
	/*background: url(img/nav-btn11.gif) no-repeat;*/
	width: 105px;
}
#menu li a:hover {
	color: #930101;
	background-position: 0 -30px;
}

#content {
	float: left;
	width: 658px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
}
#content .article {
	font-size: 14px;
}

#content .xx {
	float: left;
	display: block;
	width: 200px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#footer {
	float: left;
	width: 960px;
	height: 50px;
	background: url(img/bg03.gif) bottom center no-repeat;
	font-size: 11px;
}
footer ul {
	list-style-image: none;
	list-style-position: outside;
}
#footer li.left  {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	list-style: none;
}
#footer li.right  {
	float: right;
	margin-right: 30px;
	margin-top: 15px;
	list-style: none;
}

h2 {
	color: #7F7F7F;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 22px;
	margin: 0 0 20px;
}

a:hover {
	color: #930101;
	text-decoration: none;
}
a {
	color: #336699;
	text-decoration: none;
}

#content p {
    margin-bottom: 20px;
}

#content .title {
	font-size: 16px;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 19px;
}

#content .title .date {
	font-size: 11px;
	letter-spacing: -1px;
	text-indent: 3px;
}

#content .article {
	width: 100%;
	float: left;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}

#content .strong {
	font-weight: bold;
	color: #6F6F6F;
}

#content .article p {
	padding-top: 0px;
	margin-top: 0px;
    margin-bottom: 10px;
}

#content .morelink {
	width: 100%;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
