/*
CSS StyleSheets for
Author: Tony Piscotti
Date:  
*/

/************************
* Global Rules
************************/
html, body { 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	/* background-color: #D9D9C8 */
	background: url(/images/mainBG.gif);
	}

html, body, table, tr, th, td, div, span { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #000; 
	line-height: 18px; 
	}
	
a { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #5B6D7F; 
	text-decoration: underline; 
	}
a:hover { 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	color: #5B6D7F; 
	text-decoration: none; 
	}
	
h1 { 
	margin: 0; 
	padding: 0 0 18px 0; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13px; 
	font-weight: bold;  
	color: #000; 
	}
h2.red { 
	margin: 0; 
	padding: 0 0 18px 0; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13px; 
	font-weight: bold;  
	color: #993333; 
	}
	
p.contactus { 
	margin: 0; 
	padding: 10px 0 0 0;
	text-align: center; 
	}
	
img { 
	border: none; 
	}
	


div.dottedHR { 
	background: #FFFFFF url(/images/dottedHR.gif) repeat-x top left;
	height: 1px; 
	width: 100%; 
	margin: 0;  
	padding: 0;
	}
div.dottedHR hr {
	display: none;
	}

/******************************/

/* Main Outter Table */

.xtraTopBottom { 
	width: 100%; 
	height: 5px; 
	margin: 0; 
	padding: 0; 
	}
	
#mainContainer { 
	width: 98%; 
	min-width: 760px; 
	margin: auto; 
	padding: 0; 
	border: none; 
	}
#mainContainer td#mainContent { 
	height: 100%; 
	margin: 0; 
	padding: 0 15px; 
	vertical-align: top; 
	background: #fff; 
	}
	
/*  Border and corners */

.corners{ 
	width: 20px; 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	}
#topMid { 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	background: url(/images/topBG.gif) repeat-x top left; 
	}
#bottomMid { 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	background: url(/images/bottomBG.gif) repeat-x bottom left; 
	}
#leftMid { 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	background: url(/images/leftBG.gif) repeat-y top left; 
	}
#rightMid { 
	height: 20px; 
	margin: 0; 
	padding: 0; 
	background: url(/images/rightBG.gif) repeat-y top right; 
	}
	
/*  Main Content (fonts, etc) */

#content { 
	width: 720px;
	margin: 0; 
	padding: 0; 
	background: #fff;
	}
	
	
/*  Footer  */

#footerWrap { 
	width: 100%;
	margin: 0; 
	padding: 0; 
	text-align: center; 
	}
#footer { 
	width: 98%; 
	margin: auto; 
	padding: 10px 0 0 0; 
	background: url(/images/footer_dotsBG.gif) repeat-x; 
	}
#copyright { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666; 
	width: 98%; 
	margin: 0; 
	padding: 5px 0 3px 0; 
	text-align: center; 
	text-decoration: none; 
	}
#copyright a { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration: underline; 
	color: #666; 
	}
#copyright a:hover { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration: none; 
	color: #000;
	}
	
#MLShdr { 
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-decoration: none; 
	color: #fff;
	font-weight: bold; 
	background: url(http://get.rateplug.com/images/MLS_hdr_BG.gif) repeat-x top left; 
	}
