/*-----------------------------------
Filename: master.css
Title: Master Style Sheet
Author: Faust Gertz, Faust@LeeMarvin.com
URL: 
Description: Imports other style sheets
   -----------------------------------*/ 

/* /// Body \\\ */
html, body {
 background:#fff;
 color:#000;
 font-family:Verdana,Arial,Helvetica,serif;
}
body {
 background:#fff url(/map/images/background/body.jpg) no-repeat center top;	
 font-size:0.75em; /* 16px * 0.75em = 12px */
 line-height:1.5em; /* 12px * 1.5em = 18px */
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
 color:#333;
 text-decoration:none;
}
a:link span,
a:visited span,
a:hover span,
a:active span,
a:focus span {
 color:#666;	
}
a:hover,
a:active,
a:focus {
 color:#000;
 border-bottom:1px solid #000; 
}
a:hover span,
a:active span,
a:focus span {
 color:#333;	
}



h1 {
 color:#333;
 font-size:2em; /* 24px */
 line-height:1.25em;
 margin:0 2px;
}

img {
 display:block;	
}

p {
 color:#666;	
 margin:0 0.416666em 2.416666em; /* 12px * 2.416666em = 29px */ 
}
ul {
 font-size:0.833333em; /* 12 * 0.833333em = 10px; */
 line-height:2.5em;
 margin:0;
}
li {
 background:url(/map/images/bullet/bullet.png) no-repeat left center;
 padding:0 0 0 0.8em;
}

/* \\\ Body /// */


/* /// Container \\\ */

/* \\\ Container /// */

#content {
 margin:0 auto;	
 min-height:318px;
 padding:146px 409px 0 0;
 width:315px;
}

/* /// Branding \\\ */
#branding {
 height:72px; 
 margin:0 auto;	
 padding:48px 0 0;
 width:722px;  
}
#branding-logo {
 font-size:2.16667em;
 font-style:italic;
 font-weight:bold;
 text-transform:uppercase;
}
/* \\\ Branding /// */



#copyright {
 color:#999;	
 font-size:0.833333em; /* 12 * 0.833333em = 10px; */
 padding:40px 0;
 text-align:center;
}
