@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #000000;*/
	background-image: url('background.jpg');
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.docbody #container {
	width: 800px;  
	/*background: #FFFFFF;*/
	margin: 0 auto; 
	text-align: left; 
	-moz-border-radius-topleft:5px;
  	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
  	-moz-border-radius-bottomleft:5px;
  	-webkit-border-top-left-radius:5px;
  	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
  	-webkit-border-bottom-left-radius:5px;
}
.docbody #mainContent {
	padding: 20px 20px; 
	width: 760px;
	background: #333333;
	-moz-border-radius-topleft:5px;
  	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
  	-moz-border-radius-bottomleft:5px;
  	-webkit-border-top-left-radius:5px;
  	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
  	-webkit-border-bottom-left-radius:5px;
}

.docbody #header{
	height: 180px;
	background: #ffffff;
}
.docbody #callouts{
	height: 145px;
	background: #ffffff;
	padding:5px;
}
.docbody #contentarea{
	height: 420px;
	background: #666666;
	-moz-border-radius-topleft:5px;
  	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
  	-moz-border-radius-bottomleft:5px;
  	-webkit-border-top-left-radius:5px;
  	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
  	-webkit-border-bottom-left-radius:5px;
}
.docbody #rtmacallout{
	width: 333px;
	height: 140px;
	float: left;
	/*background-image: url('rtmamechanicsville.jpg');*/
}
.docbody #rmacallout{
	width: 333px;
	height: 140px;
	float: right;
	/*background-image: url('rmawestend.jpg');*/
}
.docbody #quicklinks{
	width: 200px;
	height: 410px;
	float: left;
	background-image: url('quicklinksee.jpg');
	/*margin: 10px 5px 10px 5px;
	background: #bea540;
	-moz-border-radius-topleft:5px;
  	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
  	-moz-border-radius-bottomleft:5px;
  	-webkit-border-top-left-radius:5px;
  	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
  	-webkit-border-bottom-left-radius:5px;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;*/
}

.docbody #quicklinks p{
	margin: 60px 20px 20px 20px;
}

.docbody #realcontent{
	width: 530px;
	height: 410px;
	float: right;
	background: #ffffff;
	/*background-image: url('RTMA_Main.jpg');*/
	-moz-border-radius-topleft:5px;
  	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
  	-moz-border-radius-bottomleft:5px;
  	-webkit-border-top-left-radius:5px;
  	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
  	-webkit-border-bottom-left-radius:5px;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;
}

.docbody #realcontent p{
	margin: 10px; 10px;
}

.docbody #calendar{
	width: 750px;
	background: #ffffff;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	margin-left: 0px;
	padding-left: 10px;	/*height: 410px;
	
	-moz-border-radius-topleft:5px;
  	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
  	-moz-border-radius-bottomleft:5px;
  	-webkit-border-top-left-radius:5px;
  	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
  	-webkit-border-bottom-left-radius:5px;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px #333;*/
}
/*
.docbody #break{
	height: 10px;
	background: #666666;
}*/
