/* **** basic elements **** */

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Tw Cen MT Condensed", "Franklin Gothic Medium Cond", "Arial Narrow";
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {font-family: "Agency FB", "Tw Cen MT Condensed", "Franklin Gothic Medium Cond", "Arial Narrow";}

.red {color: red;}

.bodywrap {
	margin: 0 auto;
	text-align: center;
	text-valign: top;
	width: 100%;
}

.stream {display: none;}

.clear {clear: both;}

img {
	border: 0px;
	margin: 0;
	padding: 0;
	vertical-align: middle;

}

/* **** text elements **** */

p {margin: 0;}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div {font-size: 1em;}

a {
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	text-decoration : underline;
}

/* **** layout elements **** */

.notice {
	color: red;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}

.contact {
	background: #333333;
	border-bottom: 1px solid #FFFFFF;
	height: 27px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.tel {
	background: #333333;
	float: left;
	height: 27px;
	margin: 0;
	padding: 0;
}

.tel p {display: none}

.email {
	background: #333333;
	float: right;
	height: 27px;
	margin: 0;
	padding: 0;
}

.email p {display: none}

.brand {
	background: #FF0000 url("/images/background-brand.jpg");
	height: 150px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slogan {
	background: #333333 url("/images/background-slogan.jpg") top center no-repeat;
	border-bottom: 1px solid #000;
	border-top: 1px solid #FFFFFF;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slogan p {display:none}

.contentFront h1 {
	background: #FFFFFF url("/images/background-whatWeDo.jpg") top center no-repeat;
	height: 226px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.contentFront h1 p, h2, h3, h4, .text {display: none;}

.contentOther {
	background: #FFFFFF;
	margin: 10px auto;
	padding: 0 0 20px 0;
	text-align: left;
	width: 749px;
}

.contentLeft {
	float: left;
	margin: 0 10px 0 0;
	width: 339px;
}

.contentRight {
	float: right;
	width: 400px;
}

.footer {
	background: #FFFFFF;
	font-size: 15px;
	margin: 10px;
	padding: 0;
	text-align: center;
}

/* **** links **** */

.nav .content {
	background: #000000;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 30px;
	font-family: "Agency FB", "Tw Cen MT Condensed", "Franklin Gothic Medium Cond", "Arial Narrow";
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	width: 100%;
}

.nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}

.navBase {
	background: #333333 url("/images/background-nav.jpg") top center no-repeat;
	border-bottom: 1px solid #000;
	border-top: 1px solid #FFFFFF;
	height: 29px;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* **** Forms **** */

label {
	float: left;
	font-weight: bold;
	width: 150px;
}

input, textarea {
	margin-bottom: 5px;
	width: 350px;
}

textarea {
	height: 100px;
	width: 350px;
}

#submitbutton {
	margin-left: 150px;
	margin-top: 5px;
	width: 90px;
}

#printAddress {display:none;} 
