@font-face { font-family: roboto-regular; src: url('../../../font/Roboto-Regular.ttf'); }
@font-face { font-family: RBCDisplay; src:url('../../../font/RBCDisplay-Light.woff') format("woff"),
										  url('../../../fonts/RBCDisplay-Light.ttf') format("truetype"); } 

body {
    text-align  : center;
    background  : #fafafa;
    font-family: roboto-regular;
    color:#454545;
}
#wrapper {
    margin      : 0 auto;
    width       : 760px;
}
#main {
    border      : 1px solid #e1e1e1;
    border-top  : 0;
    min-width   : 760px;
    text-align  : left;
}
#content {
    font-size: 14px;
}

.header {
	height: 166px;
}
.header img {
	width       : 760px;
}
#lang {
	background-color:#003168;
	color       : #fcc72e;
	height      : 21px;
    text-align  : right;
}
#lang a {
    font-size   : 12px;
    color       : #fcc72e;
    margin-right: 45px;
    text-decoration: none;
    font-weight : normal;
}
.main {
    background  : #ffffff;
    min-height  : 503px;
}
.default-btn {
	background-color:#fcc72e;
	color: #003168;
	border:0;
	padding: 4px 12px;
}
.login-fields input[type=text], .login-fields input[type=password] {
	border:0;
	background-color:#fff;
	height: 25px;
	padding : 0 8px;
	color: #454545;
	width: calc(100% - 16px);
}
input[type=text], input[type=password], input[type=email], input[type=number], input.colored-input, select {
	border: 0;
	background-color:#e7eef1;
	height: 25px;
	padding : 0 8px;
	width: calc(100% - 16px);
	margin-bottom: 8px;
}
select {
	width: 100%;
}
textarea {
	border: 0;
	background-color:#e7eef1;
	margin-bottom: 8px;
	padding : 2px 8px;
	width: calc(100% - 16px);
}
h1 {
	font-family: RBCDisplay;
	font-weight:bold;
	font-size: 24px;
	line-height:2em;
	color:#6f6e6f;
	margin:0;
}
h2, h3 {
	font-family: RBCDisplay;
	font-weight:bold;
	font-size: 18px;
	color:#003168;
	margin:0;
	line-height:1.3em;
	margin-bottom: 6px;
}
a {
	font-weight:bold;
	text-decoration: none;
	color:#006ac3;
}

a.a-select-language {
	font-weight:bold;
	text-decoration: none;
	color:#00529B;
}
ul.nav {
	background-color: #6f6e6f;
	height: 41px;
    width: 100%;
    list-style      : none outside none;
    margin: 0;
    padding: 0;
}
ul.nav li {
    list-style      : none outside none;
    float           : left;
    padding-top: 12px;
}
ul.nav li.nav1 {
    width           : 70px;
    padding-left    : 50px;
}
ul.nav li.nav2 {
    width           : 90px;
}
ul.nav li.nav3 {
    width           : 65px;
}
ul.nav li.nav4 {
    width           : 80px;
}
ul.nav li.nav5 {
    width           : 85px;
}
ul.nav li.nav6 {
    width           : 125px;
}
ul.nav li a {
    display         : block;
    font-size       : 16px;
    color           : #fff;
    text-decoration : none;
    font-weight:normal;
}

.home-upper {
	height: 336px;
}
.user-login-box {
    background  : #e7eef1;
    width       : 155px;
    height		: 300px;
    color       : #6f6e6f;
    float       : left;
    margin      : 10px 21px;
    padding     : 5px 18px 18px 18px;
}
.login-fields {
	position:relative;
	width:155px;
}
.remember {
	margin-top: 12px;
	font-size: 11px;
}
.home-lower {
	margin-left:-25px;
	width       : 760px;
	position: relative;
	height:203px;
}

.home-lower h3 a {
	color:#003168!important;
}
.home_boxes {
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.home_box {
	height:203px;
	width:33%;
	background-color: #e7eef1;
	padding:25px;
	vertical-align:top;
}
.home_box p {
	font-size:14px;
}
.home_box.box1 {
	background-color: #cfdfe5;
	border-right: 2px solid #fff;
}
.home_box.box3 {
	border-left: 2px solid #fff;
}
.left-box {
	background  : #e7eef1;
    width       : 155px;
    color       : #6f5e5f;
    float       : left;
    margin      : 10px 0;
    padding     : 18px;
    font-size 	: 12px;
}
.left-box a {
	font-size:12px;
}
#footer1 {
    text-align  : center;
    height      : 25px;
    color       : #6f5e5f;
    padding-top : 5px;
}
#footer1 a {
    color       : #6f5e5f;
    font-weight : bold;
    text-decoration : none;
    font-size : 11px;
}
#footer2 {
    background  : #003168;
    padding     : 15px 45px 5px 45px;
    text-align  : center;
    color       : #fff;
    font-size   : 12px;
    height : 19px;
	margin-top: 6px;
}
#footer2 p a {
    color       : #fff;
    font-size   : 12px;
    text-decoration : none;
    font-weight:normal;
}
.contact-table {
	width:100%;
}
.contact-form {
	padding-right:25px
}
.contact-details {
	background-color:#cfdfe5;
	padding:15px;
	font-size:14px;
}
.message {
	margin-bottom: 15px;
}
.message.success {
	color:#31a122;
}
.message.error {
	color:#D00;
}


















.banner_img img {
	width:100%;
}






#content #search {
    top         : -15px;
    right       : 0px;
}

div.box {
    width       : 964px;
    margin      : 0 auto;
    position    : relative;
}

#content ul#dashboard {
    margin      : -5px -10px 20px -4px;
}

div#footer {
    margin  : 50px 0 0 0;
}

p {
    margin-top      : 0px;
}

ol.border-bottom {
    padding-bottom  : 28px;
    margin-bottom   : 28px;
    border-bottom   : 1px solid #ccc;
}

p.back-to-top {
    padding-top     : 4px;
    padding-bottom  : 18px;
    margin-bottom   : 18px;
    border-bottom   : 1px solid #ccc;
    text-align      : right;
}

#content div.input {
    padding         : 0 0 12px 0;
}

#content form label {
    display: block;
    float: none;
    width: auto;
    font-weight : bold;
}

div.clear {
    clear : both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
}


#contact div {
    clear: both;
    margin: 1em 0;
}

#content form input.submit-form {
    -moz-border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 1px 3px #CCCCCC;
    background: url("/img/temp/big-button-overlay.png") repeat-x scroll left top #F6F6F6;
    border-bottom: 1px solid #B8B8B8;
    border-right: 1px solid #B7B7B7;
    color: #858585;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 19px 11px;
    position: relative;
    text-decoration: none !important;
    width: 115px;
}

#content form {
    margin      : 0px;
}

#content .home-content {
	width:435px!important;
	float: right;
	padding: 20px;
}
#content .home-content p {
    font-size       : 14px!important;
    color           : #454545!important;
}
#content .main-content {
	margin:18px 50px;
}


table.table-01 th {
    text-align  : left;
    background  : #6f6e6f;
    color       : #fff;
}
table.table-01 th,
table.table-01 td {
    border-color    : #6f6e6f;
    padding         : 10px;
}
tr:nth-child(even) {background-color: #e7eef1;}



.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

table.table-01 tr.odd td {
    background-color: #ffffff;
}


/* flash boxes */
/***************/
#flashMessage {
    border              : 2px solid;
    margin-bottom       : 20px;
    padding             : 15px 10px 15px 50px;
    background-repeat   : no-repeat;
    background-position : 10px center;
}

#flashMessage.message {
    color           : #00529B;
    background-color: #BDE5F8;
    background-image: url('/img/info.png');
}

#flashMessage.success {
    color           : #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/img/success.png');
}

#flashMessage.warning {
    color           : #9F6000;
    background-color: #FEEFB3;
    background-image: url('/img/warning.png');
}

#flashMessage.error {
    color           : #D8000C;
    background-color: #FFBABA;
    background-image: url('/img/error.png');
}


/* pagination */
/**************/
#content .pagination {
    border  : 0px;
}

.pagination {
    color: #6F6F6F;
    font-size: 12px;
    margin-bottom: 15px;
    text-align: right;
}

.pagination {
    font-family: 'PT Sans',arial,serif;
}

.pagination a.selected,
.pagination a:hover {
    background-color: #686868;
    color: #FFFFFF;
}

.pagination a {
    -moz-border-radius: 2px 2px 2px 2px;
    background-color: #e4e4e4;
    color: #5f5f5f;
    margin-right: 1px;
    padding: 8px 10px;
    text-decoration: none;
}

.faq-box {
    background-color: #e7eef1;
    padding: 25px;
    line-height: 2.2em;
    margin-bottom: 30px;
}
.faq-box a {
    color: #003168;
}
