DIV#bannerphotos {
	width:200px; 
	height: 200px;
	background-image:url(../graphics/Buxton-Crescent-200x200.jpg); 
	background-repeat:no-repeat; 
	filter:blendTrans(duration=.5);
}

DIV#redline {
	margin: 0px 0px 0px 0px; 
	font-size: 1px; 
	line-height: 1px; 
	background-color:#FC1A12; 
	height: 7px; 
	clear: both;
}
DIV#wholepage {
	width: 100%;
	font-size: 90%;
	left:0px; 
	top:0px;  
/* Next two statements removed to allow text highlighting to function
after introduction of <base href="<%=SiteBaseAddress%>" /> - for XML dimple URLs
	position:relative; 
	z-index:100; 	
*/	
	visibility: visible;	
}
DIV#flyouts {
	position:absolute; 
	width:100%;
	left:0px; 
	top:0px; 
	z-index:200; 
	visibility: visible;
}

.panel {
	margin: 15px 16px 15px 16px;
	padding: 3px 0px 7px 0px;
	border-top: #FFFFFF 1px dotted;
	border-bottom: #FFFFFF 1px dotted;	
	font-size: 85%;
	width:168px;
	overflow:hidden;
}
.panelstyles p {
	margin-top: 3px;
	margin-bottom: 0px;
}
.panelstyles H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.panelstyles H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.paneledit {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.features A {
	diplay: block;
	padding: 2px 10px 2px 10px;
	colour: white;
	font-size: 14px;
	font-weight: bold;
	line-height:20px;
}
.features A:visited  {
	color: white;
}
.features A:link  {
	color: white;
}
.features A:active  {
	color: white;
	text-decoration: underline;
}
.features A:hover  {
	background-color: #D0E8E4;
	color: red;
}
.featuresbox{
	background-color: #D0E8E4;
	width: 180px;
	margin: 0px 0px 10px 10px;
	font-size: 9pt;
	color: black;
	text-align: justify;
}
.featuresbox p {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
}

DIV#content {
	padding: 0px 30px 0px 30px;
	margin: 15px 0px 15px 0px;
}

.pagetext  {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

DIV#footer {
	background-color: #2D305D;
	width: 980px;
	cursor:pointer;
}

.jammer {
	margin: 10px 0px 0px 0px;
}

.lh {
float:left; text-align:right; width:107px; line-height:22px; overflow:hidden;
}
.rh {
float:right; width:415px; text-align:left;
}
.lr {
padding: 3px 0px 0px 0px; clear:both;
}

.mainButton
{
	background-image:		url(../graphics/categoryBorder.png);
	background-repeat:		no-repeat;
	cursor:					pointer;
	float:					left;
	font-size:				110%;
	font-weight:			bold;
	height:					105px;
	padding:				15px;
	width:					240px;
}

.ambitionBall
{
	display:				inline-block;
	width:					12px;
	height:					12px;
	margin:					0px;
	padding:				0px;
	background-image:		url(../graphics/ambitionBall.png);
}

.areaBall
{
	display:				inline-block;
	float:					left;
	width:					12px;
	height:					12px;
	margin:					0px;
	padding:				0px;
	background-image:		url(../graphics/areaBall.png);
}

.areaBallSelected
{
	display:				inline-block;
	float:					left;
	width:					12px;
	height:					12px;
	margin:					0px;
	padding:				0px;
	background-image:		url(../graphics/areaBallSelected.png);
}

.expandBox
{
	background-color:		#6FA2BD;
	color:					#FFFFFF;
	cursor:					pointer;
	font-weight:			bold;
	height:					16px;
	margin:					10px 0;
	padding:				10px;
}

.expandBox:hover
{
	background-color:		#C9DDE7;
	color:					#2D305D;
	cursor:					pointer;
}

.moreInfoArrowDown
{
	float:					right;
	background-image:		url(../graphics/arrowDown.png);
	background-repeat:		no-repeat;
	width:					18px;
	height:					13px;
	margin-top:				2px;
}

.moreInfoArrowUp
{
	display:				none;
	float:					right;
	background-image:		url(../graphics/arrowUp.png);
	background-repeat:		no-repeat;
	width:					18px;
	height:					13px;
	margin-top:				2px;
}

.infoRow
{
	display:				block;
	padding:				10px 0px;
}

.infoRowShaded
{
	display:				block;
	padding:				0px 0px;
	background-color:		#C9DDE7;
}

.infoRow td
{
	padding:				10px 10px;
}

.infoRowShaded td
{
	padding:				10px 10px;
}

.infoRow td ul
{
	margin:					0px;
	padding:				0px 0px 0px 15px;
}

.infoRowShaded td ul
{
	margin:					0px;
	padding:				0px 0px 0px 15px;
}

#right_column
{
	vertical-align:			top;
	display:				inline-block;
	float:					left;
	width:					190px;
	padding:				0px 0px 0px 0px;
	margin:					0px -3px 0px 0px;
	background-color:		#FFD233;
}

.box-top
{
	display:				inline-block;
	float:					left;
	width:					205px;
	height:					18px;
	font-size:				5px;
	background-image:		url(../graphics/side-box-top.gif);
	background-repeat:		no-repeat;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

.box-middle
{
	display:				inline-block;
	float:					left;
	width:					185px;
	background-image:		url(../graphics/side-box-mid.gif);
	background-repeat:		repeat-y;
	margin:					0px 0px 0px 0px;
	padding:				0px 10px 0px 10px;
	font-size:				90%;
}
.box-middle A {
	color: #000000; 
	text-decoration: underline;
}
.box-middle A:link {
	color: #000000; 
	text-decoration: underline;
}
.box-middle A:visited {
	color: #000000; 
	text-decoration: underline;
}
.box-middle A:hover {
	color: red; 
	text-decoration: underline;
}
.box-bottom
{
	display:				inline-block;
	width:					205px;
	height:					33px;
	background-image:		url(../graphics/side-box-bot.gif);
	background-repeat:		no-repeat;
	border:					0px;
}

.SelectBtn
{
	width:					180px;
	height:					48px;
	border-top:				1px solid #A6CCEE;
	border-left:			1px solid #A6CCEE;
	border-right:			1px solid #4F99DD;
	border-bottom:			1px solid #4F99DD;
	background-color:		#a6ccee;
	cursor:					pointer;
	color:					#000000;
	text-align:				center;
	font-weight:			bold;
	font-size:				75%;
	vertical-align:			middle;
}

.SelectBtn:hover
{
	background-color:		#89bde9;
}

.SelectBtnEmpty
{
	width:					180px;
	height:					48px;
	border-top:				1px solid #A6CCEE;
	border-left:			1px solid #A6CCEE;
	border-right:			1px solid #4F99DD;
	border-bottom:			1px solid #4F99DD;
	background-color:		#6faee7;
	cursor:					auto;
	color:					#000000;
	text-align:				center;
	font-weight:			bold;
	font-size:				75%;
	vertical-align:			middle;
}

DIV#footer_goToTop
{
	margin-left:			auto;
	margin-right:			auto;
	width:					782px;
	height:					90px;
	text-align:				center;
}

.goToTopImg
{
	display:				inline-block;
	float:					left;
	width:					150px;
	height:					26px;
	background-repeat:		no-repeat;
}

#breadcrumbs
{
	font-size:				80%;
	font-weight:			bold;
	margin:					10px;
}

.subTitles
{
	text-align:				center;
	font-weight:			bold;
	background-color:		#FFD233;
}

.subElements
{
	font-size:				80%;
	margin-left:			8px;
	padding-left:			8px;
}

.category-edit-cell
{
	font-weight: bold;
	font-size: 90%;
}

.category-edit-cell:hover
{
	background-color: #DCEEF5;
	cursor: default;
}

.category-edit-subcell
{
	font-style: italic;
	font-size: 80%;
	height: 22px;
	line-height: 22px;
}

.category-edit-subcell:hover
{
	background-color: #DCEEF5;
	cursor: default;
}

.button_all
{
	background-color:		#007AC3;
	color:					#FFFFFF;
}

.button_all:hover
{
	background-color:		#80BDE1;
	color:					#000000;
}

.button_contact
{
	background-color:		#80BDE1;
	color:					#000000;
}

.button_contact:hover
{
	background-color:		#AED5EC;
	color:					#000000;
}

.catEdit_exp
{
	float:					left;
	text-align:				center;
	width:					20px;
	height:					20px;
	line-height:			20px;
	padding:				2px 8px 0px 0px;
	overflow:				hidden;
	/*
	border:					1px solid #FF0000;
	*/
}

.catEdit_cat
{
	float:					left;
	text-align:				right;
	width:					100%;
	height:					22px;
	line-height:			22px;
	overflow:				hidden;
	/*
	border:					1px solid #00FF00;
	*/
}

.catEdit_cat:hover
{
	background-color: #DCEEF5;
	cursor: default;
}

.catEdit_del
{
	float:					right;
	width:					20px;
	height:					20px;
	line-height:			20px;
	text-align:				center;
	padding: 				2px 0px 0px 0px;
}

.catEdit_up
{
	float:					right;
	width:					20px;
	height:					20px;
	line-height:			20px;
	text-align:				center;
	padding: 				2px 0px 0px 0px;
}

.catEdit_down
{
	float:					right;
	width:					20px;
	height:					20px;
	line-height:			20px;
	text-align:				center;
	padding: 				2px 0px 0px 0px;
}

.category_title_box
{
	float:					left;
	width:					412px;
}
