@charset "utf-8";
/*
	Author: Veb4Design
    Date: July 07, 2009 
    Description: Westislanddental.com - Dental Emergencies - Dental Emergencies Main Style Sheet.
    This style sheet contains the styling of the index page

    Note: Make sure to read the comments before editing.
    Thank you.
*/

/* ------------------------------- */
/* Hover Box Classes			   */
/* ------------------------------- */
	
	a.box, a.box:hover, a.box:active, a.box:visited
	{ 
		width:300px; 	
		height:150px;
		display:block; 
		background-repeat:repeat-x;
		color:#FFF;
		font-size:43px;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-weight:100;
		text-align:center;
		padding-top:1em;
		float:left;
		margin:.5em .5em .5em 0;
	}
	a.box { background-image:url(../../../../Images/Services/Dental_Emergencies/box_a_bg.png); color:#FFF; }
	a.box:hover { background-image:url(../../../../Images/Services/Dental_Emergencies/box_hover_bg.png); color:#333; }
	
/* ------------------------------- */
/* Page Structure			       */
/* ------------------------------- */

	/* ------------------------------------- */
	/* MINI NAV                              */

		#mini_nav { width:650px; }
