/* Universal */

body { 
  background: #00467f;
  font-family: Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 13px;
  line-height: 18px;
  margin: 0; 
  padding: 0;
  color: #00467f;
}
div, p, ul, ol, li, form, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
/* Text Styles */
a:link, a:visited, a:active {
  color: #E31B23;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
p { 
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
ul {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
ol {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}
.error {
  font-size: 11px;
  line-height: 15px;
  color: red;
}
h1 {
  font-size: 22px;
  line-height: 24px;
  color: #384258;
  font-weight: normal;
}
h2 { 
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 20px;
  line-height: 20px;
  color: #0094D3;
  font-weight: bold;
}
h3 {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 18px;
  line-height: 20px;
  color: #384258;
  font-weight: normal;
}
h4 {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 16px;
  line-height: 18px;
  color: #0094D3;
  font-weight: bold;
}
h5 {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 16px;
  line-height: 18px;
  color: #384258;
  font-weight: normal;
}
h6 {
  font-family: Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  line-height: 14px;
  color: #384258;
  font-weight: normal;
}
hr {
  padding: 5px 0 3px 0;
  margin: 0;
  border: none 0;
  border-top: 1px solid #4B1E06;
  height: 1px;
}
.lite_hr {
  border-top: 1px solid #C5C19D;
}
select {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  background: #eee;
  border: 1px solid #190300;
}
textarea {
  width: 420px;
  height: 300px;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  background: #eee;
  border: 1px solid #190300;
}
input.login2 {
  width: 160px;
  font-family: trebuchet ms, helvetica, SunSans-Regular;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  margin: 3px 0 5px 0;
  padding: 2px;
  color: #444b4c;
  background: #fff;
  border: #ECE3C3 1px solid;
  float: left;
}
input.login_button {
  font-family: trebuchet ms, helvetica, SunSans-Regular;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 15px 0;
  padding: 2px;
  color: #444b4c;
  background: #fff;
  border: #ECE3C3 1px solid;
  float: left;
}
#success {
  font-family: Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  text-align: center;
  width: 70%;
  padding: 4px 4px 4px 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image:url('/admin/static/images/accept.png');
  background-repeat: no-repeat;
  background-position: 4px;
  background-color: #CFC;
  border:solid 2px #090;
}
#error {
  font-family: Trebuchet MS, Arial, Helvetica, Swiss, SunSans-Regular;
  font-size: 14px;
  text-align: center;
  width: 70%;
  padding: 4px 4px 4px 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image:url('/admin/static/images/error_icon.gif');
  background-repeat: no-repeat;
  background-position: 4px;
  background-color: #FFD;
  border:solid 2px #C00;
}


/* Pages Start */
#container {
  background: transparent url("../images/body_background.jpg") repeat-y;
  width: 1008px;
  height:100%;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  overflow: hidden;
}  
#inner_container {
  width: 958px;
  height:100%;
  margin: 0 24px;
  padding: 0;
}  
#footer {
  background: transparent url("../images/body_background_footer.jpg") no-repeat;
  width: 1008px;
  height: 23px;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  overflow: hidden;
}  
#page {
  background: transparent url("../images/content_area_background.jpg") repeat-y;
  width: 960px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#page_inside {
  background: transparent url("../images/footer_image.jpg") no-repeat bottom right;
  width: 960px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
#header {
  background: transparent url("../images/header.jpg") no-repeat;
  width: 960px;
  height: 164px;
  margin: 0;
  padding: 0;
  float: left;
}
#home_link {
  width: 175px;
  height: 160px;
  margin: 30px 0 0 8px;
  padding: 0;
  float: left;
}
#navigation { 
  background: #fff url("../images/navigation_background.jpg") no-repeat left top;
  width: 800px;
  height: 33px;
  margin: 0;
  padding: 12px 0 0 140px;
  float: left;
  border-width: 0 10px;
  border-style: solid;
  border-color: #7fc9e9;
  font-family: arial;
  font-size: 12px;
  line-height: 15px;
}
.navigation {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
a.navigation:link, a.navigation:active, a.navigation:visited { 
  color: #FF3300;
}
a.navigation:hover { 
  color: #000;
}
#content_area_home {
  background: #B2DFF2;
  width: 898px;
  height: 100%;
  margin-left: 31px;
  padding: 0;
  float: left;
}
#home_main_textarea_background {
  background: #008DCB url("../images/home_main_textarea_background.jpg") repeat-y left top;
  width: 898px;
  height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
}
#home_main_textarea {
  width: 642px;
  height: 100%;
  margin: 0;
  padding: 20px;
  float: left;
  color: #000;
}
#home_main_textarea h1 {
  margin-bottom: 12px;
  color: #fff;
  font-weight: bold;
}
#home_main_utility_links {
  background: #fff url("../images/home_main_utility_links.jpg") repeat-y left top;
  width: 211px;
  height: 286px;
  margin: 0;
  padding: 0;
  float: right;
}
.freetext_table {
  width: 876px;
  margin: 0 14px 20px 10px;
}
.freetext_cell {
  background: #fff url("../images/freetext_header.jpg") repeat-x left top;
  width: 248px;
  height: 100%;
  margin: 0;
  padding: 20px;
}
.freetext_cell_right {
  background: #FBFFFB url("../images/freetext_right_header.jpg") repeat-x left top;
  width: 232px;
  height: 100%;
  margin: 0;
  padding: 20px;
}
#content_area_secondary {
  background: #fff url("../images/scondary_lower_left.jpg") no-repeat bottom left;
  width: 878px;
  height: 100%;
  margin: 20px 0 0 31px;
  padding: 0 0 20px 0;
  float: left;
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: #0094D3;
}
#content_area_secondary_header {
  background: #fff url("../images/content_area_header.jpg") repeat-x left top;
  width: 878px;
  height: 11px;
  margin: 0;
  padding: 0;
  float: left;
}
#secondary_navigation_empty {
  width: 158px;
  height: 100%;
  margin: 68px 0 300px 18px;
  padding: 20px 0 0 0;
  float: left;
}

#secondary_navigation {
  background: #fff url("../images/freetext_header.jpg") repeat-x left top;
  width: 158px;
  height: 100%;
  margin: 68px 0 300px 18px;
  padding: 20px 0 0 0;
  float: left;
}
#secondary_navigation_footer {
  background: #fff url("../images/freetext_header.jpg") repeat-x left bottom;
  width: 118px;
  height: 100%;
  margin: 0;
  padding: 0 20px 20px 20px;
  float: left;
}
a.nav_2:link, a.nav_2:active, a.nav_2:visited { 
  color: #000;
  text-decoration: none; 
}
a.nav_2:hover { 
  color: #0053A1;
  text-decoration: none;
}

#secondary_text_area {
  width: 590px;
  height: 100%;
  margin: 0 0 0 40px;
  padding: 0;
  float: left;
}
#breadcrumbs { 
  width: 590px;
  float: right;
  margin: 20px 0 20px;
  padding: 0 0 5px 0;
  color: #00467F;
  font-size: 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #FFD200;
}
a.crumbs:link, a.crumbs:visited, a.crumbs:active {
  color: #E31B23;
  text-decoration: none;
}
a.crumbs:hover {
  color: #00467F;
  text-decoration: underline;
}








#footer_info { 
  width: 900px;
  height: 50px;
  margin: 0;
  padding: 50px 30px 10px 30px;
  float: left;
  font-family: Verdana;
  font-size: 9px;
  line-height: 12px;
  color: #00467F;
}
.footer_info_1 {
  width: 192px;
  margin-right: 20px;
  padding: 3px 0;
  float: left;
  border-width: 0 1px 0 0;
  border-style: dotted;
  border-color: #00467F;
}
.footer_info_2 {
  width: 216px;
  margin-right: 20px;
  padding: 3px 0;
  float: left;
  border-width: 0 1px 0 0;
  border-style: dotted;
  border-color: #00467F;
}
.footer_info_3 {
  width: 143px;
  margin-right: 20px;
  padding: 3px 0;
  float: left;
  border-width: 0 1px 0 0;
  border-style: dotted;
  border-color: #00467F;
}
.footer_info_4 {
  padding: 3px 0;
  width: 108px;
  float: left;
}






#tumis { 
  font-size: 9px;
  color: #fff;
  line-height: 12px;
  width: 390px;
  margin: 0;
  padding: 2px 10px 0 0;
  text-align: right;
  float: left;
}
#company { 
  font-family: Georgia, Times, Helvetica, Swiss, SunSans-Regular;
  font-size: 9px;
  color: #fff;
  line-height: 12px;
  width: 390px;
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  float: left;
}



#left {  
  width: 239px;
  height: 100%;
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
  border: dotted 0 #000;
}
.sidebar_box {
  width: 200px;
  height: 100%;
  float: left;
  margin: 5px 0 15px 0;
  padding: 0;
}
#sidebar_left_column {
  background: url("../images/sidebar_left_column.gif") repeat-y;
  width: 12px;
  height: 100%;
  margin: 0;
  padding: 0;
}
#sidebar_right_column {
  background: url("../images/sidebar_right_column.gif") no-repeat #C5C19D;
  width: 207px;
  height: 100%;
  margin: 0;
  padding: 15px 10px 30px 10px;
}
#sidebar_right_column_bottom {
  background: url("../images/sidebar_right_column_bottom.gif") no-repeat #C5C19D;
  width: 227px;
  height: 19px;
  margin: 0;
  padding: 0;
}
#right {  
  width: 620px;
  height: 100%;
  margin: 0 0 0 26px;
  padding: 20px 0 100px 0;
  float: left;
}

#third_nav { 
  width: 463px;
  font-family: Arial, Verdana;
  color: #fff;
  font-size: 12px;
  color: #008FD5;
  text-align: left;
  margin: 10px 0 0 0;
  font-weight: bold;
}
a.nav_3:link, a.nav_3:active, a.nav_3:visited { 
  color: #6E83B0;
  text-decoration: none; 
}
a.nav_3:hover { 
  color: #aaa;
  text-decoration: none;
  border-bottom: 1px dotted #442206;
}
a.tumis:link, a.tumis:visited, a.tumis:active {
  color: #FFF;
  text-decoration: none;
}
a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active {
  color: #fff;
  text-decoration: none;
}
a.footer_nav:hover {
  color: #E5B53A;
  text-decoration: underline;
}
a.tumis:hover {
  color: #FFF;
  text-decoration: underline;
}
.teaserImage {
  float: left;
  margin: 0 20px 5px 0;
  padding: 0;
}
.teaserImage_home {
  float: left;
  border: 10px solid #fff;
  margin: 0 9px 5px 0;
  padding: 0;
}
.site_image_main_freetext {
  float: left;
  border: 8px solid #fff;
  margin: 0 25px 25px 0;
  padding: 0;
}
.site_image {
  border: 1px solid #190300;
  margin: 0 5px 5px 0;
  padding: 0;
}

/* basic styles for base templates */
.freetext_home {
  float: right;
  margin: 0 0 10px 15px;
  padding: 0;
}
#content_well {
  width: 570px;
  height: 100%;
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
}
.content_item {
  width: 90%;
  height: 100%;
  float: left;
  padding: 10px 25px 10px 10px;
  margin: 0 0 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #190300;  
}
.comment_item {
  width: 90%;
  height: 100%;
  float: left;
  padding: 10px 25px 10px 10px;
  margin: 0 0 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #190300;  
}

/* gallery */
.gallery_image_box {
  width: 85px;
  height: 85px;
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  padding: 0;
  overflow: hidden;
  vertical-align:middle;
  vertical-align:middle;
  border-width: 1px;
  border-style: solid;
  border-color: #190300; 
} 
.gallery_image_box_centered {
  width: 58px;
  height: 58px;
  display: block;
  float: left;
  margin: 0 19px 19px 0;
  padding: 0;
  overflow: hidden;
  vertical-align:middle;
  vertical-align:middle;
  border-width: 1px;
  border-style: solid;
  border-color: #190300; 
} 
#gallery_body {
  width: 920px;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0;
  float: left;
}
#gallery_left {
  width: 560px;
  height: 100%;
  float: left;
  margin: 0 0 0 25px;
  padding: 0;
}
#gallery_right {
  width: 265px;
  height: 100%;
  float: right;
  margin: 0 55px 0 0;
  padding: 0;
}
.gallery_image_background {
  background: url("../images/sidebar_galery_image_md.jpg") no-repeat #C5C19D;
  width: 53px;
  height: 70px;
  float: left;
  padding: 5px;
  margin: 0 6px 0 0;
}
.gallery_image_box_small {
  width: 55px;
  height: 55px;
  display: block;
  float: left;
  margin: 0 6px 6px 0;
  padding: 0;
  overflow: hidden;
  vertical-align:middle;
  vertical-align:middle;
  border-width: 1px;
  border-style: solid;
  border-color: #190300; 
} 
.recent_image_box_small {
  width: 51px;
  height: 52px;
  display: block;
  float: left;
  margin: 0 6px 6px 0;
  padding: 0;
  overflow: hidden;
  vertical-align:middle;
  vertical-align:middle;
  border-width: 0;
  border-style: solid;
  border-color: #190300; 
} 

/* login box */
#LoginBox {
  background: #C5C19D; 
  position: absolute;
  top: 130px;
  left: 780px;
  width: 170px;
  padding: 10px 10px 10px 10px;
  margin: 0;
  visibility: hidden;
  border: 1px solid;
}
#mlogin_box {
  width: 180px;
  float: right;
  padding: 0;
  margin: 0 10px 0 0;
}
.closebox_r {
  font-family: Trebuchet MS, helvetica, SunSans-Regular;
  font-size: 10px;
  line-height: 12px;
  color: #5A5B4B;
  padding: 1px 2px 1px 2px;
  margin: 0;
  border-width: 1px 1px 1px 0;
  border-style:solid;
  border-color: #9D9EA2;
}
.closebox_l {
  font-family: Trebuchet MS, helvetica, SunSans-Regular;
  font-size: 10px;
  line-height: 12px;
  color: #5A5B4B;
  padding: 1px 2px 1px 2px;
  margin: 0;
  border-width: 1px 1px 1px 1px;
  border-style:solid;
  border-color: #aaa;
}
a.noline {
  text-decoration: none;
}