body {
	padding: none;
	margin: 0;
	font-size: 62.5%;
}

p, a, h1, h2, h3, h4, hr, ul, ol, li, blockquote, table, address, img {
	padding: 0;
	margin: 0;
	font-family: Gerogia, "Times New Romans", serif;
	border: none;
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
 
 a:link { color: #900; }
 a:visited { color: #900; }
 a:hover { color: #f00; }
 a:active { color: #f00; }
    

/* --------------- Header section --------------- */

#masthead {
	background: url(../../../../../images/wallpaper_bg.jpg) repeat-x top left;
	height: 64px;
	border-bottom: 1px solid #fc0;
}

div.masthead_container {
	width: 940px;
	margin:  0 auto;
}

#logo {
	width: 400px;
	margin: 0 auto;
	float:  left;
}

#logo h1 {
	margin: 15px 0 0 0;
	text-indent: -9999px;
	line-height: 1px;
	font-size: 0.1em;
}

#logo h1 a {
	display: block;
	height: 26px;
	width: 393px;
	background: transparent url(../../../../../images/logo.png) no-repeat top left;
}

#top_navigation {
	float: left;
	margin: 30px 0 0 87px;
}

#top_navigation ul {
	font-size: 1.3em;
	text-transform: uppercase;
	list-style: none;
	letter-spacing: 1px;
}

#top_navigation li {
	float: left;
}

#top_navigation li a {
	display: block;
	margin: 0 40px 0 0;
}

#top_navigation li a:link {	color: #fc0; }
#top_navigation li a:visited {color: #fc0; }
#top_navigation li a:hover { color: #ff0; }
#top_navigation li a:active { color: #ff0; }


/* ---------- breacrumb trail --------- */




#locator_bar {
	background: url(../../../../../images/locator_bg.jpg) repeat-x bottom left;
	height: 45px;
}

#locator_bar ul {
	width:  940px;
	margin: 0 auto;
	list-style: none;
}

#locator_bar ul li {
	float: left;
	font-size: 1.8em;
	letter-spacing: 1px;
	color: #fff;
	font-variant: small-caps;
	margin: 0 10px 0 0;
	line-height: 1em;
	background: url(../../../../../images/alpha_bg.png) repeat bottom left;
}

#locator_bar ul li a {
	display: block;
	opacity:  1.6;
	padding: 5px;
	text-shadow: #000 0 1px 1px;
}

#locator_bar ul li a:link { color: #fff; }	
#locator_bar ul li a:visited { color: #fff; }	
#locator_bar ul li a:hover { color: #fc0; }	
#locator_bar ul li a:active { color: #fc0; }	




/* ---------------- Content Section --------------- */

#content {
	width:  940px;
	margin: 0 auto;
}


/* --------------- Footer --------------- */




