/*  Rayment Matthews and Johnson Ltd. PRINT STYLESHEET	*/




#wrapper {			
				position:relative;
				min-height: 100%;
				text-align: left;
				width: 660px;
				margin-right: auto;
				margin-left: auto;
				padding: 0 0 0 0;
				background-position: left top;
}

#header {		width: 660px;
				height: 64px;
				background-color: #FBFCF8;
}

#header .tel {
				float:right;
				margin-right: 20px;
				margin-top: 10px;
				margin-bottom: 2px;
				vertical-align: top;
}

#header .logo {
				float:left;
				margin-left: 20px;
				margin-top: 29px;
				margin-bottom: 2px;
				vertical-align: top;
}
/*  **********************************  */
/*  **********  navigation  **********  */
/*  **********************************  */

#navigation {	
				display:none;
				
}

#spacer {		
				display:none;
}

/*  *******************************  */
/*  **********  content  **********  */
/*  *******************************  */

#content {
				margin-left: 43px;
				margin-right: 43px;
				padding: 10px 0 0 0;
}

#content p {	font-family: Georgia, "times new roman", times, serif;
				font-size: 12pt;
				line-height: 1.6em;
				padding-left: 0px;
				color: #666666;
				background-color: transparent;
}

#content h1 {
				font: normal 16pt  Arial,Verdana , Helvetica, sans-serif;
				color: #666666;
				background-color: transparent;
				padding-left: 0px;
				
}

#content h2 {
				font: bold 12pt Arial,Verdana , Helvetica, sans-serif;
				color: #666666;
				background-color: transparent;
				padding-left: 0px;
}
	
#content ul {
				font: normal 12pt Georgia, "times new roman", times, serif;
				color: #666666;
				background-color:transparent;
				line-height: 1.3em;
				padding-left: 40px;
				margin-left: 40px;
				list-style-type: square;
				
}

#content li {
				margin-bottom: 4px;
}

#content hr {		
				clear:both;
				width: 100%;
				color: #666666;
				background-color:transparent;
				height: 1px;
				border: 1px solid;
}

/*  internal links  */
#content a:link, a:visited {
				color: #666666;
				background-color: transparent;
				text-decoration: underline;
}

#content a:hover {
				color: #000000;
				background-color: transparent;
				text-decoration: underline;
}


/*  external links dotted  */
#content a.external:link, a.external:visited {
				font-weight: normal;
				color: #666666;
				background-color: transparent;
				border-bottom: 1px dotted #666666;
				text-decoration: none;
}

#content a.external:hover {
				font-weight: normal;
				color: #000000;
				background-color: transparent;
				border-bottom: 1px dotted #000000;
				text-decoration: none;
}

.rightImage {
				display: none;
}

.rightImageNoBorder {
				display: none;
}




.centerImage { 
  			    display: block;
  	  			margin-left: auto;
    			margin-right: auto; }
						
			

.top {			
				display: none;
}

.back {
				font-size: 80%;
				line-height: 1.8em;
				margin: 4px 0 0 30px;
				color: #666666;
				background-color: transparent;
				}

#content p.red {
				font-size: 80%;
				line-height: 1.8em;
				margin: 4px 0 0 0px;
				color:#FF0000;
				background-color: transparent;
}


/*  *******************************  */
/*  **********  contact form  *****  */
/*  *******************************  */
#form {				
				margin: 23px 0px 0px 0px;
}

input.txt {		
				margin-left:5px;
				font-family: Georgia, "times new roman", times, serif;
				color:#000000;
				background-color: #FFFFFF;
				border: 1px solid #666666;
				width:250px;
}

textarea.txt  {	
				margin-left:5px;
				font-family: Georgia, "times new roman", times, serif;
				font-size:100%;
				color:#000000;
				background-color: #FFFFFF;
				border: 1px solid #666666;
				width:250px;
				height:100px;
}
				
input.btn {		
				margin: 0px 0px 0px 93px;
				color:#000000;
}

form p {		font-family: Georgia, "times new roman", times, serif;
				clear: left;
				margin: 2px;
				padding-top: 3px;
}				
	
form p label, span.labelLeft {
				float: left;
				width: 15%;
				text-align: right;
}
	
span.textRight {	
				margin-left:5px;
				font-family: Georgia, "times new roman", times, serif;
				font-size:12pt;
				color:#666666;
}				

span.blue {		
				font-size:80%;
				color:#3773AE;
				vertical-align:top;
}

/* floats contact details  */

#floatRight {	font-family: Georgia, "times new roman", times, serif;
				font-size:12pt;
				line-height: 1.6em;
				color: #666666;
				float: right;
				width: 142px;
				margin:3px 0 0 0;
				padding: 7px 7px 15px 7px;
				
				
				
}
/*  *******************************  */
/*  **********  footer  ***********  */
/*  *******************************  */

#clearfooter {
				clear: both;
				height: 50px;
}
	
#footer {		
				position: relative;
				margin-left: auto;
				margin-right: auto;
				margin-top: -26px;
				bottom: 0;
				left: 0;
				height: 24px;
				width: 660px;
				padding: 0 0 0px 0px;
				font-size: 11px;
				color: #B2B2B2; /*C8C8C7*/
				background-color: #FBFCF8; /*#778593;*/
				text-align: center;
				vertical-align: middle;
				line-height: 24px;
				border-top: solid #C8C8C7 1px;
				border-bottom: solid #C8C8C7 0px;
				border-right: solid #000 0px;
				border-left: solid #000 0px;		
}

#footer a:link, #footer a:visited {
				color: #B2B2B2;
				text-decoration: underline;
}

#footer a:hover {
				color: #000000;
				text-decoration: underline;
}