/* - - - - - - CSS Document - - - - - - - - -
Title : Global style sheet for client-side web development standards
Author : Cody Lindley, modified by Guy Paquette
- - - - - - - - - - - - - - - - - - - - - */

/* ----- global default/initial styles ----- */
body {background-color:#FFFFFF;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}


/* ----- base default font size, type, and line height ----- */
html body{font: 76%/1.4em Arial, Helvetica, sans-serif;color:#333333; text-align: justify}
html>body{font: 76%/1.4em Arial, Helvetica, sans-serif;color:#333333}
dl{font-size: 1.2em}
p {line-height:normal; margin:0px 0 0px; font-size: 1em}
hr{margin:10px 0;color:#999999;}
table { font-size: 1em}


/* ----- base links ----- */
a:link {color: #708598;; text-decoration: none}
a:visited {color: #708598;; text-decoration: none}
a:hover {; text-decoration: underline; color: #000000}
a:active {color: #708598;; text-decoration: none}
a:focus{color: #8C2142;}


/* ----- defined link styles and behaviour ----- */
.menuLink {font-size: 1em; color: #FFFFFF; line-height: 1.4em;}
.menuLink a:link {font-size: 1em;    color: #FFFFFF; line-height: 1.4em;; text-decoration: none}
.menuLink a:visited {font-size: 1em; color: #FFFFFF; line-height: 1.4em;; text-decoration: none}
.menuLink a:hover {font-size: 1em;   color: #FFFFFF; line-height: 1.4em;; text-decoration: underline}
.menuLink a:active {font-size: 1em;  color: #FFFFFF; line-height: 1.4em;; text-decoration: none}
.menuLink a:focus{font-size: 1em;    color: #FFFFFF; line-height: 1.4em;}

.captionLink {font-size: 90%; color: #51524C; line-height: 1.4em;}
.captionLink a:link {color: #51524C; line-height: 1.4em;; text-decoration: none}
.captionLink a:visited {color: #51524C; line-height: 1.4em;; text-decoration: none}
.captionLink a:hover {color: #51524C; line-height: 1.4em;; text-decoration: underline}
.captionLink a:active {color: #51524C; line-height: 1.4em;; text-decoration: none}
.captionLink a:focus{color: #51524C; line-height: 1.4em;}


/* ----- defined styles for text and elements ----- */
.bodyTextWhite76 { font-size: 1em; color: #FFFFFF; line-height: 1.4em }
.box-n-buttons {  font-family: Arial, Verdana, sans-serif; font-size: 1em; color: #51524C; font-weight: bold}
.text {  font-size: 100%; color: #51524C; list-style-type: disc; list-style-position: inside}
.menuItem {  font-family: Arial, Verdana, sans-serif; font-size: 1em; color: #F0EFDB}
.textMenu { font-size: 90%; color: #333333; list-style-type: disc; list-style-position: inside }
.textAvocado { font-size: 100%; color: #AFBB6F; list-style-type: disc; list-style-position: inside }
.textFallLeaf { font-size: 100%; color: #EDE381; list-style-type: disc; list-style-position: inside }
.textRed { font-size: 100%; color: #C00000; list-style-type: disc; list-style-position: inside }
.textDeepGreen { font-size: 100%; color: #96A34E; list-style-type: disc; list-style-position: inside }
.textBeige { font-size: 100%; color: #EBE7B7; list-style-type: disc; list-style-position: inside }
.textBlue { font-size: 100%; color: #4A4A6E; list-style-type: disc; list-style-position: inside }
.textOrange { font-size: 100%; color: #F55B0F; list-style-type: disc; list-style-position: inside }
.textLightGrey { font-size: 100%; color: #727466; list-style-type: disc; list-style-position: inside }
.caption { font-size: 90%; color: #51524C; list-style-type: disc; list-style-position: inside }
.fiftyPercent { font-size: 80%; color: #51524C; list-style-type: disc; list-style-position: inside }
.smallButton { font-size: 70%; color: #333333; list-style-type: disc; list-style-position: inside ; font-variant: normal}
.textBold { font-size: 100%; color: #51524C; list-style-type: disc; list-style-position: inside ; font-weight: bold}
.textOrangeBold { font-size: 100%; color: #F55B0F; list-style-type: disc; list-style-position: inside ; font-weight: bold}
.hdrGold { font-family: Arial, Verdana, sans-serif; font-size: 1.2em; color: #C9BA65; font-weight: bold }


/* ----- styles to manage the JavaScript slideshow text ----- */
.gallerycontroller{width: 220px}
.gallerycontent{width: 485px; border: 0px solid black; background-color: #FFFFFF; padding: 0px; display: block;}
