@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EBEBEB;
	width: 995px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-top-color: #EBEBEB;
	border-color: #EBEBEB;
	border-image: #EBEBEB;
}
.rounded-image {
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#20Blue {
	font-size: 40px;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	color:#4169e1
}
	
#box {
	padding-right: 50px;
	padding-left: 25px;
}
#box2 {
	margin-right: 35px;
	margin-left: 35px;
}
#box2A {
	margin-right: 35px;
	margin-left: 35px;
}
#box2B {
	margin-right: 35px;
	margin-left: 35px;
}
#box2C {
	margin-right: 35px;
	margin-left: 35px;
}
#box2D {
	margin-right: 35px;
	margin-left: 35px;
}
#box2E {
	margin-right: 35px;
	margin-left: 35px;
}
#box2F {
	margin-right: 35px;
	margin-left: 35px;
}
#box2G {
	margin-right: 35px;
	margin-left: 35px;
}
#boxSiteMap {
	margin-left: 160px;
	margin-right: 100px;
	background-color: #EBEBEB;
}
#boxSiteMap a{
	color: #000;
	text-decoration: none;
}
#boxSiteMap a:hover{
	text-decoration: underline;
}

#footerText {
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 8px;
	font-weight: normal;
	color:#000
}
#footerText2 {
	font-size: 0.75em;
	font-weight: normal;
}
.grey {
	color: #EBEBEB;
	font-size: 9px;
}
.greyFooter {
	color: #EBEBEB;
}
#grownUp {
	font-size: 18px;
	font-style: italic;
	color: #333;
}
#grownUp2 {
	font-size: 14px;
	font-style: italic;
	color: #333;
}
#grownUp2 a {
	text-decoration: none;
	color: #333;
}
#grownUp2 a:hover {
	text-decoration: underline;
	color: #666;
}
#headerBox {
	padding-right: 15px;
	padding-left: 25px;
	
}
#headerBox a:hover {
	color: #000;
	
}

#headerBox2 {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 25px;
	
}
#headerBox2 a:hover {
	color: #0F0;
	
}

#headerBox3 {
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 25px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#headerBox3 a {
	text-decoration: none;
}

#headerBox3 a:hover {
	color: #666;
	text-decoration: none;
}

#height6 {
	margin-top: 6px;
}
	

#height10 {
	margin-top: 10px;
	
}
#height10A {
	margin-top: 10px;
	
}
#height10B {
	margin-top: 10px;
	
}
#height10C {
	margin-top: 10px;
	
}
#height10D {
	margin-top: 10px;
	
}
#height10E {
	margin-top: 10px;
	
}
#height10F {
	margin-top: 10px;
	
}
#height10G {
	margin-top: 10px;
	
}

#height20 {
	margin-top: 20px;
	
}
#height50 {
	margin-top: 50px;
}

h1 {
	font-size: 13px;
}
h2 {
	font-size: 13px;
	color: #063569;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-size: 17px;
	color: #063569;
}
h4 {
	font-size: 22px;
	color: #063569;
}
#imgNoBorder {
	border: 1px solid #dddddd;
}
.loveYourRidgeback #mainContent .LYRmainContentBigBox div a img {
	border: 1px solid #FFF;
}

.loveYourRidgeback #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EBEBEB;
}
.loveYourRidgeback #container img{
	text-decoration: none;
} 
.loveYourRidgeback #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #cccccc;
} 
.loveYourRidgeback #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

 
.loveYourRidgeback #header h1 a{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	text-decoration: none;
}

 
.loveYourRidgeback #header h1 a:hover{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.loveYourRidgeback #sidebar1 {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
 /* top and bottom padding create visual space within this div  */
	width: 375px;
	padding-right: 5px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.loveYourRidgeback #mainContent {
	margin-top: 0;
	margin-right: 490px;
	margin-bottom: 0;

} 

.LYRmainContentLeftBox {
	margin-left: 10px;
	margin-right: 40px;
	text-align: left;
}
.LYRmainContentLeftBox img{
	text-align: center;
}

.LYRmainContentBigBox {
	margin-left: 10px;
	text-align: left;
}

.LYRmainContentBigBox img{
	text-align: center;
}
.loveYourRidgeback #mainContentAboutUs {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}  
.loveYourRidgeback #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.loveYourRidgeback #footer {
	background-color: #EBEBEB;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 100%;
}
.loveYourRidgeback #footer a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.loveYourRidgeback #footer a:hover {
	text-decoration: underline;
}

.LoveYourRidgebackFont {
	font-size: 12px;
}
.LoveYourRidgebackFont14 {
	font-size: 14px;
}

.LoveYourRidgebackFontBold {
	font-size: 12px;
	font-weight: bold;
}
.LoveYourRidgebackFontBoldLeft {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.LoveYourRidgebackFontCentered {
	font-size: 12px;
	text-align: center;
}
.LoveYourRidgebackFontCenteredBold {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.LoveYourRidgebackFontCenteredBold15 {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.LoveYourRidgebackFontLeft {
	font-size: 11px;
	text-align: left;
}

.LoveYourRidgebackFontLeft12 {
	font-size: 12px;
	text-align: left;
}
.LoveYourRidgebackFontLeft14 {
	font-size: 15px;
	text-align: left;
}
.LoveYourRidgebackFontLeft16 {
	font-size: 16px;
	text-align: left;
}
.LoveYourRidgebackFontHeader {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 10px;
}

.LoveYourRidgebackFontHeader a{
	color: #000;
	text-decoration: none;
}

#LoveYourRidgebackMenuBar {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	padding: 0px;
	letter-spacing: 0.08em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
}

#LoveYourRidgebackMenuBar ul {
	width:160px;
	 136 or 160 is normal for available 
	margin:0px;
	padding:1px;
	list-style:none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	float: left;
	background-color: #063569;
	color: #FFF;
}
#LoveYourRidgebackMenuBar ul a{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#LoveYourRidgebackMenuBar ul a:hover{
	color: #CDD4E6;
}

#LoveYourRidgebackMenuBar ul .item{
	display:none;
	text-align: left;
	font-size: 11px;
	background-color: #063569;
	color: #FFF;
}

#LoveYourRidgebackMenuBar ul:hover .item{
	display:block;
	padding:1px;
	margin:1px;
	text-decoration: none;
	font-size: 11px;
}
 
#LoveYourRidgebackMenuBar .item a{
	text-decoration:none;
	color: #FFF;
	background-color: #063569;
}

#LoveYourRidgebackMenuBar ul:hover .item a:hover{
	color: #CDD4E6;
	background-color: #063569;

}
.rhodesianridgebackpuppies {
	text-decoration: none;
	color: #000;
}
.rhodesianridgebackpuppies a {
	color: #000;
	text-decoration: none;
}
.rhodesianridgebackpuppies a:hover {
	color: #000;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.top {
	color: #FFF;
	text-decoration: none;
}
.loveYourRidgeback #mainContent a img {
	border: 1px solid #dddddd;
}
.loveYourRidgeback #sidebar1 img {
	border: 1px solid #dddddd;
}
.loveYourRidgeback #container table tr td .LoveYourRidgebackFontHeader a img {
	border: 1px solid #EBEBEB;
	text-decoration: none;
}
.loveYourRidgeback #container #header h1 a .rhodesianridgebackpuppies {
	color: #000;
}