/* HACKS */
* {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {}
.clearfix {
	display: block;
}

.removeborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/* TEXT */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-repeat: repeat-y;
	background-color: #EFEFEF;
	background-position: center;
	background-image: url(../images/bkgrd.jpg);
}
h1, h2, h3, h4, h5, h6 {
	color: #CC0000;
	padding-bottom: 10px;
}

h1 {font-size: 0.9em;}	
h2 {font-size: 0.8em;}
h3 {font-size: 0.7em;}
h4 {font-size: 0.6em;}
h5 {font-size: 0.6em;}
h6 {font-size: 0.6em;}
p {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-bottom: 10px;
}


/* LINKS */
a:visited {
	color: #D69B5B;
	text-decoration: underline;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

a:active {
	color: #FF6600;
	text-decoration: none;
}
#location {
	text-align: center;
	height: 20px;
	width: 555px;
	color: #3F4C6B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 10px;
}

/* LAYOUT */
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	width: 955px;
	position: relative;
	background-image: url(../images/hdr_bkgrd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 94px;
}
#hdr_left {
	float: left;
	width: 200px;
	position: relative;
	height: 94px;
}
#hdr_center {
	float: left;
	width: 555px;
	position: relative;
	height: 94px;
}
#hdr_right {
	float: left;
	width: 200px;
	position: relative;
	font-size: 0.6em;
	text-align: right;
	height: 94px;
}
#hdr_int {
	width: 190px;
	position: relative;
	height: 15px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}
#hdr_map {
	position: relative;
	height: 74px;
	width: 200px;
}
#content_wrapper {
	width: 955px;
	position: relative;
	z-index: 0;
}
#content_wrapper ul {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 10px;
}
#content_wrapper ul li ul {
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 10px;
}
#content_wrapper ul li {
	margin-left: 10px;
}
#content {
	float: left;
	width: 555px;
	padding: 5px;
	position: relative;
}
#credits {
	position: relative;
	width: 945px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 5px;
	text-align: center;
	line-height: 1.2em;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
#tagline {
	position: relative;
	width: 945px;
	padding: 5px;
	text-align: center;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	z-index: 0;
}
#tagline p {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}
#tagline .lrg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	z-index: 0;	
}
#tagline .sml {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.2em;
	z-index: 0;	
}



#breadcrumb {
	font-size: 0.6em;
	width: 938px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	color: #3F4C6B;
	position: relative;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 1px;
	margin-left: 1px;
	z-index: 0;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #3F4C6B;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.small_text {
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

