@charset "UTF-8";
/* CSS Document */

body {
padding:0;
margin:0;
text-align:center;
font-size:62.5%;
line-height:1.2em;
font-family:arial, verdana;
background-color:#fff;
color:#333;
}

form, a, fieldset, input, ul, li, img, h1, h2, h3, p {
padding:0;
margin:0;
border:0;
outline:none;
}

p {
padding-bottom:10px;
}

a {color:#333;}
a:hover {color:#111;}

#container {
width:955px;
margin:0 auto;
text-align:left;
}

/* BROCHURE */

#brochure {
display:block;
position:absolute;
top:600px;
left:65%;
width:310px;
height:125px;
text-align:left;
}

#brochure img {
display:block;
width:169px;
float:left;
}

#brochure strong {
display:block;
width:130px;
float:right;
padding-top:65px;
font-size:1.3em;
line-height:1.1em;
font-weight:normal;
}

#brochure a {color:#1c275c;}
#brochure a:hover {color:#000;}

/* HEADER */
#header {
height:145px;
}

#logo {
float:left;
text-align:center;
width:255px;
height:140px;
padding-top:5px;
}

#menu {
float:left;
width:700px;
height:25px;
padding-top:120px;
}

#menu li {
float:left;
list-style:none;
width:115px;
border-right:1px solid white;
}

#menu li a {
display:block;
height:18px;
padding:7px 0 0 7px;
background:#666;
color:#111;
text-decoration:none;
font-size:1.2em;
font-weight:bold;
}

#menu li a:hover {
background:#1d2151;
color:#fff;
}

#menu li a.selected {
background:#1d2151;
color:#fff;
}


/* MIDDLE */
#middle {
height:505px;
}

#content1 {
float:left;
width:225px;
height:450px;
padding:50px 15px 5px 15px;
background:#ccc;
font-size:1.4em;
line-height:1.8em;
}

#content1 fieldset {
font-size:0.9em;
line-height:1em;
}

#content1 label {
clear:both;
display:block;
padding:7px 0 3px 0;
}

#content1 input {
clear:both;
display:block;
background:#b3b3b3;
width:220px;
padding:2px 3px 2px 3px;
}

#content1 input:focus {
background:#fff;
}

#content1 textarea {
clear:both;
display:block;
background:#b3b3b3;
width:220px;
height:100px;
padding:2px 3px 2px 3px;
border:0;
margin-bottom:10px;
}

#content1 textarea:focus {
background:#fff;
}

#content1 .submit {
clear:both;
display:block;
float:right;
background:#666;
color:#fff;
width:60px;
height:20px;
border:0;
font-size:0.9em;
}

#content1 .checkbox {
clear:both;
display:block;
float:left;
background:#fff;
color:#111;
width:15px;
height:15px;
border:0;
font-size:0.9em;
}

#content1 .label2 {
clear:none;
float:left;
width:150px;
padding:0 0 0 5px;
}

.blue {
color:#1c275c;
}

#content2 {
float:left;
width:700px;
height:505px;
background:#eee;
}

#content2b {
height:480px;
}

#content2b img {
display:block;
float:left;
}

#content2c {
float:left;
width:204px;
height:320px;
padding:35px 15px 5px 15px;
background:#233070;
color:#fff;
}

#content2c h2 {
font-size:2.6em;
line-height:1.1em;
font-weight:normal;
padding-bottom:10px;
}

#content2c p {
font-size:1.4em;
line-height:1.4em;
}

#bar {
clear:both;
height:25px;
background:#233070;
}

/* GALLERY */
#gallery1 {
float:left;
width:240px;
height:80px;
padding:280px 0 0 15px;
background:#ccc;
font-size:1.3em;
line-height:1em;
}

#gallery1 em {
display:block;
float:left;
clear:both;
width:75px;
font-style:normal;
padding-bottom:5px;
}

#gallery1 strong {
display:block;
float:left;
width:160px;
font-weight:normal;
color:#000;
}

#gallery2 {
clear:both;
height:120px;
background:#fff;
}

#gallery2 ul {
padding-top:37px;
}

#gallery2 li {
float:left;
width:95px;
height:60px;
text-align:center;
list-style:none;
}

#gallery2 a {
width:45px;
}

#gallery2 a:hover {
padding-bottom:7px;
border-bottom:3px solid #ccc;
}

#gallery2 a.thumb {
padding-bottom:7px;
border-bottom:3px solid #1d2151;
}

#content2d {
float:left;
width:219px;
height:40px;
padding:320px 0 0 15px;
background:#555;
}

#content2d a {
color:#fff;
font-size:1.2em;
text-decoration:none;
}

#content2d a:hover {
color:#000;
}


/* FOOTER */
#footer {
padding:10px 0 10px 0;
font-size:1.3em;
line-height:1.2em;
color:#666;
}