/* Start of CMSMS style sheet 'Basic Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}
a:focus, a:active {
outline: 0;
-moz-outline: none;
}
/*
Set initial font styles
*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	background-image: url(images/cms/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #DFD8C3;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
	text-decoration: underline;
	color: #339933;
}

a:visited {
	text-decoration: underline;
	color: #CC9966;              /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
	color: #FF6600;
}


/* center wrapper, min max width */
div#pagewrapper {
	;
	color: black;
	width: 722px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	display: block;	
}
#contentwrapper {
	width: 722px;
	position: relative;
	height: auto;
	background-image: url(images/cms/repeat.jpg);
	background-position: left;
	background-repeat: repeat-y;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
	width: 100%;
	height: 264px;
	background-image: url(images/cms/banner.jpg);
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}
div#header h1 a {
	display: block;
	height: 88px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none;
	width: 400px;
	left: 300px;
	position: absolute;
	top: 135px;
	margin: 0px;
	padding: 0px;
}
#banner_info {
	color: #000000;
	position: absolute;
	width: 275px;
	height: 100px;
	left: 340px;
	top: 25px;
}

#banner_info h1 {
	font-size: 1.2em;
	color: #990000;
	font-weight: bold;
}
#banner_info p {
	font-size: 0.95em;
}
#area_banner {
}
#clear {
	clear: both;
	height: 1px;
	width: 100%;
}
#joinus a {
	color: #FFCC00;
}
.checkbox label{
	padding: 5px;
	margin: 5px;
	display: block;
	float: right;
	width: 90%;
	height: 100%;
}
.checkbox input{
	clear: both;
	float: left;
	position: relative;
	top: 0.5em;
}
div#search {
   float: right;currentpage
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	width: 485px;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1.2em;
	padding-left: 0;
	position: relative;
	left: 195px;
}

div#content {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 0;
	position: relative;
}

div#main {
	width: 480px;
	position: relative;
	z-index: 1000;
	float: right;
	height: auto;
	right: 30px;
	overflow: hidden;
}


div#sidebar {
	width: 180px;
	padding: 0px;
	display: block;
	float: left;
	margin: 0px;
	position: relative;
	background-image: url(images/cms/sidebar_repeat.gif);
	background-repeat: repeat-y;
	height: auto;
	z-index: 9999;
}
#sidebar_head {
	background-image: url(images/cms/sidebar_title.gif);
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	position: relative;
	top: -15px;
}
#sidebar_foot {
	background-image: url(images/cms/sidebar_footer.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	position: relative;
	top: 15px;
	width: auto;
	z-index: 9999;
}
/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
	clear:both;       /* keep footer below content and menu */
	color: #FFFFFF; /* same bg color as in header */
	background-image: url(images/cms/footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 260px;
	padding-top: 26px;
	position: relative;
	top: -70px;
	z-index: 1;
}
#footer_content {
	position: absolute;
	left: 165px;
	top: 155px;
	width: 515px;
}

div#footer p {
	font-size: 0.8em; /* centered text */
	margin:0;
	width: 100%;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
	height: 1px;
	margin: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
	visibility: visible;
}

/* HEADINGS */
div#content h1 {
	color: #DC0001;
	padding-bottom: .25em;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	font-size: 1.65em;
}
div#content h2 {
	color: #CC0000;
	padding: 0em;
	font-size: 1.5em;
}
div#content h3 {
	color: #313D25;
	padding-bottom: 0.7em;
	font-size: 1.25em;
}
div#content h4 {
	color: #336633;
	padding-bottom: 0.7em;
	font-size: 1.25em;
}
div#content h5 {
	color: #7E8550;
	width: 100%;
	background-image: url(images/cms/h5-bgd.jpg);
	background-position: bottom;
	font-size: 1em;
}
div#content h6 {
	color: #000000;
	width: 100%;
	background-image: url(images/cms/h5-bgd.jpg);
	background-position: bottom;
	font-size: 1em;
	font-weight: bold; 
}

/* BEGIN CONTACT FORM */

.firstname {
 
}
.lastname {
 
}
.emailaddress {
 
}
.comments {
	width: 350px; 
}
textarea {
	height: 200px;
	width: 425px;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	margin: 0;  /* some air around p elements */
	line-height:1.4em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
 

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

.banner{
	display: block;
	float: left;
	height: 103px;
	width: 100%;
	position: relative;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	overflow: auto;
}
.portrait {
	float: left;
	margin-right: 5px;
}
#doglist{
	width: 98%;
	display: block;
}
.doglistsection{
	display: block;
	margin-bottom: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DFD8C3;
	padding-bottom: 10px;
}

.dogpict{
	width: 125px;
	padding-bottom: 1em;
	vertical-align: top;
	float: left;
}
.notes{
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFD8C3;
	border-right-color: #DFD8C3;
	border-bottom-color: #DFD8C3;
	border-left-color: #DFD8C3;
	margin-top: 10px;
	height: 170px;
}
/* End of 'Basic Layout' */

/* Start of CMSMS style sheet 'Main Menu' */
/********************
MENU
*********************/

div#menu_horiz {
	background-image: url(images/cms/sectionhead.jpg);
	height: auto;
	clip: rect(auto,auto,auto,auto);
	display: block;
	overflow: hidden;
	position: absolute;
	right: 40px;
	bottom: 3px;
	width: auto;
}
}

div#menu_horiz ul{
	margin: 0px;
	padding: 0px;	 
}
/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	width: auto;      
	padding: 5px;
}


/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none; /* no underline for links */
	color: #FFFFFF;
	display: block;
	font-size: 12 px;
	font-weight: bold;
	text-align: center;
	height: auto;
	width: auto;
	background-color: #003333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #669900;
}


/* hover state for links */
div#menu_horiz li a:hover {
	background-color: #FFFF99;
	color: #003300;
}
div#menu_horiz a.activeparent:hover {
  }

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
}

div#menu_horiz h3 {
	text-decoration: none; /* no underline for links */
	color: #CC0033;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(images/cms/horizontal_menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #330033;
}

/* End of 'Main Menu' */

