@import url('reset.css');

body { font: 1em/1.5 Georgia, "Palatino", Palatino Linotype, Times, "Times New Roman"; }

a {	color: #780101;
	text-decoration: none;
}

a:hover, a.current { text-decoration: underline; }
em {font-weight: bold;}
p, ul { margin-bottom: 1.5em;}
h1 {
	font-size: larger;
	margin-bottom: .5em;
}

#container {
	width: 668px;
	margin: 0 auto;
	padding-top: 1em;
}

#header {
	text-align: center;
}

#nav {
	margin-top: .8em;
	margin-bottom: 2em;
	padding: 0;
	width: 674px;
	text-align: center;
	position: relative;
	right: 6px;
}

#nav li {
	display: inline;
	padding-left: 1.5em;
}

#nav .first {
	padding-left: 0;
}


#leftMain { 
	float: left;
	width: 305px;
}

#rightMain {
	float: right;
	width: 305px;
}

ul {
	padding-left: 15px;
}

ul.bullet {
	list-style: disc;
	list-style-type: disc;
	margin-bottom: 1.5em;
}

ul.bullet li {
	list-style: disc;
	list-style-type: disc;
}

img.portrait {
	float: left;
	margin-right: 1em;
}

img.portrait+p {
	position: relative;
	top: -5px;
	margin: 0;
}

div.history { 
	margin-bottom: 1.5em;
	overflow: auto;
}

#footer {
	clear: both;
	margin-top: 2em;
	padding-top: 1.5em;
	text-align: center;
	font-size: smaller;
	border-top: 1px solid black;
}

#address {
	display: inline-block;;
	position: relative;
	right: 30px;
}

#phone {
	display: inline-block;;
	position: relative;
	left: 30px;
}

#disclaimer {
	text-align: center;
	background: #FFF8AB;
	border-bottom: 1px solid #999;
	height: 2.5em;
}

#disclaimer p{
	position: relative;
	top: 20%;
}


*html #address, *html #phone {display: inline;} /* ie6 hack to get the blocks to display inline */
*+html #address, *+html #phone {display:inline;} /* and the same hack for ie7 */

#copyright {
	padding-top: 3em;
	font-size: x-small;
}
