/* All media */

* {
  margin: 0;
  padding: 0;
  }

body  {
  font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #787878;
  line-height: 200%;
  padding: 0;
  margin: 0;
  background: url('../images/assets/page_bg.jpg');
  height: 100%;
  }

img {
  border: 0;
  }
  
a {
  text-decoration: none;
}

h1  {
  font-family: Georgia, Times New Roman, serif;
  font-size: 2em;
  color: #606060;
  padding-bottom: 0.4em;
  }

h1 a:link, h1 a:visited {
  text-decoration: none;
  color: #CB6144;
}

h1 a:active, h1 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #CB6144;
  background-color: #F5E0DA;
}

h2  {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.4em;
  color: #606060;
  padding-bottom: 0.4em;
  }

h2 a:link, h2 a:visited {
  text-decoration: none;
  color: #CB6144;
}

h2 a:active, h2 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #CB6144;
  background-color: #F5E0DA;
}

p {
  margin-bottom: 20px;
  }
  
p a:link, p a:visited {
  text-decoration: none;
  color: #CB6144;
}

p a:active, p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #CB6144;
  background-color: #F5E0DA;
}

ul  {
	margin:0;
	padding:0;
	}

ul li {
  list-style:none;
  display: inline;
  }

.hidden {
  display: none;
}

#container  {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  }

#container a:link, #container a:visited {
  text-decoration: none;
  color: #CB6144;
}

#container a:active, #container a:hover {
  text-decoration: none;
  border-bottom: 1px solid #CB6144;
  background-color: #F5E0DA;
}

#content  {
  background-color: #fff;
  width: auto;
  height: auto;
  position: relative;
  top: 4em;
  left: 0em;
  min-width: 27em;
  padding: 2em;
  margin: 2em 26em 2em 2em;
  border: 1px dotted #333;
  z-index: 10;
  }

#content p.nothing {
  clear: both;
  width: 100%;
  height: 40px;
  display: block;
}

#content form label {
  border: 0;
}

#content form input.user, #content form input.pass {
  background-color: #A1B4E5;
  border: 1px solid #a1b4e5;
  font-size: 1em;
  font-weight: normal;
  color: #787878;
  padding: 2px;
  position: absolute;
  left: 100px;
}

#content form input.submit {
  background-color: #a1b4e5;
  border: 0;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  padding: 2px;
}

.div_gallery_thumb {
  width: 200px;
  height: 240px;
  margin: 10px 20px 10px 0;
  padding: 20px;
  border: 1px dotted #606060;
  background-color: #E7ECF8;
  float: left;
}

.server_error_container {
  position: relative;
  width:100%;
  height:100%;
}

.server_error {
  border: 1px dotted #ff0000;
  position: absolute;
  top:50%;
  width: 400px;
  height: 300px;
  margin-top:-150px;
  margin-left: -200px;
  background-color: #fff;
  // position: relative;
  z-index: 10;
  margin: 2em 26em 2em 2em;
}

.server_error_pad {
  padding: 2em;
}

.div_gallery_thumb img {
  display: block;
  margin: 0 0 10px 0;
  border: 1px dotted #606060;
}

.div_gallery_thumb a:hover img {
  border: 1px solid #CB6144;
}

.div_gallery_thumb a:link, .div_gallery_thumb a:visited {
  text-decoration: none;
  color: #CB6144;
  line-height: 1.5em;
}

.div_gallery_thumb a:active, .div_gallery_thumb a:hover {
  text-decoration: none;
  border-bottom: 1px solid #CB6144;
  background-color: #F5E0DA;
}   

.div_gallery_thumb_100 {
  width: 100px;
  height: 140px;
  margin: 10px 20px 10px 0;
  padding: 10px;
  border: 1px dotted #606060;
  background-color: #E7ECF8;
  float: left;
  position: relative;
  font-size: 0.75em;
  z-index: 100;
}

.div_gallery_thumb_100 img {
  display: block;
  margin: 0 0 10px 0;
  border: 1px dotted #606060;
}

.div_gallery_thumb_100 a:hover img {
  border: 1px solid #CB6144;
}

.div_gallery_thumb_100 a:link, .div_gallery_thumb_100 a:visited {
  text-decoration: none;
  color: #CB6144;
  line-height: 1.5em;
}

.div_gallery_thumb_100 a:active, .div_gallery_thumb_100 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #CB6144;
  background-color: #F5E0DA;
}   

#sidebar  {
  background-color: #fff;
  position: absolute;
  right: 0em;
  top: 2em; 
  width: 18em;
  padding: 2em;
  margin: 2em;
  border: 1px dotted #333;
  }

#sidebar span {
  font-size: 8pt;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5em;
  color: #909090;
}

#sidebar hr {
  height: 1px;
  width: 50%;
  color: #909090;
  background-color: #909090;
  margin: 10px auto 10px auto;
  border: none;
}

span.blogdate {
  font-size: 8pt;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5em;
  color: #909090;
}

span.blog_small {
  font-size: 8pt;
  font-style: italic;
  display: block;
  color: #909090;
}

hr.blog {
  height: 1px;
  width: 50%;
  color: #909090;
  background-color: #909090;
  margin: 10px auto 10px auto;
  border: none;
}

#div_head {
  width: 100%;
  min-width: 750px;
  height: 80px;
  margin: 0;
  background-color: #446ACB;
  background-image: url('../images/assets/blue_head_bg.jpg');
  display: block;
  }

#div_logo {
  background-color: #446ACB;
  background-image: url('../images/assets/rj_head_480x80.jpg');
  float: left;
  width: 480px;
  height: 80px;
  }

#div_head_red {
  width: 100%;
  height: 80px;
  margin: 0;
  background-color: #CB6144;
  background-image: url('../images/assets/red_head_bg.jpg');
  display: block;
  }
  
#div_logo_red {
  background-color: #CB6144;
  background-image: url('../images/assets/rj_red_head_480x80.jpg');
  float: left;
  width: 480px;
  height: 80px;
  }

#div_head_green {
  width: 100%;
  height: 80px;
  margin: 0;
  background-color: #ADCB44;
  background-image: url('../images/assets/green_head_bg.jpg');
  display: block;
  }
  
#div_logo_green {
  background-color: #ADCB44;
  background-image: url('../images/assets/rj_green_head_480x80.jpg');
  float: left;
  width: 480px;
  height: 80px;
  }

#server_error_logo {
  background-color: #446ACB;
  background-image: url('../images/assets/rj_head_480x80.jpg');
  float: left;
  width: 400px;
  height: 80px;
  margin: 0 0 12px 0;
  }
  
#div_logo span, #div_logo_red span, #div_logo_green span, #server_error_logo span {
  display: none;
  }

#div_clientarea_red {
  float: right;
  height: 80px;
  width: 300px;
  color: #fff;
  margin: 0;
  background-image: url('../images/assets/client_area_red_300x80.jpg');
}

#div_clientarea_red span, #div_clientarea_green span {
  display: none;
}

#div_clientarea_green {
  float: right;
  height: 80px;
  width: 300px;
  color: #fff;
  margin: 0;
  background-image: url('../images/assets/client_area_green_300x80.jpg');
}

#div_clientlogin {
  float: right;
  height: 32px;
  width: 250px;
  color: #fff;
  font-size: 0.75em;
  margin: 44px 20px 0 0;
  line-height: 120%;
}

#div_clientlogin br {
  margin: 0;
  padding: 0;
}

#div_clientlogin form {
  display: inline;
}

#div_clientlogin form input.user {
  background-image: url('../images/assets/user.gif');
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #fff;
  border: 1px solid #a1b4e5;
  font-size: 1em;
  font-weight: normal;
  color: #787878;
  padding: 2px 2px 2px 26px;
  }

#div_clientlogin form input.pass {
  background-image: url('../images/assets/pass.gif');
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #fff;
  border: 1px solid #a1b4e5;
  font-size: 1em;
  font-weight: normal;
  color: #787878;
  padding: 2px 2px 2px 27px;
  }
  
#div_clientlogin form input.btn {
  background-color: #a1b4e5;
  border: 0;
  font-size: 1em;
  font-weight: normal;
  color: #446ACB;
  padding: 0px 2px 2px 2px;
  }

#div_clientlogin form input.btn_red {
  background-color: #782108;
  border: 0;
  font-size: 1em;
  font-weight: normal;
  color: #CB6144;
  padding: 0px 2px 0px 2px;
  }
 
#div_clientlogin form input.btn_green {
  background-color: #607808;
  border: 0;
  font-size: 1em;
  font-weight: normal;
  color: #ADCB44;
  padding: 0px 2px 0px 2px;
  }
  
#div_navs {
  display: block;
  clear: both;
  width: 100%;
  height: 60px;
  background-color: #555;
  background-image: url('../images/assets/navs_bg.jpg');
  /* overflow: hidden; */
  padding: 4px 0px 0px 0px;
  margin: 0;
  }

#div_navs ul {
	padding: 0;
	margin: 0;
}

#div_navs ul li {
	float: left;
	list-style: none;
}

#current {
  color: #000;
}

#div_navs ul li a {
	/* text-indent: -500em; */
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.menu_item {
	padding: 2px 0px 0px 0px;
}

.menu_item a {
	padding: 0 8px 0 8px;
	/* background: url('images/menu_home.png') no-repeat center !important; */	
	/* background: url('images/menu_home.gif') no-repeat center; */
}

.menu_item a:link, .menu_item a:active, .menu_item a:visited {
  text-decoration: none;
  color: #fff;
  }   

.menu_item a:hover {
  color: #000;
}

#div_navs li.background {
	/* background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../images/assets/bg_menu_right.jpg') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#div_navs .background .left {
	/* background: url('images/bg_menu.png') no-repeat top left !important;*/
	background: url('../images/assets/bg_menu.jpg') no-repeat top left;
	height: 30px;
	margin-right: 8px; /* 8px is the width of the rounded shape */
}

#div_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  overflow: auto;
  text-align: center;
  background-color: #446ACB;
  z-index: 50;
  color: #092C79;
  }

@media screen
  {
  body>div#div_footer
    {
    position: fixed;
    }
  }
  
#div_footer a:link, #div_footer a:active, #div_footer a:visited {
  color: #092C79;
} 

#div_footer a:hover {
  color: #092C79;
  background-color: #A1B4E5;
  border-bottom: 1px solid #092C79; 
}
