@charset "utf-8";
/* CSS Document */


body {

background: #9ea081;
margin: 0;
padding: 0;
color: #16181a;
font-family: "Trebuchet MS", Helvetica, sans-serif;

text-align: center



text-decoration: none;
font-size: 16px;
font-weight: normal;


}	
.container {
width: 800px;
margin: 0 auto;

margin-bottom: 50px;

/*background-color:rgba(65,101,94,0.3);*/
overflow: hidden;
text-align: center;


background: rgb(65,101,94); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(65,101,94,0.3) 35%, rgba(189,182,142,0.3) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(35%,rgba(65,101,94,0.3)), color-stop(100%,rgba(189,182,142,0.3))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(65,101,94,0.3) 35%,rgba(189,182,142,0.3) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(65,101,94,0.3) 35%,rgba(189,182,142,0.3) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(65,101,94,0.3) 35%,rgba(189,182,142,0.3) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(65,101,94,0.3) 35%,rgba(189,182,142,0.3) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41655e', endColorstr='#bdb68e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-khtml-border-radius: 20px;


}

.content {
   width: 700px;
    margin: 0 auto;
	    margin-bottom: 50px;
	
text-align: left;
float: left;
	
}

.sidebar1 {
width: 50px;
/*background-color: #FC6;*/
float: left;
height: 200px;
}

.header {
width: 800px;
height: 50px;
}

.ribbon {
	    background-repeat: repeat-x;
	background-image: url('../images/ribbon.png');
    width:800px;
	height:50px;
	opacity: 0.1;
}

.RWBKG {
	height: 100%;
	  overflow: hidden;
  background: url('../images/RWbanner.png') bottom right no-repeat;
}

.OTHERBKG {
	height: 100%;
	  overflow: hidden;
  background: url('../images/otherbanner.png') bottom right no-repeat;
}

.TOPLINES {
  background: url('../images/lines.png') top repeat-x;
 
}

.verticalDivider {
width: 800px;
height: 20px;
}


.headline {
	font-family: Courier New, Courier, monospace;
color: #ffc0ca;
font-size: 30px;
font-weight: bold;
}

.watermark {
text-align: right;
color: rgba(65,101,94,1);
opacity: 0.3;
font-weight: bold;
margin-right: 25px;
margin-bottom: 5px;
}

.bubbleImage {
margin-bottom: -5px;
}	

.contentimage {
width:75px;
height:75px;
margin:25px;
border:none;
/*	background-color: #33C6;*/
}	

html>body .contentimage{
width: 100px;
height: 100px;
}


a:link {
	color: #16181a;
	text-decoration: underline;
}
a:visited {
color: #16181a;
	text-decoration: underline;
}
a:hover {
color: #ffb056;
	text-decoration: underline;
}
a:active {
	color: #ffb056;
	text-decoration: underline;
}


/*#content .contentimage {
  border: 1px solid #000000;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: white;
}
#content .contentimage:hover {
  border-color: #FFFFFF
}
*/


img.bkg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  
  z-index: -1;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.RWbg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

.RWimage {
width:133px;
height:100px;
margin:20;
border:none;
/*	background-color: #33C6;*/
}	
