/* Contains: Typography styles, borders, backgrounds */
body { font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size:62.5%; color: #4c4c4c; }
#page { font-size: 1.1em; }

p { line-height: 1.3em; }
h1, h2 { font-weight: bold; color:black; }
h1 { font-size: 180%; }
h2 { font-size: 1.1818em; }
h1 span { color:#E10125; }

/* Blaine, 03/15/2010 */
a {	color: #E10125; text-decoration: underline;}
a:hover { color: black;  text-decoration: none;}

/* MASTHEAD */
#nav_tertiary a { color: #e21032; line-height: 1.3em; text-decoration: none; }
#nav_tertiary a:hover { text-decoration: underline; }
#nav_tertiary_selected a { text-decoration: underline; }

/* CONTENT */
#form_container { font-size: 1.1em; font-weight: bold; } /* 13px */
#form_container input,
#form_container textarea { font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; border: 1px solid #808080; background:#EBEBEB none repeat scroll 0; } /* 16px */

/* LISTS */
.loc li { line-height: 1.3em; } /* locations */
.loc .loc_1 { color: #4379cd; }
.loc .loc_2 { color: #e21032; }

.type_1 li { line-height: 1.3em; }
.type_1 li span { color: black; font-weight:bold; }
.type_1 li span a { color: #df2d4a; font-weight:bold; }
.type_1 li h2 span {color: #df2d4a; font-weight:bold;}

/* FOOTER */
#store_location_bar address { color: #df2d4a; }
#store_location_bar p { color: #8a8a8a; }
#store_location_bar p span { color: #000000; }

