body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  margin:0px;
  background:#00553D url(../images/design/gradient.jpg) repeat-x 0% 0%;
}

/* Default Styles */

h1 {
  color:#000000;
  font-size:14px;
}

h2 {
  color:#106C83;
  font-size:14px;
  margin:0px;
  padding:0px;
}

a {color:#106C83; text-decoration:none;}
a:hover {color:#106C83; text-decoration:underline;}

a img {
  border:0px;
}

/* End Default Styles */

#shell {
  width:100%;
  min-height:430px;
  height:auto;
  _height:430px;
  background:url(../images/design/sides.jpg) no-repeat 50% 0%;
}

#innershell {
  margin-left:auto;
  margin-right:auto;
  width: 970px;
}

#header {
  position:relative;
  width:970px;
  height:327px;
  margin:0 0 0 1px;
  background:url(../images/design/header_bg.jpg) no-repeat 0% 0%;
}

#logo {
  position:absolute;
  top:18px;
  left:41px;
  width:201px;
  height:98px;
  z-index:512;
}

#logo img {
  width:201px;
  height:98px;
}

#banner {
  width:970px;
  height:273px;
}

/* Navigation */
#menu {
  float:left;
  width:650px;
  margin:12px 0 0 0;
  padding:0 0 0 14px;
}

#nav, #nav ul {
  margin:0px;
  padding:0px;
  display:inline;
  list-style-type: none;
}

#nav li {
  float: left;
  margin:0px;
  padding:0px;
  position:relative;
  text-decoration:none;
  list-style-type:none;
  background:url(../images/design/divider.jpg) no-repeat 0% 100%;
}

#nav li ul {
  margin:0px;
  padding:0px;
  position:absolute;
  z-index:256;
  left:-999em;
}

#nav li a {
  width:77px;
  margin: 0px;
  padding: 13px 5px 11px 7px;
  display:block;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
  background:url(../images/design/menu_bg.jpg) repeat-x 0% 0%;
}

#last {
  height:40px;
  background:url(../images/design/divider.jpg) no-repeat 0% 100%;
}

#nav li a:hover {
  width:77px;
  margin:0px;
  color:#C2D82F;
  text-decoration:none;
  display:block;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li  li.sfhover ul, #nav li li li.sfhover ul { left: auto }

#nav li:hover, #nav li.hover {
  position: static;
}

#subnav, #subnav ul {
  float: left;
  width:199px;
  margin:0px;
  padding:0px;
  list-style-type: none;
}

#subnav li ul {
  position:absolute;
  margin:-21px 0 0 199px;
  padding:0px;
  z-index:256;
  left:-999em;
}

#subnav li {
  position:relative;
  width:199px;
  margin:0px;
  padding:0px;
  border:0px;
  background:#EDF3F1 ;
}

#subnav li a {
  width:188px;
  display: block;  
  margin: 0px;
  padding:3px 0 4px 11px;  
  color:#00553D;
  text-decoration:none;
  font-weight:normal;
}

#subnav li a:hover {
  width:188px;
  display: block;
  margin: 0px;
  padding:3px 0 4px 11px;  
  color:#00553D;
  background:#C2D82F url(../images/design/spacer.gif) repeat-x 50%;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

#childnav li {
  position:relative;
  width:199px;
  margin:0px;
  padding:0px;
  border-left:1px solid #FFFFFF;
  background:#EDF3F1;
}

#childnav li a {
  display: block;  
  margin: 0px;
  padding:3px 0 4px 11px;  
  color:#00553D;
  text-decoration:none;
  font-weight:normal;
}

#childnav li a:hover {
  display: block;
  margin: 0px;
  padding:3px 0 4px 11px;  
  color:#00553D;
  background:#C2D82F url(../images/design/spacer.gif) repeat-x 50%;
}

/* Side Nav */

#specialdropdown {
  display:none;
}

#child, #child ul {
  margin:0px;
  padding:0px;
  display:inline;
  list-style-type: none;
}

#child li {
  float: left;
  margin:0px;
  padding:0px;
  position:relative;
  text-decoration:none;
  list-style-type:none;
}

#child li ul {
  margin:-22px 0 0 188px;
  padding:0px;
  position:absolute;
  z-index:256;
  left:-999em;
}

#child li a {
  width:188px;
  margin: 0px;
  padding:0px;
  display:block;
  color:#106C83;
  font-weight:normal;
  text-decoration:none;
  border-bottom:1px dashed #CCCCCC;
}

#child li a:hover {
  width:188px;
  margin: 0px;
  padding:0px;
  display:block;
  color:#106C83;
  text-decoration:underline;
  background:url(../images/design/spacer.gif) repeat-x 50%;
}

#child li:hover ul ul, #child li:hover ul ul ul, #child li.sfhover ul ul, #child li.sfhover ul ul ul { left: -999em }

#child li:hover ul, #child li li:hover ul, #child li li li:hover ul, #child li.sfhover ul, #child li  li.sfhover ul, #child li li li.sfhover ul { left: auto }

#child li:hover, #child li.hover {
  position: static;
}

#subnav2, #subnav2 ul {
  float: left;
  width:199px;
  margin:0px;
  padding:0px;
  list-style-type: none;
}

#subnav2 li {
  position:relative;
  width:199px;
  margin:0px;
  padding:0px;
	border:0px;
	text-decoration:none;
	background:#EDF3F1;
}

#subnav2 li ul {
  position:absolute;
  margin:-22px 0 0 199px;
  padding:0px;
  z-index:256;
  left:-999em;
}

#subnav2 li a {
  width:188px;
  display: block;  
  margin: 0px;
  padding:0 0 0 11px;
  color:#00553D;
  text-decoration:none;
  font-weight:normal;
}

#subnav2 li a:hover {
  width:188px;
  display: block;
  margin: 0px;
  padding:0 0 0 11px;
  color:#00553D;
  background:#C2D82F url(../images/design/spacer.gif) repeat-x 50%;
}

#subnav2 li:hover ul ul, #subnav2 li:hover ul ul ul, #subnav2 li.sfhover ul ul, #subnav2 li.sfhover ul ul ul { color:#000000; left: -999em; }

#childnav2 li {
  position:relative;
  width:199px;
  margin:0px;
  padding:0px;
  border-left:1px solid #FFFFFF;
  background:#EDF3F1;
}

#childnav2 li a {
  display: block;  
  margin: 0px;
  padding:0px 0 0px 11px;  
  color:#00553D;
  text-decoration:none;
  font-weight:normal;
}

#childnav2 li a:hover {
  display: block;
  margin: 0px;
  padding:0px 0 0px 11px;  
  color:#00553D;
  background:#C2D82F url(../images/design/spacer.gif) repeat-x 50%;
}

/* End Navigation */

#search {
  float:left;
  width:306px;
  height:41px;
}

#searchform {
  position:relative;
  float:right;
  margin:11px 10px 0 0;
  display:inline;
}

.searchinput {
  position:absolute;
  top:10px;
  right:134px;
  width:150px;
  padding:3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  border:1px solid #1A634F;
  background:#00553D;
}

.searchbttn {
  width:114px;
  height:41px;
  border:0px;
  background:url(../images/design/search_bttn.jpg) no-repeat 0% 0%;
}

#holder {
  width:970px;
  margin:0 0 0 1px;
  border-top:1px solid #00553D;
  background:#FFFFFF url(../images/design/middle_bg.jpg) repeat-y 100% 0%;
}

#insideholder {
  width:970px;
  margin:0 0 0 1px;
  border-top:1px solid #00553D;
  background:#FFFFFF;
}

#leftpanel {
  float:left;
  width:198px;
  min-height:601px;
  height:auto;
  _height:601px;
  padding:17px 9px 0 20px;
  line-height:22px;
  border-top:1px solid #FFFFFF;
  background:url(../images/design/shade.jpg) no-repeat 100% 0%;
}

#leftpanel h2 {
  margin:0 0 5px 0;
}

.divider {
  width:224px;
  height:1px;
  margin:9px 0 9px -20px;
  background:url(../images/design/dots.jpg) no-repeat 0% 0%;
}

#leftbottom {
  width:197px;
  height:130px;
  margin:0 0 0 1px;
 /* background:url(../images/design/shade_end.jpg) no-repeat 100% 0%;*/
}

#middlepanel {
  float:left;
  width:513px;
  margin:0 2px 0 0;
  padding:0 0 0 2px;
  background:#FFFFFF url(../images/design/middle_bg.jpg) repeat-y 0% 0%;
}

#insidemiddlepanel {
  float:left;
  width:741px;
  _width:735px;
  padding:0 0 0 2px;
  background:#FFFFFF;
}

#insidemiddlepanel h1 {
  margin:0px;
  padding:11px 0 6px 19px;
  color:#00553D;
}

#blurb {
  width:513px;
  height:120px;
  padding:40px 0 0 0;
  _display:block; 
  color:#FFFFFF;
  background:url(../images/design/blurb_bg.jpg) no-repeat 0% 0%;
}

#blurb h1{
  margin:0 0 17px 0;
  color:#C2D82F;
}

#content {
  width:492px;
  margin:2px 0 0 0;
  padding:13px 0 0 19px;
  background:url(../images/design/content_bg.jpg) repeat-x 0% 0%;
}

#content ul {
  list-style-type:square;
}

#insidecontent {
  width:700px;
  _width:695px;
  margin:2px 0 0 0;
  padding:26px 20px 0 19px;
  background:url(../images/design/content_bg.jpg) repeat-x 0% 0%;
}

#insidecontent ul {
  list-style-type:square;
}

#insidecontent img {
  margin:10px;
}

/* Case Studies */
#casebox {
  position:relative;
  width:462px;
  min-height:143px;
  height:auto;
  _height:143px;
  margin:0 0 23px 0;
  padding:9px 0 0 14px;
  background:url(../images/design/casebox.jpg) no-repeat 0% 0%;
}

#casebox a {
  margin:0 0 20px 0;
}

#articlepic {
  float:right;
  width:auto;
  height:100px;
  margin:0px 22px 0 0;
}

.articlepiclong {
  width:auto;
  min-height:50px;
  height:auto;
  _height:50px;
}

.caseboxbottom {
  width:476px;
  height:20px;
  margin:0 0 0 -14px;
  background:url(../images/design/casebox-bottom.jpg) no-repeat 0% 100%;
}

#casebox a {
  color:#1D8CA8;
}

#casebox a:hover {
  color:#1D8CA8;
}

#space43 {
  width:1px;
  height:43px;
}

#caseboxii {
  width:697px;
  margin:0 0 13px 0;
  padding:9px 0 0 14px;
}

#articlepicii {
  float:right;
  margin:0 22px 0 0;
}

#articlepiclong {
  width:auto;
}

#caseboxii a {
  color:#1D8CA8;
}

#caseboxii a:hover {
  color:#1D8CA8;
}

/* End Case Studies */

/* Poll  */
#poll {
  float:left;
  width:216px;
  background:#EDF3F1 url(../images/design/polltop.jpg) no-repeat 0% 0%;
}

#pollbody {
  width:188px;
  padding:10px 14px 0 14px;
}

#pollbottom {
  width:216px;
  height:10px;
  background: url(../images/design/pollbottom.jpg) no-repeat 100% 100%;
}

.votebttn {
  float:left;
  width:71px;
  height:22px;
  border:0px;
  background:url(../images/design/vote_bttn.jpg) no-repeat 0% 0%;
}

.votebttn2 {
  float:left;
  width:80px;
  height:22px;
  margin:0 0 0 10px;
  #margin:-4px 0 0 10px;
  border:0px;
  color:#033550;
  font-weight:bold;
  background:#EDF3F1;
}

#pollresults {
  color:#000000;
}

.numvotes {
  font-size:11px;
}

.pollresult1 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult2 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult3 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult4 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult5 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult6 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult7 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult8 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult9 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresult10 { height:13px; background:url(../images/design/bar.jpg) repeat-x 0% 0% }
.pollresultoutline { border:1px solid #555555; }
.pollresults { /*width:30%;*/ margin:10px 0 0 0; }
/* End Poll */

/* News */
#homenews {
  float:left;
  width:255px;
  margin:0 0 0 21px;
  padding:8px 0 0 0;
}

#homenews h2 {
  width:235px;
  padding:0 0 19px 0;
  background:url(../images/design/dotz.jpg) repeat-x 0% 100%;
}

.articles {
  width:235px;
  padding:11px 0 8px 0;
}

#transition {
  width:235px;
  background:url(../images/design/dotz.jpg) repeat-x 0% 100%;
}

.articlesummary {
  margin:0 0 15px 0;
}

.articlesummary p {
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  padding-bottom:0px;
}

/* End News */

/* Document Downloads */
.documentdownload {
  margin:0 0 12px 0;
}

#smallicon {
  margin:0px;
  padding:0px;
}
/* End Document Downloads */

#smalllogos {
  width:476px;
  margin:15px 0 0 0;
  text-align:center;
}

#smalllogos img {
  margin:0 21px 0 21px;
}

#rightpanel {
  float:left;
  width:226px;
  padding:0 0 51px 0;
  background:#00553D;
}

/* Newsletter */
#newsletter {
  width:210px;
  height:270px;
  padding:13px 0 0 16px;
  background:url(../images/design/rightpanel_bg.jpg) no-repeat 0% 0%;
}

#newsletter strong {
  color:#C2D82F;
}

#newsletter img {
  margin:0 0 5px 0;
}

#newsletterform label {
  display:none;
}

#newsletterform .logininput {
  width:175px;
  margin:0 0 5px 0;
  padding:4px 0 4px 10px;
  font-size:12px;
  font-family:Verdana;
  color:#B0CDC4;  
  border-top:1px solid #00281D;
  border-right:1px solid #8CB39F;
  border-bottom:1px solid #8CB39F;
  border-left:1px solid #00281D;
  background:#166B53;
}

.loginbttn {
  width:74px;
  height:21px;
  margin:9px 0 0 4px;
  border:0px;
  background:url(../images/design/register.jpg) no-repeat 0% 0%;
}
/* End Newsletter */

/* Box */
.box {
  width:216px;
  margin:9px 0 0 5px;
}

.boxbody {
  width:201px;
  min-height:77px;
  height:auto;
  _height:77px;
  padding:13px 0 0 15px;
  background: url(../images/design/boxtop.png) no-repeat 0% 0%; /* #F5F8F7 */
}

.boxbottom {
  width:216px;
  height:9px;
  background:url(../images/design/boxbottom.jpg) no-repeat 0% 0%;
}

/* Event Box */

.eventbox {
  width:201px;
  height:134px;
  padding:7px 0 0 15px;
  background: url(../images/design/eventbox.jpg) no-repeat 0% 0%; /* #F5F8F7 */
}

.white {
  margin:0 0 12px 0;
  color:#FFFFFF;
  font-weight:bold;
}

.eventbox a {
  color:#00553D;
  text-decoration:underline;
}

.eventbox a:hover {
  color:#00553D;
  text-decoration:none;
}
/* End Box */

#greenbox {
  width:970px;
  height:106px;
  margin:0 0 0 1px;
  padding:8px 0 0 0;
  background:#C2D82F url(../images/design/green_bg.jpg) repeat-x 0% 0%;
}

#funders {
  float:left;
  width:198px;
  height:98px;
  margin:2px 0 0 0;
  padding:0 0 0 22px;
  color:#00553D;
}

#funders img {
  margin:13px 0 0 35px;
}

#links {
  float:left;
  width:524px;
  height:81px;
  margin:20px 0 0 0;
}

#links a {
  float:left;
  width:131px;
  height:51px;
  padding:30px 0 0 0;
  font-size:14px;
  font-weight:bold;
  color:#000000;
  text-transform:uppercase;
  text-align:center;
  background:url(../images/design/links_bg.jpg) no-repeat 0% 0%;
}

#competitions {
  float:left;
  width:201px;
  height:98px;
  margin:2px 0 0 0;
  padding:0 0 3px 22px;
  color:#00553D;
  background:url(../images/design/links_bg2.jpg) no-repeat 0% 0%;  
}

#competitions img {
  margin:13px 0 0 38px;
}

#footer {
  width:970px;
  height:33px;
  margin:0 0 0 1px;
  padding:20px 0 0 0;
  color:#8F8F8F;
  text-align:center;
  background:url(../images/design/footer_bg.jpg) repeat-x 0% 0%;
}

#footer a {
  color:#8F8F8F;
  text-decoration:none;
}

#footer a:hover {
  color:#8F8F8F;
  text-decoration:underline;
}

/* Event Calendar */ 

#calendar {
  margin:0 10px 0 200px;
  padding:0 0 10px 0;
}

.month {
  margin:0px;
  padding:0px;
}

.month td {
  font-size:1.0em;
}

.monthday {
  border:1px solid #CCCCCC;
}

.monthday:hover {
  background:#F4F4F4;
}

.monthnavigationback {
  height:25px;
  text-align:center;
  color:#FFFFFF;
  background:#10603B;
}

.monthnavigationback a {color:#FFFFFF;}
.monthnavigationback a:hover {color:#FFFFFF;}

.monthnavigationforward {
  height:25px;
  text-align:center;
  color:#FFFFFF;
  background:#10603B;  
}

.monthnavigationforward a {color:#FFFFFF;}
.monthnavigationforward a:hover {color:#FFFFFF;}

.datepicker {
  text-align:center;
  color:#FFFFFF;
  background:#10603B;
}

.datepickerform {
  margin:0px;
  padding:0px;
}

.monthpicker, .yearpicker, .pickerbutton {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.monthname {
  text-align:center;
  font-weight:bold;
  color:#FFFFFF;
  background:#10603B;
}

.month a:link {
  text-align:center;
  text-decoration:underline;  
}

.month a:visited {
  text-align:center;
  text-decoration:underline;  
}

.month a:hover {
  text-align:center;
  text-decoration:none;
}

.month a:active {
  text-align:center;
  text-decoration:underline;  
}

.dayname {
  width:36px;
  height:25px;
  text-align:center;
  border:1px solid #CCCCCC;
  background:#F7F7F7;
}

.selectedday:hover {
  background:#F4F4F4;
}

.selectedday {
  width:36px;
  height:25px;
  text-align:center;
  border:1px solid #CCCCCC;
  background:#E1E0E0;
}

.event:hover {
  background:#F4F4F4;
  color:#000000;
}

.event {
  width:36px;
  height:25px;
  text-align:center;
  border:1px solid #CCCCCC;
  background:#659935; /* A8A8A8 */
}

.event a {color:#2B2B2B;}
.event a:hover {color:#000000;}

.selectedevent:hover {
  background:#F4F4F4;
}

.selectedevent {
  width:36px;
  height:25px;
  text-align:center;
  border:1px solid #AA0000;
  background:#E5E5E5;
}

.selectedevent a:link {color:#2B2B2B; text-align:center;}
.selectedevent a:visited {color:#2B2B2B; text-align:center;}
.selectedevent a:hover {color:#2B2B2B; text-align:center;}
.selectedevent a:active {color:#2B2B2B; text-align:center;}

.nomonthday {
  width:36px;
  height:25px;
  border:1px solid #CCCCCC;
}

.today {
  width:36px;
  height:25px;
  font-weight:bold;
  text-align:center;  
  border:1px solid #555555;
  background:#EEEEEE;
}

.todayevent:hover {
  background:#F4F4F4;
  color:#000000;
}

.todayevent {
  width:36px;
  height:25px;
  text-align:center;
  border:1px solid #CCCCCC;
  background:#A8A8A8;
}

.todayevent a {color:#2B2B2B;}
.todayevent a:hover {color:#000000;}

.monthday {
  width:36px;
  height:25px;
  text-align:center;
}

.saturday:hover {
  background:#F4F4F4;
}

.saturday {
  width:36px;
  height:25px;
  text-align:center;
  border:1px solid #CCCCCC;
  background:#D9D9D9;
}

.sunday:hover {
  background:#F4F4F4;
}

.sunday {
  width:36px;
  height:25px;
  text-align:center;
  border:1px solid #CCCCCC;
  background:#D9D9D9;
}

.jqmWindow .eventson {
  float:left;
  width:780px !important;
  margin:0 0 10px 0;
  padding:6px;
  border:1px solid #CCCCCC;
  background:#F9F9F9;
}

.jqmWindow .noevent {
  float:left;
  width:685px !important;
  margin:0 0 10px 0;
  padding:6px;
  border:1px solid #CCCCCC;
  background:#F9F9F9;  
}

#insidecontent .eventson {
  float:left;
  width:685px;
  margin:0 0 10px 0;
  padding:6px;
  border:1px solid #CCCCCC;
  background:#F9F9F9;
}

#insidecontent .noevent {
  float:left;
  width:685px;
  margin:0 0 10px 0;
  padding:6px;
  border:1px solid #CCCCCC;
  background:#F9F9F9;  
}

/* End Event Calendar */

/* Form */
.required {
  color:#FF0000;
  font-weight:bold;
}

#feedbackform label { visibility: hidden; display: none; }

#surveyform label { visibility: hidden; display: none; }

input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

.namefield {float:left; padding-top: 3px; width: 170px; }
.inputfield {
  float:left;
  width:380px;
  padding:2px 0 2px 11px;
}

#surveyform .namefield {float:left; padding-top: 3px; width: 550px; font-weight:bold; color:#01553D;}
#surveyform .inputfield {
  float:left;
  width:500px;
  padding:2px 0 15px 11px;
}

#surveyform .radiofield {
  width:500px;
  padding:2px 0 0px 11px;
}

.namefield2 {float:left; padding-top: 3px; width: 179px;}
.inputfield2 {float:left; width: 380px; padding:2px;}

#surveyform .namefield2 {float:left; padding-top:3px; width: 500px;}
#surveyform .inputfield2 {float:left; width: 500px; padding:2px;}

#loadresults {
  width:680px;
  padding:10px 10px 10px 10px;
  border:1px solid #CCCCCC;
}

/* Request Form */
#requestform label {
  display:none;
}

#label2 label {
  display:block;
}

#requestform .namefield {
  width:190px;
}


.sucess {
  width:660px;
  margin:0 0 0 0;
  padding:6px 6px 6px 6px;
  color:#258C00;
  font-weight:bold;
  padding-left:25px;
  text-indent:5px;
  border:1px solid #92C57F;
  background:#EEFFE8 url(../images/design/tick.png) no-repeat 1% 50%;;
}

#mainerror {
  width:660px;
  margin:0 0 10px 0;
  padding:6px 6px 6px 30px;
  color:#FF5400;
  font-size:11px;
  font-weight:bold;
  text-indent:5px;
  border:1px solid #FFD400;
  background:#FFF4BD url(../images/design/warning.jpg) no-repeat 1% 1%;
}

#mainerror2 {
  width:660px;
  margin:10px 0 10px 0;
  padding:6px 6px 6px 30px;
  color:#FF5400;
  font-size:11px;
  font-weight:bold;
  text-indent:5px;
  border:1px solid #FFD400;
  background:#FFF4BD url(../images/design/warning.jpg) no-repeat 1% 50%;
}

#errors {
  margin:0 0 0 15px;
  padding:0px;
  list-style-type:square;
}

#errors li {
  margin:0px;
  padding:0px;
  line-height:18px;
}

/* Custom Survey */

#surveyform label {
  visibility: hidden;
  display: none;
}

#surveyform .namefield {
  text-indent:10px;
}

#surveyform .inputfield {
  width:700px;
  padding-left:10px;
}

.hideit {
  display:none;
  width:700px;
  height:50px;
  background:transparent url(../images/design/content_bg.jpg) repeat-x 0% 0%;
}

.inputfield a {
  float:left;
  width:200px;
  margin:4px;
  padding:2px;
  border:1px solid #CCCCCC;
  background:url(../images/design/content_bg.jpg) repeat-x 0% 50%;
  display:block;
}

/* End Form */

.nothing {
  clear:both;
  margin:0px;
  padding:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -400px;
    width: 800px;    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    height: 500px;
    overflow: auto;
    
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose {
      background: none;
      clear: right;
      float: right;
      padding: 0;
      margin:0;
      cursor: pointer;
 }

.jqmClose:hover, .jqmClose:active {
        color: #FFF;
}


#evtdiv {
 cursor: move;
    height: 100%;
    overflow: auto;
    position: relative;
    width: 100%;
    z-index: 5000;
}

/* Resources */

.category {
  float:left;
  width:173px;
  height:21px;
  margin:0 15px 10px 15px;
  padding:6px 0 0 15px;
  background:url(../images/design/category.jpg) no-repeat 0% 0%;
}

.category a {
  color:#FFFFFF;
  font-weight:bold;
}

.category a:hover {
  color:#C2D82D;
  font-weight:bold;
  text-decoration:none;
}

.demo-show {
  width:100%;
  margin: 1em .5em;
}

.resourceheading {
  margin:0px;
  padding:0 6px 6px 6px;
  font-size:12px;
  background:transparent url(../images/design/content_bg.jpg) repeat-x 0% 0%;
  cursor:pointer;
}

.resourceheadingarticle {
  margin:0px;
  padding:0 6px 6px 6px;
  font-size:12px;
  background:transparent url(../images/design/content_bg.jpg) repeat-x 0% 0%;
}

.resourcetitle {
  float:left;
  width:580px;
  margin:6px 0 0 0;
  color:#2B2B2B;
  font-weight:bold;
}

.arrows {
  float:left;
  width:auto;
  height:24px;
}

.arrows div {
  width:103px;
  height:16px;
  margin:6px 0 0 0;
  padding:0px;
}

.open {
  background:url(../images/design/open.jpg) no-repeat 0% 0%;
}

.close {
  background:url(../images/design/close.jpg no-repeat 0% 0%;
}

.subcategory {
  font-weight:bold;
  border-top:1px solid #D9D9D9;
  background:url(../images/design/resourcebg.jpg) repeat-x 0% 0%;
}

.resourcename {
  float:left;
  width:330px;
  height:20px;
  margin:1px 0 0 0;
  padding:4px 0 0 10px;
  color:#555555;
}

.resourcetype {
  float:left;
  width:199px;
  height:20px;
  margin:1px 0 0 1px;
  padding:4px 0 0 10px;
  color:#555555;
}

.resourcetype img {
  float:left;
  margin:0 6px 0 0 !important;
}

.resourcesize {
  float:left;
  width:139px;
  height:20px;
  margin:1px 0 0 1px;
  padding:4px 0 0 10px;
  color:#555555;
}

.resourcearticle {
  float:left;
  width:680px;
  margin:1px 0 0 0;
  padding:6px 10px 0 10px;
  color:#555555;
  border-top:1px solid #D9D9D9;
}

.noresource {
  height:20px;
  margin:1px 0 0 1px;
  padding:4px 0 0 10px;
  color:#AAAAAA;
}

.boxit {
  padding:0 0 4px 0;
  border-top:1px solid #D9D9D9;
}

