/* Styles for Arcitectural Site */

/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: underline; color : #6600CC; }
a:hover		{ text-decoration: underline; color : #6699FF; }
hr	{ height: 0px; border: solid #6600CC 0px; border-top-width: 1px;}

/* text styles */
.gen
{
	font-size: medium;
	line-height: 120%; 
	color: #000000;
}

.gensmall
{
	font-size: 10px;
	color: #666666;
}

.title
{
	font-size: 20px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.menu_header
{
	font-size: 14px;
	font-style: italic;
	color: #FFFF00;
	font-weight: bold;

}

div.thumb div {
    border:1px solid #cccccc;
    padding: 3px;
    background-color: #F4FEFF;
    font-size: 94%;
    text-align: center;
}

div.thumb div div.thumbcaption {
    border: none;
    text-align: center;
	font-style: italic;
    padding: 0.3em 0 0.1em 0;
}
div.tright {
    float: right;
	margin-left: 0.5em;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border: 0.5em 1.4em 0.8em 0;
}