/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
/*body {
	margin: 0;
	padding: 0;
	background:url(images/background.jpg) bottom center no-repeat;
	color:#5a6469 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; */
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/top_bar.gif);
	background-repeat: repeat-x;
}

* html body {
	font-size: small; /* for IE5/Win */
	f/ont-size: medium; /* for other IE versions */
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#6c92a7 /*lighter grey blue */;
	text-decoration:none;
}
a:hover {
	color: #007dc3 /*medium blue*/;
	text-decoration: underline;
}
a:active {
	color:#ffa900 /*orange */;
	text-decoration:none;
}
h1 {
	font-size: 200%;
	font-weight:bold;
	color:#007dc3 /*medium blue*/;
}
h2 {
	font-size: 160%;
	font-weight:bold;
	color:#355364 /*lighter blue gray*/;
}
h3 {
	font-size:120%;
	font-weight:bold;
}


#wrapper {
	width: 932px;
	background:#fff url(images/bg-top.jpg) top left no-repeat;
	padding: 0;
	margin: 20px auto 0 auto;
}

.clear {
	clear: both;}
.smaller {
	font-size: 90%;}
.center {
	text-align:center;}	


ul,  ol,  dl {
	margin: 5px 0 10px 15px; 
	padding: 0 0 0 5px;}
	
ul li { 
	margin: 0 0 0 5px; 
	padding: 2px 0 0 5px;}  
	
ol { 
	margin: 5px 0 10px 20px; 
	padding: 0;
}
 
li { 
	margin: 0 0 0 10px; 
	padding-bottom: 10px;}  
dt { 
	padding: 2px 0 2px ; 
	margin: 0; 
	} 

dd { padding: 0 0 0 10px; margin: 0;}	
	
 					/* ------------------- header area --------------------- */
#header {
	margin: 0;
	padding: 0;
	height: 100px;
	background:url(images/clegg_logo_lrg) top left no-repeat;
}
#header img#logo {
	margin: 15px 0 20px 20px;}

				/* --------------------- navigation area: top menu ------------------*/
#topmenu {
	float:left;
	margin: 0 8px 10px 10px;
	padding: 0;
	width: 905px;
	height: 25px;
	background:url(images/bg-mainnav.jpg) top left no-repeat;
	color: #052334 /*dark blue gray*/;
	font-size: 14px;
	font-weight:bold;
}
#topmenu ul {
	float:left;
	padding: 0 20px;
	margin: 0;
}
#topmenu li { 
float:left; 
padding: 2px 0 5px 0; 
margin: 0; 
list-style:none
}
#topmenu li a {
	display:block;
	padding: 0 35px;
	border-left: 1px solid #fff;
	border-right: 1px solid #052334 /*dark blue gray*/;
	text-decoration:none;
	font-size: 90%;
}
#topmenu li a:hover {
	color: #007dc3 /*medium blue */;
}
#topmenu li a:active {
	color: #990000;
}
#topmenu #selected a{
	background:url(images/bg-mainnav-sel.jpg) top left repeat-x;
	color: #052334 /*dark blue gray*/;}
#topmenu .first a{
	border-left: none;}
#topmenu .last a {
	border-right: none;}

				/* --------------------- navigation area: main menu left ------------------*/
				
.navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 31px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
}				
				
#mainmenu {
	float:left;
	background:url(images/leftnav-bg.jpg) bottom right no-repeat;
	padding: 0;
	width: 140px;
	margin: 0 0 0 5px;

}
#mainmenu ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	}

#mainmenu a {
	display:block;
	text-align:right;
	padding: 5px 15px 10px 10px;
	margin: 5px 0;
	font-size: 95%;
	text-decoration:none;
	font-weight:bold;
}
#mainmenu a:link {
	color: #052334 /*dark blue gray*/;
	text-decoration:none;
}
#mainmenu a:visited {
	color: #052334 /*dark blue gray*/;
	text-decoration:none;
}
#mainmenu a:hover {
	color: #052334 /*dark blue gray*/;
	background:url(images/leftnav-selected-bg.jpg) bottom right no-repeat;
	text-decoration:none;
}
#mainmenu a:active {
	color:#052334 /*dark blue gray*/;
	text-decoration:none;
}
#mainmenu #selected a {
	color: #007dc3 /*medium blue*/;
	background:url(images/leftnav-selected-bg.jpg) bottom right no-repeat;
	text-decoration:none;
	}
			
#noleftnav { 
	float:left; 
	background:url(images/noleftnav-bg.jpg) bottom right no-repeat; 
	padding: 0; 
	width: 140px; 
	height: 400px; 
	margin: 0 0 0 5px;  
	} 					
					/* -------------------- content area --------------------*/
				

#text {
	float:left;
	padding: 0;
	margin: 0;
	clear:both;
}
#content {
	margin: 0 0 0 155px;
	padding: 0;
	width: 760px;}
#content h1 {
	background:url(images/bg-h1-main.jpg) top left no-repeat;
	padding: 0 10px 5px 15px;
	margin: 10px 0;
	}
#content ul,
#content ol,
#content dl {
	margin: 5px 0 10px 40px; 
	padding: 0 0 10px 0;}
	
#content ul li,
#content ol li { 
	margin: 5px 0 10px 20px; 
	padding: 2px 0 0 0;}  
#content dt { 
	margin: 5px 0 10px 5px; 
	padding: 2px 0 0 0;}  
#content dd { 
	margin: 5px 0 10px 30px; 
	padding: 2px 0 0 0;}  
	
#mainContent {
	float:left;

	width: 560px;
	margin: 0;
	padding: 0;
	}
	
#mainContent h2 {
	margin: 10px 5px 5px 15px;}	
#mainContent p {
	margin: 5px 5px 5px 15px;}	
	
#mainContent li {
	margin: 10px;
	padding:5px;
}	
			/*------------------------- right column --------------------------------*/
#menu {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
	
#rightContent {
	float:right;
	width: 193px;
	margin: 0;
	padding: 0;
	background:url(images/rightside-bg.jpg) bottom left no-repeat;
	
	}
#rightContent h1 {
	background:url(images/rightside-header-bg.jpg) top left no-repeat;
	color: #fff;
	font-size: 120%;
	text-align:center;}
#rightContent h1 a {
	color: #fff;
	font-size: 120%;
	text-align:center;}
	
	/*	
#rightContent .rightbox-outer {
	background:url(images/rightside-bg-top.jpg) top left no-repeat;
	border:1px solid white;
	margin: 0 0 10px 0;
	}
	
*/

 #rightContent .rightbox-outer { 
	background:url(images/rightside-bg-top.jpg) top left no-repeat; 
	margin: 0 0 20px 0; 
	border:1px solid white; 
	border-bottom: none;
	padding-bottom: 10px;
}	
#rightContent p {
	padding: 5px 10px;}	
#rightContent .date {
	font-style:italic;
	font-size: 80%;}
	
#rightContent .header 	/*calendar header*/ {
	text-align:center;
	font-size: 11px;
	}
#calendar td,
#calendar th {
	font-size:10px;}
	
#mainContent img {
	border: 1px dotted #007dc3 /*logo blue*/;
	border-bottom-style:solid;
	border-right-style:solid;
	padding: 3px;
	margin: 0 10px 5px 5px;
}	



					/* ------------------blog styles --------------------*/

#blogText {
	margin: 0;
	padding: 0;}
#blogText h1 {
	background:none;
	font-size: 110%;
	padding:  2px 10px 2px 15px;
	margin: 15px 0 0 0;
	}
#blogText .date {
	text-align:right;
	border-bottom: 1px dotted #85c6eb /*light blue */;
	color: #052334 /*dark blue gray*/;
	font-size: 80%;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;}	
.byline {
	font-size: 80%;
	padding:  2px 10px;
	margin: 10px 0 0 0;
	color:#052334 /*dark blue gray*/;
	background: #e0e8ec /*light gray */;
	border-top: 1px dotted #85c6eb /*light blue */;
	border-bottom: 1px dotted #85c6eb /*light blue */;
}
.byline-bottom {
	font-size: 80%;
	padding:  2px 10px;
	margin: 0;
	color:#052334 /*dark blue gray*/;
}
#blogText .body img {
	border: 1px dotted #007dc3 /*logo blue*/;
	border-bottom-style:solid;
	border-right-style:solid;
	padding: 3px;
	/*float:left;*/
	margin: 0 10px 5px 0;
}
#blogText .byline img {
	border:none;
	float:none;
	padding: 0;
	margin: 0;}
.trackbackBodyaddCommentLink {
	padding: 0;
	margin:0;
	text-align:right;
}
.submit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
#comments {
	margin: 10px 0;
	padding: 2px 10px;}
#comments p {
	background: #e1eae9;
	margin: 0;
	padding: 4px 6px;}
#comments p.addcomment {
	background: none;
	margin: 5px 0 0 0;
	padding: 0;
	text-align:right;}	
#comments .commentByLine {
	font-style:italic;
	font-size: 95%;
	padding: 0 4px;
	margin: 10px 0 0 0;}	
#comments .commentBody .comment-date {
	font-style:italic;
	text-align:left;
	font-size: 90%;
	padding:  4px;}	
#calendar th {
	font-weight: normal;
	font-size: 90%;
	}
#calendar td {
	padding: 1px 2px;
	font-size: 90%;
	}	
 table#calendar {
	margin: 5px auto 0 auto;
	width: 170px;}	
 #cal {
	text-align:center;}
				    /* -------------------- footer ----------------------*/
#footer {
	clear:both;
	/*background:url(images/bg-bottom.gif) bottom left no-repeat;*/
	width: 932px;
	height: 30px;
	margin: 0 auto 15px auto;
	padding: 0;
	font-size: 80%;
	text-align:center;
	}	
#footer p {
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;}	
	
	/* Distances */
	body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/top_bar.gif);
	background-repeat: repeat-x;
}


.style1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
}
#apDiv1 {
	position:absolute;
	width:276;
	height:69;
	z-index:1;
	left: 35px;
	top: 32px;
}
#apDiv2 {
	position:absolute;
	width:137px;
	height:31px;
	z-index:2;
	left: 34px;
	top: 124px;
}
#apDiv3 {
	position:absolute;
	width:137px;
	height:31px;
	z-index:3;
	left: 34px;
	top: 186px;
}
#apDiv4 {
	position:absolute;
	width:137px;
	height:31px;
	z-index:4;
	left: 34px;
	top: 217px;
}
#apDiv5 {
	position:absolute;
	width:137px;
	height:31px;
	z-index:5;
	left: 34px;
	top: 248px;
}
#apDiv6 {
	position:absolute;
	width:137px;
	height:32px;
	z-index:6;
	left: 35px;
	top: 248px;
}
#apDiv7 {
	position:absolute;
	width:110px;
	height:68px;
	z-index:7;
	left: 474px;
	top: 12px;
}
#apDiv8 {
	position:absolute;
	width:137px;
	height:272px;
	z-index:8;
	left: 0px;
	top: 319px;
}
#apDiv9 {
	position:absolute;
	width:700px;
	/*height:357px;*/
	z-index:9;
	left: 191px;
	top: 135px;
	letter-spacing: 0px;
}

#apDiv10 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
}

#apDiv11 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:10;
	left: 380px;
	top: 117px;
}
#apDiv12 {
	position:absolute;
	width:366px;
	height:46px;
	z-index:11;
	left: 555px;
	top: 800px;
}
#apDiv13 {
	position:absolute;
	width:137px;
	height:1px;
	z-index:12;
	left: 34px;
	top: 123px;
}
#apDiv14 {
	position:absolute;
	width:137px;
	height:1;
	z-index:13;
	left: 34px;
	top: 154px;
}
#apDiv15 {
	position:absolute;
	width:137px;
	height:1px;
	z-index:14;
	left: 34px;
	top: 185px;
}
#apDiv16 {
	position:absolute;
	width:137px;
	height:1px;
	z-index:15;
	left: 34px;
	top: 216px;
}
#apDiv17 {
	position:absolute;
	width:137px;
	height:1px;
	z-index:16;
	left: 34px;
	top: 247px;
}
#apDiv18 {
	position:absolute;
	width:137px;
	height:1px;
	z-index:17;
	left: 34px;
	top: 278px;
}
#apDiv19 {
	position:absolute;
	width:137px;
	height:26px;
	z-index:18;
	left: 34px;
	top: 155px;
}
#apDiv20 {	position:absolute;
	width:137px;
	height:26px;
	z-index:18;
	left: 34px;
	top: 127px;
}
#apDiv21 {	position:absolute;
	width:137px;
	height:31px;
	z-index:2;
	left: 35px;
	top: 124px;
}
#apDiv22 {	position:absolute;
	width:137px;
	height:31px;
	z-index:2;
	left: 35px;
	top: 124px;
}
#apDiv23 {	position:absolute;
	width:137px;
	height:31px;
	z-index:2;
	left: 35px;
	top: 124px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #bc2433;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.hometext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
}

.hometext img{
	border:1px solid #666666;
	margin:6px;
	padding:3px;
}
.legal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;

}
.galleryHead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
}
.galleryTitle, h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
	border-top: 0;
	margin-top: 0px;
}
.bodytext,p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
}
.subheads {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
	border-top: 0;
	margin-top: 0px;
}
.navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 31px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	letter-spacing: 0px;
}

#apDiv24 {
	position:absolute;
	width:105px;
	height:76px;
	z-index:13;
	left: 423px;
	top: 12px;
}
#apDiv25 {
	position:absolute;
	width:131px;
	height:165px;
	z-index:14;
	left: 0px;
	top: 454px;
}