/* CSS Document for RMS website*/

html,body {
	margin:0;
	padding:0;
	color:#222;
	background:#006431;   /* light grey #ccc  */
	}
body {
	font:76%/150% Verdana, Arial, sans-serif;
	text-align: center;
	}
/* 	background-image:  url(images/body_bg_greyblack.gif);  
	background-repeat:repeat-x repeat-y;}                    insert coloured background  */

a {
	color:#167C49; 
	text-decoration:none;
	
}

a:hover {text-decoration: underline;}

#contents p
{
	padding-bottom: 0.3em;
	margin-bottom: 0;
	line-height: 140%;

}
th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	line-height:1.4em;
	font-size: 90%;
 
}	
	
#container { 
		width : 800px; 
		margin : 0 auto; 
		padding : 0; 
		text-align : left; 
		background-color: #fff !important;
}
#header { 
	margin-top: 20px;
	margin-bottom: 0px;
	padding : 0; 
/* 	border-bottom: 1px solid #999;    dark green bottom border 167C49  */
	 }
#header h1{ 
	font-family: Arial, sans-serif; /*   */
	font-weight: bold;
	font-size: 200%;
	padding-right: 10px;
	text-align : left; 
	margin: 0 0 5px 0;
	color:#333; 
	letter-spacing: .1em;
 }
 
 /* previous version approved by RMS  
 #header h1{ 
	font-family: Garamond, "Times New Roman", serif;   
	font-weight: bold;
	font-size: 220%;
	letter-spacing: .1em;
	padding-right: 10px;
	text-align : left; 
	margin: 0 0 5px 0;
	color:#000; }
*/

#header img { 
    margin: 0 10px 5px 0; 
	padding: 0;
}
#header .Column1  { width: 23%; margin-right: 2%; }
#header .Column23  { 
	width: 71%;
 	}  
/*
img.headerleft { 
    float: left; 
    margin: 0 10px 5px 0; 
	padding: 0;
}

img.headerright { 
    float: right; 
    margin: 0 10px 5px 0; 
	padding: 0;
}
*/
#header .Column23 h1 {
	font-family: "Times New Roman", serif;
}

#contents {
	width: 800px;
	padding: 0;
	margin: 25px 0 0 0;  /* space between header and contents area */
}
#contents h1
{
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 180%;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	border-bottom: dotted 1px #333;    */
	margin-bottom: 10px;
}

#contents h2
{
/*	font-family: Georgia, "Times New Roman", serif;*/
	font-weight: bold;
	font-size: 150%;
	margin: 0 0 15px 0;
	color: #167C49;
	border-top: 1px dotted #666; 
	padding-top: 5px;
}
#contents h3
{
	font-family: Tahoma, Lucida, Verdana, sans-serif;
	font-weight: bold;
	font-size: 120%;
	height: 20px;
	padding-bottom: 5px;
/*	border-bottom: dotted 1px #333;    */
	margin-bottom: 5px;
}

img.floatleft { 
    float: left; 
    margin: 0 10px 10px 0; 
}
img.floatright { 
    float: right; 
    margin: 0 10px 10px 10px; 
}

.floatright { 
	float: right; 
    margin: 0 10px 0 10px; 
}
.floatleft { 
	float: left; 
    margin: 0 10px 0 10px; 
}

a img.backtotop { 
    float: right; 
    margin: 10px 10px 10px 0px; 
	border: none;
}

a img { 
	border: none;
}


 .pull_quote_right{ 
	 width:150px;  
	 border-top:1px solid #999999;  
	 border-bottom:1px solid #999999; 
	 font-family: Georgia, "Times New Roman", Times, serif; 
	 font-size: 1.1em; 
	 color: #666666; 
	 line-height: 1.5em; 
	 float: right; 
	 position: relative;  
	 margin:6px 20px 10px 10px; 
	 padding:10px 10px;  
	 display:block; 
 }
 
 .Column1, .Column2, .Column23, .Column3
{
	float: left;
	overflow: hidden;
}

.Column1  { width: 23%; margin-right: 2%; }
.Column23  { 
	width: 71%;
	padding: 0 15px 0.5em 5px;    /*  this uses full width (combines 2 and 3 columns space  */
 }  
.Column2  { width: 50%; }
.Column3  { width: 20%; }

.Column1 p { padding: 0.5em 10px 0.5em 30px;
 }

#staffpage p
{
	padding-top: 0;
	padding-bottom: 0.5em;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 120%;
	font-size: 90%;
}
#staffpage h3
{
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#nav h2
{
	height: 30px;
	background: transparent url(images/SubMenu.gif) no-repeat left top;
	text-indent: -1000px;  /*  hides heading text  */
}

#nav 
{
	list-style-type: none;
	border-top: dotted 1px #333;
	margin-left: 0;
	padding: 0;

}

#nav li
{
	display: block;
	border-bottom: dotted 1px #333;
}


#nav li a
{
	display: block;
	font-size: 120%;
	padding: 0.5em 10px 0.5em 30px;
	color: #333 !important;
	text-decoration: none;
	vertical-align: middle;
}

#nav li a:hover,
#nav li a.active { color: #fffff2 !important; border-bottom: none; }

#nav li a:hover,
#nav li a.active	{ background-color: #339966; }



p.IntroText
{
	font-weight: normal;
	line-height: 190%;
	font-size: 120%;
/*	color: #167C49;    darker green than RMS logo  */
}

#content ul {
	padding: 0;
	}



/* footer
------------------------------------------- */

#footer {
	clear: both; 
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0 10px 0; 
	background: #fff;
	color: #D7CDB4;
	border-top: 8px solid #339966; /* green */
}

#footer a {
	color: #339966;
	text-decoration: none;
	border-bottom: 1px dotted #339966;

}

#footer a:hover {
	color: #339966;
	border-bottom: 1px solid #339966;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #222;
	text-align: center;
	}

 #footer ul {
	font-size: 1em;
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	color: #222;
	
		}
		
#footer ul li {
	display: inline;
	color: #222;
	margin: 0 10px 0 10px;  /* margin right of each section is 10 or 15 px depending on space */
	padding: 0 0 5px 0;
	}


#footer ul li a {
	text-decoration: none;
	color: #222;  
	border: none;
	}
#footer ul li a:hover {
	color: #222;
	padding-bottom: 10px;
	text-decoration: none;
	border: none;
	}

#clear{ 
	clear: both;
}


