/**** R E S E T *******************************************************************/

/* a5c631 */
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;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height:0;
}
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;
}
*{
	-moz-box-sizing: border-box;
 /* Mozilla */
	box-sizing: border-box;
 /* Opera7 */
	-webkit-box-sizing: border-box;
}
/********************************************************************************/
body{
	color:#000000;
	font-size:10pt;
	font-family:verdana,tahoma,sans-serif;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	background-color:#A75531;
	background-image:url('/images/skin-1002/background.jpg');
	background-repeat:repeat-y;
	background-position:top center;
}
#container{
	margin:0 auto;
	width:910px;
	text-align:center;
	position:relative;
}
a, a:visited, a:active{
	color:blue;
}
#header{
	height:95px;
	width:910px;;
	margin:0 auto;
	padding-right:20px;	
	position:relative;
	background-image:url('/images/skin-1002/background-header.jpg');
	background-repeat:repeat-x;
	background-position:0 -8px;
}
#header h1{
	background-image:url('/images/skin-1002/sydenham-village.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:14pt;
	margin:2px 0 5px 0;
	padding:0px 0 2px 0px;
	width:202px;
	height:126px;
	position:absolute;
	top:25px;
	left:35px;
	z-index:100;
}
#header h1 span{
	display:none;
}
#header #headerLinks{
	padding-top:10px;
	font-size:8pt;
	font-weight:normal;
	text-align:right;
}
#header a, #header a:visited{
	color:#242D84;
	text-decoration:none;
}
#header #headerLinks a:hover{
	text-decoration:underline;
}
#header #weather{
	font-size:8pt;
	text-align:right;
}
#navmenu{
	position:absolute;
	top:329px;
	left:250px;
	width:650px;
	height:31px;
	line-height:31px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:right !important;
	z-index:100;
}
#navmenu ul{
	width:650px;
	text-align:center !important;
	display:inline;
}
#navmenu li{
	float:left;
	padding:0 12px 2px 12px;
	display:inline;
	list-style-position:inside;
	margin:0;
}
 /*---------------------------------*/
#navmenu .button{
 	left:0pt;
 	font-weight:normal;
	font-family:verdana,tahoma,arial,sans-serif;
 	text-align:center;
 	vertical-align:top;
 	font-size:10pt;
	font-weight:bold;
 	margin:0;
	padding:0;
	padding-left:0px;
	white-space:nowrap;
	height:31px;
	background-color:inherit;
}
#navmenu .button a{
	background-image:url("/images/skin-1002/buttons-on-off.gif");
	margin:0px;
	height:31px;
	width:130px;
 	display:block;
	padding:0 5px 0 15px;
	text-decoration:none;
	color:#000000;
}
#navmenu .button a:visited{
	color:#000000 !important;
}
#navmenu .button a:hover{
 	text-decoration:none;
	background-image:url("/images/skin-1002/buttons-on-off.gif");
	background-position:-132px 0px;
	background-repeat:no-repeat;;
	margin-top:1px;
	color:#ffffff;
}
#navmenu .buttonSelected{
 	text-decoration:none;
	background-image:url("/images/skin-1002/buttons-on-off.gif");
	background-position:-132px 0px;
	background-repeat:no-repeat;;
	margin-top:1px;
	color:#ffffff !important;
}
#navmenu .buttonSelected a, #navmenu .buttonSelected a:visited{
	color:#ffffff !important;
}
#navmenu .button span{
}
#content{
	background-image:url("/images/skin-1002/background-content.jpg");
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
	margin:0 auto;
	position:relative;
	color:inherit;
	width:100%;
	min-height:500px;
	height:auto;
	padding:0px 15px 0 15px;
	font-size:9pt;
	overflow:hidden;
}
#splashFrame{
	border:3px solid #763C23;
	background-image:url("/content/uploads/rotate-sydenham_dam.jpg") ;
	background-repeat:repeat-x;
	position:relative;
	left:0;
	top:0px;
	margin:0;
	padding:0;
	background:gray;
	width:910px;;
	height:265px;
	text-align:center;
	overflow:hidden;
	z-index:0;
}
#splashShadows{
	/*background-image:url("/images/skin-1002/foreground-splash.png");
	background-repeat:repeat-x;*/
	width:910px;
	height:275px;
	position:absolute;
	top:95px;
	z-index:3;
}
#splashImage{
	border:1px inset black;
	width:910px;;
	height:275px;
	margin:0;
	padding:0;
	overflow:hidden;
	z-index:2;
}
#splashImage img{
	display:none;
}
#header #search{
	padding:0;
	margin:0;
	position:absolute;
	right:2px;
	top:55px;
	height:25px;
	width:400px;
	text-align:right;
}
#header #search input{
	background-color:#A75531;
	border:1px solid gray;
	color:white;
}
#content #leftColumn{
	border:2px inset #C1663F;
	background:#FAAC58;
	margin:20px 0;
	padding:5px 10px;
	min-height:400px;
	width:220px;
	text-align:left;
	float:left;
}
#content #leftColumn a,#content #leftColumn a:visited{
	display:inline-block;
	line-height:21px;
	width:200px;
	height:20px;
	color:navy;
}
#content #leftColumn a:hover{
	background-color:#A75531;
	color:#ffffff;
	padding-left:4px;
}
#content #leftColumn h3{
	padding-bottom:1px;
	margin-bottom:5px;
	border-bottom:1px dotted gray;
}
#content #leftColumn img{
	width:auto;
	height:auto;
	border:0;
	margin:0;
	padding:0;
}
#content #rightColumn{
	width:640px;
	float:right;
	padding:12px;
	min-height:400px;
	position:relative;
	left:0px;
	top:10px;
}
#content #rightColumn h1{
	/* red heading */
	color:red;
	letter-spacing:5px;
	text-transform:uppercase;
	line-height:25px;
	font-size:12pt;
	margin:15px 0 10px 0;
	padding:0 10px 0 10px;
}
#content #rightColumn h2{
	color:#482718;
	letter-spacing:-1px;
	border-bottom:2px solid #D79071;
	line-height:25px;
	font-size:16pt;
	margin:15px 0 10px 0;
	padding:0;

}
#content a{
	color:#242D84;
}
#content img{
	margin:2px 5px 2px 5px  !important;
	border:1px solid #000000;
	padding:6px !important;
	height:200px;
	width:auto;
}
#content #rightColumn h3{
	bo rder-top:1px dotted #FE9A2E;
	color:#FE9A2E;
	line-height:30px;
	font-size:11pt;
	letter-spacing:-1px;
	margin:0px 0 2px 0;
	padding:0;
}
#content h4{
	clear:both;
	color:#ffffff;
	font-size:9pt;
	margin:10px 0;
	padding:0;
	position:relative;
	top:-10px;
}
#content h5{
	clear:both;
	color:#452d15 !important;
	font-size:8pt;
	margin-top:6pt;
	padding-top:6pt;
	
}
#content p{
	padding:0 0 15px 0;
}
#content blockquote{
	font-size:8pt;
	margin-left:20px;s
	margin-right:60px;
	text-align:justify;
	border-left:3px solid gray;
	padding-left:100px;
	padding:20px;
	line-height:15px;
	border-top:1px dotted gray;
	min-height:50px;
	height:auto;
}
#content #contactForm{
	border:0 !important;
}
#content #contactForm tr{
	border:0 !important;
}
#content #capchaImage{
	border:0 !important;
}
#content ul, #content ol{
	margin:2px 2px 4px 15px;
}
#content ul{
	list-style:disc;
}
#content ul ul{
	list-style:square;
}
#content ul ul ul{
	list-style:circle;
}
#content ol{
	list-style:upper-roman;
}
#content ol ol{
	list-style:upper-alpha;
}
#content ol ol ol{
	list-style:lower-roman;
}
#content ol ol ol ol{
	list-style:lower-alpha;
}
#content table{
	border-top:0;
	margin:4px;
}
#content table b, #content table strong{
}
#content table tr td{
	vertical-align:top;
}
#content table tr td img{
	width:300px;
	height:auto;
}
#content table tr{
	border-top:1px dotted gray;
}
#content table tr:first-child{
	border-top:0;
}
#content form table td{
}
#content form table td:first-letter{
}
#content form table td img{
	height:50px;
	width:auto;
	margin:1px !important;
	padding:0 !important;
	position:relative;
	left:0;
	border:0;
}
/*#content form table td a:hover img{
	height:200px !important;
	width:auto;
	margin:1 !important;
	padding:0 !important;
	position:absolute;
	border:2px outset white;
	z-index:100;
}*/
#content .blogContent *{
	font-size:9pt !important;
	font-family:sans-serif !important;
	line-height:15px !important;
}
#content .blogContent h3{
	font-size:10pt !important;
	margin-top:25px !important;
	padding-top:4px !important;
}
#content .blogLink, #content .blogLink a, #content .blogLink a:visited {
	font-size:7pt !important;
}
#content .blogContent p{
	padding:0 0 15px 0 !important;
	margin:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
}
#content .blogDate{
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	display:inline-block;
	float:right;
}
#content .backToTop{
	padding-right:5px;
	display:block;
	text-align:right;
	font-style:italic;
	font-size:8pt;
}
#content .backToTop:hover{
	background:navy;
	color:white;
}
#footer{
	background-color:#C1663F;
	background-image:url("/images/skin-1002/background-footer.jpg");
	background-repeat:no-repeat;
	background-position:0 -10px;
	border-bottom:0;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:10px;
	padding:20px 40px;
	width:910px;;
	height:120px;
	clear:both;
	font-size:8pt;
	text-align:left;
	color:black;
	overflow:hidden;
}
#footer ul{
	padding:0 0 0 20px;
	float:left;
	width:25%;
	font-size:8pt;
}
#footer ul li{
	border-bottom:1px dotted #404040;
}
#footer ul li a, #footer ul li a:visited{
	color:navy;
	text-decoration:none;
}
#footer ul li a:hover{
	color:white;
	text-decoration:underline;
}
#footer ul h3{
	color:white;
	font-size:9pt;
	letter-spacing:-1px;
}
#footer p{
	line-height:28px;
	padding-top:3px;
	margin:0;
}
#footer p:last-child{
	color:white;
	line-height:20px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:7pt;
}
#copyright{
	margin:0;
	text-align:center;
	line-height:15px;
	font-size:7pt;
	color:#efefef;
	padding:0;
	width:910px;;
	height:120px;
	border-top:1px dotted #C1663F;
	padding-top:10px;
}
#copyright a{
	color:#efefef;
	font-weight:bold;
}
.formButtons{
	background-image:url("/images/skin-1002/background-button.png");
	background-repeat:no-repeat;
	background-color:transparent;
	color:white;
	font-family:verdana,tahoma,sans-serif;
	font-size:8pt;
	height:27px;
	min-width:70px;
	line-height:20px;
	padding:0 0 7px 0;
	margin:0 0 4px 0;
	border:0 !important;
}
.formButtons:hover{
	background-image:url("/images/skin-1002/background-button.png");
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0 1px;
	color:yellow;
}
#rightCalloutWrapper{
	/* This shows a pop-out style of callout on the right column*/
	width:30px;
	height:500px;
	display:block;
	overflow:hidden;
	border-left:3px solid gray;
	position:absolute;
	right:0;
	cursor:pointer;
	display:none;
}
#rightCalloutWrapper:hover{
	border:0;
	display:inline-block;
	width:230px;
	height:600px;
	cursor:auto;
}
.callout{
	z-index:1;
	width:220px;
	min-height:100px;
	border:1px solid #444444;
	text-align:center;
	padding:0px;
	padding-bottom:20px;
	position:relative;
	background:black;
}
#content .callout h3{
	font-family:verdana,arial,sans-serif;
	font-size:12pt;
	letter-spacing:1px;
	color:white;
	position:relative;
	top:-3px;
	left:0px;
	width:100%;
	height:40px;
	text-align:center;
}
#content .callout ul{
	width:100%;
	text-align:left;
	margin:0 25px 0 25px;
	line-height:30px;
}
#content .callout a{
	color:red;
}
.calendar{
	overflow:hidden;
	border:2px outset black;
	padding:2px;
	margin-left:5px !important;
	font-size:8pt;
}
.calendar tr:first-child{
	text-align:center;
	background:#000000;
	color:#ffffff;
}
.calendar td{
	padding:1px;
	text-align:center;
	border:1px solid black;
	font-size:7pt;
}
.highlightBlue{
	background-color:blue;
	color:white;
}
.highlightYellow{
	background-color:yellow;
}
.highlightWhite{
	background-color:white;
	border:2px solid black;
	font-weight:bolder !important;
}
.frontPageColumns td{
	width:50% !important;
	padding:10px;
}
#marquee .blogContent, #marquee .blogContent .blogDescription{
	font-size:8pt !important;
	line-height:10px;
}
#marquee .blogContent h3{
	border:0 !important;
	font-size:8pt !important;
}
#marquee .blogContent .blogDate{
	font-size:7pt !importantup;
}
#googleAdTop{
	position:absolute;
	top:5px;
	left:245px;
	width:400px;
	height:72px;
}
