﻿body {
 font-family: 'Open Sans', sans-serif;
 font-size:14px;
 color: #25536d;
 background-color: #25536d; 
}

#container {
 width: 1100px;
 background-color: #000000;
 padding-top: 0px;
 margin: 0px auto;
 position:relative;
}


#topbar {
 background-color: #81b1c8;
 width:1100px;
 height:80px;
}
#topbar_picture {
 position:absolute;
 top:10px;
 left:10px;
 width:91px;
 height:60px;
 background-image: url('../images/book.jpg'); 
}
#topbar_logo {
 position:absolute;
 top:10px;
 left:790px;
 height:60px;
 width:300px;
 background-image: url('../images/logo.png');
}


#footer {
 position:relative;
 width:1100px;
 height: 40px;
 background-color: #b7e2f5; 
 font-size:14px;
}
#footer table {
 position:absolute;
 top:6px;
 padding: 0px 10px 0px 10px;
 height:30px;
 background-color: #81b1c8;
}
#footer a {
 color: #25536d;
 text-decoration: none;
}
#footer a:hover {
 color: #459abe;
}



#navigation {
 color: white;
 height:40px;
 background-color: #b7e2f5;
}
#navigation tr {
 height:40px;
 vertical-align: middle; 
}
#navigation td {
 width: 157px;
 height: 40px;
 text-align: center;
 vertical-align: middle;
}
#navigation a {
 display:block;
 width:100%;
 line-height:14px;
 font-size: 14px;
 color: #25536d;
 text-decoration: none;
}
#navigation a:hover {
 color: #459abe;
}


#greystrip {
 width:1100px;
 height:5px;
 background-color: #81b1c8;
}


#content {
 width:1040px;
 min-height:500px;
 padding:30px;
 background-color: white;
 z-index: 4;
}
#content a, a:visited {
 color: #25536d;
 text-decoration: underline; 
}
#content a:hover {
 color: #459abe;
}

#editor {
 width:1100px;
 min-height:700px;
 padding:0px;
 background-color: white;
 z-index: 4;
}


#contact_table_holder {
 text-align: center;
}





p {
 margin:0px;	
}
h1 {
 font-size:20px;
 font-weight: bold;
 margin:0px;
}
h2 {
 font-size:18px;
 font-weight: bold;
 margin:0px;
}
h3 {
 font-size:16px;
 font-weight: bold;
 margin:0px;
}
h4 {
 font-size:14px;
 font-weight: bold;
 margin:0px;
}
h5 {
 font-size:12px;
 font-weight: bold;
 margin:0px;
}
h6 {
 font-size:10px;
 font-weight: bold;
 margin:0px;
}





.curvedbox_square {
 background-color: #b7e2f5;
 border-radius:10px;
 border: 1px #25536d solid;
 padding:10px;
 height:160px;
 width:160px;
}

.curvedbox_dynamic {
 background-color: #b7e2f5;
 border-radius:10px;
 border: 1px #25536d solid;
 padding: 10px 20px 10px 20px;
 height:160px;
}

.curvedbox_dynamic p {
 text-align:justify;
 margin: 7px 0px 7px 0px;
 line-height: 20px;
 font-size:14px;
}

.curvedbox_auto {
 background-color: #b7e2f5;
 border-radius:10px;
 border: 1px #25536d solid;
 padding: 10px 0px 0px 0px;
}


.box_container {
 left:15px;
 top:15px;
 width:160px;
 height:160px;
 text-align: center;
}

.box_container p {
 margin:0px;
}

.box_header {
 text-align: center;
 font-size:80px;
 line-height:100px;
 text-decoration: none;
}
.box_lower {
 text-align: center;
 font-size:20px;
 line-height:28px;
 text-decoration: none;
}

