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

	Site:		RSPCA London South East 

	Author:		Giles West - Maze Communications Ltd (www.maze.co.uk)
	
	(Copyright - Maze Communications Ltd - All rights reserved.)
	
	
	
	Media type:		All

	1 - Universal
	2 - Structure/Layout
	3 - Page elements
	4 - Navigation
	5 - Left side feature
	6 - Footer
	7 - Print only

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



/***********************************************************************
	1 - UNIVERSAL
************************************************************************/


body {
	background-image: url(../images/build/bg_page_shading.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: underline;
	color: #00529C;
}
a:hover {
	text-decoration: none;
	color: #5CA2E0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




/***********************************************************************
	2 - STRUCTURE/LAYOUT
************************************************************************/


#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
}

.empty {
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 0px;
}

#left-side-container {
	float: left;
	width: 160px;
	padding-left: 16px;
	padding-top: 25px;
}


#main-container {
	width: 620px;
	float: left;
	margin-left: 23px;
	margin-top: 15px;
	padding-right: 30px;
}

.branchname {
	float: left;
	padding-top: 41px;
	padding-left: 25px;
}
.rspca-logo {
	padding-top: 9px;
}

#header-logo-container p {
	margin: 0px;
	font-size: 90%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #00529C;
}
#hotline-number {
	float: right;
	padding-top: 38px;
	text-align: center;
	color: #FFFFFF;
	font-size: 150%;
	padding-right: 32px;
}

#heading-area-container {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}

#heading-images-container {
	float: right;
}
#heading-images-container img {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#header-logo-container {
	width: 174px;
	float: left;
}
#header-banner-container {
	background-image: url(../images/build/top-banner-bg.jpg);
	background-repeat: repeat-x;
	height: 118px;
	float: left;
	width: 673px;
}

#main-content-container #links-page-container img {
	float: none;
	margin-bottom: 0px;
	margin-right: 30px;
	margin-left: 0px;
}


/***********************************************************************
	3 - PAGE ELEMENTS
************************************************************************/


#main-container p, #main-container ul {
	font-size: 110%;
	line-height: 18px;
}
#main-container strong {
	color: #00529C;
}

#main-content-container img {
	float: right;
	margin-bottom: 25px;
	margin-left: 30px;
}




#main-content-container table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main-content-container table td {
	padding: 6px;
	background-color: #E4E4E4;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}






/***********************************************************************
	4 - NAVIGATION
************************************************************************/

#navigation-container a {
	color: #999999;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	display: block;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 2px;
	width: 99%;
}
#navigation-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation-container li {
	margin: 0px;
	padding: 0px;
}
#navigation-container a:link, #navigation-container a:visited {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navigation-container {
	width: 145px;
	margin-bottom: 50px;
}
#navigation-container a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5CA2E0;
	color: #5CA2E0;
}



#navigation-container a.navigation-highlight:link, #navigation-container a.navigation-highlight:visited {
	color: #00529C;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00519B;
}


#navigation-container a.sub-navigation-item:link, #navigation-container a.sub-navigation-item:visited {
	color: #5CA2E0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00519B;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation-container a.sub-navigation-item:hover {
	color: #00529C;
}


#navigation-container a.sub-navigation-highlight:link, #navigation-container a.sub-navigation-highlight:visited {
	color: #00529C;
	}



/***********************************************************************
	5 - LEFT SIDE FEATURE
************************************************************************/


#left-side-feature {
	width: 145px;
}
#left-side-feature strong {
	color: #00529C;
}
#left-side-feature p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bigbluetext {
	font-size: 1.5em;
	color: #00529C;
}


#left-side-feature img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
/***********************************************************************
	6 - FOOTER
************************************************************************/


#footer-container {
	margin-left: 16px;
	width: 805px;
	margin-top: 30px;
	padding-bottom: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	margin-right: 30px;
}
#footer-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-navigation li {
	float: left;
}
#footer-navigation {
	width: 250px;
	float: left;
}
#footer-navigation a {
	margin-right: 10px;
	font-size: 90%;
}


#footer-navigation a:link, #footer-navigation a:link {
	text-decoration: none;
	color: #999999;

}#footer-navigation a:hover {
	color: #00529C;
}
#footer-right {
	float: right;
	color: #999999;
}
#footer-right a {
	text-decoration: none;
}
#footer-right a:link, #footer-right a:visited {
	color: #999999;
}
#footer-right a:hover {
	color: #00549D;
}
#footer-right .copyright {
	margin-right: 20px;
}


/***********************************************************************
	7 - PRINT ONLY
************************************************************************/

.print-h1 {
	display: none;
}



