* {
    margin:0;
    padding:0;
}
html, body {
    height:100%;
}
body {
    background:url(images/main-bg.jpg) no-repeat center top;
    font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.3125em;
    color:#403e3e;
    min-width:1024px;
}
input, select, textarea {
    font-family: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:auto;
	overflow:hidden;
}
.container {
    width:100%;
}
p {
    margin-bottom:21px;
}
.tail-top {
    background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.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;
	padding: 5px;
}
object {
    vertical-align:top;
}
#contacts-form fieldset {
    border:none;
}
#contacts-form label {
    display:block;
    height:42px;
}
#contacts-form label input {
    width:260px;
    padding:1px 0 1px 3px;
    color:#403e3e;
}
#contacts-form textarea {
    width:260px;
    height:110px;
    padding:1px 0 1px 3px;
    margin-bottom:27px;
    color:#403e3e;
    overflow:auto;
}
#contacts-form .button {
    float:right;
    margin-left:4px;
}
/*==================list====================*/
 ul {
    list-style:none;
}
/*==================other====================*/
 .img-indent {
    margin:0 20px 0 0;
    float:left;
}
.img-box {
    width:100%;
    overflow:hidden;
    padding-bottom:20px;
}
.img-box img {
    float:left;
    margin:0 20px 0 0;
}
.extra-wrap {
    overflow:hidden;
}
.p1 {
    margin-bottom:10px;
}
.p2 {
    margin-bottom:20px;
}
.p3 {
    margin-bottom:30px;
}
/*==================txt, links, lines, titles====================*/
 a {
    color:#b70101;
    outline:none;
}
a:hover {
	text-decoration:none;
	color: #00F;
	font-weight: normal;
}
h1 {
    font-size:60px;
    float:left;
    background:url(images/logo.gif) no-repeat 42px top;
    margin:31px 0 0 0;
    padding:40px 32px 0 70px;
    letter-spacing:-2px;
}
h1 a {
    display:block;
    line-height:.91em;
    text-decoration:none;
    border-bottom:2px solid #373737;
    color:#373737;
}
h1 span {
    font-size:12px;
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing:0;
    line-height:21px;
    position:relative;
    margin-top:-2px;
    display:block;
}
h2 {
	font-size:18px;
	color:#aa0101;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:1em;
	margin-bottom:21px;
}
h3 {
    font-size:1.69em;
    font-weight:normal;
    line-height:1.1em;
    letter-spacing:-1px;
    margin-bottom:19px;
}
h4 {
	font-size:1em;
	color:#F00;
	margin-bottom:11px;
}
h5 {
	font-size:1em;
	color:#b60202;
	text-decoration: underline;
}
.link1 {
    display:block;
    float:left;
    background:url(images/link1-left.gif) no-repeat left top #555;
    color:#fff;
    text-decoration:none;
}
.link1 b {
    display:block;
    background:url(images/link1-right.gif) no-repeat right top;
    padding:1px 12px 2px 12px;
    font-style:normal;
}
.link1:hover {
    text-decoration:underline;
}
.link1.fright {
    float:right;
}
.button {
    float:left;
}
.button.fright {
    float:right;
}
.button span {
    display:block;
    background:url(images/link2-left.gif) no-repeat left top;
    padding-left:12px;
}
.button span span {
    background:url(images/link2-right.gif) no-repeat right top;
    padding-right:11px;
    padding-left:0;
}
.button span span a {
    display:block;
    background:#a90101;
    padding:1px 2px 2px 2px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
}
.button span span a:hover {
    text-decoration:underline;
}
.line-hor {
    background:#3a3c52;
    height:1px;
    overflow:hidden;
    font-size:0;
    line-height:0;
    margin:20px 0 20px 0;
}
.line-ver {
    background-image:url(images/line-ver.gif);
    background-repeat:repeat-y;
    width:100%;
}
/*==================boxes====================*/
 .box {
    border:1px solid #e3e3e3;
    background:#f4f4f4;
}
.box .inner {
    padding:19px 22px 26px 24px;
}
.box1 {
    background:url(images/extra-bg.gif) no-repeat 537px top #fff;
    width:100%;
}
.box1.alt-1 {
    background:url(images/extra-bg.gif) no-repeat 793px top #fff;
}
.box1 .inner {
    padding:26px 28px 26px 28px;
}
.box2 {
    border:1px solid #e5e5e5;
}
.box2.alt {
    background:url(images/box2-bg.jpg) no-repeat left bottom;
}
.box2 .inner {
    padding:19px 22px 26px 24px;
}
.box2.alt .inner {
    padding-bottom:48px;
}
.box2 h3 {
    margin-bottom:28px;
}
.dept-list {
    padding-bottom:0;
}
.dept-list dt {
    margin-bottom:21px;
    font-weight:normal;
    color:#403e3e;
}
.dept-list dd {
    clear:both;
    margin:0;
}
.dept-list dd span {
    float:left;
    width:92px;
}
.dept-list dd p {
    text-align:left;
}
/*header*/
 #header .row-1 {
    height:177px;
}
.row_4 {
    clear: both;
    min-height: 177px;
}
#header .row-2 .col-2 .indent {
    padding:90px 0 0 76px;
}
.row_2 {
    clear: both;
    min-height: 100px;
    width:26.953125%;
}
#header .nav {
    float:right;
}
.row_1 {
    clear: both;
    min-height: 100px;
}
#header .nav li {
    display:inline;
}
#header .nav li a {
    display:block;
    float:left;
    background:url(images/nav-bg1.gif) left top repeat-x;
    padding:40px 30px 10px 29px;
    margin-left:1px;
    font-size:1.15em;
    text-decoration:none;
    color:#5f5f5f;
    min-height:23px;
}
#header .nav li a:hover {
    background:url(images/nav-bg2.jpg) left top repeat-x;
    color:#fff;
}
#header .nav li a.current {
    background:url(images/nav-bg2.jpg) left top repeat-x;
    color:#fff;
    min-height:1px;
    padding-top:40px;
}
#header .top-links {
    padding:30px 47px 0 40px;
}
#header .top-links dt {
    font-size:33px;
    line-height:1em;
    color:#fff;
    border-bottom:2px solid #fff;
    font-weight:bold;
    padding-bottom:5px;
    margin-bottom:30px;
}
#header .top-links dt:first-line {
    font-size:20px;
    line-height:1em;
    font-weight:normal;
}
#header .top-links dd {
    background:url(images/arrow1.gif) no-repeat 8px 8px;
    border-bottom:1px solid #960202;
    padding:0 0 4px 22px;
    margin-bottom:5px;
    font-size:1.3em;
}
#header .top-links dd a {
    color:#fff;
    text-decoration:none;
}
#header .top-links dd a:hover {
    text-decoration:underline;
}
#header .top-links dd.last {
    border-bottom:none;
}
#header .slogan {
	font-size:32px;
	color:#b30101;
	line-height:1em;
	margin-bottom:14px;
}
#header .slogan strong {
	display:block;
	color:#373737;
	font-size:45px;
}
#header .row-2 .col-2 p {
    font-size:1.15em;
    color:#5f5f5f;
    line-height:1.2em;
    margin-bottom:71px;
}
#header .button {
    float:left;
    background:url(images/button.gif) no-repeat left top;
    color:#fff;
    font-weight:bold;
    text-align:center;
    width:123px;
    height:37px;
    line-height:37px;
    text-decoration:none;
}
#header .button:hover {
    text-decoration:underline;
}
/*content*/
 #content {
	background:url(images/content-tail.gif) left top repeat-x #f8f7f7;
	width:100%;
}
#content .inside {
	padding:58px 27px 32px 27px;
	background-image: url(images/content-bg-edit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content dl {
    padding-bottom:20px;
}
#content dl.alt {
    padding:0;
    background:none;
}
#content dl dt {
    font-weight:bold;
    color:#b60202;
}
#content dl dt span {
    font-weight:normal;
}
#content dl dd {
    margin-bottom:12px;
}
#content dl dd.last {
    margin:0;
}
#content .gallery {
    width:596px;
    overflow:hidden;
    padding:0;
}
#content .gallery dt {
    float:left;
    margin-right:22px;
    width:320px;
    height:278px;
}
#content .gallery dt img {
    margin-bottom:20px;
}
#content .gallery dt a {
    color:#403e3e;
    font-weight:normal;
}
#content .gallery dd {
    float:left;
    margin:0 22px 22px 0;
}
#content .gallery dd.alt {
    margin-right:0;
    background:none;
}
#content .gallery dd.last {
    text-align:center;
    width:254px;
    float:right;
    margin:0;
}
#content .gallery dd a {
    color:#403e3e;
}
#content ul {
    margin-bottom:21px;
}
#content ul.alt {
    background:none;
    margin-bottom:8px;
}
#content ul li {
	color:#595959;
	padding-bottom:5px;
}
/*footer*/
 #footer {
    border-top:2px solid #e5e3e3;
    margin-top:19px;
    text-align:right;
    color:#000;
}
#header .nav li {
    min-height: 73px;
}
.row_3 {
    clear: both;
    min-height: 100px;
}
