/* ================================================== */
/* Main styles */
/* ================================================== */
html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body {
	margin: 0;
	padding: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
}
table {
	font-size: 13px;
}
img { border: 0; behavior: url("/admin/include/style/png.htc"); }
table.border, table.border td, table.border th {
	border-collapse: collapse;
	border: 1px solid #646464;
}

p { margin: 0 0 10px 0; padding: 0; line-height: 16px; }

h1 {
	color: #CC471D;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	color: #CC471D;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

h3 {
	color: #CC471D;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #2881C6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul { padding: 0; margin: 0 0 15px 0; }
ul ul { padding: 0; margin: 0 0 0 0; }
ul li {
	padding: 0;
	margin: 4px 0 4px 16px;
	list-style-type: disc;
	list-style-position: inside;
}
ul ul li { list-style-type: circle; }
ul ul ul li { list-style-type: square; }
ol { margin: 0 0 15px 0; padding: 0; }
ol ol { padding: 0; margin: 0 0 0 0; }
ol li {
	padding: 0;
	margin: 4px 0 4px 16px;
	list-style-position: inside;
	list-style-type: decimal;
}
ol ol li { list-style-type: lower-greek; }
ol ol ol li { list-style-type: lower-roman; }
/* -------------------------------------------------- */

/* ================================================== */
/* User styles */
/* ================================================== */
.toc {
	padding: 0;
	background: #A49065 url(/i/bg.jpg);
}
.bg_middle {
	background: url(/i/bg_middle.jpg) top center repeat-y;
}
.bg_top {
	background: url(/i/bg_top.jpg) top center no-repeat;
}
.bg_bottom {
	background: url(/i/bg_bottom.jpg) bottom center no-repeat;
}
.body {
	width: 1000px;
	margin: auto;
}

/* Header */
.header {
	background: url(/i/header.jpg) top right no-repeat;
	position: relative;
	width: 1000px;
	height: 194px;
}
.header_logo {
	position: absolute;
	left: 0;
	top: 0;
}
.header_phone {
	position: absolute;
	right: 45px;
	top: 11px;
	font-size: 20px;
	color: #4F3300;
}
.header_banner {
	position: absolute;
	left: 265px;
	top: 60px;
}

/* Main menu */
.mmenu_body {
	background: url(/i/mmenu_bg.png) repeat-x;
	height: 60px;
	padding: 1px 5px 0 5px;
}
a.mmenu:link, a.mmenu:visited {
	background: #6FB7C7 url(/i/mmenu.png) repeat-x;
	display: block;
	padding: 16px 0 16px 0;
	text-decoration: none;
	color: #FFFFFF;
}
a.mmenu:hover, a.mmenu_s:link, a.mmenu_s:visited, a.mmenu_s:hover {
	background: #C0CC38 url(/i/mmenu_s.png) repeat-x;
	display: block;
	padding: 16px 0 16px 0;
	text-decoration: none;
	color: #FFFFFF;
}

/* Body */
.path {
	padding: 5px 13px 9px 13px;
	font-size: 11px;
	text-transform: lowercase;
}
.path img {
	margin: 0 8px 0 8px;
}
.path a:link, .path a:visited {
	color: #7D7D7D;
	text-decoration: none;
}
.path a:hover {
	text-decoration: underline;
}

/* Leftbar & Rightbar */
.lbar {
	border-left: 1px solid #9AC2C1;
	border-right: 1px solid #9AC2C1;
	width: 208px;
	padding: 10px 0 10px 0;
}
.rbar {
	border-left: 1px solid #9AC2C1;
	border-right: 1px solid #9AC2C1;
	width: 208px;
	padding: 10px 0 10px 0;
}
.navbar_sep {
	margin: 0 -1px 0 -1px;
}
.navbar_sep img {
	position: relative;
	z-index: 100;
}
.navbar_h {
	text-align: center;
	background: #45A2B7 url(/i/navbar_h.gif) no-repeat;
	padding: 7px 0 7px 0;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 13px;
}
.navbar_links_sep {
	background: #E8EAE1;
	height: 1px;
	margin: 5px 0 5px 0;
}
a.lbar_link:link, a.lbar_link:visited {
	color: #333333;
	text-decoration: none;
	display: block;
}
a.lbar_link:hover, a.lbar_link_s:link, a.lbar_link_s:visited, a.lbar_link_s:hover {
	color: #E76D46;
	text-decoration: none;
	display: block;
}
a.lbar_link2:link, a.lbar_link2:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	margin: 5px 0 5px 0;
}
a.lbar_link2:hover, a.lbar_link2_s:link, a.lbar_link2_s:visited, a.lbar_link2_s:hover {
	color: #E76D46;
	text-decoration: none;
	display: block;
	font-size: 11px;
	margin: 5px 0 5px 0;
}

/* Content */
.container {
	padding: 0 5px 0 5px;
}
.img_body_top {
	margin-bottom: -10px;
	position: relative;
	z-index: 100;
}
.img_body_bottom {
	margin-top: -10px;
	position: relative;
	z-index: 100;
}
.content {
	border-left: 1px solid #CAC876;
	border-right: 1px solid #CAC876;
	padding: 10px 0 10px 0;
}
.text, .text table {
	font-size: 11px;
}
.padding {
	padding: 0 9px 0 9px;
}
h1.content_h {
	text-align: left;
	background: #AAB22E url(/i/content_h.gif) no-repeat;
	padding: 7px 0 7px 11px;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.tr1 {
	background: #EEEEEE;
}
.tr2 {
	background: #FFFFFF;
}
.button_bg {
	background: #E3623A url(/i/button_bg.gif) repeat-x;
	float: left;
	text-align: center;
}
.button_l {
	background: url(/i/button_l.gif) top left no-repeat;
}
.button_r {
	background: url(/i/button_r.gif) top right no-repeat;
}
.button_r a:link, .button_r a:visited, .button_r a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px 20px 9px 20px;
}
table.calendar, table.calendar table {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
table.calendar td, table.calendar th {
	padding: 3px 5px 3px 5px;
}
table.calendar, table.calendar td, table.calendar th {
	border-collapse: collapse;
	border: 1px solid #E6E6E6;
}
table.calendar a:link, table.calendar a:visited {
	color: #000000;
	text-decoration: none;
}
table.calendar a:hover {
	text-decoration: underline;
}

/* Footer */
.footer {
	background: url(/i/footer.jpg) no-repeat;
	width: 1000px;
	height: 150px;
	color: #FFFFFF;
	margin-top: 30px;
}
.footer_text {
	text-align: center;
	padding: 16px 0 24px 0;
}
.footer a:link, .footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer a.s:link, .footer a.s:visited, .footer a.s:hover {
	color: #FFF;
	text-decoration: underline;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Forms */
/* ================================================== */
form { margin: 0; padding: 0; }
.textbox {
	border: 1px solid #A4D8E4;
	font-size: 11px;
	font-family: Tahoma;
	padding: 3px;
	width: 300px;
}
.textbox2 {
	border: 1px solid #E3623A;
	background: #FFE0C6;
	font-size: 11px;
	font-family: Tahoma;
	padding: 3px;
}
textarea {
	border: 1px solid #A4D8E4;
	font-size: 11px;
	font-family: Tahoma;
	padding: 3px;
	width: 300px;
}
.select {
	font-size: 11px;
	font-family: Tahoma;
	width: 308px;
}
.button {
	border: 0;
	font-size: 11px;
	font-family: Tahoma;
	background: transparent;
	color: #FFFFFF;
	padding: 7px 20px 8px 20px;
	cursor: pointer;
}
/* -------------------------------------------------- */