/* CSS Document */

body {
	background: white;
	color: black;
	margin: 0;
	text-align: center;
}
img {
	border: 0;
}
#mainlogo {
	padding-top: 35px;
}
#bgleft {
	background: url(../images/bgtileleft.gif) repeat-y left;
}
#bgright {
	background: url(../images/bgtileright.gif) repeat-y right;
}
#bgleft2 {
	background: url(../images/bgtileleft2.gif) repeat-y left;
}
#bgright2 {
	background: url(../images/bgtileright2.gif) repeat-y right;
}



#nav {
	font: 12px "Arial Narrow", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	min-width: 550px;
	text-align: center;
	background: url(../images/nav_bgtile.png) repeat-x;
	padding: 16px 0;
}
#navlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist li {
	margin: 0 13px;
	padding: 10px 0;
	display: inline;
}
#navlist li a:hover {
	color: #007899;
}
#navlist #active {
	background: url(../images/active_tilebg.gif) repeat-x top;
}
#navlist a {
	text-decoration: none;
	color: black;
	height: 36px;
}



#content {
	width: 500px;
	margin: 0 auto;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 20px 0;
	line-height: 18px;
}
#mailer {
	text-align: right;
	padding: 10px 15px 10px 10px;
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
}
#links {
	padding: 15px 15px;
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
}
.specialnote {
	color: #CC3300;
}


#footer {
	font: 9px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #888888;
	padding: 35px 0;
}
#footer a {
	color: #888888;
}
#flatironlogo {
	padding-top: 4px;
}



#contactform input, #content textarea {
	border: 1px solid #ccf2fd;
	margin-top: 4px;
	background: #EEEEEE;
}
#contactform input:focus, #content textarea:focus {
	background: white;
}
.custominput1 {
	width: 245px;
}
.custominput2, .custominput3 {
	width: 490px;
}
.custominput4 {
	border: 1px solid #ccf2fd;
	margin-top: 4px;
	width: 180px;
	text-align: center;
}
#submitbutton { cursor: pointer; }
.tfvHighlight {color: #FF0000;}
.tfvNormal {color: black;}



#flyerthumb {
	float: left;
}



#notice {
	text-align: center;
	color: #FF0000;
}



#contactinfo { font: 10px Gotham, Arial, Helvetica, sans-serif; color: #AAAAAA; }
