/* Start of CMSMS style sheet 'Will Vision Main Template' */
/*****************
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;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}
.right {
   float:right;
}
.left {
   float:left;
   margin-left:10px;
   width:670px;
   clear:none;
}

div#maintwo {
   margin:0 15px 0 10px;
   width:690px;
   padding-left:5px;
   padding-top:5px;
   background:transparent;
   float: right;
}
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}


img {
   border: 0;
}
a:active {
   color:black;
}
/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #4a4330; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #4a4330;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #4a4330;
}

/*****************
basic layout 
*****************/
body {
   background-color: #8c7f5b;
   color: #7c7051;
   margin:1em; /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #5f563d;
   margin: 0 auto;     /* this centers wrapper */
   width:920px;
   max-width: 920px; /* IE wont understand these, so we will use javascript magick */
   min-width: 920px;
   background:#fdf4de url(Images/willvision-pw.jpg) repeat-y;
   color: #7c7051;
}

#homecontent {
   width:710px;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 128px; /* adjust according your image size */
   background: #e8dec5 ;           
}

div#header-home {
   height: 229px; /* adjust according your image size */
   background: #e8dec5 ;           
}

div#header p a {
/* you can set your own image here */
   background: #e8dec5 url(Images/header01.jpg) no-repeat 0; 
   display: block; 
   height: 128px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#content {
   margin: 0;
   width: 100%;
   overflow: hidden;
}

#home-vid {
   background: url(Images/willvision-home-vid.gif) no-repeat;
   width:630px;
   height:350px;
   padding:10px;
   margin:0px auto;
   z-index:1;
}

#vid-title {
   height:38px;
   width:440px;
   font-size:14pt;
   line-height:16pt;
   padding-top:8px;
   color:#efe5cc;
   background: transparent;
   float:left;
   clear:none;
}

#vid-title-link {
   height:38px;
   width:120px;
   font-size:9pt;
   margin: 0px 0px 0 20px;
   padding-top:8px;
   color:#efe5cc;
   background: transparent;
   float:right;
   clear:none;
}

#vid-home {
   margin:-5px 0 10px -5px;
   padding-left:0px;
   clear:none;
   float:left;
   width:401px;
   height:266px;
   background:#EBE0C2;
   z-index:1;
}

#vid-div h1 {
   font-size:12pt;
   color:#92845f;
   line-height:14pt;
}

#vid-div {
   margin-top:0px;
   clear:none;
   float:right;
   width:190px;
   height:260px;
   overflow:auto;
   margin-right:38px;
   font-size:8pt;
   color:#92845f;
}

.pic {
   position:relative;
   border:1px solid red;
   width:110px;
   height:120px;
}

.pictwo {
   position:relative;
   border:1px solid red;
   width:110px;
   height:120px;
}

.text {
   border:1px solid red;
   width:450px;
   height:130px;
}

.text-main {
   width:230px;
   float:left;
   clear:none;
   border:1px solid red;
}

.list-main {
   float:left;
   width:330px;
   border:1px solid red;
}

div#articleListContainer- {
   width:152px;
   padding-left:3px;
}

.articleList- {
   width:152px;
}

.articleList- p {
   padding-top:0px;
   margin-top:-10px;
   text-decoration:none;
}

.articleList- p:hover {
   color:#000;
   text-decoration:none;
}

.articleList- p a:hover {
   color:#000;
   text-decoration:none;
}

.articleList- p a:active {
   color:#000;
   text-decoration:none;
}

.articleList- p a {
   text-decoration:none;
}


div#articleListContainer {
   width:180px;
   padding-left:3px;
}

.articleList {
   width:180px;
}

.articleList p {
   padding-top:0px;
   margin-top:-10px;
   text-decoration:none;
}

.articleList p:hover {
   color:#000;
   text-decoration:none;
}

.articleList p a:hover {
   color:#000;
   text-decoration:none;
}

.articleList p a:active {
   color:#000;
   text-decoration:none;
}

.articleList p a {
   text-decoration:none;
   color:#4a4330;

}

div#contentContainer {
   width:365px;
}
div#contentContainer2 {
   width:390px;
}

div#main-mac {
   margin-left: 2px;
   margin-top:5px;
   width:510px;
   padding-left:10px;
   padding-top:10px;
   background:transparent;
   float: left;
}

div#main {
   margin:0 auto;
   width:690px;
   padding-left:5px;
   padding-top:5px;
   background:transparent;
   float: right;
}

div#main2 {
   margin-left: 188px; 
   margin-right: 0; 
   padding-left:5px;
   padding-top:5px;
   background:#fdf4de;
}

div#sidebar {
   float: left;
   width: 175px;
   display: inline;
   margin-left: 0;
   background:#c0ae7d url(Images/sidebar.gif) no-repeat top left;
   color:#efe5cc;
}

div#sidebar.hascontent {
   padding-left:10px;
   width: 175px;
   color:#efe5cc;
}

div#footer {
   clear:both;
   color: #92845f;
   background-color: #e8dec5;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.2em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}


div#footer p a {
   color: #92845f; /* needed becouse footer link would be same color as background otherwise */
}

div#footer p a:hover {
   color: #92845f; /* needed becouse footer link would be same color as background otherwise */
   background: transparent;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* 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 {

}

/* HEADINGS */
h1 {
   color: #7c7051; 
   font-size: 2em;
   font-family: "Times New Roman";
   /*font-style: italic;*/
   text-align: left;
   line-height: 1.5em;
   padding: 5px 0 5px 0px;
}

div#content h1 span {
   display:none;
}

div#content h2 {
   color: #7c7051; 
   font-size: 14pt; 
   text-align: center; 
/* some air around the text */
   padding-bottom:17px 0 17px 0;
/* set borders around header */
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #7c7051; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #7c7051; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #7c7051; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   color: #7c7051; 
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 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;
   font-size:10pt;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

#sidetop {
   background:url(Images/side-top-image.gif) no-repeat;
   width:161px;
   margin-top:10px;
   padding-top:5px;
   padding-bottom:8px;
   padding-left:15px;
}

#sidetop2 {
   background:url(Images/side-top-2.gif) no-repeat;
   width:161px;
   height:40px;
   margin-top:10px;
   padding-top:5px;
   padding-bottom:0px;
   padding-left:0;
}

#homesidetop {
   background:url(Images/side-top-image.gif) no-repeat;
   width:161px;
   margin-top:10px;
   padding-top:5px;
   padding-bottom:8px;
   padding-left:0px;
   text-align:center;
}
.homesidefill{
   background:url(Images/side-filler.gif) repeat-y;
   width:161px;
   max-width:151px;
   white-space:wrap;
   list-style-type:none;
   color:#92845f;
   padding-top:10px;
   padding-left:5px;
   padding-right:5px;
}
#homesidebottom{
   background:url(Images/side-bottom.gif) no-repeat;
   width:161px;
   height:15px;
   margin-top:-5px;
   margin-bottom:10px;
   clear:none;
}
.sidefill {
   background:url(Images/side-filler.gif) repeat-y;
   width:161px;
   max-width:161px;
   white-space:wrap;
   list-style-type:none;
   color:#92845f;
   padding-top:10px;
   padding-left:10px;
   padding-right:5px;
}

.sidefill li, .sidefill ul {
   list-style-type:none;
   font-size:10px;
}

.sidefill li ul li{
   padding:0 0 0 5px;
}

#sidebottom {
   background:url(Images/side-bottom.gif) no-repeat;
   width:161px;
   height:15px;
   margin-top:-5px;
   margin-bottom:10px;
   clear:none;
}
.user {
   width:250px;
   height:150px;
}
#right {
   display:block;
   width:165px;
}

#righttemp {
   display:block;
   width:268px;
   padding:0 0 0 345px;
}

#right-top {
   background: url(Images/side-top-2.gif) no-repeat;
   width: 161px;
   margin-left:0px;
   padding-left:1px;
   text-align:center;
   color:#FCF4DF;
   height: 41px;
   padding-top:5px;
}

#right-top span p {
   margin-left:-90px;
   width:158px;
   height:48px;
   color:#FCF4DF;
   font-weight:bold;
   padding:0px;
   text-align:center;
   margin-top:-20px;
}

#right-fill {
   background:url(Images/side-filler2.gif) repeat-y;
   width:161px;
   margin-left:1px;
   padding-bottom:2px;
}

#right-bottom {
   background:url(Images/side-bottom2.gif) no-repeat;
   width:161px;
   height:14px;
   margin-left:0px;
}


#main2 {
   width:300px;
}

#list-content {
   margin-top:30px;
} 

.date select {
   width:100px;
}
.age select {
   width:110px;
}
.day select {
   width:110px;
}

.contact {
   color:#92845f;
}

#m3ffyour_name {
   width:125px;
   background-color:#fdf4de;
   border:1px solid #b8a678;
   color:#92845f;
}

#m3ffyour_phone_or_email {
   width:125px;
   background-color:#fdf4de;
   border:1px solid #b8a678;
   color:#92845f;
}

.user {
   width:125px;
   height:40px;
   background-color:#fdf4de;
   border:1px solid #b8a678;
   color:#92845f;
}
.ffsubmit {
   background-color:#fdf4de;
   border:1px solid #b8a678;
   color:#92845f;
   height:20px;
   width:55px;
}

.formbuilderform label {
   padding-right:10px;
}

.formbuilderform textarea {
   width:300px;
   height:200px;
}

.formbuilderform select {
   width:100px;
}

.fbsubmit {
   padding:3px;
}

/* Mac List Stuff */
#main #contentmac {float: left; width: 455px; text-align: left; margin: 0 0 50px 0; font-size: 12px; line-height: 140%;}

#main #contentmac h2 {font-size: 14px; color: #000000; margin: 0 0 20px 0;}

#main #contentmac h3 a {color: #000; text-decoration: none; font-size: 16px; margin: 0 0 5px 0; display: block;}
#main #contentmac h3 a:hover {color: #000000; text-decoration: underline;}
#main #contentmac p {margin: 0 0 2em 0;}
#main #contentmac p a, #main #content p a:active, #main #content p a:visited {padding-right: 12px; background: url(http://images.apple.com/getamac/images/carrotrightongry20060501.gif) no-repeat right 4px; color: #75797c;}
#main #contentmac p a:hover {background: url(http://images.apple.com/getamac/images/carrotrightonblk20060501.gif) no-repeat right 4px; color: #000000; text-decoration: underline;}

#main #contentmac h3.indent {margin-left: 100px;}
#main #contentmac h3.indentsm {margin-left: 80px;}
#main #contentmac p.indentsm {margin-left: 80px;}
#main #contentmac p.indentweb {margin-left: 95px;}
#main #contentmac p.indentphotos {margin-right: 0px;}
#main #contentmac p.indentdesign {margin-bottom: 25px;}
h3.indent {margin-left: 100px;}
p.indent {margin-left: 135px;}
p.indenta {margin-left: 140px;}
p.indentr {margin-right: 135px;}
p.indents {margin-right: 130px;}
#main #contentmac p.indent {margin-left: 100px;}
#main #sidebarmac h3 a {color: #000; text-decoration: none; font-size: 12px;}
#main #sidebarmac h3 a:hover {color: #92845F; text-decoration: underline;}
#main #sidebarmac p a, #main #sidebarmac p a:active, #main #sidebarmac p a:visited {padding-right: 12px; background: transparent; color: #000;}
#main #sidebarmac p a:hover {background:transparent; color: #5b533b; text-decoration: underline;}
#main #sidebarmac {float: left; clear:none; width: 163px; padding-left:25px; margin: 0;}
#right-fill {margin: 0 0 0 1px; background-color: transparent;}
#right-fill p {padding: 0 1px 1px 1px; color: #79767c; font-size: 9pt;}
#right-fill p span {padding: 0 1px 0px 1px; color: #000; font-size: 7pt;}
#right-fill h3 {padding: 0; margin: 0 3px 0 3px; font-size: 8pt; display: block;}
#main .reasons {margin: 0;}
#main #sidebarmac #right-top h2 {margin:0px; padding:0px; width:151px; height:38px; background:transparent; color:#EFE5CC;}
#main #sidebarmac #right-top h2 {margin:0px; padding:0px; width:151px; font-size:8pt; height:38px; background:transparent; color:#EFE5CC;}
#right-fill a {color: #5b533b; background:transparent; }
#right-fill a:hover {color:#000; background:transparent; }


/* Mac List Stuff */
#main #contentmaca {float: left; width: 630px; text-align: left; margin: -45px 0 50px 0; font-size: 12px; line-height: 140%;}

#main #contentmaca h2 {font-size: 14px; color: #000000; margin: 0 0 20px 0;}

#main #contentmaca h3 a {color: #000; text-decoration: none; font-size: 16px; margin: 0 0 5px 0; display: block;}
#main #contentmaca h3 a:hover {color: #000000; text-decoration: underline;}
#main #contentmaca p {margin: 0 0 2em 0;}
#main #contentmaca p a, #main #content p a:active, #main #content p a:visited {padding-right: 12px; background: url(http://images.apple.com/getamac/images/carrotrightongry20060501.gif) no-repeat right 4px; color: #75797c;}
#main #contentmaca p a:hover {background: url(http://images.apple.com/getamac/images/carrotrightonblk20060501.gif) no-repeat right 4px; color: #000000; text-decoration: underline;}

#main #contentmaca h3.indent {margin-left: 100px;}
#main #contentmaca h3.indentsm {margin-left: 80px;}
#main #contentmaca p.indentsm {margin-left: 80px;}
#main #contentmaca p.indentweb {margin-left: 95px;}
#main #contentmaca p.indentphotos {margin-right: 0px;}
#main #contentmaca p.indentdesign {margin-bottom: 25px;}
h3.indent {margin-left: 100px;}
p.indent {margin-left: 135px;}
p.indentx {margin-left: 145px;}
p.indenta {margin-left: 140px;}
p.indentr {margin-right: 135px;}
#main #contentmaca p.indent {margin-left: 100px;}
#main #sidebarmac h3 a {color: #000; text-decoration: none; font-size: 12px;}
#main #sidebarmac h3 a:hover {color: #92845F; text-decoration: underline;}
#main #sidebarmac p a, #main #sidebarmac p a:active, #main #sidebarmac p a:visited {padding-right: 12px; background: transparent; color: #000;}
#main #sidebarmac p a:hover {background:transparent; color: #5b533b; text-decoration: underline;}
#main #sidebarmac {float: left; clear:none; width: 163px; padding-left:25px; margin: 0;}
#right-fill {margin: 0 0 0 1px; background-color: transparent;}
#right-fill p {padding: 0 1px 1px 1px; color: #79767c; font-size: 9pt;}
#right-fill p span {padding: 0 1px 0px 1px; color: #000; font-size: 7pt;}
#right-fill h3 {padding: 0; margin: 0 3px 0 3px; font-size: 8pt; display: block;}
#main .reasons {margin: 0;}
#main #sidebarmac #right-top h2 {margin:0px; padding:0px; width:151px; height:38px; background:transparent; color:#EFE5CC;}
#main #sidebarmac #right-top h2 {margin:0px; padding:0px; width:151px; font-size:8pt; height:38px; background:transparent; color:#EFE5CC;}
#right-fill a {color: #5b533b; background:transparent; }
#right-fill a:hover {color:#000; background:transparent; }


#thelist {
   width:690px;
   float:left;
   clear:none;
}

div.minicontactform {
   height:250px;
   width:125px;
   padding-left:7px;
}

div.minicontactform div {
   height:36px;
   width:125px;
}

.minicontactform input[type="text"] {
   width:125px;
   border:1px solid #fff;
}



.minicontactform textarea {
   border:1px solid #fff;
   width:125px;
   height:50px;
}

.minicontactform div.submit {
   margin-top:40px;
   padding-bottom:10px;
}

#rightside {
   float:right;
   width:194px;
   margin-top:18px;
   padding-right:10px;
}


#right-nav-top {
   background: url(Images/right-nav-top.jpg) no-repeat;
   width: 196px;
   margin-left:0px;
   padding-left:1px;
   text-align:center;
   color:#FCF4DF;
   height: 78px;
   padding-top:5px;
}

#right-nav-top span p {
   width:196px;
   height:74px;
   color:#FCF4DF;
   font-weight:bold;
   padding:15px 0 0 0;
   text-align:center;
}

#right-nav {
   background:url(Images/right-nav.jpg) repeat-y;
   width:191px;
   margin-left:0px;
   padding:0 0 1px 5px;
}

#right-nav-bottom {
   background:url(Images/right-nav-bottom.jpg) no-repeat;
   width:196px;
   height:30px;
   margin-left:0px;
}
#footera {
   margin:0 3px 0px 0;
   clear:both;
   height:24px;
   width:186px;
}

.willvisionfont {
   font-family:"Times New Roman";
   font-size:12pt;
   color:#663300;
   font-style:italic;
   font-weight:bold;
}

#articleListContainer- {
   width:140px;
}

.activemaclist {
   font-weight:bold;
   color:#000;
}

.wvtr {
   padding:5px 0 5px 0;
   line-height:16pt;
   height:16pt;
}

#qa {
   margin:-180px 0 0 0;
}

#m7moduleform-3 textarea {
   width:260px;
   height:100px;
}

#maintwo ul li {
   margin:0 0 0 20px;
}

.sitemapa ul li {
  margin:0 0 0 20px;
padding:3px 0 3px 0
}

.sitmapa ul{
  margin:0 0 0 20px;
   padding:3px 0 3px 0
}

.sitemap ul li {
padding:3px 0 3px 0
}

.sitmap ul{
   padding:3px 0 3px 0
}

.visiblehr{
   display:block;
   color:#8C7F5B;
   height:2px;
}

#flasheye {
   margin:40px 0 0 0;
}

p.indentf {
   margin: 0 0 0 250px;
}

#qaform {
   margin:20px 0;
}

#qaform b {
   font-size:12pt;
   padding:5px 0 10px 0;
}

#m6input_author, #qaform textarea{
   border:1px solid #92845F;
   width:260px;
}

#qaform textarea{
   height:120px;
}

#banner-marquee {
	height:30px;
	width:920px;
	background-color:62593F;
	font-family:Arial;
	font-size:14pt;
	color:FFFFFF;
	border-width:0;
	border-style:dotted;
	border-color:ff0000;
}
/* End of 'Will Vision Main Template' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vertv {
   padding-left: 0;
   margin-left: 0px;
   margin-top:-10px;
}


/* third level has some padding to have it stand out */
div#menu_vertv ul ul ul {
   padding: 0;
   margin-left:5px;
}

/* menu li block */
#menu_vertv li {
   margin: 0;
   margin-left:5px;
   display: block;
}

#menu_vertv ul ul li {
   border: none;
   padding:0;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vertv li a { height: 1%; } 
* html #menu_vertv li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vertv a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0; /* some air for it */
   min-height:12px; /* Fixes IE7 whitespace bug */ 
   line-height:12px;
   font-family: "Times New Roman";
   color: #92845f; 
   font-size: 12px;
}

/* next level links, more padding and smaller font */
div#menu_vertv ul ul a {
   font-size: 12px;
   padding:0;
   padding-left:2px;
   line-height:12px;
   font-family: "Times New Roman";
   width:150px;
   color: #92845f; 
}

/* third level links, more padding */
div#menu_vertv ul ul ul a {
   padding-left: 5px;
}

/* hover state for all links */
div#menu_vertv a:hover {
   color: #92845f; 
}
div#menu_vertv a.activeparent:hover {
   background-color: transparent;
   color: #92845f; 
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vertv li a.activeparent {
   background-color: transparent;
   color: #92845f; 
}

div#menu_vertv ul ul li a.activeparent {
   background-color: transparent;
   color: #92845f; 
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vertv ul h6 {
   display: block; 
   font-family: "Times New Roman";
   padding: 0px;                            /* some air for it */ 
   font-size: 12px;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vertv ul ul h6 {
   font-size: 12px;
   font-family: "Times New Roman";
   padding: 0;
   background-color: transparent;
margin: 0;
}

/* current page on third level, more padding */
div#menu_vertv ul ul ul h6 {
   padding: 0;
   margin: 0;
   font-family: "Times New Roman";
}

/* section header */
div#menu_vertv li.sectionheader {
   border-right: none;
   font-size: 12px;
   padding: 2px;
   color: #92845f;
   line-height: 12px;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vertv li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:0;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vertv li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper- { 
   width: 100%;
   z-index:3001; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav-, #primary-nav- ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   z-index:3001; 
   margin-left: -1px;
}
#primary-nav- ul { 
   position: absolute; 
   bottom: 0; 
   left: 100%; 
   z-index:3001; 
   display: none; 
}
#primary-nav- li { 
   margin-bottom: -1px; 
   position: relative; 
   z-index:3001; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav- a { 
   border: 1px solid #006699; 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   z-index:3001; 
   color: #006699;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav- li, #primary-nav- li.menuparent { 
   background-color: #EFE5CC; 
   min-height:1em; /* Fixes IE7 bug*/
   z-index:3001; 
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav- li.menuactive { 
   background-color: #EFE5CC; 
   z-index:3001; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav- li.menuparent, 
#primary-nav- li.menuparent:hover, 
#primary-nav- li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
   z-index:3001; 
}


/* Styling the apperance of menu items on hover */
#primary-nav- li:hover, 
#primary-nav- li.menuh, 
#primary-nav- li.menuparenth, 
#primary-nav- li.menuactiveh { 
   background-color: #EFE5CC; 
   z-index:3001; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav- ul, 
#primary-nav- li:hover ul, 
#primary-nav- li:hover ul ul, 
#primary-nav- li.menuparenth ul, 
#primary-nav- li.menuparenth ul ul { 
   display: none; 
   z-index:3001; 
}
#primary-nav- li:hover ul, 
#primary-nav- ul li:hover ul, 
#primary-nav- ul ul li:hover ul, 
#primary-nav- li.menuparenth ul, 
#primary-nav- ul li.menuparenth ul, 
#primary-nav- ul ul li.menuparenth ul { 
   display: block; 
   z-index:3001; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav- li, #primary-nav li.menuparenth { _float: left; _height: 1%; 
   z-index:3001;  }
#primary-nav- li a { _height: 1%; 
   z-index:3001;  }


/* section header */
#primary-nav- li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   z-index:3001; 
   width: 100%;
}


/* separator */
#primary-nav- li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #EFE5CC;
   width: 100%;
   border:0;
   z-index:3001; 
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Navigation: CSSMenu - Vertical' */

