/* 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 'Digitas v1 Screen' */
* {
margin:0pt;
padding:0pt;
}
body {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:75.01%;
line-height:1em;
text-align:left;
background-color:#BFD0A5;
color:#242C17;
margin:1em;
}

.accessibility {
left: -999em;
position: absolute;
top: -999em;
}

dfn {
display:inline;
height:0pt;
left:-1000px;
overflow:hidden;
position:absolute;
top:-1000px;
width:0pt;
}

div#header {
background:#ffffff none repeat scroll 0%;
height:145px;
}

div#pagewrapper {
background-color:#FFFFFF;
border:1px solid #6E6E6E;
color:black;
margin:0pt auto;
max-width:80em;
min-width:60em;
}

/* Horizontal menu */ 

div#menu_horiz {
background-color:#BFD0A5;
margin:0pt;
width:100%;
}
div#menu_horiz ul {
border-bottom:1px solid #6E6E6E;
border-left:1px solid #6E6E6E;
height:2.2em;
margin:0pt;
padding:0pt;
}
div#menu_horiz li {
border-right:1px solid #6E6E6E;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
}
div#menu_horiz a {
background:transparent url(uploads/images/arrow-right.gif) no-repeat scroll 0.5em center;
color:#242C17;
display:block;
margin:0pt;
padding:0.6em 1em 0.6em 1.4em;
text-decoration:none;
}
div#menu_horiz li a:hover {
background-color:#B9C4DA;
color:#FFFFFF;
}
div#menu_horiz a.activeparent:hover {
background-color:#B9C4DA;
color:#FFFFFF;
}
div#menu_horiz li.activeparent a {
background:#5771A4 url(uploads/images/arrow-down.gif) no-repeat scroll 0.4em center;
color:#FFFFFF;
}
div#menu_horiz h3 {
background:#5771A4 url(uploads/images/arrow-right-active.gif) no-repeat scroll 0.4em center;
color:#FFFFFF;
display:block;
font-size:1em;
margin:0pt;
padding:0.6em 1em 0.6em 1.4em;
text-decoration:none;
}

/* Search bar */
div#search {
float:right;
margin:0pt 1em;
padding:0.6em 0pt 0.2em;
text-align:right;
width:23em;
}

/* Breadcrumbs */
div.breadcrumbs {
border-bottom:1px solid #6E6E6E;
font-size:90%;
margin:0pt 1em;
padding:1em 0pt 1.2em;
}

/*sidebar and nav*/
div#sidebar {
display:inline;
float:left;
margin-left:0pt;
width:26%;
}

#menu_vert {
margin-left:1em;
padding-left:0pt;
}
div#menu_vert ul ul ul {
padding-bottom:0.5em;
}
#menu_vert li {
border-bottom:1px solid #C0C0C0;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
}
#menu_vert ul ul li {
border:medium none;
}
* html #menu_vert li a {
height:1%;
}
* html #menu_vert li hr {
height:1%;
}
div#menu_vert a {
background:transparent url(uploads/images/arrow-right.gif) no-repeat scroll 0.5em center;
color:#5771A4;
display:block;
min-height:1em;
padding:0.8em 0.5em 0.8em 1.5em;
text-decoration:none;
}
div#menu_vert ul ul a {
background-position:1.5em center;
font-size:90%;
padding:0.5em 0.5em 0.5em 2.8em;
}
div#menu_vert ul ul ul a {
background:transparent url(uploads/images/dash.gif) no-repeat scroll 2.8em center;
padding:0.3em 0.5em 0.3em 4.3em;
}
div#menu_vert a:hover {
background-color:#B9C4DA;
color:#ffffff;
}
div#menu_vert a.activeparent:hover {
background-color:#B9C4DA;
color:#ffffff;
}
div#menu_vert li a.activeparent {
background:#5771A4 url(uploads/images/arrow-down.gif) no-repeat scroll 0.4em center;
color:#FFFFFF;
}
div#menu_vert ul ul li a.activeparent {
background-color:transparent;
background-position:1.5em center;
color:#5771A4;
}
div#menu_vert ul h3 {
background:#5771A4 url(uploads/images/arrow-right-active.gif) no-repeat scroll 0.4em center;
color:#FFFFFF;
display:block;
font-size:1em;
margin:0pt;
padding:0.8em 0.5em 0.8em 1.5em;
}
div#menu_vert ul ul h3 {
background-color:transparent;
background-position:1.4em center;
border-bottom:medium none;
color:#000000;
font-size:90%;
padding:0.3em 0.5em 0.3em 2.8em;
}
div#menu_vert ul ul ul h3 {
background:transparent url(uploads/images/arrow-right-active.gif) no-repeat scroll 2.7em center;
padding:0.3em 0.5em 0.3em 4.3em;
}
div#menu_vert li.sectionheader {
background-color:#FFFFFF;
border-right:medium none;
font-size:130%;
font-weight:bold;
line-height:1em;
margin:0pt;
padding:1.5em 0pt 0.8em;
text-align:center;
}
div#menu_vert li.separator {
background-color:#000000;
font-size:1px;
height:1px !important;
line-height:1px !important;
margin-bottom:0pt;
margin-top:-1px;
overflow:hidden !important;
padding:2px 0pt;
}
div#menu_vert li.separator hr {
display:none;
}

/* Main content div */
div#main {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
margin-left:29%;
margin-right:2%;
}

p {
font-size:1em;
line-height:1.4em;
margin:0pt 0pt 1.5em;
padding:0pt;
}

blockquote {
   border-left: 10px solid #5771A4;
   margin-left: 10px;
}

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


}
/* LISTS */
/* lists in content need some margins to look nice */
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;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #6E6E6E;
}


/* END LISTS */


a, a:link a:active {
background-color:inherit;
color:#5771A4;
text-decoration:underline;
}
a:visited {
background-color:inherit;
color:#5771A4;
text-decoration:underline;
}
a:hover {
background-color:#B9C4DA;
color:#ffffff;
text-decoration:none;
}

div#content h2 {
border-bottom:1px solid #6E6E6E;
border-left:1.1em solid #6E6E6E;
color:#5771A4;
font-size:1.5em;
line-height:1.5em;
margin:0pt 0pt 0.5em;
padding-bottom:1px;
padding-left:0.5em;
text-align:left;
}
div#content h3 {
color:#5771A4;
font-size:1.3em;
line-height:1.3em;
margin:0pt 0pt 0.5em;
}
div#content h4 {
color:#5771A4;
font-size:1.2em;
line-height:1.3em;
margin:0pt 0pt 0.25em;
}
div#content h5 {
font-size:1.1em;
line-height:1.3em;
margin:0pt 0pt 0.25em;
}

.contactform, .formbuilderform {
font-size:0.8em;

color: #6E6E6E;
padding: 5px;
}
.contactform td,
.formbuilderform td{
padding: 2px;
vertical-align: middle;
}
/* End of 'Digitas v1 Screen' */

