/* CSS Document */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #99cc33 url(../images/background.gif) no-repeat;
	font:12px arial, helvetica, verdana, sans-serif;
	color:#fff;
	height: 100%;
}
#footer	{
	background: url(../images/footer.gif) no-repeat;
	height:110px;
}
#footer	p{
	padding:50px 0px 0px 80px;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24px;
	font-weight:900;
	color:#fff;
	text-align:right
}
a	{
	font:12px arial, helvetica, verdana, sans-serif;
	color:#fff;
	font-weight:bold
}
.logo	{
	background: url(../images/welcometocollworld.gif) no-repeat;
	height: 97px;
}
.panel	{
	position: absolute; top: 285px; left: 30px;
}
.panel1	{
	position: absolute; top: 285px; left: 530px;
}
.panel1home	{
	position: absolute; top: 375px; left: 530px;
}
.mainpanel {
	position: absolute; top: 375px; left: 30px;
}
.mainpanelhome {
	position: absolute; top: 375px; left: 30px;
}
.feedback	{
	marginleft: 50px;
}
.box {
	padding:0 12px 0 0;
	width: 475px;
	background: #66cc33 url(../images/border_r.gif) 100% 0 repeat-y;
}
.box1 {
	padding:0 12px 0 0;
	width: 275px;
	background: #66cc33 url(../images/border_r.gif) 100% 0 repeat-y;
}
.boxlarge {
	padding:0 12px 0 0;
	width: 785px;
	background: #66cc33 url(../images/border_r.gif) 100% 0 repeat-y;
}
.bi {
	padding:0 0 0 12px;
	background: url(../images/border_l.gif) 0 0 repeat-y;
}
.bt {
	height:17px;
	margin:0 -12px;
	background:url(../images/box.gif) 100% 0 no-repeat;
}
.bt div {
	width:18px;
	height:17px;
	background:url(../images/box.gif) 0 0 no-repeat;
}
.bb {
	height:17px;
	margin:0 -12px;
	background:url(../images/box.gif) 100% 100% no-repeat;
}
.bb div {
	width:18px;
	height:17px;
	background:url(../images/box.gif) 0 100% no-repeat;
}
.box p {
	padding: 7px;
}
.boxlarge p {
	margin: 0px 0px 0px 7px;
	padding: 7px;
}
label	{
	float: left;
	width: 100px;
	margin:  0px 0px 0px 10px;
}
.reg	{
	float: left;
	width: 185px;
	color:#ffffff;
	font-weight: bold;
	margin:  0px 0px 0px 10px;
}

#nav {
	position: absolute; top: 285px; left: 30px;
}
#nav ul	{
	list-style-type:none;
	margin:0;
	padding:0;
	border:none;
}
#nav li	{
	display: inline;
	margin: 5px;
	padding:0.25em 0.25em 0.25em 0.25em;
}
#home ul {
	list-style-type:none;
	list-style-image:url(../images/bulletpoint_excl.gif);
	font-weight:bold;
	margin: 0px 0px 0px 30px;
	padding:0px 5px 0px 10px
}
#news ul {
	list-style-type:none;
	list-style-image:url(../images/bulletpoint_news.gif);
	margin: 0px 20px 10px 50px;
	padding:10px 10px 10px 10px
}
#links ul {
	list-style-type:none;
	list-style-image:url(../images/bulletpoint_links.gif);
	margin: 0px 20px 10px 50px;
	padding:10px 10px 10px 10px
}
#recycle ul {
	list-style-type:none;
	list-style-image:url(../images/bulletpoint_recycle.gif);
	margin: 0px 20px 10px 50px;
	padding:10px 10px 10px 10px
}
#gallery ul {
	list-style-type:none;
}
#gallery li {
	display: inline;
	margin: 5px 5px;
	padding:0.25em 0.25em 0.25em 0.25em;
}
#downloads ul {
	list-style-type:none;
	font-weight:bold;
	font-size:18px;
}
#downloads ul ul {
	list-style-type:none;
	list-style-image:url(../images/bulletpoint_download.gif);
	margin: 0px 20px 10px 50px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	font-weight: normal;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0px 20px 10px 50px;;
  padding: 0;
  min-width: 300px;
  max-width: 600px;
  width: 600px; 
}
form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.2em;
	font-weight:bold; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 0 10px; /* set top margin same as form input - textarea etc. elements */
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

.formtext {
	display: block;
	margin: 0 10px 8px 8px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	text-align:left;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}