/* THis is a Reset to get all browsers to show site similarly v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
	padding: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End or Reset to get all browsers to work correctly */









body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 0;
	background-color: #fff;
}


/* This is for the wrapper around the site */
#wrapper {
	width: 900px;
	margin: 0 auto 20px auto;
	padding: 0;
	border: 1px solid #414b2b;
	background-image:  url(images/tudor-place-background.gif);
}

#banner {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	background-image: url(images/tudor-place-banner.gif);
}
#banner p {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	margin: 55px 15px 15px 460px;
}
#banner a {
	text-decoration: underline;
	color: #fff;
}




/* main navigation */
#mainnav, #mainnav ul{
	
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	background: url(images/mainnav-bkgd.jpg) repeat-x;
	float: left;
	width: 100%;
}
#mainnav ul a {
	display: block;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #414b2b;
	padding: 0px 12px 6px 12px;
	text-decoration: none;
	text-align: center;
}
#mainnav ul li {
	display: inline;
	float: left;
	padding-left: 10px;
}
#mainnav ul a:hover, #mainnav a:active {
	color: #333;
	text-decoration: none;
}
#mainnav li ul { 
	position: absolute; 
	left: -999em; 
	width: 10em;
	margin: 0px;
	background-color: #ccd8b0; 
}
#mainnav li ul li { 
	float: none; 
	background-color: #ccd8b0; 
	display: block;
}
#mainnav li ul li a { 
	text-align: left;
	margin: 0px;
	padding: 3px 5px 3px 5px; 
	font-weight: bold; 
	background: #ccd8b0;
	color: #414b2b;
}
#mainnav li:hover ul,
#mainnav li.sfhover ul { 
	left: auto; 
}



/* The is the content section*/
#contentholder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#content {
	width: 650px;
	float: left;
	margin: 20px;
	padding: 0px;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	color: #414B2B;
	background-color: #fff;
	display: inline;
	font-style: normal;
}
#content p {
	font-size: 1em;
	line-height: normal;
	margin: 0 0 10px 0;
	font-style: normal;
}
#content p.red {
	font-size: 1em;
	line-height: normal;
	margin: 0 0 10px 0;
	color: #610225;
}
#content td.index {
	font-size: .9em;
	font-weight: bold;
	line-height: 100%;
	margin: 0;
	text-align: center;
}
#content a {
	color: #414b2b;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #610225;
	font-style: italic;
}
#content h1 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #610225;
}
#content h1.extratop {
	margin: 14px 0 8px 0;
}
#content h2 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 14px 0 6px 0;
	color: #414B2B;

}
#content h2.smalltop {
	margin: 5px 0 8px 0;
}
#content h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin: 0px 0 6px 0;
	color: #666;
}
#content h4 {
	font-size: 1.3em;
	font-weight: 700;
	margin: 0px 0 6px 0;
	color: #610225;
}	
#content ul {
	line-height: 1.5;
	margin: 5px 0 8px 0;
}
#content li {
	margin: 0;
	font-size: 1em;
}
#content li.nomargin {
	margin: 0 0 0 1em;
}
#content img {
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0px;
}
#content img.tudorplace {
	margin: 20px 12px 2px 12px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.imgl {
	padding: 5px 15px 5px 0px;
	float: left;
}

.imgr {
	padding: 5px 0px 5px 15px;
	float: right;
}
.clear {
	clear: both;
}

.center {
	text-align: center;
}

#sidebar {
	width: 185px;
	text-align: center;
	float: right;
	margin: 0;
	padding: 10px 12px 20px 12px;
	color: #333;
	font-size: 0.9em;
	line-height: 110%;
	display: inherit;
	background-color: #CCC;
}
#sidebar h1 {
	font-weight: bold;
	font-size: .9em;
	margin: 24px 0 0 0;
}
#sidebar h1.first {
	font-weight: bold;
	font-size: .9em;
	margin: 8px 0 0 0;
}
#sidebar p {
	margin: 0px;
}
#sidebar a {
	text-decoration: underline;
	font-weight: bold;
	color: #414b2b;
}
	

/* Footer */
#footer {
	width: 900px;
	margin: 0;
	clear: both;
	padding: 0;
	background-color: #414b2b;
}
#footer p {
	font-size: 0.8em;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 6px;
	font-weight: bold;
}

#wrapper #contentholder #content div .smalltop {
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper #contentholder #content div .smalltop {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #contentholder #content #content2 p {
	text-indent: 20px;
}

#wrapper #contentholder #content #content2 div p a {
	color: #800000;
}
#wrapper #contentholder #content #content2 p a sup a {
	color: #800000;
}
.hangingindent {
	text-indent: -22px;
	padding-left: 22px;
}
#wrapper #contentholder #content #content2 p strong {
	text-align: center;
}

