* { margin:0; padding:0;}
body { background:#ebebe5; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:100%; line-height:1em; color:#3c3a32;}

input, select, textarea { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1em;}

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

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}

p { margin-bottom:16px;}

.tail-top { background:url(images/tail-top.jpg) left top repeat-x #fff;}
.tail-bottom { background:url(images/tail-bottom.gif) left bottom repeat-x;}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}
object { vertical-align:top;}

#ask-form fieldset { border:none; padding:0; margin:0; height:auto; width:100%;}
#ask-form label { display:block; height:30px;} 
#ask-form label input { width:260px; padding:2px 0 2px 3px; color:#3c3a32; background:#ebebe5; border:1px solid #6a6343;}
#ask-form textarea {width:260px; height:62px; padding:2px 0 2px 3px; margin-bottom:10px; color:#3c3a32; overflow:auto; background:#ebebe5; border:1px solid #6a6343;}

#resume-form fieldset { border:none; padding:0; margin:0; height:auto; width:100%;}
#resume-form label { display:block; height:30px;} 
#resume-form label input { width:260px; padding:2px 0 2px 3px; color:#3c3a32; background:#ebebe5; border:1px solid #6a6343;}
#resume-form textarea {width:260px; height:103px; padding:2px 0 2px 3px; margin-bottom:10px; color:#3c3a32; overflow:auto; background:#ebebe5; border:1px solid #6a6343;}

#contacts-form fieldset { border:none; padding:0; margin:0; height:auto; width:100%;}
#contacts-form label { display:block; height:30px;} 
#contacts-form label input { width:260px; padding:2px 0 2px 3px; color:#3c3a32; background:#ebebe5; border:1px solid #6a6343;}
#contacts-form textarea {width:260px; height:193px; padding:2px 0 2px 3px; margin-bottom:15px; color:#3c3a32; overflow:auto; background:#ebebe5; border:1px solid #6a6343;}

/*==================list====================*/
ul { list-style:none;}

.list1 li { padding-bottom:5px;}

.list2 li { background:url(images/arrow1.gif) no-repeat left 6px; padding:0 0 6px 16px;}
.list2 li a { font-weight:bold;}

dl dt { font-weight:bold;}
dl dd { padding-bottom:15px; border-bottom:1px solid #ebebea; margin-bottom:15px;}
dl dd.last { padding-bottom:0; margin-bottom:0; border:none;}

/*==================other====================*/
.img-indent { margin:0 16px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:20px;}
.img-box.alt1 { padding-bottom:35px;}
.img-box img { float:left; margin:0 16px 0 0;}

.extra-wrap { overflow:hidden; }

.p1 { margin-bottom:8px;}
.p2 { margin-bottom:16px;}
.p3 { margin-bottom:24px;}

/*==================txt, links, lines, titles====================*/
a {color:#6a6343;}
a:hover{text-decoration:none;}

h2 { font-size:2.3em; font-weight:normal; line-height:1.1em; margin-bottom:19px;}
h3 { font-size:2.15em; font-weight:normal; line-height:1.1em; margin-bottom:30px;}
h4 { font-size:1em; margin-bottom:14px;}
h5 { font-size:1em; text-transform:uppercase;}
h6 { font-size:1em;}

.line-hor { background:#e0dfd9; height:1px; overflow:hidden; font-size:0; line-height:0; margin:30px 0 20px 0;}
.line-hor.alt { background:#e0dfd9; height:1px; overflow:hidden; font-size:0; line-height:0; margin:0 0 15px 0;}
.line-ver, .line-ver1, .line-ver2 { background-image:url(images/line-ver.gif); background-repeat:repeat-y; width:100%;}
.line-ver777{}


/*==================boxes====================*/
.box { background:url(images/box-bg.gif) left top repeat-x #f1f1ec; width:100%;}
.box .inner { padding:0 28px 30px 28px;}

.cont-box {margin:0;}
.cont-box span { float:left; width:79px;}

/*header*/
#header .row-1 { height:19px;}
#header .row-1 .fleft { padding:27px 0 0 43px; font-size:1.1em;}
#header .row-1 .fleft span { position:relative; top:24px; left:18px;}
#header .row-2 { height:145px;}
#header .row-3 { height:62px; padding-left:20px; padding-top:16px;}

.top-nav { float:right; padding:38px 32px 0 0;}
.top-nav li { display:inline;}

.banners { text-align:right; padding:3px 10px 0 0; overflow:hidden; margin-bottom:-1px;}
.banners li { margin-bottom:1px;}

.nav { width:100%; overflow:hidden; padding:13px 0 0 0; background:url(images/divider.gif) no-repeat left 13px;}
.nav li { background:url(images/divider.gif) no-repeat right top; font-size:20px; float:left; padding:10px 8px 8px 9px; font-family:Arial, Helvetica, sans-serif;}
.nav li a { color:#fff; text-decoration:none;}
.nav li a:hover { text-decoration:underline;}

/*content*/
#content { padding:30px 18px 30px 26px;}

/*footer*/
#footer a { color:#040E3F; font-weight:bold;}
#footer .indent { padding:40px 0 0 34px;}

/*==========================================*/
input, textarea {
	font-size:12px;
	 line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
}
input {width:260px;}
textarea {width:260px;}
#submit {width:100px;}

#error {
	color:red;
	font-size:12px;
	display:none;
	margin-top:-20px;
}
.needsfilled {
	background:red;
	color:white;
}