

/*######## drop menu styling is in dropmenu.css file ########*/



										/* ##### this prevents a short page from shifting in mozilla when going to a long page ####### */
								
html {
overflow: 						-moz-scrollbars-vertical;
}

										/*######## General body styling  #########*/

body	{
	background-color:			white;
	color:						black;
	font-family:				Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
	font-size: 					11px;
	margin:						0px;
background-image: url('images/hostingback.gif');
}

										/* ######## top nav include * ########/
body.topnav		{
	background-color:			#314696;
}

										/* #########  default table settings ######### */

table	{
	border-collapse: 			collapse;
	font-family:				Verdana, arial, helvetica, sans-serif;
	font-size:					12px;
	color:						black;
}

										/* ######### outer holding table ######## */

table.outer	{
	width:						760px;
	text-align:					center;
	border: 					1px solid #000000;	
	background-color:			white;
	color:						black;
}

										/* ####### header cell  #########*/

.heading	{
	width:						760px; 
	height:						73px;
	background-image: 			url('images/rmtricity-logo.gif');
}


										/* ######### top and bot cells of the remax balloon logo ####### */

td.logo	{
	width:						145px; 
	height:						43px;
	vertical-align:				top;
	text-align:					center;
	background: 				url('images/remax-top.jpg');
}

td.logobot	{
	width:						145px; 
	height:						79px;
	vertical-align:				top;
	text-align:					center;
	background: 				url('images/remax-bot.jpg');
}

										/* ######## main content cell ######## */

.content	{
	width:						600;
	vertical-align:				top;

}

										/* ######## h1, h2 ########### */

h1, h2	{
	font-weight:				bold;
	color:						black;
}

h1			{
	font-size:					12px;
	font-family:				verdana;
}

h2	{
	font-size:					16px;
	font-family:				arial;
}

										/* ########### HR - horizontal line ######### */

HR		{
	background-color: 		#314696;
	width:					75%;
	text-align:				center;
	height:					1px;
}

										/*######### default links against white background  #########*/


a, a:link, a:active, a:visited	{
	color:						#314596;
	font-size: 					12px;
	font-family:  				Verdana, arial, helvetica, sans-serif;
	font-weight: 				normal;
	text-decoration: 			underline;
}

a:hover	{
	color:						#C0C0C0;
	font-size: 					12px;
	font-family:  				Verdana, arial, helvetica, sans-serif;
	font-weight: 				normal;
  	text-decoration: 			none;
}

										/*######## Footer table cell ########*/

#footer	{
	font-size:					12px;
	font-family:				arial, verdana, helvetica, tahoma, sans-serif;
	font-weight:				normal;
	color:						white;
	text-align:					center;
	background-color:			#314696;
	height:						25px;
}

										/*######## Footer links against blue background #######*/

a.footer, a:link.footer, a:active.footer, a:visited.footer   {
	font-family:				arial, verdana, helvetica, tahoma, sans-serif;	
	color:						#FFFFFF;
	font-size:					12px;
	font-weight:				normal;
	text-decoration:			underline;
	text-align:					center;
}

a:hover.footer	{
	font-family:				arial, verdana, helvetica, tahoma, sans-serif;	
	color:						#C0C0C0;
	font-size:					12px;
	font-weight:				normal;
  	text-decoration: 			none;
	text-align:					center;
}