/********************************

FIRST THINGS FIRST

*********************************/

/* REMOVE ALL DEFAULT BROWSER PADDING AND MARGIN */
*
{
	padding:0px;
	margin:0px;
}

.blockIMG 
{
display:block;
margin-bottom:5px;
float:right;

}

.imgnobord 
{
display:block;
margin:0px;


}
.tablegrey {color: #999999}


body
{
	margin:auto;
	
	background-color:#dadfe5;
	font:12px Verdana;
	color:#000;
	background-image: url(../../media/design/images/bg_band.gif);
	background-repeat: repeat-x;
}

h1
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 17px;
	padding-bottom: 10px;
	color: #9aaec5;
}
h2
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	padding-top: 11px;
	padding-bottom: 8px;
	color: #9aaec5;
}



p
{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	padding-bottom: 10px;
	color: #666666;
	line-height:1.5em;
}

 a {
	color:				#9aaec5;
	text-decoration:	none;
}

hover {
	color:				#9aaec5;
	
}	

.webPage
{ width:950px; margin:0px auto;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #B4C2D2;
	padding-bottom: 5px;
}

#sidebar1 {width:194px; margin-top:68px;padding-right:20px;padding-bottom:20px;padding-left:10px; padding-top:10px;  float:left; background-color:#dadfe5;line-height:20px;border: 4px solid #eaecf0;text-align: justify;}
#sidebarhome {width:194px; margin-top:68px;padding-right:20px;padding-bottom:20px;padding-left:10px; padding-top:10px;  float:left; background-color:#dadfe5;line-height:20px;border: 4px solid #dadfe5;text-align: justify;}
#fatcol {width:492px; padding-top:68px; float:left; background-color:#dadfe5;border:none;text-align: justify;}
#normalcol {width:374px;margin-top:68px; padding-top:10px;padding-right:20px; padding-left:10px;float:left; background-color:#dadfe5;border: 4px solid #eaecf0;text-align: left;}

#fullwidth {
	width:930px;
	padding-left:0px;
	padding-right:00px;
	padding-top:0px;
	float:right;
	background-color:#dadfe5;

}

#content {
	width:530px;
	padding-left:0px;
	padding-right:00px;
	padding-top:0px;
	float:right;
	background-color:#dadfe5;

}#slideholder {
	width:537px;
	padding-left:0px;
	padding-right:00px;
	padding-top:0px;
	float:right;
	background-color:#dadfe5;
	}
	
	#slideholderpc {
	width:511px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	float:right;
	background-color:#dadfe5;
	border: 4px solid #eaecf0;
	z-index:-1;
	margin-left:10px;
	margin-right:20px;

}
#logohome {
	width:530px;
	padding-left:0px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:0px;
	float:left;
	background-color:#dadfe5;
	text-align: right;
	border:0px;
	
}
#contentwidedisplay {/*this is for displaying pics only*/

	width:458px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-top:0px;
	float:left;
	background-color:#dadfe5;
	text-align: right;
}
#logocol {/*just the logo no right col*/
	width:458px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:0px;
	float:right;
	background-color:#dadfe5;
	text-align: right;
}
#contentwide {/*this is for displaying pics only*/
	width:430px;
	padding-left:0px;
	padding-right:10px;
	padding-left:10px;
	padding-top:0px;
	float:right;
	background-color:#dadfe5;
	border:4px solid #eaecf0;
	
}

#slidenothome {/*this is for displaying pics only*/
	width:508px;
	padding-left:0px;
	padding-right:10px;
	padding-left:0px;
	padding-top:0px;
	float:right;
	background-color:#dadfe5;

	
}
/*sidebar 2 line 343 change border colour to eaecf0*/
#sidebar2 {width:168px; float:right;padding-top:68px; background-color:#dadfe5;}
#footer {width:949px; padding-top:10px;   clear:both;text-align:right;}



/********************************

next

*********************************/


/*sajax styles the drag and drop menu in the task admin section*/
#sajax1 {
    width: 340px;
    float: left;
    margin-left: 0px;
}

/*the three below are also do do with the drag and drop*/

ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
        border: 1px solid #ccc;
}
ul.boxy li {
	/*cursor:move;*/
	margin-bottom: 4px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}
/*the three below display thumbnails*/
#albumlist { 
 list-style-type: none; 
 
 /*width: 300px; 
 margin-right: auto; 
 margin-left: auto; */
} 
 
#albumlist li { 
 border: 4px solid #eaecf0;
 float: left; 
 width:100px;
 height:100px;
 margin-right: 15px; 
 margin-bottom: 11px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 0.8em; 
 font-weight: bold; 
 color: #333333; 
} 
#albumlist img { 
 border: 0px solid #eaecf0;
 display:block;
margin:0px; 
}
#albumlist h2 { 
 text-align:center;
}

#albumlist a {
	color:				#9aaec5;
	text-decoration:	none;
}

#albumlist a:hover {
	color:				#9aaec5;
	
}



#albumlist li:hover {
	color:	#9aaec5;
	
}


/******************************************************************************
* location thumbs														  *
******************************************************************************/
#locationlist { 
 list-style-type: none; 
 
 /*width: 300px; 
 margin-right: auto; 
 margin-left: auto; */
} 
 
#locationlist li { 
 border: 4px solid #eaecf0;
 float: left; 
 width:152px;
 height:185px;
 margin-right: 15px; 
 margin-bottom: 11px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 0.8em; 
 font-weight: bold; 
 color: #333333; 
} 
#locationlist img { 
 border: 0px solid #eaecf0;
 display:block;
margin:0px; 
}
#locationlist h2 { 
 text-align:center;
}
#locationlist span
{
	font-family: Helvetica, Arial, Verdana;
	text-align:center;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 8px;
	color: #9aaec5;
}

#locationlist a {
	color:				#9aaec5;
	text-decoration:	none;
}

#locationlist a:hover {
	color:				#9aaec5;
	
}




#locationlist li:hover {
	color:	#9aaec5;
	
}


/******************************************************************************
* location list foster internal														  *
******************************************************************************/
#locationlist_foster { 
 list-style-type: none; 
 
 /*width: 300px; 
 margin-right: auto; 
 margin-left: auto; */
} 
 
#locationlist_foster li { 
 border: 4px solid #eaecf0;
 float: left; 
 width:130px;
 height:155px;
 margin-right: 5px; 
 margin-bottom: 11px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 0.5em; 
 font-weight: normal; 
 } 
 
#locationlist_foster p {
color:#9aaec5;
font-family:Helvetica,Arial,Verdana;
font-size:11px;
line-height:1.5em;
padding-bottom:10px;
padding-left:2px;
} 

#locationlist_foster img { 
 border: 0px solid #eaecf0;
 display:block;
margin:0px; 
}
#locationlist_foster h2 { 
 text-align:center;
}
#locationlist_foster span
{
	font-family: Helvetica, Arial, Verdana;
	text-align:center;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 8px;
	color: #9aaec5;
}

#locationlist_foster a {
	color:				#9aaec5;
	text-decoration:	none;
}

#locationlist_foster a:hover {
	color:				#9aaec5;
	
}

#location_text 
{
	font-family: Helvetica, Arial, Verdana;
	text-align:center;
	font-size: 11px;
	padding-top: 11px;
	padding-bottom: 8px;
	color: #9aaec5;
}



#rhcolumn { 
float: right;
 list-style-type: none; 
 width: 436px; 
 /*margin-right: auto; 
 margin-left: auto; */
} 
 
#sidebar2 li { 
 float: right; 
 margin-right: 10px; 
 margin-bottom: 10px; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 0.8em; 
 font-weight: bold; 
 color: #333333; 
} 
#sidebar2 img { 
 border: 4px solid #eaecf0; 
}
/*keywords box area*/

#sidebar1 ul {
	padding-left: 34px;
	margin:	0px;
	border:none;
}
/* sure this can be deleted red links
#sidebar1 a {
	color:#000000;
	text-decoration:none;
	border:none;
	
}
#sidebar1 a:hover {
	color:#CC0000;
	border:none;
}
#sidebar1 li {
	float:	left;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	border:none;
}
#sidebar1 li:hover {
	color:	#CC0000;
}
#sidebar1 #currentpage a {
color:	#CC0000;
}



/******************************************************************************
* Main Navigation															  *
******************************************************************************/




#mainNav {
	margin:				0px;
	font-family:		Helvetica, verdana, Ariel, sans-serif;
	font-size:			12px;
	
	
	background-color: #eaecf0;
		
	
}

#mainNav ul {
	font-size:			14px;
	font-family:		Helvetica, verdana, Ariel, sans-serif;
	padding:			0px;
	margin:				0px;
	font-weight:		normal;
	color:				#9aaec5;
	background-color: #eaecf0;
	
}

#mainNav a {
	color:				#9aaec5;
	text-decoration:	none;
}

#mainNav a:hover {
	color:				#666666;
	
}

#mainNav li {
	display:			block;
	float:				left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#mainNav li:hover {
	color:	#9aaec5;
	
}

#mainNav #currentpage a {
color:	#666666;
}
/******************************************************************************
* clear															  *
******************************************************************************/
.clear
{
	clear:both;
	height:1px; 
	width:100%;
	overflow:hidden;
}

/********************************

PAGE HEADER

*********************************/

.page_title
{
}



.page_title .img_holder
{
	padding:0px 0px 0px 0px;
	margin-right:0px;
	position:relative;
	
}


.page_title .title_text
{
	position: absolute;
	top: 55px;
	left: 0px;
	width: 400px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
	line-height:2.3em;
	color: #ffffff;
	font-family: Futura, "Lucida Grande", Arial, Helvetica;	
	z-index: 1000;
	text-align: justify;
}

.page_title ul {
	padding-left: 34px;
	margin:	0px;
	border:none;
}

.page_title a {
	color:#ffffff;
	text-decoration:none;
	line-height:1.4em;
	border:none;
	text-align: justify;
	
}
.page_title a:hover {
	color:#cccccc;
	border:none;
}
.page_title li {
	float:	left;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	border:none;
}
.page_title li:hover {
	color:	#cccccc;
}
.page_title #currentpage a {
color:	#ccccccc;
}
/********************************

main image

*********************************/
#contentwidedisplay img {
	padding:0px 0px 0px 0px;
	float: right; 
	 border: 4px solid #eaecf0; 
}

/********************************

next and previous

*********************************/
#logocol  {
font-family:		Helvetica, verdana, Ariel, sans-serif;
	font-weight	:bold;
font-size:			12px;
}
#logocol a {
	color:				#9aaec5;
	text-decoration:	none;
}

#logocol a:hover {
	color:				#9aaec5;
	
}



#logocol li:hover {
	color:	#9aaec5;
	
}
/********************************

contact

*********************************/



formbig {
	width:350px;
	margin:0px auto 10px 0px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:300px;
	height:150px;
	}
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	
	margin-bottom: 8px;
	margin-left: 0px;
	text-align:left;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:0px 0 8px 0px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:normal;
	color:#9aaec5;
	}
/********************************

form thin

*********************************/	
formsmall {
	width:190px;
	margin:0px auto 10px 0px;
	}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:190px;
	height:150px;
	}
.textInput {
	width:190px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	
	margin-bottom: 8px;
	margin-left: 0px;
	text-align:left;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:0px 0 8px 0px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	font-size: 12px;
	}
	
	.whitefooter {
	font-weight:bold;
	color:#ffffff;
	}
	
	.bluefooter {
	font-weight:normal;
	color:#9aaec5;
	}
	
	.greyfooter {
	font-weight:normal;
	color:#999999;
	}
	
