* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : verdana, arial, sans-serif;
  font-size   : 12px;  
  line-height : 130%;
  color       : #7D7A65;   
  background  : white; 
}

html { background: #FFFFFF; }

body.mceContentBody
{
	background: #FFFFFF;
}

/* --------------- MAIN CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 

#header_container {
  height   : 180px;  
  position : relative; 
} 

#main_container {
  width         : 930px;  
  margin        : 0 auto;
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -35px;   
}   
  
#center_container {
  background     : url(../../img/site/content_bg.gif) 0 0 no-repeat;       
  padding-bottom : 20px;
  position      : relative;   
}

#content_container {   
  padding-top : 10px;
}

#left_container {
  float        : left;
  width        : 260px;     
  text-align   : center; 
}  

#right_container {
  float        : left;
  width        : 640px;
  position     : relative;
}  

.clearfooter {
  clear  : both;
  height : 35px;	
}

#footer_container {  
  height     : 35px;  
  text-align : right;
  position   : relative;   
  margin     : 0 auto;   
} 



    
/* ---------------------------------------- */ 
    
#copyright_container {
  position    : absolute;
  top         : 10px;
  right       : 0;
} 

#logo_box {
  background : url(../../img/site/logo_bg.gif) 0 0 no-repeat; 
  width      : 242px;
  height     : 253px;
  position   : relative;   
}
    
#footer_content {
  width     : 890px;  
  position  : relative;
  color     : #A5A5A5;
  font-size : 11px;   
  margin    : 0 auto; 
  border-top: solid 1px #E7E7E7;             
  background : red;
}
#footer_content a {
  color    : #A5A5A5;
}     


#decoration_top_left {
  position : absolute;
  top      : 0;
  left     : -30px;
  width    : 30px;
  height   : 222px;
  background : url(../../img/site/decoration_top_left.gif) 100% 0 no-repeat; 
}
#decoration_top_right {
  position : absolute;
  top      : 0;
  right    : -30px;
  width    : 30px;
  height   : 222px;
  background : url(../../img/site/decoration_top_right.gif) 0 0 no-repeat; 
}
#decoration_bottom_left {
  position : absolute;
  top      : -188px;
  left     : -50px;
  width    : 30px;
  height   : 222px;
  background : url(../../img/site/decoration_bottom_left.gif) 100% 0 no-repeat; 
}
#decoration_bottom_right {
  position : absolute;
  top      : -188px;
  right    : -50px;
  width    : 30px;
  height   : 222px;
  background : url(../../img/site/decoration_bottom_right.gif) 0 0 no-repeat; 
}
     
     
/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 

#menu_container {
  position     : absolute;
  top          : 35px;
  left         : 45px;
  width        : 763px;
} 
#menu_nav {
  list-style : none;
}
#menu_nav li {  
  list-style   : none;
  float        : left;  
  width        : 230px;  
  padding      : 5px 0;
  height       : 30px;
}
#menu_nav li a, #menu_nav li a:hover { 
  font-family     : arial;
  text-decoration : none;
  color           : #A5A4A4;   
  float           : left;  
  font-size       : 14px;
  padding         : 0 20px 0 0;
  background      : url('../../img/site/menu_bullet.gif') 100% 50% no-repeat; 
}  
#menu_nav li a:hover {
  background : url('../../img/site/menu_bullet_on.gif') 100% 50% no-repeat; 
  color      : #CA2A20;
}


#menu_nav a#menu_selected, #menu_nav a#menu_selected:hover { 
  background : url('../../img/site/menu_bullet_on.gif') 100% 50% no-repeat; 
  color      : #CA2A20;
}

#menu_nav li ul 
{
  	position   : absolute;
	left: -999em;
	margin-top: 25px;
  	z-index : 1000;
	list-style : none;
	background: #efefee;
	border: solid 1px #e0e0e0;
	width: 150px;
}

#menu_nav li ul li 
{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#menu_nav li ul li a, #menu_nav li ul li a:hover
{
	padding: 7px 20px 7px 15px;
	display: block;
}

#menu_nav li:hover ul ul, #menu_nav li:hover ul ul ul
{
	left: -999em;
}

#menu_nav li:hover ul, #menu_nav li li:hover ul, #menu_nav li li li:hover ul
{
	left: auto;
}

#menu_nav li ul li.submenu_top, #menu_nav li ul li.submenu_bottom
{
	display: none;
}

/* ------------------ SITEMAP -------------------------- */ 
.sitemap_container { 
  margin     : 0 0 20px 20px;
  text-align : left;   
} 
  
.sitemap_container li { 
  list-style  : none;
  line-height : 20px;  
}
.sitemap_container li ul { 
  margin-left: 20px;
}
   
   
/* ------------------ LINKS -------------------------- */ 
#links_container {
  text-align  : center;   
  padding-top : 10px;
  padding: 10px;
}
#links_container span {  
  padding-top    : 5px;
  padding-bottom : 10px;
  margin-bottom  : 10px;
  border-bottom  : solid 1px #F4DFC4;
  display        : block;
}

#links_container a img { border: 0; }

.link_list_item
{
	padding: 7px 0;
	text-align: center;
}


/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 15px;
  right       : 30px; 
  width       : 90px;
  background  : url(../../img/site/icons_bg.gif) 20px 0 no-repeat;  
}  
a#icon_home:link, a#icon_home:visited, a#icon_home:hover,
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover,
a#icon_map:link,  a#icon_map:visited,  a#icon_map:hover {
  display         : block;
  line-height     : 13px;
  float           : left;
  padding-left    : 17px;  
  text-decoration : none;
}
a#icon_home:link, a#icon_home:visited, a#icon_home:hover {
  width      : 11px;
  background : url(../../img/site/icon_home.gif) no-repeat;
}
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover {
  width      : 12px;
  background : url(../../img/site/icon_mail.gif) no-repeat;
}
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  width      : 10px;
  background : url(../../img/site/icon_map.gif) no-repeat;
}

a#icon_home:hover {
  background : url(../../img/site/icon_home_on.gif) no-repeat;
}
a#icon_mail:hover {
  background : url(../../img/site/icon_mail_on.gif) no-repeat;
}
a#icon_map:hover {
  background : url(../../img/site/icon_map_on.gif) no-repeat;
}
/*
*/

a#icon_home:hover, a#icon_mail:hover, a#icon_map:hover {
  text-decoration : none;
}  

/* ------------------ Langs -------------------------- */ 
#langs_container {
  position    : absolute;
  top         : 35px;
  right        : 35px; 
  height      : 14px;
  background  : url(../../img/site/box_1.gif) no-repeat;  
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #7A7A78;
  font-family   : verdana;
  width         : 12px;
  display       : block;
  float         : left;
  padding-right : 17px;
  line-height   : 12px;   
  text-decoration : none;  
  font-size       : 10px;
}


/* ------------------- Logo and Photo ------------------------- */ 

#logo_container {
  position   : absolute;
  background : url(../../img/config/logo.png) no-repeat;
}

#logo_container a:link, #logo_container a:visited, #logo_container a:hover {
  display     : block;
  width       : 100%;
  height      : 100%;
  position    : relative; 
  z-index     : 1;
  text-decoration : none;
}
#logo_innerwrap {
  width  : 100%;
  height : 100%;
}

#photo_container {
  width      : 190px;
  height     : 340px;
  background : url(../../img/config/photo.jpg) no-repeat;       
  margin     : 0 auto;
}

#photo_top_right {
  position   : absolute;
  top        : 0;
  right      : 0;
  background : url(../../img/site/round_top_right.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}
#photo_top_left {
  position   : absolute;
  top        : 0;
  left      : 0;
  background : url(../../img/site/round_top_left.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}
#photo_bottom_right {
  position   : absolute;
  bottom     : 0;
  right      : 0;
  background : url(../../img/site/round_bottom_right.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}
#photo_bottom_left {
  position   : absolute;
  bottom     : 0;
  left       : 0;
  background : url(../../img/site/round_bottom_left.png) no-repeat;  
  width      : 20px;
  height     : 20px;
}


/* ------------------- Paging ------------------------- */ 
.pages_container  {
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color           : #7D7A65;  
  padding         : 2px 5px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : underline;
  color       : #C30B00;   
}
  
a.page_next:link, a.page_next:visited, a.page_next:hover {
  line-height     : 15px; 
  background      : url(../../img/site/arrow_right.gif) 100% 50%  no-repeat;     
  color           : #848689;
  text-decoration : none;
}
a.page_previuos:link, a.page_previuos:visited, a.page_previuos:hover {
  line-height     : 15px; 
  background      : url(../../img/site/arrow_left.gif) 0 50% no-repeat;  
  color           : #848689;
  text-decoration : none;
}   
.page_current {
  padding     : 1px 4px; 
  color       : #C30B00;   
  border      : solid 1px #C30B00;
}   


/* --------------- EXTRAS --------------------- */ 
/* -------------------------------------------- */ 

h1 {  
  font-size      : 16px;   
  font-weight    : lighter; 
  line-height    : 20px;
  color          : #CF3C33;   
  padding        : 20px 0 0px 0;
  font-family    : arial;
}  
 
h2 {
  font-size   : 11px;   
  font-weight : bold; 
  line-height : 23px;
  text-align  : center;    
  color       : #56699F;     
  text-decoration : underline;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  border      : gray 1px solid; 
  background  : white;
  color       : gray;
}
 
.error_message{
  color     : red;
  font-size : 10px;
}
 
.success_message{
  color       : white;
  font-size   : 11px; 
  font-weight : bold; 
  text-align  : center; 
  line-height : 15px;
} 

.content_block {
  padding-top : 10px;
}

.tinyInput {
  width: 50px;
} 
.smallInput {
  width: 150px;
} 
.mediumInput {
  width: 200px;
} 
.bigInput {
  width: 350px;
} 
.tinyTArea {
  width  : 350px; 
  height : 100px;
}
.smallTArea {
  width: 350px; 
  height: 200px;
}
.bigTArea {
  width  : 350px;
  height : 200px;
}   

.form_table {
  text-align : left;
} 
.form_table h2 {
  color : white;
  text-align : left;
  font-weight : bold;
  font-size : 14px;
}

a.more_link:link, a.more_link:visited, a.more_link:hover {
  color           : #37331E;
  text-decoration : none;  
  padding-right   : 17px;
  background      : url(../../img/site/arrow_right.gif) 100% 50% no-repeat;  
}       

#content_container img, .mceContentBody img
{
  border : solid 2px #C30B00;
  margin : 3px;
}

#content_container ul, .mceContentBody ul
{
  list-style-position: inside;
  padding-left: 10px;
}

#content_container ol, .mceContentBody ol
{
  padding-left: 20px;
}

#content_container blockquote, .mceContentBody blockquote
{
  padding-left: 20px;
}

#content_container p, .mceContentBody p
{
  padding: 6px 0;
}

.boldText {
  font-weight: bold;
}
.smallText {
  font-size: 10px;   
  font-style: italic;
}

  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

a:link, a:visited, a:hover {
  color           : #37331E;
  text-decoration : none;
}

a:hover {
  text-decoration: underline;
}