/*Theme Name: Test Style sheet for HRMC siteTheme URI: http://www.highroadmc.com/Description: Style for High Road pageVersion: 1.1Date: 1-2-2009Author: Helen Granger/Denn SantoroAuthor URI: http://www.hgranger.com/Tags: marketing, myspace, facebook, online media*/	body {		background: url(images/backgrd2.jpg) no-repeat #85AEDD;		font:arial,sansserif;		padding:0px;		margin:0px;		height:100%; 		}	html {		height:100%;		}/*div for the content of the page and most divs - goes inside html body tags*/#pagecontentcontainer {			min-height: 100%;			height: auto !important;     			height: 100%;     			margin: 0 auto -10px;			position: relative; 			}/* div that contains logo art */.header  {		background:transparent;		background-image: url(images/logoheader.png); 		background-repeat: no-repeat;		height: 175px;		width:100%;		margin: 80px 0 0 60px;	  }/*div for the copyright bottom footer*/#footer {	 height: 10px;	 position:relative; top:-225px;	 }/*div for the creating the negative space for the bottom footer*/#clearfooter {		height: 10px;		position:relative; top:-225px;				}/* text link styles */	a {		font-family: Verdana, Arial, san-serif;		font-weight:bold;		text-decoration:none;		color:#E15B02;		}			a:hover {		text-decoration:underline;		color:#CC0000;		}		/* head and paragraph styles */h1 {	text-indent: -500em;	}h2 {	padding: 46px 0 0 180px;	color: #000066;	font-size: 21px;	font-family: Arial,san-serif;	font-weight: bold;	}h3 {	font: 16px "Verdana", "Arial Black", "Helvetica", sans-serif,; 	color:#CC0000;	font-weight:bold;	padding: 0;	margin: 0;	}h4 {	color: #666666; 	font-weight: bold; 	font-family: Verdana, Arial, Helvetica, sans-serif;	padding: 16px 0 8px 0;	margin: 0;	}p {	margin: 0;	padding: 16px 0 0 0;	}.phead {	padding:0;	}	.rightfloat  { 	margin: 0 0 10px 15px;	vertical-align:text-top;	float: right;	border: 1px solid #000066;	}.leftfloat  {	margin: 0 25px 6px 0;	vertical-align:text-top;	float: left;	border: 1px solid #000066;	}.nofloat {	padding: 6px;	vertical-align:text-top;	border: 1px solid #000066;	}.clearright {	clear: right;	}.spacer {	margin: 0;	padding: 0 0 80px 0;}	/* div for the main text area */.mainbody  {			background:white; width:60%; 			min-width:550px; 			border: 4px solid #ff6600; 			position:relative; top:-305px;left:27%; 			color:black; 			/*margin: 0 30px 0 30px;*/			right: 100%;			padding: 16px;			font-family: Verdana, Arial, san-serif;			text-align:left;			}				/* menu styles */	.menu  {		background:transparent; 		width:20%; 		position:relative; top:0px;left:60px;		margin:0;		}.menu a {		font:"Verdana", "Arial Black", "Helvetica", sans-serif;		font-weight:bold;		font-size: 95%;		color:#000066;		text-decoration:none;			}.menu a:hover {		 color:#cc0000;		 text-decoration:underline;		      }.menu ul {	list-style-type: none;	margin: 0;	padding: 0;	}.menu li {	padding: 20px 0 0 0;	margin: 0;	}.mhere {		color:#CC0000;		}.mhere a {		color:#CC0000;		}.mhere a:hover {		color:#cc0000;		text-decoration:underline;		  }		  /* div style for copyright line */	.copyright {		position:left:0px; 		padding-left:60px;		margin:0px;		font: 12px "Trebuchet MS", "Arial Black", "Verdana", "Helvetica", sans-serif;text-align:left;		color:#000066;		}/*info for styling forms and their content*/form {      /*float:left;*/ padding-top: 30px;      }form td { 	  font: 10px;	 } input {	width: 75%;	} textarea {	width: 75%;	}