/* CSS Document */

* {
	margin:0; padding:0;
}

body{
	background:#FFFFFF url(../images_test/footer_bg.gif) bottom repeat-x;
}


a:hover{text-decoration:none;}

a img { border:0;}
img {vertical-align:top;}
ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:tahoma,Georgia ; 
		font-size:12px;
		line-height:17px;
		color:#868686;
	}

input, select { vertical-align:middle; font-weight:normal;}
strong {font-size:12px; color:#444444;}

a {color:#3d6f92; font-size:12px;}

/*main layout */
.h_logo{ height:110px; width:100%;}

#header_tall {background:url(../images_test/header_tall.gif) top repeat-x;}

#main { margin:0 auto;}

#header .left {padding:20px 0 0 0; }

#menu {background:url(../images_test/menu_tall.gif) top repeat-x; height:65px; float:none;}
#menu .rightbg {background:url(../images_test/menu_right.gif) top right no-repeat;}
#menu .leftbg {background:url(../images_test/menu_left.gif) top left no-repeat; width:100%; height:65px;}
#menu .padding {padding:9px ;}
#menu li {float:left; width:90px; background:url(../images_test/menu_libg.gif) top right repeat-y; font-size:12px; text-align:center;  display:block;}
#menu li a {color:#919191; text-decoration:none; font-weight:normal; font-size:12px; display:block; padding:8px 0 5px 0;}
#menu li span{ display:block; padding:8px 0 5px 0;}
#menu li a:hover {color:#000000; text-decoration:underline;}
#menu li span {color:#000000; text-decoration:underline;}
#menu .last {background:none;}

#header .content {background:url(../images_test/header_bg.jpg) top left no-repeat; padding:300px 0 0 414px; color:#000;}


#middle { width:100%;}


#footer .indent {padding:23px 0 0 17px; color:#868686; font-size:12px;}
#footer a {color:#444444; font-weight:bold;}


.border {background:url(../images_test/border_tall.gif) top repeat-x;}
.border .btall {background:url(../images_test/border_tall.gif) bottom repeat-x;}
.border .ltall {background:url(../images_test/border_tall.gif) left repeat-y;}
.border .rtall {background:url(../images_test/border_tall.gif) right repeat-y;}
.border .tleft {background:url(../images_test/border_tl.gif) top left no-repeat;}
.border .tright {background:url(../images_test/border_tr.gif) top right no-repeat;}
.border .bleft {background:url(../images_test/border_bl.gif) bottom left no-repeat;}
.border .bright {background:url(../images_test/border_br.gif) bottom right no-repeat; width:100%;}
.border .ind {padding:4px 4px 15px 2px;}
.border a img {float:right;}


.h_text {padding-bottom:2px; margin-left:10px; background:url(../images_test/h_text_bg.gif) bottom repeat-x; margin-right:30px;}

.more {text-align:right;}
.more a{background:url(../images_test/more_bg.gif) top right no-repeat; padding-right:13px; color:#000000; font-weight:bold;}

.date {background:url(../images_test/date_bg.gif) left no-repeat 0 0; padding:2px 0 2px 2px; color:#444444;}

li { color:#3d6f92;}
li a {color:#3d6f92; font-size:11px;margin-left:10px; margin-right:10px;}

.bot_line {background:url(../images_test/h_text_bg.gif) bottom repeat-x; margin-right:30px;}
.b_text {color:#3d6f92;}
/* index */

#middle .indent {padding:0 0 19px 0;}
#middle .columns1 .column1 .padding{padding:9px 13px 3px 15px;}
#middle .columns1 .column2 .padding{padding:9px 13px 3px 15px;}
#middle .columns1 .column3 .padding{padding:9px 13px 3px 15px;}
#middle .columns1 .p1 {padding:1px 0 7px 0;}
#middle .columns2 {padding:21px 0 0 0;}
#middle .columns2 .column1 .padding {padding:14px 21px 0 17px;}
#middle .columns2 .column2 .padding {padding:14px 18px 0 21px;}
#middle .columns2 .column1 .p1 {padding:7px 0 15px 0;}
#middle .columns2 .column2 .content {padding:100px 0 15px 0;}
#middle .columns2 .column2 .p1 {padding:2px 0 1px 0;}

#form .column1 {width:183px;}
#form .column2 {width:521px;}

form .row {height:25px;}
form .row1 {height:34px;}

.input {width:171px; height:18px; border:1px solid #a4a4a4; background:none; padding:0 0 0 5px; font-family:tahoma; line-height:13px; color:#a4a4a4;}
textarea {width:516px; height:68px; border:1px solid #a4a4a4; background:none; padding:0 0 0 5px; overflow:auto; font-family:tahoma; line-height:13px; color:#a4a4a4;}
form .div {text-align:right; padding:6px 0 0 0;}
/* input - search */
       form#one input.search {
       	width: 150px;
       	background: #fff;
        border: 2px solid #E5E5E5;
       	color:#5C93B9;
       	font: .87em arial;
       }

       form#one input.search:focus {
       	border: 2px solid #96CFE9;
       	       	background: #F7FBFD;
       }
       
      form#one input.go {
       	background: transparent url(../images_test/gobutt.gif) no-repeat left ;
       	border: 0;
       	cursor:pointer;

      }
    
/* input - search */

/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #dedede;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 30px 10px;
	}
	#basic button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;
	}