/* CSS Document */
body{padding:0px; margin:0px; background:#f4df8e; color:#a06916; }
div, p, ul,h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
/*ul li a{text-decoration:none; color:#969686;}*/
ul li a{color:#a06916; text-decoration:underline;}
ul li a:hover{ color:#000; text-decoration:none;}

.clear {clear: both; margin: 0px; height:0}

p a{sans-serif; color:#a06916; text-decoration:underline;}
p a:hover{ color:#000; text-decoration:none;}

a{sans-serif; color:#a06916; text-decoration:none; cursor:pointer;}
a:hover{ color:#000; text-decoration:none;}

p a.a2{font:10px/14px Tahoma, sans-serif; color:#969686; text-decoration:underline;}
p a.a2:hover{ color:#000; text-decoration:none;}

.headline{font:12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#3f3128; font-weight:bold}

#container{width:775px; position:relative; margin:0 auto;}

/* HEADER */

#header{
	width:775px;
	height:287px;
	position:relative;
	background:url(../images/b_header.jpg) 0 0 no-repeat;
	color: #B5A26A;
}
#header img#logo{position:absolute; top:27px; left:11px}
#header img#slogan{position:absolute; top:170px; left:73px}
#header .contacts{position:absolute; top:27px; left:190px; width:360px; height:30px;}
#header .contactlogo{padding-left:0px; padding-top:8px;}
#header ul.menu{position:absolute; top:32px; left:555px; width:210px;}
#header ul.menu li{height:23px; margin-right:17px; float:right}
#header ul.menu li a{height:23px; display:block; text-indent:-20000px; }
#header ul.menu li a:hover{height:23px;}

#header ul.menu li.btn_1 a{width:33px; background:url(../images/btn_1.gif) 0 0 no-repeat; }
#header ul.menu li.btn_1 a:hover{width:33px; background:url(../images/btn_1_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_2 a{width:35px; background:url(../images/btn_2.gif) 0 0 no-repeat; }
#header ul.menu li.btn_2 a:hover{width:35px; background:url(../images/btn_2_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_3 a{width:49px; background:url(../images/btn_3.gif) 0 0 no-repeat; }
#header ul.menu li.btn_3 a:hover{width:49px; background:url(../images/btn_3_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_4 a{width:46px; background:url(../images/btn_4.gif) 0 0 no-repeat; }
#header ul.menu li.btn_4 a:hover{width:46px; background:url(../images/btn_4_over.gif) 0 0 no-repeat;}

#header ul.menu li.btn_5{margin-right:0}
#header ul.menu li.btn_5 a{width:52px; background:url(../images/btn_5.gif) 0 0 no-repeat; }
#header ul.menu li.btn_5 a:hover{width:52px; background:url(../images/btn_5_over.gif) 0 0 no-repeat;}

#header ul.menu li.line{width:2px; background:url(../images/line_m.gif) 0 0 no-repeat}

/* CONTENT */

#content{width:775px; position:relative; clear:both; background:#fff; margin-left:0px}
.welcome{text-align:justify; padding-left:5px; padding-right:5px;}
.line{background-image:url(../images/line_m.gif); background-repeat:repeat-y;}
.lineh{background-image:url(../images/line_h.gif); background-repeat:repeat-x;}
.navBold{ color:#a06916;}
.textbox {
	border-width: 1px;
    border-style: solid;
    border-color: #a06916;   
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    width: 200px;
    height: 25px;
}



/* FOOTER */

#footer{height:61px; clear:both; width:775px;}
#footer p{padding: 15px 0 0 0; font:11px/16px Tahoma, sans-serif; font-weight:normal; text-align:center; color:#3f3128;}
#footer p a{font:11px/16px Tahoma, sans-serif; font-weight:normal; color:#3f3128; text-decoration:none; padding: 0 3px }
#footer p a:hover{text-decoration:underline; color:#3f3128}
