/*-------------Start Misc-------------*/
/*
body {
        font: 78%/1.5 font-family: Garamond, serif;
        font-weight:bold;
        color:#1f1f1f;
        background:url(images/tile.gif);
        text-align: center;
        padding: 0;
        margin: 1em;
}

*/
body {
        /*font: 78%/1.5 Verdana, serif;*/
		font-family: Georgia, Times New Roman, Times, serif;
		font-size:13px;
        color:#1f1f1f;
        background:url(images/tile.gif);
        text-align: left;
        padding: 0;
        margin: 1em;
}
p {
        background: url(remorabg.gif) center no-repeat;
        margin: 1em 2em;
}

fieldset {
        text-align:left;
}

table {
        border: 5px solid #FFFFFF;
}
td {
	text-align:left;
	vertical-align:top;
}

/*-------------End Misc-------------*/

/*-------------Start Pictures------------*/
.portrait {
		margin-right:5px;
}
img {
		border:none; 
}

.image_floating_right {
	float:right;
	clear:right;
	display:inline;
}

.image_floating_left {
	float:left;
	clear:left;
	display:inline;
}

/*-------------End Pictures------------*/

/*-------------Start Content Area------------*/
.content {
	text-align:left;
	vertical-align:top;
}

.content img
{
	margin:5px;
}

.content td {
	padding-top:1px;
	font:Verdana, Arial, Helvetica, sans-serif;
		font-size:15px;
}

/*Content Boxes*/
fieldset {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	margin:4px;
}

.captiontext {
	font-size: 12px;
}

/*-------------End Content Area------------*/

/*-------------Start Links-------------*/
a:link, a:visited, a:active { 
		color:#669900;
		text-decoration:none;
}

a:hover { 
		text-decoration:underline; 
}

.small_link {
	font-size: 12px;
}

.medium_link {
	font-size: 14px;
}
/*-------------End Links-------------*/

/*-------------Start Headings-------------*/

/*  'This has two differnt sizes; Regular and .daddy
	'Daddy is larger
*/

h2 { /*Sub Category Title */
	text-decoration:underline;
	font-weight:bold;
	text-indent:15px;
	font-size:15px;
	text-shadow:#669900;
}

h3 /*Category Title*/
{
	text-indent:5px;
	color:#669900;
	font-size:18px;
}

h3.noindent {
	text-indent: 0px;
	color:#669900;
	font-size:18px;
	margin-bottom: 0px;
}

h4 /*Page Title*/
{ 
	text-align:left;
	background-color:#669900;
	font-size:20px;
	color:#FFFFFF;
	width:100%;
	margin:0px;
	text-indent:20px;
}
/*-------------End Headings-------------*/

/*-------------Start Nav-------------*/
#container {
        width: 755px;
        background: #F4ECD9;
        text-align: left;
        border: 1px solid #eda;
        margin: 0 auto;
		font-size:15px;
}

p#smurf {
        background: transparent;
        font-style: italic;
        text-align: center;
        font-weight: bold;
        color: #7C6240;
}

#smurf strong {
        font-size: 1.2em;
        color: black;
}

#nav, #nav ul {
        float: left;
        width: 755px;
        list-style: none;
        line-height: 1;
        background: white;
        font-weight: bold;
        padding: 0;
        border: solid #eda;
        border-width: 1px 0;
        margin: 0 0 1em 0;
}

#nav a {
        display: block;
        width: 8em; /* no idea */
        w\idth: 6em;
        color: #7C6240;
        text-decoration: none;
        padding: 0.2em 1em;
}

#nav a.daddy {
		font-family: Garamond, serif;
		font-size:22px;
		display: block;
        width: 14.0em; /* no idea */
        w\idth: 14.0em;
        color: #7C6240;
        text-decoration: none;
        padding: 0.2em 1em;
        
        background-color:#000000;
}


#nav li {
        float: left;
        padding: 0;
        width: 5.5em; /* first level width of cell*/
}
#nav li.drop {
		font-family: Garamond, serif;
		font-size:15px;
		float: left;
        padding: 0;
        width: 5.5em; /* first level width of cell*/
		background: url(rightarrow2.gif) center right no-repeat;
}
#nav li.daddy {
		font-family: Garamond, serif;
		font-size:15px;
		float: left;
        padding: 0;
        width: 9.5em; /* first level width of cell*/
		background: url(rightarrow2.gif) center right no-repeat;
}

#nav li.daddynodrop {
		font-family: Garamond, serif;
		font-size:15px;
		float: left;
        padding: 0;
        width: 9.5em; /* first level width of cell*/
}

#nav li a {
        width: 5.5em; /* first level selectable area width */
        w\idth: 3.5em;
}

#nav li.drop a {
		font-family: Garamond, serif;
		font-size:15px;
		width: 5.5em; /* first level selectable area width */
        w\idth: 3.5em;
}

#nav li.daddy a {
		font-family: Garamond, serif;
		font-size:15px;
		width: 7.5em; /* first level selectable area width */
        w\idth: 7.5em;
}
#nav li ul {
        position: absolute;
        left: -999em;
        height: auto;
        width: 8.5em; /* width of second layer */
        w\idth: 8.5em;
        font-weight: normal;
        border-width: 0.25em;
        margin: 0;
}
#nav li.daddy ul {
		font-family: Garamond, serif;
		font-size:15px;
		position: absolute;
        left: -999em;
        height: auto;
        width: 12.0em; /* width of second layer */
        w\idth: 12.0em;
        font-weight: normal;
        border-width: 0.25em;
        margin: 0;
}
        
#nav li li {
        padding-right: 1em;
        width: 7.6em /* second layer mouse over color width */
}

#nav li.daddy li {
		font-family: Garamond, serif;
		font-size:15px;
		padding-right: 1em;
        width: 9.2em; /* second layer mouse over color width */
		w\idth:11.2em;
}

#nav li.daddy li.expand {
		font-family: Garamond, serif;
		font-size:15px;
		background: url(rightarrow2.gif) center right no-repeat;
}

/*
#nav li.daddy li.expand a {
		background: url(rightarrow2.gif) center right no-repeat;
		background:
}
*/

#nav li ul a {
        width: 5em; /* second layer selectable area width */
        w\idth: 6.5em;
}
#nav li.drop ul a {
		font-family: Garamond, serif;
		font-size:15px;
		width: 5em; /* second layer selectable area width */
        w\idth: 6.5em;
}
#nav li.daddy ul a {
		font-family: Garamond, serif;
		font-size:15px;
		width: 8.0em; /* second layer selectable area width */
        w\idth: 10.0em;
}

#nav li.daddy ul ul {
		font-family: Garamond, serif;
		font-size:15px;
		margin: -1.75em 0 0 12em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
        left: auto;
}

#nav li:hover, #nav li.sfhover, #nav {
        background: #eda;
}

#content {
        clear: left;
}

#content a {
        color: #7C6240;
}

#content a:hover {
        text-decoration: none;
}

#scaffolding {
        height: 70px;
        background: white url(/images/header_bg.gif) no-repeat;
        border: solid #eda;
        border-width: 1px 0 0 0;
        margin: 1em 0 0 0;
}

#scaffolding a {
        text-decoration: none;
        text-indent: -999em;
        display: block;
        height: 70px;
        background: url(/images/hdlogo_flip2.gif) no-repeat;
        background-position: 181px 0;
}

#scaffolding a:hover {
        background-position: 181px -70px;
}
/*-------------End Nav-------------*/