/*   general styles   */
body, html {
    background: #134173;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
body, td, select, input, textarea, h4, h5, h6 {
    font: 12px Arial, Tahoma, sans-serif;
    color: #000;
}
a, a:link, a:visited, a:active {
    color: #134173;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
small {
    font-size: 11px;
}
h1 {
    padding: 17px 68px 12px 0;
    margin: 0;
    font-weight: bold;
    font-size: 17px;
    color: #00336c;
    line-height: 17px;
}
h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    color: #00336c;
}
h3 {
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: #004583;
}
table {
    border: 0;
    border-collapse: collapse;
}
form, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
p {
    padding: 0;
    margin: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
}
blockquote {
	margin: 0;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.float_left {
    float: left;
}
.float_center {
    text-align: center;
    padding: 2px 2px 10px;
}
/*   the basic layout blocks   */
#wrapper {
    width: 858px;
    margin: 0 auto;
    margin-bottom: -61px;
    text-align: left;
    background: #ecfbff url('/templates/img/pacific/line.gif') repeat-y 205px 0;
    min-height: 110%;
}
* html #wrapper {
    height: 100%;
}

/* columns */
.columns {
    width: 100%;
    clear: both;
}
.columns .column_left {
    float: left;
    width: 206px;
    position: relative;
    z-index: 4;
}
* html .columns .column_left {
    margin-right: -100%;
}
.columns .column_right {
    width: 652px;
    margin-left: 206px;
}
#logo {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#head {
    border: 1px solid #fff;
    border-top: none;
}
#menu {
    padding: 0;
    margin: 0 0 -1px;
    list-style: none;
}
#menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ecfbff;
    border-left: 1px solid #ecfbff;
    float: left;
}
#menu img {
    display: block;
}
#did_you_know_box {
    text-align: center;
    padding: 61px 15px 51px 15px;
}
.indent {
    padding: 0px 52px 0px 50px;
    width: 548px;
    min-height: 505px;
    height: auto !important;
    height: 505px;
    float: right;
    text-align: left;
    border-left: 1px solid #005E85;
    background-color: #ffffff;
}

#modules_stage {
    height: 102px;
    background: transparent url('/templates/img/pacific/busline.gif') no-repeat 0 0;
    padding: 0 0 0 17px;
}
#modules_stage div {
    width: 91px;
    height: 93px;
    float: left;
}
#modules_stage div img {
    margin-top: 51px;
}
#modules_stage div.passed {
    background: transparent url('/templates/img/pacific/icon_passed.gif') no-repeat 63px 2px;
}
#modules_stage div.passed img {
    position: relative;
    left: -9px;
}
#modules_list {
    margin: 0 0 40px -14px;
}
#modules_list img {
    float: left;
    padding: 0 0 12px 14px;
}

.scroll_box {
    min-height: 100px;
    height: auto !important;
    height: 100px;
    margin-bottom: 6px;
}

.scroll_box2 {
    overflow: auto;
}

.scroll_box .boxsize {
    min-height: 100px;
    height: auto !important;
    height: 100px;
}
.scroll_box.short, .scroll_box.short .boxsize {
    height: 214px;
}
.scroll_box.medium, .scroll_box.medium .boxsize {
    height: 325px;
}
.scroll_box .boxsize .indent2 {
    padding: 17px 34px 10px 15px;
}
.indent2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 548px;
    text-align: left;
    background-color: #ffffff;
}

.indent2 table {
    width: 548px;
}

#foot {
    text-align: left;
    position: relative;
    z-index: 3;
    font-size: 13px;
    font-weight: bold;
    height: 61px;
    width: 858px;
    margin: 0 auto;
}
#foot .banners {
    text-align: center;
    padding: 0;
    float: left;
    width: 206px;
}
* html #foot .banners {
    margin-right: -100%;
}
#foot .banners img {
    position: relative;
    top: -10px;
}
#foot .boxsize {
    height: 61px;
    background: #134173;
    border-right: 1px solid #ecfbff;
    margin: 0;
    margin-left: 206px;
}
#foot div.contacts {
    padding: 20px 30px;
    width: auto;
}
#foot a, #foot a:hover, #foot {
    color: #fff;
}

#foot div.contacts p {
    padding: 6px 0 10px 0;
    text-indent: 48px;
    float: right;
    width: 215px;
    background: transparent url('/templates/img/pacific/icon_phone.gif') no-repeat 0 1px;
    font-size: 24px;
    font-weight: bold;
}
#logged_box {
    background: #fff;
    border: 1px solid #e1e1e1;
    margin: 10px 12px 10px 11px;
    padding: 5px 5px 8px 13px;
}
#logged_box h3, #logged_box p {
    padding: 0 0 1px 0;
}
#logged_box p {
    font-size: 11px;
}

.button {
    
}

.button div {
    float: right;
    font-weight: bold;
    border: 1px solid #005e85;
    margin: 0 0 10px 16px;
}
.button a, .button a:link, .button a:visited, .button a:active {
    display: block;
    position: relative;
    border: 1px solid #005e85;
    color: #fff;
    text-decoration: none;
    background: #134173;
    border: 1px solid #ecfbff;
    padding: 2px 15px 3px 15px;
}
form {
    padding: 9px 0;
}
form th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 4px 21px 0 2px;
}
form td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 2px 0 5px 0;
}
* html form td {
    padding: 1px 0 4px 0;
}
.field {
    background: #ecfbff;
    border: 1px solid #134173;
    width: 468px !important;
    height: 19px;
    padding: 0;
    margin: 0;
}
.column_left .field {
    width: 136px;
    margin: 2px 0 1px 0;
}
* html .column_left .field {
    margin: 1px 0 0 0;
}
#login_box {
    margin: 0 0 0 13px;
    width: 183px;
}
#login_box form {
    background: #fff;
    border: 1px solid #134173;
    padding: 16px 20px 18px 20px;
    color: #134173;
    text-align: center;
}
#login_box p {
    position: relative;
    z-index: 7;
    text-align: left;
    padding: 0;
    font-weight: bold;
}
#login_box div.button {
    padding-left: 17px;
    margin-top: 8px;
    margin-bottom: 11px;
}
#login_box div.button div {
    float: left;
    margin: 0 0 6px 0;
}
#login_box div.button a {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.popupNews {
    position: absolute; 
    z-index: 1; 
    top: auto; 
    left: auto; 
    background-color: #FFFFFF; 
    padding: 20px;
    width: 700px; 
    border: solid 2px #787878;
}

.imageLeft {
	float: left;
	margin: 0 25px 6px 0;
	_margin:  0 20px 5px 0;
}

.imageRight {
	float: right;
	margin: 0 0 6px 25px;
	_margin: 0 0 5px 20px;
}

.newsLink {
	width:520px;
}

.newsText {
	text-align:justify;
}

.btn_det {
    padding-right: 25px;
}