html {
	background: #e6ebe4 url('/assets/i/top-bg.jpg') top left repeat-x;
}

body {
    
    font-family: "bree-serif",sans-serif;
    font-size:62.5%;
    color:#454545;
}

/*  Typography  */

h1 {
    font-size: 2em;
    margin:0 0 15px 0;
}

h2 {
    font-size: 1.8em;
    
}

h3 {
    font-size: 1.6em;
    
}

h4 {
    font-size: 1.6em;
    font-weight: 700;
}

p {
    font-family: "open-sans",sans-serif;
    font-size: 1.3em;
    margin: 10px 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol
{
    margin: 10px 0 10px 20px;
}

ul li
{
    list-style-type:square;
	
    font-size: 1.3em;
    line-height: 1.8em;
	margin: 10px 0 0 0;
    font-family: "open-sans",sans-serif;
}
a:link {
    text-decoration: none;
    color: #f38607;
}

a:visited {
    text-decoration: none;
    color: #f38607;
}

a:hover {
    text-decoration: none;
    color: #f38607;
}

a:active {
    text-decoration: none;
    color: #f38607;
}

table {
	width:100%;
	font-size:1.3em;
	font-family: "open-sans",sans-serif;
}

table th{
	background:#97a584;
	color:#fff;
	width:140px;
	min-width:140px;
	width: auto !important;
	padding:5px;
	font-size:1.1em;
	font-weight:bold;
}

table td{
	width:140px;
	min-width:140px;
	width: auto !important;
	padding:3px 5px;
	
}

table td p
{
	font-size: 13px;
}

/*  Structure   */

#header {
    min-height:69px;
    height:69px;
    max-height:69px;
    text-align:right;
    padding:5px 30px 5px 0px;
}

#nav {
    width: 100%;
    background: #005534;
    background: url('/assets/i/nav-bg.jpg') repeat-y;
    min-height:51px;
    height:51px;
    max-height:51px;
    position:relative;
    z-index:10;
    
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    background: url('/assets/i/body-bg.jpg') repeat-y;   
}

#banner {
    width:960px;
    margin:0 10px;
    position:relative;
    z-index:5;
    min-height:499px;
    height:499px;
    height:auto !important;
}

#club-info {
    width:220px;
    float:left;
    margin: 0 0 0 10px;
    background: #005534;
    color: #fff;
    padding:15px;
}

#home-content {
    width:670px;
    float:left;
    margin: 0 0 0 10px;
    padding:15px 10px;
}

#sidenav {
    width: 200px;
    margin: 0 20px 20px 30px;
    float:left;
	
}

#content {
    width: 700px;
    float: left;
	height:650px;
	min-height:650px;
	height: auto !important;
	padding-bottom:40px;
}

#footer {
    background: #e6ebe4;
    width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    clear: both;
    
}

/*   Header   */

#header p {
    padding-right: 10px;
	line-height:1;
	font-weight:bold;
	font-size:1.4em;
}

#header p a {
    color:#454545;
}

#header a.head-button {
    width: 140px;
    height: 29px;
    background-image: url('/assets/i/Latestnews-btn.png');
    background-position: 0px 0px;
    text-indent: -9999px;
    display: block;
    text-decoration:none;
    float:right;
    margin:0 10px;
}

#header a.head-button:hover {
    background-position: 0px -29px;
}

#header a.latest {
    background-image: url('/assets/i/Latestnews-btn.png');
}

#header a.calendar {
    background-image: url('/assets/i/calendar-btn.png');
}

#header a.new-members {
    background-image: url('/assets/i/newmembers-btn.png');
}

/*   Nav   */

#nav img {
    position:absolute;
    top:-45px;
    left:40px;   
}

#nav ul {
    float: right;
    width: 790px;
}

#nav ul li {
	list-style-type:none;
    display: inline;
    line-height: 1;
    background: none;
    font-size: 1.8em;
	margin: 0;
    padding: 0;
    font-family: "bree-serif",sans-serif;
}

#nav ul li a {
    padding: 8px 10px 0 10px;
    display: inline-block;
    text-decoration:none;
}

#nav ul li a:link {
    color: #fff;
}

#nav ul li a:visited {
    color: #fff;
}

#nav ul li a:hover {
    color: #ccc;
}

#nav ul li a:active {
    color: #fff;
}

.facebook img
{
	vertical-align:middle;
	height:16px;
}


/*  Banner  */

#slogan {
    position: absolute;
    right: 0;
    bottom: 0;
    background:url('/assets/i/slogan-bg.png');
    width:690px;
    height:95px;
    padding:5px 0 0 20px;
    color:#fff;
}

#slogan p {
    font-family: "ubuntu",sans-serif;
    font-style:italic;
    font-size:2.2em;
    margin:0;
}

#slogan p.title {
    font-family: "bree-serif",sans-serif;
    font-style:normal;
    font-size:3.0em;
    margin:5px 0 2px 0;
}

#slogan p.read-more {
    text-align:right;
    font-size:1.6em;
    font-style:normal;
    padding-right:10px;
}

#slogan p.read-more a {
    color:#fff;
}

#banner-join {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 95px;
    background: #838256;
    text-align:center;
    padding:5px 0 0 0;
}

#banner-join p {
    font-family: "bree-serif",sans-serif;
    font-size: 2em;
    color: #fff;
}

#banner-join a.button {
    width: 222px;
    height: 41px;
    background-image: url('/assets/i/becomemember-btn.png');
    background-position: 0px 0px;
    text-indent: -9999px;
    display: block;
    text-decoration:none;
    margin: 0 auto;
}

#banner-join a.button:hover {
    background-position: 0px -41px;
}



/*  Home Club Information  */

#club-info h2 {
    font-size:1.8em;
    margin-top:2px;
}

div.info-box {
    background: #005534 url('/assets/i/info-sep.png') bottom left repeat-x;
    padding:10px 0;
}

div.info-box h3 {
    font-size: 1.5em;
    margin:5px 0;
}

div.info-box p {
    font-size: 1.3em;
}

div.info-box p a {
    font-style: italic;
    color:#fff;
}

/*   Home Content   */

#home-content p.intro {
    font-weight: 700;
    font-size:1.4em;
    margin-bottom:10px;
}

#home-content div.home-breeds {
    width: 150px;
    margin: 0 10px;
    text-align:center;
    float:left;
}

#home-content div.home-breeds img {
    margin: 0 auto;
}


#home-content div.last {
    margin: 0 0 0 10px;
}

/*  Title-banner   */

#title-banner {
    width: 960px;
    margin: 0 auto;
    height: 60px;
	min-height: 60px;
	height: auto !important;
    background: url('/assets/i/title-bg.jpg');
}

#title-banner h1 {
    padding: 20px 0 10px 240px;
    color:#fff;
    text-shadow: 1px 1px 1px #777;
}

/*  Breadcrumbs  */

#breadcrumbs ul {
    width: 100%;
    padding-left:50px;
    font-family: "open-sans",sans-serif;
    color:#9c9c9c;
    font-size:0.9em;
	margin-left:0;
}

#breadcrumbs ul li {
    background:none;
	list-style-type:none;
    display: inline;
    padding: 0;
	
}

/*  Sidenav   */

#sidenav ul {
    margin:0;
	overflow:hidden;
}

#sidenav ul li {
    background:none;
	list-style-type:none;
    padding:0;
    font-family: "bree-serif",sans-serif;
    margin:0;
	font-size:1.4em;
}

#sidenav ul li a{
    display: block;
    background: #e2d5b2 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
	width:180px;
    padding:10px 0 8px 20px;
    color:#525e41;
    
}

#sidenav ul li a:link {
	background: #e2d5b2 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
}

#sidenav ul li a:visited {
	background: #e2d5b2 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
}

#sidenav ul li a:hover {
	background: #d3c7a6 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
}

#sidenav ul li a:active {
	background: #e2d5b2 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
}

#sidenav ul li.selected a {
	background: #98885c url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
	width:180px;
	color:white;	
}

#sidenav ul li.selected ul li{
	font-size:inherit;
}



#sidenav ul li.selected ul li a {
    display: block;
    background: #f8eac3 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
    width:170px;
    padding:10px 0 8px 30px;
    color:#525e41;
    
}

#sidenav ul li.selected ul li a:link {
	background: #f8eac3 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li a:visited {
	
}

#sidenav ul li.selected ul li a:hover {
	background: #eee0ba url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li a:active {
	background: #f8eac3 url('/assets/i/sidenav-bg.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li.selected a {
    display: block;
    background: #064344 url('/assets/i/sidenav-bg2.jpg') bottom left repeat-x;
    width:160px;
    padding:10px 0 8px 40px;
    color:#fff;
}

#sidenav ul li.selected ul li.selected a:link {
	background: #064344 url('/assets/i/sidenav-bg2.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li.selected a:visited {
	
}

#sidenav ul li.selected ul li.selected a:hover {
	background: #064344 url('/assets/i/sidenav-bg2.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li.selected a:active {
	background: #064344 url('/assets/i/sidenav-bg2.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li.selected ul li a {
    display: block;
    background: #6a8d91 url('/assets/i/sidenav-bg3.jpg') bottom left repeat-x;
    width:150px;
    padding:10px 10px 8px 40px;
    color:#fff;
    
}

#sidenav ul li.selected ul li.selected ul li a:link {
	background: #6a8d91 url('/assets/i/sidenav-bg3.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li.selected ul li a:visited {
}

#sidenav ul li.selected ul li.selected ul li a:hover {
	background: #607f83 url('/assets/i/sidenav-bg3.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li.selected ul li a:active {
	background: #6a8d91 url('/assets/i/sidenav-bg3.jpg') bottom left repeat-x;
}

#sidenav ul li.selected ul li.selected ul li.selected a {
    display: block;
    background: #085f60 url('/assets/i/sidenav-bg3.jpg') bottom left repeat-x;
    width:160px;
    padding:10px 0 8px 40px;
    color:#fff;
    
}


/*   Content  */

#content img {
    border:solid 5px #e3d6b2;
    margin: 10px 0;
	
}

/*   Footer   */

.bg-end {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    height:14px;
}


#bottom-nav
{
	float:left;
	width:550px;
	margin: 10px 0 0 0;
}

#bottom-nav p
{
	margin:0 0 0 20px;
	padding:2px 0;
	
}

#bottom-nav ul
{
	margin-left:29px;
}


#bottom-nav ul li
{
    display:inline;
	border-right: solid 1px #999;
	font-size:1.1em;
	padding: 0 5px;
	margin:0px;
    
}

#footer p
{
	font-size:1.1em;
}

#sponsor
{
	float:right;
	width:400px;
	margin: 8px 0 0 0;
}

#sponsor img
{
	float:right;
	margin:0 20px 20px 0;
	height:50px;
}

/*   Results Page  */

#content div.result {
	width:220px;
	margin:0 20px 0 0;
	text-align:center;
	float:left;
}

#content div.result img{
	width:210px;
	height:140px;
}

#content div.last {
	margin:0;
}

#content div.result p {
	margin:0 0 10px 0;
}


/*   News Page  */

div.news-item {
	width:700px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.news-item p.news-date {
	margin:0 0 10px 0;
}

div.news-item p {
	margin:0;
}

/*  Gallery Page */

.gallery
{
	float:left;
	width:150px;
	background:#fff;
	height:115px;
	border:solid 5px #e3d6b2;
	margin:0 20px 20px 0;
	overflow:hidden;
}

#content div.gallery img
{
	display:block;
	border:none;
	margin:0 auto;
}


/*   Membership Form   */

.mf-label
{
    display:block;
    clear:left;
    float:left;
    font-size:1.3em;
    margin:5px 0 2px 0;
}

.mf-txtsmall
{
    display:block;
    clear:left;
    float:left;
    width:40px;
    font-size:1.3em;
    padding:3px 5px;
    margin-bottom:5px;
}

.mf-txtmedium
{
    display:block;
    clear:left;
    float:left;
    width:100px;
    font-size:1.3em;
    padding:3px 5px;
    margin-bottom:5px;
}

.mf-txtlarge
{
    display:block;
    clear:left;
    float:left;
    width:180px;
    font-size:1.3em;
    padding:3px 5px;
    margin-bottom:5px;
}

.mf-txtbox
{
    display:block;
    clear:left;
    float:left;
    width:400px;
    height:100px;
    font-size:1.3em;
    padding:3px 5px;
    margin-bottom:10px;
}

.mf-ddl
{
    display:block;
    clear:left;
    float:left;
    width:150px;
}

.mf-button
{
    background: #f38607;
    border: solid 1px #e67f06;
    border-radius: 5px; 	
    display:block;
    color: #fff;
    clear:left;
    float:left;
	font-size:1.3em;
    text-transform: uppercase;
    padding:6px 20px;
	margin: 5px 0;
}

.mf-button:hover
{
    background: #d77604;
	cursor:pointer;
}

.valid
{
    float:left;
    color:Red;
    margin-left:5px;
    font-size:1.3em;
}

























































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
