/* Calf Forum */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*------------------------------------
	TOP NAV
-------------------------------------*/

#mainframe {
	margin: 0 auto;
	width: 795px;
	text-align: left;
	padding-top: 10px;
}

#topnav {
	width: 100%;
	height: 94px;
	background-image: url(IMG/Banner.jpg);
	background-repeat: no-repeat;
}

#topnav #rspca_logo,
#topnav #menu,
#topnav #menu li {
	float: left;
}

#topnav #menu {
	list-style: none;
}

#topnav #topnav_wrapper {
	height: 89px;
	border-bottom: 2px solid #FFF;
	margin-left: 22px;
	margin-right: 22px;
}
/*------------------------------------
	LOGO
-------------------------------------*/
#rspca_logo {
	float: left;
	padding-left: 180px;
	padding-top: 50px;
}
/*------------------------------------
	MENU
-------------------------------------*/
#menu {
	list-style: none;
	float: right;	
	padding-top: 65px;
	padding-left: 15px;
	overflow: hidden;
}

#menu li {
	float: left;
	padding-right: 25px;
}

#menu span {
	display: none;
}

#menu a {
	display: block;
	outline: none;
	left: 717px;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span{
	display: block;
}

#menu .home {
	width: 90px;
	height: 24px;
	background: url(IMG/HOME.PNG) no-repeat;
	padding-top: -50px;
}

#menu .home span {
	width: 90px;
	height: 24px;
	background: url(IMG/homeHover.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .members {
	width: 90px;
	height: 24px;
	background: url(IMG/MEMBERS.PNG) no-repeat;
	padding-top: -50px;
}

#menu .members span {
	width: 90px;
	height: 24px;
	background: url(IMG/membersHover.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .information {
	width: 90px;
	height: 24px;
	background: url(IMG/INFO.PNG) no-repeat;
}

#menu .information span {
	width: 90px;
	height: 24px;
	background: url(IMG/infoHover.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .reports {
	width: 123px;
	height: 24px;
	background: url(IMG/reports.png) no-repeat;
}

#menu .reports span {
	width: 123px;
	height: 24px;
	background: url(IMG/reportsHover.png) no-repeat;
	left: 0px;
	top: 0px;
}

/*------------------------------------
	Content
-------------------------------------*/
#content {
	font-size: 13px;
	clear: both;
	width: 795px;
}

#copy h2{
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 60;
	padding: 60;
}

#copy {
	left: 0px;
	padding-top: 30px;
	padding-left: 40px;
}

/*------------------------------------
	Body
-------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

#members_body1 a, #members_content a, div#content div.report_links a{
	color: #000000;
	text-decoration: none;
}

#members_body1 a:hover, #members_content a:hover, div#content div.report_links a {
	color:#000000;
	text-decoration: underline;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #FFF;
}

#body {
	font-size:11px;
}
	
#body ul{ 
	list-style-image: url(IMG/bullet.gif);
	list-style-position:outside;
}
	
#body h1{
	color: #3ab44a;
	font-weight: 100;
	font-size: 30px;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
}

#body1{
	width: 346px;
	height: 563px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	background: url(IMG/text_frame.gif) no-repeat bottom left;
	
}

#body1 h2, #body2 h2 {
	color: #01a64e;
	font-size: 14px;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

#body1 h3, #body2 h3{
	color: #01a64e;
	font-size: 11px;
	font-weight: 100;
	padding-bottom: 5px;
	margin: 0px;
}

#body2{
	width: 346px;
	height: 550px;
	padding-top: 24px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	background: url(IMG/text_frame.gif) no-repeat bottom left;
}	

#body2 h4{
	color: #000099;
	font-size: 11px;
	font-weight: 100;
	padding-top: 10px;
}

#footer {
	width: 795;
	color:#333333;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left;
	padding-top: 5px;
	padding-bottom: 10px;
}