@charset "UTF-8";
/* CSS Document */

body, html{
border: 0;
padding: 0;
margin: 0;
}

body{
font-family: Arial;
font-size: 12px;
text-align: center;
z-index: 0;
position: relative;
top: 0;
left: 0;
background: #062d58;
color: #062d58;
}

img {
border: 0px;
}

h1, h2, h3, h4, h5{
font-family: 'AlexandriaFLFRegular', Arial;
margin: 0;
padding: 0;
color: #ec1c23;
font-weight: normal;
}

h1{
font-size: 36px;
}

h2{
font-size: 28px;
}

p{
margin-top: 0px;
}

a{
color: #ec1c23;
text-align: left;
}

#background{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 192px;
z-index: -1;
background: #031a3b;
}

#container{
width: 1000px;
margin: 0 auto;
background: url(images/page-background.jpg) top left repeat-y;
}

#header{
width: 1000px;
height: 192px;
position: relative;
background: url(images/header.jpg) top left no-repeat;
}

#forum_button{
position: absolute;
width: 117px;
height: 37px;
left: 91px;
top: 139px;
}

#search{
position: absolute;
height: 23px;
bottom: 0px;
right: 63px;
text-align: right;
}

#search_box{
padding: 0px;
width: 110px;
font-size: 12px;
height: 23px;
line-height: 20px;
background: transparent;
color: #062d58;
}

#search_submit{
padding: 0px;
width: 88px;
font-size: 12px;
height: 23px;
line-height: 20px;
background: transparent;
color: #062d58;
}

#left_column {
float: left;
display: inline;
width: 260px;
margin-left: 17px;
text-align: center;
}

#leftbox_menu {
background: #f9f7ec;
width: 260px;
margin-top: 0px;
padding-top: 20px;
padding-bottom: 10px;
}

#consultation_button{
width: 207px;
height: 46px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
}

#pay_invoice_button{
width: 207px;
height: 46px;
margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
}

#content_column{
float: right;
display: inline;
width: 614px;
margin-right: 63px;
text-align: left;
padding-bottom: 20px;
}

#content_text{
float: left;
display: inline;
width: 360px;
padding-top: 13px;
text-align: justify;
}

#content_pic{
float: right;
display: inline;
width: 228px;
padding-top: 13px;
text-align: right;
}

#info_box{
width: 100%;
border: 1px solid #062d58;
}

#info_box_content{
margin: 10px;
background: white;
padding: 17px 27px 4px 27px;
}

#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#footer{
width: 1000px;
height: 99px;
position: relative;
background: url(images/footer.jpg) top left no-repeat;
}

#disclaimer{
width: 330px;
height: 20px;
line-height: 20px;
position: absolute;
left: 57px;
top: 55px;
color: #365c7d;
text-align: left;
}

#disclaimer a{
color: #365c7d;
text-decoration: none;
}

#disclaimer a:hover{
text-decoration: underline;	
}

#contact{
width: 550px;
height: 31px;
line-height: 31px;
position: absolute;
right: 63px;
top: 24px;
font-size: 20px;
color: #62889e;
text-align: right;
}

#copyright{
width: 255px;
height: 20px;
line-height: 20px;
position: absolute;
right: 63px;
top: 55px;
color: #365c7d;
text-align: right;
}

/*navigation*/

.main_menu{
list-style: none;
padding-left: 30px;
padding-bottom: 7px;
margin-top: 0px;
margin-bottom: 0px;
width: 164px;
text-align: left;
}

.no_submenu, .has_submenu{
}

.no_submenu a, .has_submenu span{
display: block;
width: 164px;
padding: 3px 0px 3px 10px;
cursor: pointer;
color: #062d58;
text-decoration: none;
}

.no_submenu a:hover, .has_submenu span:hover{
font-weight: bold;
}

.submenu_active span{
font-weight: bold;
width: 205px;
background: #98d5d7;
}

.is_submenu{
width: 215px;
padding: 0px;
margin: 0;
list-style: none;
background: #c4e9ea;
}

.is_submenu a{
display: block;
padding: 2px 10px 2px 25px;
cursor: pointer;
color: #062d58;
text-decoration: none;
}

.is_submenu a:hover{
background: #f9f7ec;
font-weight: bold;
}

#cad_menu_header{
width: 279px;
height: 24px;
line-height: 24px;
text-align: left;
padding-left: 40px;
color: #ec1c23;
font-weight: bold;
background: url(images/can_icon.jpg) top left no-repeat;
}

.region_menu{
list-style: none;
padding-left: 44px;
padding-bottom: 7px;
margin-top: 0px;
margin-bottom: 0px;
width: 216px;
text-align: left;
}

#us_menu_header{
width: 279px;
height: 24px;
line-height: 24px;
text-align: left;
padding-left: 40px;
color: #ec1c23;
font-weight: bold;
background: url(images/us_icon.jpg) top left no-repeat;
}

/* contact form */

label {
width: 125px;
float: left;
text-align: left;
margin-right: 12px;
display: block;
}

.textbox {
width: 250px;
}

input, textarea {
color: #000;
background: #eef9ff;
border: 1px solid #232f27;
font-size: 12px;
}

input {
width: 170px;
}

textarea {
clear: both;
width: 307px;
margin-top: 6px;
}

.submit input {
margin-left: 123px;
color: #fff;
background: #002341;
border: 1px thin #d7b9c9;
width: 80px;
}

fieldset {
border: 0px solid #ccc;
width: 550px;
font-size: 12px;
font-weight: normal;
margin-left: -8px;
}

.required-text{
font-size: 10px;
color: #ac1d1d;
}

.display_none{
display: none;
visibility: hidden;
}
