﻿/*=RESET*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

#content li {
  padding-left: 5px;
  margin-left: 30px;
}

#content ul {
	list-style: disc;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
    vertical-align: top;
}


/*=INITIAL */
body {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	text-align: center;
	background: #ababab url(../img/body_bg.gif) 0 0 repeat-x;
}

a, a:visited {
	color: #132454;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
	color: #000;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 19px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 17px;
	font-weight: bold;
}

h5 {
	font-weight: bold;
    font-size: 15px;
}

h6 {
	font-size: 13px;
	font-weight: bold;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.6;
}

input, select, textarea {
   	border: 1px solid #7a7a7a;
   	padding: 2px 3px;
	font-size: 12px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #132454;
}

/*=LAYOUT*/
#wrapper {
	width: 972px;
	margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
	text-align: left;
    background: #f7f7f7 url(../img/wrapper_bg.gif) 0 100% repeat-x;
}

/*=HEADER*/
#header {
    position: relative;
    margin: 0 16px;
    height: 73px;
    background: url(../img/header_bg.gif) 0 100% repeat-x;
}

#header h1 {
    padding: 0 0 0 23px;
}


#header h1 a, #header h1 a:visited {
    display: block;
    width: 288px;
    height: 73px;
    text-indent: -1000em;
    background: url(../img/mab_logo.gif) no-repeat;
}

#top-nav {
    position: absolute;
    right: 17px;
    top: 25px;
    color: #ced45a;
    font-size: 19px;
}

#top-nav h1 {
    color: #ced45a;
    font-size: 25px;
}

#top-nav a, #top-nav a:visited {
    color: #fff;
    text-decoration: none;
}

#top-nav span {
    padding: 10px;
    color: #4d6ac1;
}

#search-box {
    position: absolute;
    right: 17px;
    top: 43px;
    width: 228px;

    display: none;
}

#sb-text {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    border: none;
    width: 163px;
    height: 14px;
}

#sb-submit {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    border: none;
    width: 53px;
    height: 18px;
    background: url(../img/btn_bg.gif) no-repeat;
    color: #000;
}

/*=MAIN*/
#main {
    margin: 0 16px;
    padding: 7px 0;
    overflow: hidden;
    min-height: 450px;
}

/*=GRID*/
.line {
	float: left;
	width: 100%;
	position: relative;
    overflow: hidden;
}

.item {
	position: relative;
	float: left;
	left: 100%;
    margin-bottom: -5000px;
    padding-bottom: 5000px;
}

#content {
	margin-left: -695px;
	width: 695px;
	min-height: 500px;
}

#aside {
	margin-left: -100%;
	width: 230px;
    background: #3f5287;
}


/*=IBOX*/
ul.ibox {
    overflow: hidden;
    background: #112252 url(../img/ibox_bg.gif) 0 0 repeat-x;
    padding-top: 8px;
    margin-top: 10px;
}

ul.ibox li {
    float: left;
    margin-right: 8px;
    width: 229px;
}

ul.ibox li.ibox-d {
    float: right;
    margin-right: 0;
}

ul.ibox li a, ul.ibox li a:visited {
    display: block;
    cursor: pointer;
}

ul.ibox li a, ul.ibox li a:visited {
    text-decoration: none;
    color: #1a1a1a;
}

ul.ibox li a:hover {
/*    position: relative;
    top: -6px;*/
}

ul.ibox li h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 0px 5px 0px 55px;
    height: 37px;
    line-height: 37px;
    background: url(../img/ibox_title.gif) 0 0 no-repeat;
}

ul.ibox li a:hover h2 {
    background-position: 0 -37px;
    color: #000;
}

.ibox-cont {
/*    min-height: 145px;*/
    background: #fff url(../img/iboxcont_bg.gif) 0 100% no-repeat;
    padding: 0 15px 10px;
    font-size: 11px;
}

.ibox-desc {
    height: 130px;
    padding: 20px 60px 0 0;
    border-bottom: 3px solid #e3e3e3;
    margin-bottom: 3px;

}

li.ibox-a .ibox-desc {
    background: url(../img/ibox_bg01.png) 100% 100% no-repeat;
}

li.ibox-b .ibox-desc {
    background: url(../img/ibox_bg02.png) 100% 100% no-repeat;
}

li.ibox-c .ibox-desc {
    background: url(../img/ibox_bg03.png) 100% 100% no-repeat;
}

li.ibox-d .ibox-desc {
    background: url(../img/ibox_bg04.png) 100% 100% no-repeat;
}


ul.ibox li .ibox-more {
    height: 12px;
    background: url(../img/view_more.png) 1px 0 no-repeat;
    text-indent: -1000em;

}

ul.ibox li a:hover .ibox-more {
    background-position: 1px -12px;
}


/*=NAV*/
#nav li {
    margin-top: 1px;
}

#nav li a, #nav li a:visited {
    display: block;
    padding: 7px 10px;
    background: #6f8dd2 url(../img/nav_bg.gif) 0 100% repeat-x;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

#nav li a:hover, #nav li a.active {
    background: #ced45a url(../img/nav_bg_act.gif) 0 100% repeat-x;
    color: #000;
}

#nav li a span {
    background: url(../img/arr_rt.gif) 0 4px no-repeat;
    padding-left: 10px;
    display: block;
}

#nav ul.level2 {
    padding-left: 10px;
    background: #fff;
}

#nav ul.level2 a, #nav ul.level2 a:visited {
    background: none;
    color: #000;
}

#nav ul.level2 a:hover, #nav ul.level2 a.active {
    color: #7a7a7a;
}

#nav ul.level3 {
    padding: 0 20px;
    margin: -10px 0 0 0;
}


/*=FOOTER*/
#footer {
	width: 972px;
	margin: 2px auto;
    padding: 20px 0;
    overflow: hidden;
	text-align: left;
    background: url(../img/footer_bg.gif) 0 0 repeat-x;
    color: #404040;
}

#footer a, #footer a:visited {
    color: #404040;
    text-decoration: none;
}

#footer-nav {
    float: left;
    margin-left: 17px;
}

#footer-nav span {
    padding: 10px;
    color: #878787;
}


#footer-copy {
    float: right;
    margin-right: 17px;
}

/*=CSS STYLED CONTENT*/
.csc-default {
    padding: 15px 20px;
    border-top: 2px solid #fff;
    background: #fff url(../img/cbox_bg.gif) 0 0 repeat-x;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-justify {
  text-align: justify;
}

p.csc-frame-frame1, table.csc-frame-frame1 {
  background-color: #edebf1;
  border: 1px solid #333333;
  padding: 2px 4px;
  margin-bottom: 15px;
}

p.csc-frame-frame2, table.csc-frame-frame2 {
  background-color: #f5ffaa;
  border: 1px solid #333333;
  padding: 2px 4px;
  margin-bottom: 15px;
}


/*=MAILFORM*/
.csc-mailform label {
    width: 100px;
    display: block;
    float: left;
/*    text-align: right;*/
    clear: left;
    padding-right: 10px;
}

.csc-mailform-field {
    padding: 2px;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea  {
    width: 200px;
}

.csc-mailform textarea {
    width: 400px;
}

input.csc-mailform-check {
    width: auto;
}

input.csc-mailform-submit {
/*    position: relative;
    left: 110px;*/
    width: auto;
}


