/* CSS Document */
/* Created by VillageWorks Communications, Inc.  */

/* COLORS USED IN THE SITE 
	yellow - #FBEB18
	red - #CC0829
*/

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:14pt;
	background-color:#CC0829;
	background-image:url(images/h_bg.jpg);
	background-repeat:repeat-x;
}


/* ====================================================== GENERIC CLASS STYLES */


/* ======================================================== GENERIC ID STYLES */


/* ============================================================ TABLE STYLES */


/* ============================================================== TR STYLES */


/* ============================================================== TD STYLES */


/* ============================================================= DIV STYLES */
div.d_home_topRow {
	background-image:url(images/h_top.jpg);
	background-repeat:no-repeat;
	width:780px;
	height:210px;
	padding:0px;
}
div.d_home_navRow { /* this DIV tag is the container for the entire row with navigation in it */
	width:780px;
	height:203px;
}
div.d_home_navLeft { /* 1 of 2 DIVs inside .home_navRow - This is lefthand column */
	float:left;
	width:340px;
	height:203px;
}
div.d_home_navRight { /* 2 of 2 DIVs inside .home_navRow - This is right column with shield */
	float:right;
	width:440px;
	height:203px;
}
div.d_home_nameLogo {  /* the "Equiery" to the left of the shield, above the nav */
	background-image:url(images/h_name.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:84px;
}
div.d_home_btnRow1left {  /* first row of the nav on the leftside, starts with "What is the Equiery?", etc. */
	width:340px;
	height:23px;
}
div.d_home_btnRow2left { /* second row of the nav on the leftside, "Buying and Selling" and "Placing an Ad" */
	width:340px;
	height:21px;
}
div.d_home_bottomLeft { /* third row below the nav on the leftside */
	background-image:url(images/h_leftBtm.jpg);
	width:340px;
	height:75px;
}
div.d_home_shield { /* DIV tag with the shield */
	float:left;
	width:180px;
	height:203px;
	background-image:url(images/h_shield.jpg);
	background-repeat:no-repeat;
}
div.d_home_notShield { /* floating DIV tag containing everything directly to the right of the shield */
	float:right;
	width:260px;
	height:203px;
}
div.d_home_rightTop { /* the yellow area above the nav, right side of the shield */
	width:260px;
	height:84px;
	background-image:url(images/h_rightTop.jpg);
	background-repeat:no-repeat;
}
div.d_home_btnRow1Right { /* first row of the nav on the RIGHT side, starts with "Archives", etc. */
	width:260px;
	height:23px;
}
div.d_home_tag { /* below the nav on the right side, contains the TAGLINE "Maryland's source..." */
	width:260px;
	height:96px;
	background-image:url(images/h_tag.jpg);
	background-repeat:no-repeat;
}
div.d_home_content { /* the container DIV for everything under the navigation area, yellow background */
	background-color:#FBEB18;
	height:316px;
}
div.d_home_content780 { /* keeps the content area contained within 780px */
	width:780px;
	text-align: left;
}
div.d_home_floatContentRight { /* floating DIV to keep content on the right side, under nav */
	width:270px;
	height:300px;
	text-align: right;
	font-size: 11px;
}
div.d_home_footer { /* DIV for the footer information on the home page */
	height:39px;
	background-image:url(images/h_footerBG.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:11px;
}
div.d_home_footerCntr { /* this DIV gives the footer the 780px width */
	width:780px;
	font-size: 11px;
}
div.d_home_foot_left { /* floats the phone number information to the left of footer */
	padding: 4px 0 0 77px;
	text-align: left;
}
div.d_home_foot_right { /* floats the phone number information to the left of footer */
	float:right;
	padding: 0 77px 0 0;
}
div.d_home_footer_nav { /* contains the footer navigation */
	color:#000000;
}

/* ============================================================ SPAN STYLES */
span.sp_title {
	font-size: 12px;
	font-weight: bold;
	color: #CC0829;
	font-style: normal;
}

/* ============================================================ LINK STYLES */
a.link_home_footer:link { color:#000000; text-decoration:none; font-size:9px; font-weight:normal;}
a.link_home_footer:visited { color:#000000; text-decoration:none; font-size:9px; font-weight:normal;}
a.link_home_footer:hover { color:#FBEB18; text-decoration:none; font-size:9px; font-weight:normal;}

/* ===================================================== MISCELLANEOUS STYLES */


/* ================================================ AUTOMATICALLY CREATED STYLES */
