/* Reset styles */

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}


/* Site styles */

body {
	font:0.8em Tahoma;
	color:#000000;
	background:#e8e7f7;
	padding-left: 15px;
	padding-right: 15px;
}


a {
	color:#333366;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

h1 {
	color:#000066;
	font:bold 1.1em Tahoma;
	text-align:center;
	margin-bottom:10px;
}
h2{
	color:#000066;
	font:bold 1.05em Tahoma;
}

/* Structure */

#wrapper {
	background: #e8e7f7;
	/*width: 993px;*/
        width: 100%;
	padding:0 0px;
	margin:0 auto;
	/*position:relative;*/
}

#container {
	/*position: relative;*/
	padding-top: 0px;
	/*z-index: 2;*/ /* good for ie6 */
	background: #ffffff;
	margin-bottom: 15px;
        min-width: 965px;
}

/* Header */

#header {
	/*height: 28px; */
        /*heigth: 180px; */
	/*position: relative;*/
	margin: 0px 0px 0px 0px;
	/*padding: 263px 0px 0px 0px; */
	vertical-align: bottom;
}

#header .logo {
	/*background: url("/images/header_2r.jpg") repeat-x left top;*/
}

#header .logox {
	/*background: url("/images/header_2r.jpg") repeat-x left top;*/
}

#header h1 {
	font-family: Tahoma;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
        text-align: center;
}

#header h1 strong{
	color:#000000;
	font-style: normal;
}

#header .header{
	color:#000000;
	font-style: normal;
	text-align: center;
        vertical-align: top;
}

#header .phone {
	font-family: Tahoma;
	font-size: 1.8em;
	text-align: center;
	font-weight:bolder;
	color:#000000;
	font-style: normal;
        vertical-align: top;
}

#header td .header {
	height: 30px;
}

/* Menu */

#menu {
	margin: 15px 0px 1px 0px;
	/*position: relative;*/
	height: 47px;
	width: 100%;
        min-width: 965px;
}

#menu table {
        text-align: center;
}

#menu table tr {
        text-align: center;
}

.menu-left {
		width:99px;
		height:47px;
		background:url("/images/menuleft.gif") no-repeat right top;
	}
	
.menu-right {
		width:38px;
		height:47px;
		background:url("/images/menuright.gif") no-repeat left top;
	}
	
.menu-bull {
	width: 11px;
	background: url("/images/menubull.gif") no-repeat top left;
}
	
.menu-center {
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	background: url("/images/menuline.gif") repeat-x top;
	font:1em Courier;
}

.menu-center a {
	font: bold 0.9em Verdana;
	text-decoration: none;
	line-height: 32px;
}
	

/* leftpanel */

#leftpanel {
	float: left;
	width: 660px;	
}

#leftpanel .newsheader {
	color: #000000;
	border: 1px solid #000000;
	background-color: #fee600;
	font: bold 1.1em Tahoma;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 15px;
}

#leftpanel .newsheader a {
	color: #000000;
	font: bold 1.1em Tahoma;
}

#leftpanel .newsheader td {
	padding: 0px 5px 0px 5px;
}

#leftpanel .newsheader .newsline {
	padding: 0px 0px 0px 0px;
	background: url("/images/newsline.gif") repeat-x top;
}

#leftpanel .news {
	color: #000066;
	margin: 0px 0px 15px 15px;
}

#leftpanel .news td {
	padding: 0px 10px 0px 10px;
        vertical-align:top;
width: 30%;
}

#leftpanel .news h3 {
	color: #3366cc;
	font: bold 1.1em Tahoma;
}

#leftpanel a.detail {
	color: #000066;
	text-align: right;
	float: right;
	margin-right: 20px;
	font-size: 0.9em;
}

#leftpanel .banners {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 15px;
	text-align: justify;
}



/* Content */

#content {
        position: relative;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
	margin: 15px 0px 15px 15px;
        background: #e8e7f7 url("/images/border-tl.gif") no-repeat top left;
}

.tl, .tr, .bl, .br {
  position : absolute;
  width : 9px;
  height : 9px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

.tr {
  background : transparent url("/images/border-tr.gif") no-repeat;
  top : 0;
  right : 0;
}
 
.bl {
  background : transparent url("/images/border-bl.gif") no-repeat;
  bottom : 0;
  left : 0;
}
 
.br {
  background : transparent url("/images/border-br.gif") no-repeat;
  right : 0;
  bottom : 0;
}

#content .btnlist {
	text-align: center;
}

#content .btnlist img {
	text-align: center;
}

#content .btnlist td {
	padding: 10px;
}



/* Sidebar */

#sidebar {
	/*float:right;*/
	/*padding-bottom:85px;*/
	margin-right: 15px;
	padding-top: 20px; /* LAST */
	margin-left:680px;
	background: #ffffff;
}

#sidebar .inside {
	margin-bottom: 20px;
	background: #e8e7f7;
}

#sidebar .inside .blockhead {
	color: #000000;
	border: 1px solid #000000;
	background-color: #fee600;
	font: bold 1.1em Tahoma;
	padding: 3px 0px 3px 5px;
}

#sidebar .inside .blocktext {
	color: #000000;
	border: 1px dotted #000000;
	margin-top: 5px;
	padding: 5px 0px 5px 5px;
}

#sidebar .inside .img1 {
	background:#ffffff url("/images/sidebarbg1.gif") no-repeat right bottom;
}

#sidebar .inside .img2 {
	background:#ffffff url("/images/sidebarbg2.gif") no-repeat right bottom;
}


#sidebar .inside ul {
	
}

#sidebar .inside li {
	line-height:29px;
}




/* Footer */

#footer {
	clear: both; 
	/*position: relative;*/
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	padding: 15px 0px 0px 20px;
	margin-bottom: 15px;
	height: 50px;
	text-align: center;
}

#footer a {
color: #000000;
font-weight:normal;
font-weight:normal;
}
#pre_line {
width:100%;
font-size:11px;
font-weight:normal;
margin:10px 0px 10px 0px;
}
#pre_line td div a{
font-size:11px;
font-weight:normal;
}
#post_line {
width:100%;
font-size:11px;
font-weight:normal;
margin:0px 0px 10px 0px;
}
#post_line td div a{
font-weight:normal;
font-size:11px;
}

#breakline {
	clear: both; 
	/*position: relative;*/
}

/* MainContent */

#mainpanel {
	float: left;
	width: 100%;
}
#maincontent {
	padding: 15px 15px 15px 15px;
	overflow: hidden;
	margin: 15px 15px 0px 15px;
	background: #e8e7f7 url("/images/border-tl.gif") no-repeat top left;
	position: relative;
}




.news-item {
	margin-top:30px;
}
