@charset "utf-8";

/* reset */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px; padding: 0px; border: 0px; outline: 0px; 
    font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
    vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse:collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/* font-reset */

address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; line-height: 1em; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; }
input,textarea,select { *font-size:100%; }
legend { color:#000; }
body { font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; }
table { font-size:inherit; font:100%; }
pre,code,kbd,samp,tt { font-family:monospace; *font-size:108%; line-height:100%; }


strong {
    font-weight: bold;
}

/* general tags */

body {
    font-family: "Arial", Verdana, "Bitstream Vera Sans", "Trebuchet MS", arial, tahoma;
    font-size: 16px;
	background: url(/images/sitebg2.png) fixed ;
}

h1 {
    margin: 1.5em 0em 0.5em 0em;
    color: #333;
    font-size: 190%;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 99%;
	font-family: "Arial";
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 1em 0em 0.5em 0em;
}

p {
    margin-bottom: 1.5em;
}

b.tl, b.tl b, b.bl, b.bl b  {
  background: transparent url(/images/corners.gif) no-repeat scroll;
  display: block;
  height: 4px;   
}

b.tl { background-position: 0px 0px; width: 100%; }
b.tl b { background-position: 0px -4px; width: 4px; float: right; }
b.bl { background-position: 0px -8px; width: 100%; }
b.bl b { background-position: 0px -12px; width: 4px; float: right; }

body.index {
	background: url(/images/sitebg0.png) repeat ;
}

body.index div#hdr h1,
body.index div#hdr h2 {
	margin: 0;
}

body.index div#hdr {
	width: 100%;
	height: 6px;
	background: url(/images/hdr_bg.png) repeat-x  transparent ;
	top: 50%;
	position: fixed;
}

body.index div#hdr h1 {
	width: 362px;
	height: 60px;
	position: absolute;
	background: url(/images/hdr.png) transparent;
	margin-left: 5.5%;
	top: -65px;
}

body.index div#hdr h2 {
	width: 242px;
	height: 38px;
	position: absolute;
	background: url(/images/web20.png) transparent;
	margin-left: 5.5%;
	top: 6px;
}

body.index div#hdr span {
	display: none;
}

body.index div#sb {
	display: none;
}
body.index div#fh {
	display: none;
}
body.index div#mnu {
	position: fixed;
	right: 4%;
	text-align: right;
	top: 55%;
	line-height: 1.2em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif,"Trebuchet MS";
}
body.index div#mnu ul li {
	margin-bottom: 0.4em;
}
body.index div#mnu ul a {
	color: #fff;
	text-decoration: none;
}

body.index div#mnu ul a:hover {
	background: url(/images/lchev.png) no-repeat 0px 1px;
	padding-left: 16px;
}

body.index div#mnu ul a:hover span {
	border-bottom: 1px dotted #fff;
}

body.index div#ftr {
	display: none;
}

body.index div#cpyrt {
	position: fixed;
	font-size: 0.70em;
	width: 100%;
	bottom: 10px;
	text-align: center;
}

body.index div#cpyrt {
	color: #000;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif,"Trebuchet MS";
}

body.index div#cpyrt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

body.index div#cpyrt a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

body.normal div#h_e, body div#ftr {
    text-align: center; /* for IE */
}

body.normal div#h_e div#h_s {
    width: 48em;
    position: relative;
    padding-top: 105px;
    margin: 0 auto;   /* align for good browsers */
    text-align: left; /* counter the body center */
}

body.normal div#h_e div#h_s div#content table td#m {
	background: #fff;
}

body.normal div#h_e div#h_s div#content a {
	color: #7e1313;
	text-decoration: none;
	border-bottom: 1px dotted #d39191;
}

body.normal div#h_e div#h_s div#content a:hover {
	background-color: #7e1313;
	color: #fff;
	border-bottom: 1px solid #7e1313;
}

body.normal div#h_e div#h_s div#content table td#mtl,
body.normal div#h_e div#h_s div#content table td#mtr,
body.normal div#h_e div#h_s div#content table td#mbl,
body.normal div#h_e div#h_s div#content table td#mbr {
  background: url(/images/corners_main.png) no-repeat;
  height: 27px;
  width: 26px;
}

body.normal div#h_e div#h_s div#content table td#mt {
	background: url(/images/site_pap_t.png) repeat-x;
}
body.normal div#h_e div#h_s div#content table td#mb {
	background: url(/images/site_pap_b.png) repeat-x;
}
body.normal div#h_e div#h_s div#content table td#ml {
	background: url(/images/site_pap_l.png) repeat-y;
	width: 26px;
}
body.normal div#h_e div#h_s div#content table td#mr {
	background: url(/images/site_pap_r.png) repeat-y;
	width: 26px;
}
body.normal h1 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif,"Trebuchet MS";
	font-weight: normal;
	font-size: 2em;
	margin: 0em 0em 0.5em 0em;
}
body.normal div#h_e div#h_s div#content table td#m {
	font-size: 13px;
	padding: 2em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif,"Trebuchet MS";
	line-height: 1.4em;
	color: #333;
	
}

body.normal div#h_e div#h_s div#content table td#mtl { background-position: 0px 1px; }
body.normal div#h_e div#h_s div#content table td#mtr { background-position: 0px -26px;}
body.normal div#h_e div#h_s div#content table td#mbl { background-position: 0px -54px;}
body.normal div#h_e div#h_s div#content table td#mbr { background-position: 0px -81px;}


body.normal div#hdr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

body.normal div#hdr h1 {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 140px;
    background: transparent url('/images/sitemain_hdr.png') no-repeat 5px 40px;
    width: 278px;
    height: 169px;
}

body.normal div#hdr h1 span {
    display: none;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}

body.normal div#mnu {
    width: 45em;
    position: absolute;
    left: 0px;
    top: 130px;
	margin-left: 10px;
    color: white;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
	padding-left: 20px;
	
}

body.normal div#mnu ul.navbar li {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	border-left: 1px dotted #ccc;
}

body.normal div#mnu ul.navbar li.fi {
	border: none;
	padding-left: 0;
}

body.normal div#mnu ul.navbar li a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif,"Trebuchet MS";
	font-weight: normal;
}

body.normal div#mnu ul.navbar li a:hover {
	color: #000;
	border-bottom: 1px solid #ccc;
}



body.normal div#panel {
	display: none;
}

body.normal div#cpyrt {
	font-size: 0.70em;
	width: 100%;
	bottom: 10px;
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif,"Trebuchet MS";
	padding-bottom: 2em;
	padding-top: .5em;
}

body.normal div#cpyrt a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

body.normal div#cpyrt a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
body.normal div#banhold {
	position: relative;
	height: 18em;
}
body.normal img#banner {
	position: absolute;
	left: -2.1em;
	top: 1.5em;
	width: 55.3em;
}

body.blog .narrowcolumn {
	float:left;
	margin:-1em 0 -1em -1em;
	padding:0px 0 0px 0px;
	width:38em;
}

body.blog #sidebar {
	margin-left:45em;
	margin-right: -2em;
	padding:0em 0 0px;
	width:17em;
	font-size: 0.85em;
}

body.blog .narrowcolumn h2 {
	border-bottom: 1px dotted #d39191;
	font-weight: bold;
	font-size: 1.4em;
}
body.blog div#h_e div#h_s div#content .narrowcolumn h2 a {
	border-bottom: none;
}


body.blog li#recent-posts ul {
	margin-left: 0;
}

body.blog li.widget_text div.textwidget {
	background-color: #E4F2FD;
	border: 1px solid #C6D9E9;
	padding: 1em;
	font-size: 0.9em;
}

body.normal ul.tickul {
	padding-top: 1em;
	padding-bottom: 1em;
}
ul.tickul li {
    background: url(/images/tick.png) no-repeat left top;
    margin-left: 10px;
    padding-left: 22px;
    margin-bottom: 0.5em;    
}
