/* RMS Website Global CSS */

body{
	margin:0px;
	background-color:#4F4F4F;
	}
	
img{
	border:0px;
	}

.clear{
	clear:both;
	}

a.logo{
	height:90px;
	width:197px;
	display:block;
	border:0px;;
	position:absolute;
	margin-top:36px;
	margin-left:47px;
	}

/* Main Section */
	#main{
		background-image:url(../images/middle-bg.jpg);
		background-position:center;
		background-repeat:repeat-y;
		}
	
/* Content Area*/
	#content{
		background-image:url(../images/toppic-bg.jpg);
		background-position:top center;
		background-repeat:no-repeat;
		width:769px;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:20px;
		}
	
/*Menu Properties*/
	#menu{
		float:right;
		text-align:left;
		margin-top:50px;
		margin-right:30px;
		width:440px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:16px;
		color:#4F4F4F;
		}
	
	#menu a{
		color:#4F4F4F;
		text-decoration:none;
		}
		
	#menu a:hover{
		color:#BB0000;
		text-decoration:none;
		}

/* Special Links */
	#specialLinks{
		width:220px;
		text-align:left;
		padding-top:250px;
		padding-left:45px;
		float:left;
		}
	
	#specialLinks a{
		display:block;
		background-color:#DCDCDC;
		color:#222222;
		background-image:url(../images/speciallink.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		
		text-decoration:none;
		
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		
		margin:5px;
		width:197px;
		height:57px;
		}
	
	#specialLinks a:hover{
		text-decoration:none;
		color:#BB0000;
		}
	
	#specialLinks div{
		text-align:center;
		padding-top:15px;;
		}

/* Body Content Properties */
	#body{
		float:right;
		width:460px;
		margin-top:40px;
		position:relative;
	}
	
	#container{
		width:410px;
		float:left;
		}
	
	#body h1, h2, h3, h4, h5, h6{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		margin:0px;
		padding:0px;
		}
	
	#body h1{	
		color:#BB0000;
		font-size:20px;
		}
	
	#body h2{	
		color:#555555;
		font-size:16px;
		}
	
	#body h3{	
		color:#BB0000;
		font-size:16px;
		}
	
	#body h4, h5, h6{	
		color:#555555;
		font-size:14px;
		}
	
	#body p{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		margin:0px;
		padding:0px;
		}
		
	#body p.fine{
		font-size:10px;
		color:#444444;
		}	
		
	#body ul{
		list-style:url(../images/bullet.gif);
		}
		
	#body li{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		margin-bottom:5px;
		padding:0px;
		}
	
	#body a{
		color:#BB0000;
		text-decoration:none;
		}
	
	#body a:hover{
		color:#BB0000;
		text-decoration:underline;
	}

/* Footer */
	#footer{		
		background-image:url(../images/bottom-bg.jpg);
		background-position:top center;
		background-repeat:no-repeat;
		background-color:#4F4F4F;
		
		padding-bottom:20px;
		
		position:relative;
		
		height:80px;
		}
	
	#pageBottom{
		margin-left:auto;
		margin-right:auto;
		width:400px;
		line-height:12px;
		padding-bottom:30px;
		}
	
	#pageBottom p{
		color:#BB0000;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:10px;
		margin:0px;
		padding:0px;
		}
	
	#pageBottom b{
		color:#4f4f4f;
		font-weight:bold;
		}
	
	#pageBottom a{
		color:#BB0000;
		text-decoration:none;
		}
	
	#pageBottom a:hover{
		color:#BB0000;
		border-bottom:#4f4f4f solid 1px;
		text-decoration:none;
		}
	
	#footerLeft{
		float:left;
		display:block;
		width:150px;
		height:23px;
		margin-right:10px;
		}
	
	#footerLeft p{
		text-align:right;
		}
	
	#footerRight{
		float:left;
		display:block;
		width:150px;
		height:23px;
		margin-left:10px;
		}
	
	#footerRight p{
		text-align:left;
		}
	
	a.amba{
		background-image:url(../images/amba.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		border-left:#999999 solid 1px;
		border-right:#999999 solid 1px;
		width:74px;
		height:23px;
		display:block;
		float:left;
		}
	
	#pageBottom a:hover.amba{
		border-bottom:0px;
		}
	
	#copyright{
		width:500px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		
		display:block;
		position:relative;
		}
	
	#copyright p{
		margin:0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#f2f2f2;
		font-size:10px;
		}
	
	#copyright a{
		color:#CCCCCC;
		}