/* 	style sheet for Maple Homes Website 
	this style sheet will be using the class design
	to apply and define different 
	styles for simliar types of HTML elements
*/

/*	as i come across redundant element attributes, i will place them here
	and i will attempt to keep it organized by sections
*/


/*	- FONT -	*/
font.inline1
{
	font-family:Verdana; 
	font-size:10px; 
	color:#494733; 
	text-decoration:underline;
}
font.rTitle
{
	font-family:Verdana; 
	font-size:10px; 
	color:#FFFFFF; 
	font-weight:boldface;
}

/*	- BODY -	*/

body.left
{
	background-image: url("images/filmstrip_3_pg.jpg");
	background-attachment: fixed;
	margin-left: 20px;
	
	/* REMOVED > scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-face-color:  #606891;
	scrollbar-highlight-color: #979DB9;
	scrollbar-3dlight-color: #979DB9;
	scrollbar-darkshadow-color: #515879;
	scrollbar-shadow-color: #515879; */
}
body.right
{
	margin-top: 0px;
	background-image: url("images/darkgrey.jpg");
	margin-left: 0px;
		
	/* REMOVED > scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-face-color:  #3E4059;
	scrollbar-highlight-color: #0E0326;
	scrollbar-3dlight-color: #798EB5;
	scrollbar-darkshadow-color: #798EB5;
	scrollbar-shadow-color: #798EB5;*/
}
body.plans
{
	background-color: #D3D6C0;
}

/* - SPAN - */
span.wingding
{
	font-size: 10.0pt;
	font-family: "Wingdings 3";
	font-color: #FF9900;
}

/*	- TABLE - */

table.Inline1
{
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;	
	border-top: 0px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	
	width: 90%;
	border-collapse: collapse;
	height: 90px;
	border-color: #ffffff;
}

/*	- TD - */

td.imageHolder
{	
	width: 256;
	height: 70;
	border-style: solid;
	border-width: 1;
	margin: 0;
	padding: 0;	
}
td.spacer
{	
	width: 80;
	height: 140;
	border-left: 1px;
}

/*	- IMG - */

img.ncoll 
{
	width: 250px;
	height: 188px;
}


/* DO NOT USE BELOW */

/*	- A - 

a.footer 
{
	onmouseover: javascript(changecolor());
	onmouseout: changebackcolor();
}*/

/*  - i started implementing incremental styles as i go, this way there is less code in the pages.
	- removed blue-colored scrollbars from pages [these are remnants of the old page]
	- upd 030905, 032905, 040805, 041105
*/