@CHARSET "UTF-8";

/* Top elements */
* { margin:0; padding: 0; }

body {
    background-color: #3A3A3A;
    color: #555;
    font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
    text-align: center;
    margin: 15px 0;
}

/* links */
a {
    color: #0088FF;
    background: inherit;
    text-decoration: none;
}
a:hover { 
    color: #006699;
    background: inherit;
}

/* headers */
h1, h2, h3 {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: bold;
}
h1 {
    font-size: 1.5em;	
}
h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #160ba6;
}
h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
}

h1, h2, h3, p { 
    padding: 0;
    margin: 10px 15px;
}

ul, ol {
    margin: 10px 30px;
    padding: 0 15px;
    color: #72A545;
}
ul span, ol span {
    color: #666666;
}

/* images */
img {
    border: 2px solid #CCC;
}
img.float-right {
    margin: 5px 0px 10px 10px;
}
img.float-left {
    margin: 5px 10px 10px 0px;
}
.smilies {
    border: 0px;
}
code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    /* white-space: pre; */
    background: #FAFAFA;
    border: 1px solid #EAEAEA;
    border-left: 5px solid #72A545;
}
acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}
blockquote {
    margin: 15px;
    padding: 0 0 0 32px;
    background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px !important;
    background-position: 8px 10px;
    border: 1px solid #EAEAEA;
    border-left: 5px solid #72A545;
    font-weight: bold;
}

/* form elements */
form {
    margin: 1 0px 15px;
    padding: 0;
    border: 1px solid #EAEAEA; 
    background-color: #FAFAFA; 
}
label {
    display: block;
    font-weight: bold;
    margin: 5px 0;
}
input {
    padding: 3px;
    border: 1px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color: #777;
}
textarea {
    width: 400px;
    padding: 4px;
    font: normal 1em Verdana, sans-serif;
    border: 1px solid #eee;
    height: 100px;
    display: block;
    color: #777;
}
input.button {
    margin: 0;
    font: bolder 12px Arial, Sans-serif; 
    border: 1px solid #EAEAEA;
    padding: 2px 3px; 
    background: #CCC url(../images/buttonbg.gif) repeat-x left bottom; 
    color: #333;
}

/* search */
#sidebar #search {
    background: #f2f2f2;
    margin: 0 1px;
    padding: 1px 0;
}
#sidebar #search img {
    vertical-align: bottom;
}
#sidebar #search .textbox {
    background: #FFF url(../images/input.png) no-repeat top left;
    border: 1px solid #EAEAEA;
    font-size: 11px;
    padding: 3px;	
    width: 140px;
}
#sidebar #search input.searchbutton {
    margin: 0;
    font: bold 100% Arial, Sans-serif;
    border: 1px solid #CCC;
    background: #CCC url(../images/buttonbg.gif) repeat-x left bottom;
    padding: 1px;
    height: 25px;
    color: #333;
    width: 55px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;
   text-align: left;
   //background-color: #CBDDEB;
   background-color: #FFF;
   width: 1000px;
}
#content-wrap {
    clear:both;
    margin:0; padding:0;
    width: 1000px;
}

/* header */
#header {
    position: relative;
    clear: left;
    width: 1000px;
    height: 137px; 
    margin: 0;
    padding: 0;
    background: #3A3A3A url(../images/headerbg-1000.jpg) no-repeat left bottom;
}
#header h2#slogan {
    position: absolute;
    margin: 0; padding: 0;
    font: bold italic 1em 'Trebuchet MS', Arial, Sans-serif;
    text-transform: none;
    letter-spacing: 1px;
    color: #FFF;

    /* change the values of top and right to adjust the position of the slogan*/
    top: 105px; right:250px;
}

/* menu tabs */
#header #header-tabs {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 25px;
    background: #3A3A3A;
    font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;
}
#header-tabs ul {
    margin: 0;
    padding: 2px 0px 0px 4px;
    list-style: none;
}
#header-tabs li {
    display: inline;
    margin: 0;
    padding: 0;
}
#header-tabs a {
    float: left;
    background: url(../images/tableft.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#header-tabs a span {
    float: left;
    display: block;
    background: url(../images/tabright.gif) no-repeat right top;
    padding: 7px 15px 4px 8px;
    color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
    color:#FFF;
}
#header-tabs a:hover {
    background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position: 0% -42px; }
#header-tabs #current a span { background-position: 100% -42px; color: #0088FF;}

/* main content */
#main {
    float: left;
    width: 745px;
    margin: 0;
    padding: 0;
    background-color: inherit;
}
#main h1 {
    padding: 8px 0 3px 38px;
    text-transform: none;
    background: url(../images/logo1.png) no-repeat;
    border-bottom: 2px solid #f2f2f2;
    color: #160ba6;
}

/* sidebar */
#sidebar {
    float: right;
    width: 245px;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: inherit;
}
#sidebar h1 {
    padding: 8px 0px 3px 38px;
    background: url(../images/logo1.png) no-repeat;
    text-transform: none;
    color: #160ba6;
}

#sidebar ul.sidemenu {
    list-style: none;
    margin: 10px 15px;
    padding: 0;
}
#sidebar ul.sidemenu li {
    margin-bottom: 1px;
    border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 2px 5px 2px 10px;
    background: #f2f2f2;
    border-left: 5px solid #CCC;
    font: bold 0.9em/1.5em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;
    min-height: 14px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
    padding: 2px 5px 2px 10px;
    background: #f2f2f2;
    color: #160ba6;
    border-left: 5px solid #72A545;
}
#sidebar h2{
    line-height: 0.2em;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #160ba6;
    padding: 5px 0 0 5px; /* top rght bottom left */
}
/* footer */
#footer {
    clear: both;
    height: 40px;
    color: #CCC;
    background: #000;
    margin: 0;
    font-size: 92%;
}
#footer a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}
#footer #footer-left {
    width: 68%;
    float: left;
    text-align: left;
    margin: 0;
    padding: 10px;
}
#footer #footer-right {
    width: 25%;
    float: right;
    text-align: right;
    margin: 0;
    padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* additional classes */
.clear {	clear:both;	}
.hide  { display: none; }
.gray  { color: #CCC; }
.red  { color: #f00; }
.black   { color: #000; }
.bbsize1 {font-family: 'Trebuchet MS', Arial, sans-serif; font-weight: bold; font-size: 1.5em; letter-spacing: 1px; padding: 0; margin: 10px 15px; }
.bbsize2 {font-family: 'Trebuchet MS', Arial, sans-serif; font-weight: bold; font-size: 1.3em; letter-spacing: 1px; padding: 0; margin: 10px 15px; }
.bbsize3 {font-family: 'Trebuchet MS', Arial, sans-serif; font-weight: bold; font-size: 1.1em; letter-spacing: 1px; padding: 0; margin: 10px 15px; }
.bbsize4 {font-family: 'Trebuchet MS', Arial, sans-serif; font-weight: bold; font-size: 0.9em; letter-spacing: 1px; padding: 0; margin: 10px 15px; }
.bbsize5 {font-family: 'Trebuchet MS', Arial, sans-serif; font-weight: bold; font-size: 0.7em; letter-spacing: 1px; padding: 0; margin: 10px 15px; }

.comments {
    color: #777; 
    border-top: 1px dashed #aaa;
    padding: 0;
    max-width:690px;
/* width:expression(this.scrollWidth > 480? "480px": "auto" );*/
    overflow: hidden;
}
.commentsText { 
    color: #333; 
    padding: 0 0 0 45px;
    margin-top: -10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #212431;
    max-width: 690px;
/* width:expression(this.scrollWidth > 480? "480px": "auto" );	 */
    max-height: 200px;
/* height:expression(this.scrollHeight > 200? "200px": "auto" ); */
    overflow: auto;
}

/* contact */
.contact {
    background: #f2f2f2;
    margin: 0;
    padding: 5px 10px;	
    text-align: left;
}
.contact img {
    vertical-align: bottom;
}
.contact .textbox {
    background: #FFF url(../images/input1.png) no-repeat top left;
    border: 1px solid #aaa;
    font-size: 11px;
    padding: 3px;
    width: 480px;
}
.contact .textbox1 {
    background: #FFF url(../images/input1.png) no-repeat top left;
    border: 1px solid #aaa;
    font-size: 11px;
    padding: 3px;
    width: 180px;
}
.contact .select {
    border: 1px solid #aaa;
    font-size: 11px;
    padding: 3px;
    width: 180px;
}
.contact .textarea {
    background: #FFF url(../images/input2.png) no-repeat top left;
    width: 480px;
    padding: 3px;
    font-size: 11px;
    border: 1px solid #aaa;
    height: 250px;
    display: block;
}
.contact .textarea1 {
    background: #FFF url(../images/input2.png) no-repeat top left;
    width: 480px;
    padding: 3px;
    font-size: 11px;
    border: 1px solid #aaa;
    height: 100px;
    display: block;
}
.contact input.mailbutton {
    margin: 0;
    font: bold 100% Arial, Sans-serif;
    border: 1px solid #CCC;
    background: #CCC url(../images/buttonbg.gif) repeat-x left bottom;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 5px;
    padding-bottom: 1px;
    height: 25px;
    color: #333;
/* width: 55px; */
}

.news {
    margin: 10px 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #212431;
    max-width: 480px;
/* width:expression(this.scrollWidth > 480? "480px": "auto" ); */
    overflow: auto;
}

.bbcode_bar {
    text-align: center;
    padding-bottom: 2px;
}
.bbcode_button{
    background-color : #888;
    color : #FFFFFF;
    font-size: 12px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 1px solid  #000;
    width: 40px;
}
.bbcode_select{
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 3px;
    min-width: 100px;
}
/* Last 10 */
#Last10 {
    float: left;
    width: 480px;
    margin: 0 0 10px 0; padding: 0;
    background-color: inherit;	
}
#Last10 h1 {
    padding: 8px 0px 3px 38px;
    background: url(../images/logo1.png) no-repeat;
    text-transform: none;
    color: #160ba6;
}

#Last10 ul.sidemenu {
    list-style: none;
    margin: 10px 15px;
    padding: 0;
}
#Last10 ul.sidemenu li {
    margin-bottom: 1px;
    border: 1px solid #f2f2f2;
    display: block;
    color: #333;
    text-decoration: none;	
    padding: 2px 5px 2px 10px;
    background: #f2f2f2;
    border-left: 5px solid #CCC;	
    font: bold 0.9em/1.5em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
    min-height: 18px;
}

* html body #Last10 ul.sidemenu a { height: 18px; }

#Last10 ul.sidemenu li:hover {
    padding: 2px 5px 2px 10px;
    background: #f2f2f2;
    border-left: 5px solid #72A545;
}

#cat {
    color: #333; 
    padding: 0 0 0 45px;
    margin-top: -10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #212431;
    max-width: 480px;
/* width:expression(this.scrollWidth > 480? "480px": "auto" ); */
    max-height: 200px;
/* height:expression(this.scrollHeight > 200? "200px": "auto" ); */
    overflow: auto;
}
.catSig {
    text-align: right;
    color: #333; 
    padding: 0 0 0 45px; /* top rght bottom left */
    margin-top: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.5em;
    color: #333;
    width: 480px;
    overflow: auto;
    border-bottom: 1px dotted #333;
}

.error { 
    border: 0;
    text-align: center;
}
