/* Start of CMSMS style sheet 'Layout: Parkview' */
 * {
margin:0;
padding:0;
}

body {
   color: #333;
   text-align: left;
   font-family: Trebuchet MS, Arial, sans-serif;
   font-size: .8em;
   background-image: url(images/cms/gray_bgd.jpg);
}
.header {
   margin: 0px auto;
   max-width: 998px;
   height: 151px;
}

.headerbgd {
   background-image: url(images/cms/header.jpg);
   background-position: top center;
   background-repeat: no-repeat;
}

td {
   padding: 0;
   margin: 0;
}

blockquote {
   margin: 0 0 0 16px;
}


/* forms */

input {
   font-family: Trebuchet MS, arial, sans-serif;
   font-size: 1.3em;
   color: #333;
   font-weight: bold;
}

select {
   font-size: 1.1em;
   color: #333;
   font-family: Trebuchet MS, arial, sans-serif;
}

/* end forms */

/*
if img is inside "a" it would have borders, we don't want that
*/
img {
   border: 0;
   behavior: url(uploads/test/iepngfix.htc);
}

.body_image {
   border: 1px solid #cccccc;
   margin: 4px 8px 8px 0;
   padding: 4px;
   background-color: #fff;
   float:left;
   z-index: 1;
   position:relative;
}

.rcol_image {
   border: 1px solid #cccccc;
   margin: 4px 8px 8px 0;
   padding: 4px;
   background-color: #fff;
}

.contact {
   padding: 8px;
   background-color: #e4d3b5;
   font-style: italic;
   margin: 20px 0 0 0;
   width:390px;
}

.who_to_contact {
   border: 1px solid #cccccc;
   padding: 6px;
   margin:0 8px 0 2px;
   background-color: #fff;
}

.email {
   padding: 3px 2px 0 1px;
}

.map {
   padding: 3px 2px 0 3px;
}

.meeting_times {
   padding: 8px;
   background-color: #e4d3b5;
   font-size:1.1em;
   font-style: italic;
   font-weight: bold;
   width:390px;
}

div.below_content {
   padding:6px 34px 0 34px;
   background-image: url(images/cms/content_bgd.png);
   height:35px;
}

/*div.top_info {
   float:left;
   clear:both;
   height:25px;
   padding: 12px 0 0 0;
   margin: 6px 0 0 0;
}*/

.media {
   margin: 12px 0pt 0pt;
   width: 571px;
   height: 391px;
   background-image: url(images/cms/media_bgd.jpg);
   background-repeat: no-repeat;
}

.media_left {
   margin: 0pt 0pt 0pt 26px;
   padding: 56px 0pt 0pt;
   float: left;
}

.media_right {
   padding: 50px 30px 0pt 0pt;
   float: right;
   width: 176px;
   font-size: 1.1em;
}

.top_text {
   text-transform: uppercase; 
   color: rgb(228, 211, 181);
   font-weight:bold;
   font-size:12px;
   float:left;
   padding: 4px 0 0 0;
}

.top_text a {
   color: rgb(228, 211, 181);
}

.top_text a:hover {
   color: rgb(228, 211, 181);
}

.header_right {
   width: 370px;
   height: 151px;
   position: absolute;
   top: 0px;
}

/*default link styles - set all links to have underline and color */
a,
a:link 
a:active
a:visited {
   text-decoration: none;
   color: #846b35;
   /*margin: 0 2px;*/
}

a:hover {
   text-decoration: underline;
   color: #a3874c;
   cursor:url("images/cms/hand_over.cur")
}

/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;   /* this centers wrapper */
   max-width: 998px;  /*  IE wont understand these, so we will use javascript magick */
   min-width: 998px;
   padding-left:2px;
}

div#menubgd {
   background-image: url(images/cms/menu_bgd.jpg);
   clear:left;
}

div#leftmenubgd {
   /*background-image: url(images/cms/left_menu_bgd.jpg);*/
   margin: 20px 0 0 32px;
   width:210px;
   float:left;
}

div.leftmenutitle {
   margin:0 0 4px 22px;
   font-size:1.5em;
   font-weight:bold;
   width:162px;
}

div.breadcrumbs {
   font-weight: bold;
   text-transform:uppercase;
   margin: 0 0 26px 0;
   font-size: .8em;
}

/*div.divider {
   padding: .4em 0 2.2em 0;
   border-bottom: 1px dotted #000;
}*/

div#content {
   font-family: Trebuchet MS, Arial, sans-serif;
   background-image: url(images/cms/content_bgd.png);
}

div#content a {
   margin-left: 2px;
   margin-right: 2px;
   font-weight: bold;
}

div#main {
   margin: 0 40px;
   padding: 20px 0 20px 0;
   font-size: 1.1em;
   line-height: 1.3em;
}

div#maintertiary {
   margin: 0 0 0 258px;
   padding: 20px 0 20px 0 ;
   font-size: 1.1em;
   line-height: 1.3em;
   width: 660px;
}

div.footer {
   clear:both;       /* keep footer below content and menu */
   color: #999;
   padding: 1.5em;
   text-align: center;
   font-weight: bold;
   margin:0;
   line-height: 1.2em;
}

div.footer a {
   color: #999; /* needed because footer link would be same color as content links */
}

hr {
   color: #fff;
   border: 1px dotted #999;
   border-style: none none dotted;
   margin: .7em 0;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h6 {
   font-size: 1.4em;
   padding-bottom: .2em;
   line-height: 1.3em;
}

div.title { /* used as the header of the page */
   font-size:2em;
   font-weight:bold;
   padding: 0 0 10px 0;
   border-bottom: 1px dotted #999;
   margin: 0 0 18px 0;
   line-height: 1em;
}

div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}

h2 {  
   color: #333;
   font-size: 1.8em;
   line-height: 1.5em;
}

div#content h3 {
   color: #333; 
   font-size: 1.5em;
   line-height: 1.3em;
}

div#content h4 {
   color: #333; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   font-size: 1.1em;
   font-style: normal;
}


/* END HEADINGS */

/* TEXT */

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;
}

/* END TEXT */

#maintertiary ul {
   margin: 8px 0 6px 30px;
}

#maintertiary li {
   list-style-type: square;
   margin: 8px 0 0 0;
}

#main ul {
   margin: 8px 0 6px 30px;
}

#main li {
   list-style-type: square;
   margin: 8px 0 0 0;
}


#sidebar ul {
   margin: 4px 0 6px 24px;
}

#sidebar li {
   list-style-type: square;
   margin: 4px 0 0 0;
}

/* BOOKMARKS CSS */
.cms-module-bookmarks-header {
   font-weight: bold;
   font-size: 2em;
}
.cms-module-bookmarks-list {
   /*padding: 4px;*/
   margin: 4px;
   line-height: 1.3em;
}
.cms-module-bookmarks-list li {
   /*list-style: none;*/
}
.bookmark-link {
  /*background-color: #FFF;
*/
}
.cms-module-bookmarks-summary {
   margin-bottom: 8px;
   padding-bottom: 8px;
   border-bottom: 1px dotted #999
}
.cms-module-bookmarks-header {
   font-size: 1.3em;
   font-weight: bold;
}
/* END BOOKMARKS CSS */
/* End of 'Layout: Parkview' */

