/* Help A Pet CSS */

body {
	background-color: #A30000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}

#ul-links {
	list-style-type: none;
	list-style-image: url(../images/bullet.jpg);
	padding: 3px 18px 3px 20px;
	margin:0;
}

html>body { 
	font-size: small;
	}
		
#container {
	max-width:65%;
	max-width: 780px;
	/*width: expression(document.body.clientWidth > 982? "980px": "auto" );*/
	width: expression(document.body.clientWidth < 65%? "780px" : document.body.clientWidth > 65%? "780px" : "auto");
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
				
#container-nav {
	max-width:45%;
	max-width: 500px;
	/*width: expression(document.body.clientWidth > 982? "980px": "auto" );*/
	width: expression(document.body.clientWidth < 45%? "500px" : document.body.clientWidth > 45%? "500px" : "auto");
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e6d1;
}
			
#content {margin: 0px 10px 10px 10px;
	padding: 0;
	}
	
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: x-small;
}


	
/** Top & Bottom Column **/
.top {
	font-size: 90%;
	text-align: right;}

#bottom {
	padding: 0;
	margin: 10px 0 0 0;}
	
#left_30 {
	float:left;
	width:27%;
	}

#right_70 {
	float:right;
	width:71%;

	}
	

/** =Content Module Styles, including color options **/

.module {
	margin: 0px 0;
	padding: 0;
	}
	

.module-header {
	color: #011e3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding: 2px 5px 0px;
	margin: 5px 0 0;
}

.module-content {padding: 3px 5px;
	margin: 0;
	overflow: hidden;
	}
	 
.module-content p{padding: 5px 0; 
	margin: 2px 0;}

.module-footer {
	padding: 3px 5px;
	font-size: 85%;
	border-top: 1px solid #acacac;
	background: #e7e6d1;
	color: #000000;
	font-weight: bold;
}

.module-footer p {margin: 0;
	padding: 0;
	}

/** Top & Bottom Column **/
#bottom {
	padding: 0;
	margin: 10px 0 0 0;}
	
#left_30 {
	float:left;
	width:27%;
	}

#right_70 {
	float:right;
	width:71%;
}

/** =Content Module Styles, including color options **/

.module-left {
	position: relative;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	}

.module-header-left {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	background-color: #e7e6d1;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcab0;
}
	
.module-right {
	position: relative;
	border: 1px solid #AEAEAE;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-right: 5px;
}

.module-header-right {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	background-color: #1B557F;
	background-image: url(../images/header-right.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
}

.module-jennings {
	position: relative;
	border: 1px solid #000000;
	padding: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #6d2d26;
	height: 155px;
	background-image: url(../images/jennings.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
	
/*Picture, Products and Buttons*/

.hap-menu {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:25px;
	position:relative;
}

.hap-menu li {
float:left;
}

.hap-menu li a {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-left: 8px;
}

.hap-menu li a b {
float:left;
display:block;
padding:0 16px 0 8px;
}

.hap-menu li a:hover {
color:#A30000;
text-decoration:none;
}

/*Picture, Products and Buttons*/

.table-text {
	padding-left: 5px;
	padding-right: 5px;
}

/** =Link Styles **/

a {
	text-decoration: none;
	color: #A30000;
	background:inherit;
	font-weight: bold;
	text-decoration: none;
}

a:link {}

a:visited {text-decoration: none;
	color: #A30000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {color: #aaa997;
font-weight: bold;
text-decoration: none;}

a:active {color: #A30000;
font-weight: bold;
text-decoration: none;}

