/*
Name:     Fiorilli Construction
By: 	  Les Proctor Direct
URL:      http://www.itsjustdm.com
Date:     September 16, 2007


Color Palette

	Blue 	00558c
	Lt Gray	ddd
	Dk Gray	bbb
	white 	eee
	brown	b59178
	black 	002f2f

*/
html, body, td #container {
	min-height: 100%;
	height: 100%;
}

html>body #container {
   	height: auto;
	}

body {
	background-color: #ddd;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: 50%;
	padding:0px;
	margin:0px;
}


table {border-collapse:collapse; border:0px;}


table#container {
	width: 720px;
	background-color: #bbb;
	}

td { vertical-align:top; padding:0px;}

a:hover{text-decoration:none;}

img { border:0px;}

.h1 {
	color: #00558c;
	font-weight: bolder;
	font-size: 103%;
}
.subhead{
	color:#002f2f;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}

.m_text, table, li, input, textarea, div
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#002f2f;
	}
	
p {
	text-align: justify;
	}
	
.m_text a{ color:#00558c}
.m_text strong a{ color:#00558c; text-decoration:none}
.m_text strong a:hover{ color:#000000; text-decoration:underline}
.m_text li a{ color:#00558c; text-decoration:underline}
.m_text li a:hover{ color:#B5CEEE; text-decoration:none}

.subnav {
	color:#eee;
	font-size: 9.5px;
}
.subnav a{ color:#eee}
.subnav a:hover{ color:#5983b3}
.copyright a{ color:#002f2f}
.copyright a:hover{ color:#222}
.copyright { color:#002f2f}


.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}
	
input, textarea, text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#666;
	}
	
.div { width:65px; height:17px; color:#B5CEEE; font-size:9px; background:url(images/bg-div.gif) no-repeat; display:table}

ul {margin:0; padding:0; list-style:none}
li  {background:none; margin:0px; padding:0px}
li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#00558c}

td . siteid {
	background-color: #ddd;
	background-repeat: repeat;
	background-position: 50%;
	padding:0px;
	margin:0px;
}

td .affiliation { vertical-align:bottom; padding-bottom:20px;}
