/**********************************************
base style sheet by anthony eggert
http://www.ft11.com | http://www.stylephreak.com
**********************************************/
/* imports */
@import url(layout.css); /* positioning */
@import url(nav.css); /* navigation */
@import url(forms.css); /* forms */

/* global font declarations */

body, th, td {
	font: 13px/1.5em arial,verdana,sans-serif;
}
h1,h2,h3,h4 {
	font-family: "arial narrow",arial,verdana,sans-serif;
	font-weight: normal;
}

/* presentation */
body {
	background: #fff;
	min-width: 780px;
	background: #fff url(../img/bg.jpg) repeat-y center;
}
p {
	padding: 0 2em 1em;
	line-height: 1.5em;
}
h1 {
	font-size: 218%;
}

h2 {
	padding: 1em 0 0 1em;
	margin: 0;
	width: 480px;
	height: 64px;
	font-size: 140%;
	background: transparent url(../img/content_header.jpg) no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
h2 span {
	color: #800;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}
hr {
	display: none;
}
acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}
/* lists */
ol {
	margin: 1em;
	padding-left: 3em;
	line-height: 1.5em;
}
ul {
	margin: 1em;
	padding-left: 3em;
	list-style-type: square;
	line-height: 1.5em;
}
/* tables */
table {
	width: auto;
	margin: 1em;
	border-collapse: collapse; /*eliminates cell-spacing */
	empty-cells: show;
	caption-side: top;
}
	td, th {
	padding: .3em .5em;
	text-align: left;
}
	th {
	white-space: nowrap;
	background-color: #efefef;
	font-weight: bold;
	text-align: left;
}
	caption {
	margin: 1em 0;
	color: #600;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

/* links presentation */
a:link {
	color: #800;
}
a:visited {
	color: #600;
}
a:active, a:hover {
	color: #c00;
}
/* image presentation */
img {
	border: 0;
}
/* common classes */
.small {
	font-size: .9em;
}
.fltr {
	float: right;
	margin: .5em 1em 1em 1em;
}
.fltl {
	float: left;
	margin: .5em 1em 1em 0;
}
.txtc {
	text-align: center;
}
.txtl {
	text-align: left;
}
.txtr {
	text-align: right;
}
.b {
	font-weight: bold;
}
.ef {
	background-color: #efefef;
}
.cc {
	background-color: #ccc;
}
.hr {
	padding: 2em 0;
	background: transparent url(../img/hr.gif) no-repeat center;
}
.red {
	color: #900;
}
.bord {
	border: 4px solid #efefef;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  
	/* Holly Hack Targets IE Win only \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End Holly Hack */
	
/* specific */
#header h1 {
	margin: 40px 0 0 20px;
}
#header p {
	position: absolute;
	width: 260px;
	top: 115px;
	right: 20px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	font-style: italic;
	padding: 0;
}

#homeul {
	list-style-type: none;
	padding-left: 1em;
}
#homeul li {
	float: left;
	width: 200px;
	height: 35px;
	font: bold 14px/1em "arial narrow", arial, sans-serif;
	text-transform: uppercase;
	background: transparent url(../img/li.gif) no-repeat left top;
	padding-left: 2em;
}
.box {
	margin: 0 2.3em;
	width: 184px;
	height: 166px;
	background: transparent url(../img/address.jpg) no-repeat;
}
.box p {
	padding-top: 5em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#footer p.nav {
	height: 20px;
	padding-top: 1em;
	margin-left: 1.5em;
}
#footer>p.nav {
	padding-top: 0;
}
#footer p.nav a {
	float: left;
	padding: 0 2.5em;
	font-size: .8em;
	text-transform: uppercase;	
	text-decoration: none;
}
#footer p {
	font-size: .9em;
	color: #fff;
}