/* 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: none;
}
/* 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 'gwaestyletest' */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0;
     padding: 0;
     border: 0;
     font-weight: inherit;
     font-style: inherit;
     vertical-align: baseline;
}

.focus {
     outline: 0;
}

body {
     line-height: normal;
     color: black;
     font-family: georgia, "times new roman", serif;
     font-size: 62.5%;
     background-color: #F9F8EE;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: separate;
     border-spacing: 0;
}

caption, th, td {
     text-align: left;
     font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}

p {
     margin-bottom: 1em;
}

h1 {
     color: #594C45;
     font: lighter 2.2em georgia, "lucida bright", "times new roman", serif;
}

h2 {
     color: #594C45;
     margin-bottom: .5em;
     font: lighter 2.4em georgia, "times new roman", serif;
     font-variant: small-caps;
}

h3 {
     color: #594C45;
     margin-bottom: 0.5em;
     font: lighter 1.75em georgia, "times new roman", serif;
     font-variant: small-caps;
}

h4 {
     color: #594C45;
     margin-bottom: 0.5em;
     font: lighter 1.6em georgia, "times new roman", serif;
     font-variant: small-caps;
}

h5 {
     color: #594C45;
     margin-bottom: 0.5em;
     font: lighter 1.5em georgia, "times new roman", serif;
     font-variant: small-caps;
}



.rightnobrdr {
     border: 0;
     float: right;
     padding-left: 10px;
}

.leftnobrdr {
     border: 0;
     float: left;
     padding-right: 10px;
}

#ad2 {
      width: 170px;
      height: 242px;
      margin-top: 15px;
      margin-left: 10px;
      padding-top: 15px;
      padding-left: 20px;
      padding-right: 20px;
      background-image: url(images/cms/block.gif);
      background-repeat: no-repeat;
}

#ad2 h2 {
     font-size: 2.5em;
     color: #DED8BC;
}


#ad2 p {
     font-size: 1.6em;
     color: #DED8BC;
}


div#ad2 a:link {
    color: #DED8BC;
}

div#ad2 a:link hover {
    color: #FFF;
}

div#ad2 a:visited{
    color: #DED8BC;
} 



.thumb a {
     background-color: transparent;
     border: 0;
}

.rightbrdr {
     border: 1px solid #ccc;
     padding: 8px;
     background-color: #FFF;
     float: right;
     margin-left: 10px;
}

.leftbrdr {
     border: 1px solid #ccc;
     padding: 8px;
     margin-top: 5px;
     background-color: #FFF;
     float: left;
     margin-right: 10px;
}

.slides {
     border: 1px solid #ccc;
     padding: 8px;
     background-color: #FFF;
     float: right;
     margin-left: 20px;
     margin-top: 10px;
}

div.captionborder, div.captionborderleft, div.captionborderright {
     border: 1px solid #ccc;
     padding: 3px;
     margin-top: 5px;
     background-color: #F0EDE0;
}

div.captionborderright {
     float: right;
     margin-left: 1em;
}

div.captionborderleft {
     float: left;
     margin-right: 1em;
}

p.captiontext {
     margin: 0;
     padding: 0;
     font-size: 0.75em;
     font-style: italic;
     background-color: #ECDFC4;
     color: #204B49;
     text-align: center;
}

div.captionborderleft p.captiontext, div.captionborderright p.captiontext {
     font-size: 0.75em;
     text-align: center;
}

#header {
    width: 100%;
    height: 410px;
    background-color: #594C45;
    text-align: center;
    background-image: url(images/cms/h_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

#wrapper {
     width: 960px;
     margin: 0 auto;
     margin-top: 20px;
     text-align: left;
}

#strapline {
     width: 945px;
     height: 100px;
     padding-left: 5px;
     padding-right: 10px;
     background-repeat: no-repeat;
     background-position: right;
     margin-right: auto;
     margin-left: auto;
}

#branding {
     height: 220px;
     text-align: center;
     margin-bottom: 10px;
}

#branding img {
     border: 1px solid #D7CCA8;
     padding: 5px;
     background-color: transparent;
     margin-top: 5px;
}

#tools {
    width: 960px;
    margin-top: 5px;
    height: 20px;
    background-color: #594C45;
    margin-left: auto;
    margin-right: auto;
}

#lang_choice {
     width: 200px;
     float: right;
     margin-top: 10px;
}


#search {
   width: 250px;
   padding:   0.2em 0 0.2em;
   color: #F0EDE0;
   float: left;
   margin-top: 10px;
   font-size: 1em;

}

#content {
     width: 690px;
     float: right;
     padding-right: 20px;
     padding-bottom: 20px;
}

#content ul {
     line-height: 1.5em;
     padding-left: 20px;
     padding-top: 1em;
     list-style: square outside;
}

#content li {
     font-size: 1.5em;
     line-height: 1.5em;
     padding-right: 1em;
     padding-bottom: .75em;
}

#content p {
     font-size: 1.5em;
     line-height: 1.7em;
}

#maincontent {
     float: right;
     width: 690px;
     margin-bottom: 10px;
}

#maincontent ol {
     line-height: 1.5em;
     font-size: 1.2em;
     padding-left: 20px;
     padding-top: 1.5em;
}

#maincontent strong {
     font-weight: 700;
     color: #594C45;
}


div.gcb_wide {
     font-size: 0.9em;
     line-height: 1.2em;
     float: left;
     width: 660px;
     padding: 10px;
     margin-top: 15px;
     margin-bottom: 10px;
     background-color: #f7f2e1;
     border:1px solid #D6C7A3;
}

div.gcb_narrow_left {
     font-size: 0.9em;
     line-height: 1.2em;
     float: left;
     width: 340px;
     padding-top: 10px;
     padding-left: 10px;
     padding-right: 10px;
     margin-right: 20px;
     margin-bottom: 10px;
     background-color: #f7f2e1;
     border:1px solid #D6C7A3;
}

div.gcb_narrow_right {
     font-size: 0.9em;
     line-height: 1.2em;
     float: right;
     width: 340px;
     padding-top: 10px;
     padding-left: 10px;
     padding-right: 10px;
     margin-left: 20px;
     margin-bottom: 10px;
     background-color: #F7F2E1;
     border:1px solid #D6C7A3;
}

#maincontent p {
     font-size: 1.4em;
     line-height: 1.8em;
}

div#maincontent a:link {
    color: #594C45;
}

div#maincontent a:visited{
    color: #59473C;
}

div#content a:link {
    color: #204B49;
}

div#content a:visited{
    color: #59473C;
}     

div.subContent {
     width: 290px;
     float: right;
     background-image: url(images/cms/bg_sub.jpg);
     background-repeat: no-repeat;
     padding-top: 15px;
     padding-right: 25px;
     padding-left: 25px;
     margin-left: 20px;
}

div.callout_left {
     width: 320px;
     float: left;
     background-image: url(images/cms/block.gif);
     background-repeat: no-repeat;
}

div#menu_vert {
	padding-left: 0;
	margin-left: 1em;
	margin-top: 20px;
	margin-bottom: 20px;
        width: 205px;
	height: 400px;
        font-size: 1.2em;
        font-variant: small-caps;
        font-weight: bold;
        color: #594C45;
}

div#menu_vert ul ul ul {
	padding-bottom: 0.5em;
}
#menu_vert li {
        font-weight: bold;
        font-size: 1em;
        color: #594C45;
	list-style: none;
	margin: 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCD6D1;

}
#menu_vert ul ul li {
        font-size: 1em;
	border: none;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
div#menu_vert a {
        font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0.8em 0.5em 0.8em 1.5em;
	color: #594C45;
	min-height: 1em;
}
div#menu_vert ul ul a {
	padding: 0.5em 0.5em 0.5em 2.8em;
	background-position: 1.5em center;
	border-bottom: 1px solid #DCD6D1;
}
div#menu_vert ul ul ul a {
        font-size: 1em;
	padding: 0.3em 0.5em 0.3em 4.3em;
	border-bottom: 1px solid #DCD6D1;
}
div#menu_vert a:hover {
	background-color: #f7f2e1;

}
div#menu_vert a.activeparent:hover {
	color: #594C45;
	background: #F9F8EE;
}
div#menu_vert li a.activeparent {
        font-size: 1em;
	background-color: #FFF;
	color: #594C45;
        font-weight: bold;
}
div#menu_vert ul ul li a.activeparent {
        font-size: 1em;
        font-weight: bold;
	color: #594C45;
	border-bottom: 1px solid #DCD6D1;
}

div#menu_vert ul h3 {
        font-weight: bold;
        font-size: 1.2em;
	display: block;
	padding: 0.5em 0.5em 0.5em 1.5em;
	color: #594C45;
	margin: 0;
	border-bottom: 1px solid #DCD6D1;
}
div#menu_vert ul ul h3 {
        font-size: 1em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	border-bottom: 1px solid #DCD6D1;
	color: #594C45;
}

div#menu_vert ul ul ul h3 {
        font-size: 1em;
	padding: 0.5em 0.5em 0.5em 4.3em;
}


div#signup {
     width: 300px;
     float: left;
     font-size: 1em;
     background-image: url(images/cms/bg_sub.jpg);
     background-repeat: no-repeat;
     padding-top: 15px;
     padding-right: 15px;
     padding-left: 15px;
}

div.hidden {
     width: 200px;
}

blockquote {
     font-style: italic;
     padding-top: 15px;
     padding-bottom: 15px;
     width: 550px;
     padding-left: 40px;
}

#footer h2{
	font-size: 1.8em;
	color: #FFF;
	text-align: left;
}

#footer h3{
	font-size: 1.8em;
	color: #FFF;
	text-align: left;
}

#footer li {
	width: 270px;
	float: left;
	background-color: #594C45;
	list-style-position: outside;
	text-indent: 0;
	padding: 10px;
	display: inline;
	height: 220px;
	margin-right: 7px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #F9F8EE;
	border: 1px #F9F8EE;
	text-align: left;
}

#footer ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}


#footer {
     clear: both;
     height: 270px;
     width: 100%;
     background-image: url(images/cms/h2_bg.jpg);
     background-repeat: repeat-x;
     background-position: top;
     background-color: #594C45;
     margin-top: 40px;
     padding-top: 50px;
}

#footer a {
	font-color: #FFF;
	color: #F7F2E1;
}

#news_content {
     float: left;
     width: 650px;
     line-height: normal;
     margin-top: 20px;
     margin-bottom: 15px;
     background-image: url(images/cms/news_bg.jpg);
     background-repeat: no-repeat;
}

#news_content h2 {
     color: #000;
}

.NewsSummary {
     padding: .5em .5em 1em;
     margin: 0 .5em 1em;
}

.NewsSummaryPostdate {
     font-size: 1em;
     font-weight: 700;
}

.NewsSummaryLink {
     font-size: 1.4em;
     font-style: italic;
     padding-top: .2em;
     padding-bottom: 0.5em;
     font-variant: small-caps;   
}

.NewsSummaryLink a {
     text-decoration: none;
}

.NewsSummaryCategory {
     font-style: italic;
     margin: 5px 0;
     display: none;
}

.NewsSummaryAuthor {
     font-style: italic;
     padding-bottom: .5em;
}

.NewsSummarySummary, .NewsSummaryContent {
     line-height: 1.4em;
     height: 100px;
     border-bottom: 1px solid #D6C7A3;
     padding-bottom: 15px;
}

.NewsSummaryMorelink {
}

#NewsPostDetailDate {
     font-size: 90%;
     margin-bottom: 5px;
     font-weight: 700;
}

#NewsPostDetailSummary {
     line-height: 150%;
}

#NewsPostDetailCategory {
     font-style: italic;
     margin-top: .5em;
     padding: .2em 0;
     display: none;
}

#NewsPostDetailContent {
     margin-bottom: 15px;
     line-height: 150%;
     margin-bottom: 10px;
}

#NewsPostDetailAuthor {
     padding-bottom: 1.5em;
     font-style: italic;
}

#news img {
     float: left;
     padding-right: 7px;
     margin-top: 10px;
}

#contactform {
    width: 320px;
}

form {
     float: left;
}

form, td, th, li {
     font-size: 1.1em;
}

form div {
     margin-bottom: 0;
}

fieldset div {
     margin-bottom: .5em;
     margin-left: 1em;
}

fieldset div div {
     margin-top: .5em;
     margin-left: 1em;
}

fieldset {
     margin-bottom: 1em;
     padding: .5em;
}

fieldset label {
     width: auto;
}

legend {
     color: #FFF;
     font-style: italic;
     font-size: 1.2em;
     margin-bottom: .5em;
     padding: .2em;
     width: auto;
}

textarea {
     margin: .5em 0;
     width: 300px;
     height: 6em;
}

.contactform fieldset {padding: 1em; background-color: #eee;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: #f00;}


.short-label label {
     float: left;
     width: 10em;
}

.short-label fieldset div input, .short-label fieldset div select {
     width: 16em;
}

.captcha {
     margin: .5em 0;
     width: 200px;
     text-align: center;
}

.captcha img {
     border: 1px solid transparent;
     margin-bottom: .5em;
}


.captcha input {
     width: 196px;
     margin-top: .5em;
}

.submit {
     margin-top: .5em;
}

div#splash {
     margin: 50% auto;
}

.line {
     background: url(uploads/images/line.gif) no-repeat;
     margin-left: 75px;
     margin-top: 30px;
     margin-bottom: 40px;
     height: 28px;
     width: 540px;
}

#cmsms{
	clear: both;
	margin-bottom: 10px;
             text-align: left;
}

#flickr { 
width:90px; 
height:154px; 
} 

#flickr_gcb { 
float: left;
width:210px; 
height:240px;
padding-left: 10px;
margin-top: 15px;
} 


.LTwrapper{
        width: 200px;
        float: right;
        background-color: #fff;
        padding: 5px;
        background-color: #FEFBE1;
        border: 1px solid #D6C7A3;
        text-align: right;
}


div.LTwrapper img{ 
      float: left;
}


.LTheader{
    font-size: 1.4em;
}

#ftr_wrap{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#ftr_wrap img {
	margin: 5px;
	border: 5px solid #FFF;
}

.contactform fieldset {
     padding: 10px;
     margin-top: 15px;
     margin-bottom: 10px;
     background-color: #F7F2E1;
     border:1px solid #D6C7A3;
}

.contactform fieldset legend {display: none;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0; }
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: #594C45;}

/* End of 'gwaestyletest' */

