/* Treanor Architects, P.A. - 2008 */
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; }

em
{
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

#project-template { background-image: url("../i/08/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;
}

/* 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/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; }

#nav ul
{
	float: right;
	padding-top: 23px;
	padding-right: 20px;
}

#nav li
{
	list-style-type: none;
	display: inline;
}

#nav li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#nav li a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

/* Content */
#content
{
	float: left;
	width: 900px;
	background-image: url("../i/template/grad.gif");
	background-repeat: repeat-x;
	padding-bottom: 2px;
}

#content ul { margin-left: 15px; }

#content li
{
	list-style-type: none;
	padding-top: 5px;
}

#center-table
{
	background-color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica;
}

#center-table h1 { padding: 5px 5px 5px 10px; }
#center-table table
{
	width: 900px;
}

#center-table table td
{
	vertical-align: top;
	width: 280px;
}

#center-table table p
{
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 17px;
}

#center-table h2
{
	color: #5e984d;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial;
}

.callout { background-color: #5e984d; }
.callout span
{
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 30px 30px 30px;
	display: block;
}

#bottom-table
{
	background-color: #d9e2da;
	padding-top: 20px;
}

#bottom-table td.col1
{
	width: 280px;
} 

#bottom-table td.col2
{
	width: 290px;
	padding-right: 20px;
	padding-left: 20px;
} 

#bottom-table td.col3
{
	width: 290px;
	padding-right: 20px;
} 

#info-table
{
	background-color: #d8e2d9;
	padding-top: 20px;
}

#info-table b { font-size: 12px; }

#info-table td.col1
{
	width: 260px;
	padding-right: 20px;
	padding-left: 20px;
}

#info-table td.col2
{ width: 590px; }

#info-table em
{
	color: #555;
	font-size: 12px;
}

.info-image
{
	padding-top: 10px;
	padding-bottom: 10px;
}


a
{
	color: #FF0000;
	text-decoration: underline;
}

a:hover
{
	color: #666;
	text-decoration: none;
}



/* Footer */
#footer
{
	clear: both;
	background-color: #DDDDDD;
	width: 885px;
	padding: 10px 0 10px 15px;
	border-bottom: 4px #BBBBBB solid;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
}

#copyright
{
	clear: both;
	display: block;
	color: #999999;
	font-size: 10px;
	width: 800px;
	padding-top: 5px;
}

