/* Treanor Architects, P.A. - 2009 - Update for EMAIL Prefs */
html { height: 100%; }

body
{
	font-family: "Trebuchet MS", Arial, Verdana, San-Serif;
	font-size: 11px;
	text-align: left;
	background-color: #DDDDDD;
	height: 100%;
	margin: 0px auto 0px auto;
}

li, ul, p, h1, h2, h3
{
	padding: 0px;
	margin: 0px;
}

img { border: 0; }

#project-template { background-image: url("../i/email/back.gif"); }

#template-wrap
{
	width: 910px;
	margin: 0 auto 0 auto;
	background-image: url("../i/template/back.gif");
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#wrapper
{
	background-color: #FFF;
	margin: 0 5px 0 5px;
	width: 900px;
}

/* Firefox Outline */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* Header */
#header
{
	background-color: #000000;
	width: 900px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

/* Home */
#home
{
	float: left;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url("../i/email/grad1.gif");
	background-repeat: repeat-x;
	border-color: #FFFFFF;
	border-width: 0 0 1px 0;
	border-style: solid;
	font-size: 11px;
}

#home li
{
	float: left;
	list-style: none;
}

#home a
{
	float: left;
	padding: 0px 0px 0px 3px;
	text-decoration: none;
	color: #023A67;
	line-height: 20px;
}

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

/* Navgation */
#nav
{
	width: 900px;
	background-color: #000000;
	height: 60px;
	float: left;
}

#nav .division { padding: 0 0 0 20px; }

/* Content */
#content
{
	float: left;
	width: 900px;
	background-image: url("../i/template/grad2.gif");
	background-repeat: repeat-x;
	padding-bottom: 20px;
}


/* Preferences */
td#prefs { width: 600px; }

/* Project Information */
#forms
{
	font-family: Arial, Sans-Serif;
	margin-top: 20px;
}

#forms p
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	padding-left: 25px;
	font-size: 14px;
	color: #333;
}
#forms h1
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 20px;
	padding: 10px 5px 5px 25px;
	color: #333;
	font-weight: normal;
}

#forms table.information
{
	margin-left: 200px;
	width: 550px;
	margin-top: 20px;
	font-size: 13px;
}

#forms table.checks
{
	font-size: 12px;
	white-space: nowrap;
}

#forms td { padding: 5px; }

#forms td.title
{
	text-align: right;
}

#forms em
{
	color: #F00;
	font-size: 14px;
}

#forms span.required
{
	padding-right: 60px;
	font-size: 11px;
	color: #666;
}

/* unsubscribe */
#unsubscribe
{
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	margin-top: 40px;
	margin-left: 25px;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#unsubscribe p
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 14px;
	color: #333;
}
#unsubscribe h1
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 20px;
	padding: 10px 5px 10px 0;
	color: #333;
	font-weight: normal;
}

/* footer */
#footer
{
	clear: both;
	background-color: #DDDDDD;
	width: 885px;
	padding: 10px 0 10px 15px;
	border-bottom: 4px #BBBBBB solid;
	height: 80px;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}

#global-footer
{
	width: 885px;
	display: inline;
	margin-bottom: 10px;
}

#global-footer .section
{
	float: left;
	padding: 0 20px 0 20px;
}

#global-footer ul
{
	margin-top: 1px;
}

#global-footer li
{
	list-style-type: none;
	padding-top: 2px;
	line-height: 14px;
}

#global-footer a
{
	color: #777777;
	text-decoration: none;
}

#global-footer a:hover { color: #999999; }

#copyright
{
	clear: both;
	display: block;
	color: #999999;
	font-size: 10px;
	width: 800px;
	padding-top: 8px;
}

/* Error */
#errors
{
	border: 1px #F00 solid;
	margin: 5px 0 5px 25px;
	padding: 5px;
	background-color: #FCC;
	color: #F00;
	font-size: 12px;
}
#errors li { list-style-type: none; }

