/*
 * © copyright 2009 Anzan Technologies, LLC. All rights reserved.
 *   All trademarks and service marks are the properties of their respective owners.
 *
 * visit.css
 * Include styles that pertain to the home controller here.
 * Jeremy Asbill, 3/6/09
 */

#visit_us_panel
{
	float:         left;
	width:         384px;
}

#visit_us_panel #visit_us_top
{
	background-image:  url(../images/visit-us-top-bkg.png);
	background-repeat: no-repeat;
	height:            26px;
	width:             362px;
}

#visit_us_panel #visit_us_middle #visit_us_bang
{
	font-size:   20px;
	margin-left: 20px;
	position:    relative;
	top:         -10px;
}

#visit_us_panel #visit_us_middle
{
	background-image:  url(../images/visit-us-middle-bkg.png);
	background-repeat: repeat-y;
	width:             362px;
}

#visit_us_panel #visit_us_middle #all_text
{
	margin-left:  20px;
	margin-right: 20px;
	padding-top:  5px;
}

#visit_us_panel #visit_us_middle #visit_us_intro,
#visit_us_panel #visit_us_middle #first_dirs_text,
#visit_us_panel #visit_us_middle #second_dirs_text
{
	margin-bottom: 15px;
}

#visit_us_panel #visit_us_middle #first_dirs_title,
#visit_us_panel #visit_us_middle #second_dirs_title,
#visit_us_panel #visit_us_middle #third_dirs_title
{
	font-weight: bold;
	margin-bottom: 10px;
}

#visit_us_panel #visit_us_bottom
{
	background-image:  url(../images/visit-us-bottom-bkg.png);
	background-repeat: no-repeat;
	height:            26px;
	width:             362px;
}

#map_and_stuff
{
	float: left;
	width: 416px;
}

#map_and_stuff #map_frame
{
	background-image:  url(../images/visit-us-map-bkg.png);
	background-repeat: no-repeat;
	height:            305px;
	width:             416px;
	
}

#map_and_stuff #map_frame #map
{
	height:       290px;
	padding-left: 4px;
	padding-top:  4px;
	width:        400px;
}

#map_and_stuff #address_and_phones
{
	margin-top: 10px;
}

#map_and_stuff #address_and_phones #address_space
{
	float: left;
}

#map_and_stuff #address_and_phones #address_space #address,
#map_and_stuff #address_and_phones #phones_space #phones,
#map_and_stuff #email_space #email,
#map_and_stuff #hours_space #hours
{
	padding-top: 3px;
}

#map_and_stuff #address_and_phones #phones_space
{
	float:      right;
	text-align: right;
}

#map_and_stuff #email_space
{
	clear:       both;
	padding-top: 10px;
	text-align:  center;
}

#map_and_stuff #email_space #email a
{
	color: blue;
}

#map_and_stuff #hours_space
{
	padding-top:    15px;
	text-align:     center;
	width:          100%;
}

#map_and_stuff #hours_space #hours
{
	text-align:  center;
}

#map_and_stuff #hours_space #hours table
{
	border-top: 1px solid black;
	margin:     auto;
	text-align: left;
	width:      275px;
}

#map_and_stuff #hours_space #hours .left
{
	padding-left: 3px;
	width:        125px;
}

#map_and_stuff #hours_space #hours .right
{
    width:         150px;	
	padding-right: 3px;
}
