/* 
copyright + credits{
	author-john-oxton:john@joshuaink.com;
	you-may: take and use elements of this css. however, the unique combination of layout, font styles, colours etc. is copyrighted;
	you-may-not: use any of the graphical elements on this site !important;
} 
*/

/*
div{
	border:1px dotted red;
}
*/

/*
===== CONTENTS =====

	last-updated: 31 March 2005;

	1: universal reset 
	2: accessibility features
	3: html and body
	4: typography
		: links
		: general params
		: headings
		: lists
	5: layout
	6: main navigation
	7: images

====================
*/


/* anti MacIE 5 backslash hack \*/

*{
	font-size:100%;
	margin:0;
	padding:0;
}

.accessibility-tools,
#main-navigation h2,
#foot h2{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0px;
	overflow:hidden;
}


html{
	min-width:770px;
}

body{
	font:75%/150% Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	background:white;
}

a{
	color:#915838;
	text-decoration:none;
	font-weight:bold;
	font-size:97%;
}


#foot{
	clear:both;
	font-size:95%;
}
#foot a{
	font-weight:normal;
	color:#666;
}
#foot li{
	list-style:none;
	display:inline;
}
#foot li a{
	display:block;
	float:left;
	padding:5px;
	margin-right:3px;
	color:#666;
	text-decoration:none;
	text-transform:lowercase;
	background:#FFF url(/candy/nav_divider.png) 100% 50% no-repeat;
	left: 40px;
	position: relative;
}


#sub-content{
	width:200px;
	float:left;
	display:inline;
	margin:240px 0 20px 40px;
	padding-bottom:30px;
	border-right:1px dotted #CCC;
}
#sub-content a{
	width:80%;
	color:#915838;
	display:block;
	_height:1px;
	padding:0.3em;
	padding-left:0.9em;
	background:#FBF8EE;
	border-bottom:1px solid #F1E4C2;
	text-transform:lowercase;
}
#sub-content a:hover{
	color:#FFF;
	background:#915838;
}
#sub-content h2{
	font:100%;
	width:80%;
 	background:#B78C69;
	color:#FFF;
	border-bottom:1px solid #F1E4C2;
	padding:0.3em;
	padding-left:0.9em;
	margin:0;
	text-transform:lowercase;
}
#sub-content ul{
	margin-bottom:1.5em;
	list-style:none;
}
#sub-content2{
	width:200px;
	float:left;
	display:inline;
	margin:-20px 0 20px 40px;
	padding-bottom:30px;
	border-right:1px dotted #CCC;
}
#sub-content2 a{
	width:80%;
	color:#915838;
	display:block;
	_height:1px;
	/*//padding:0.3em;
	//padding-left:0.9em;
	//background:#FBF8EE;
	//border-bottom:1px solid #F1E4C2;*/
	text-transform:lowercase;
}
#sub-content2 a:hover{
	color:#FFF;
	background:#Fff;
}
#sub-content2 ul{
	margin-bottom:1.5em;
	list-style:none;
}

#imagecontent a, 
#imagecontent a:hover{
background-color:#FBF8EE;
}



p{
	margin:0.5em 0;
}

blockquote{
	width:80%;
	margin:0.5em 0;
	padding-left:10px;
	margin-left:20px;
	border-left:3px double #B78C69;
	font-style:italic;
}

h2,h3,h4,h5{margin:0.7em 0;}

#main-content h2{font:180%/120% "Times New Roman", Times, serif;}



h3{font-size:125%;}
h4{font-size:90%;}
h5{font-size:89%;}

#main-content ul,#main-content ol{margin:1.5em 0;}
#main-content li{margin:0.2em 0 0 40px;}



.attention{
	color:red;
}

div.attention input, div.attention textarea{
	border:1px solid red;
}

legend{
	display:none;
}

fieldset{
	border:0px solid #CCC;
	padding:10px;
}

input, textarea{
	border:1px solid #CCC;
	margin:5px 0 10px 0;
}

#wrap{
	width:770px;
	margin:0 auto;
	text-align:left;
	background:transparent url(/candy/fence.jpg) 50% 10px no-repeat;
	position:relative;
}

#company-name{
	width:150px;
	height:140px;
	position:absolute;
	left:40px;
	top:10px;
	background:white url(/candy/NEWClogo1977.jpg) 0 0 no-repeat;
}

#company-name a{
	width:150px;
	height:140px;
	text-indent:-99999px;
	overflow:hidden;
	float:left;
	background:white url(/candy/NEWClogo1977.jpg) 0 0 no-repeat;
}

#main-content{
	display:inline;
	width:450px;
	float:right;
	margin:240px 40px 20px 0;
}

#newsletter-main-content{
	display:inline;
	width:600px;
	float:left;
	margin:250px 20px 20px 70px;
	min-height:500px;
	padding:10px;
}




#main-navigation{
	position:absolute;
	top:180px;
	left:40px;
	width:700px;
}

#main-navigation li{
	list-style:none;
	display:inline;
}

#main-navigation a{
	display:block;
	float:left;
	padding:5px;
	margin-right:3px;
	color:#333333;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
	background:#FFF url(/candy/nav_divider.png) 100% 50% no-repeat;
}

#main-navigation .last-nav a, #foot .last-nav a{
	background:#FFF;
}
#main-navigation .active a{
	color:#915838;
}
#main-navigation li a:hover {
	color:#915838;
}


#ticker a{
	position:absolute;
	left:205px;
	top:70px;
	color:#915838;
	width:415px;
	text-decoration:none;
	background:#FFFFFF;
	float:left;
	font:110%/150% Arial, Helvetica, sans-serif;
}

#ticker a:hover {
	color:#FFF;
	background:#915838;
}


img{
	margin:1em 0;
	padding:5px;
	border:1px solid #F1E4C2;
	position:relative;
}

#sign_input{
	width:200px;
}

#signupform{
	margin-right:10px; 
	text-align:left;
	border:1px solid #F1E4C2;
	width:140px;
	padding:5px;
}
/* end of MacIE 5 hack */

/*  calendar*/

#butcontainer { width: 180px; }
#butcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#butcontainer a:link, #butcontainer a:visited{
	color: #333333;
	text-decoration: none;
}

#butcontainer a:hover{
	color: #915838;
}
.month, .month a{
	background-color: #fbf8ee;
	color:#b78c69;
	text-decoration:none;
}

.event{
	background-color: #b78c69;
	color: #fbf8ee;
	font-weight:bold;
	border:1px solid #b78c69;
}
.date, .date a{
	color:black;
	text-decoration:none;
		font-weight:bold;
}

.borders{
	border:1px solid #b78c69;
}
div.borders{
	position:relative;
	top:0px;
	left:-1px;	
	border:1px solid #b78c69;
	background:#fbf8ee;
	min-width:100%;
	margin:0;
	padding:0;

}
.me1{
	color:#b78c69;
	text-decoration:none;
	background-color:transparent;
	border:1px solid #b78c69;
}
.text{color:#b78c69;}

#main-content-calendar{
	display:inline;
	width:700px;
	float:left;
	margin:240px 0px 0px 40px;
}

#main-content-calendar h2{font:180%/120% "Times New Roman", Times, serif;}
.cal-header{background-color:#fbf8ee;border:1px solid #ccc;}
.cal-cell{background-color:#fff;border:1px solid #ccc;}

#head1 li{
	list-style:none;
	display:inline;
}
#head1 a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	text-transform:lowercase;
	font-weight:bold;
}
.usrholder2{border:1px solid #F1E4C2;		
	background:#fbf8ee;
	width:280px;
	margin-top:30px;
}
.buttonholder{	
	float:left;
	width:140px;
	height:30px;
}	
.fmholder{background:#fff;}

input:hover{cursor:pointer;}

.addrow{
	height:33px;
	vertical-align:middle;	
}
.addlabel{	
	padding:7px 5px 4px 6px;
	background:#fbf8ee;
	float:left;
	height:20px;
	vertical-align:middle;
}
.addtextfield{
	padding:3px 8px 8px 8px;
	background:#fbf8ee;
	float:left;
	height:20px;
	width:190px;
}
.viewtextfield{
	padding:7px 8px 4px 8px;
	background:#fbf8ee;
	float:left;
	height:20px;
	width:190px;
}
.addcheckbox{
	padding:6px 5px 5px 5px;
	background:#fbf8ee;
	float:left;
	height:20px;
	width:55px;
	border-right:2px solid #fff;
}
.addcheckbox2{
	padding:6px 5px 5px 5px;
	background:#fbf8ee;
	float:left;
	height:20px;
	width:55px;
}
.buttonl{
	padding:6px 5px 6px 5px;
	background:#fbf8ee;
	float:left;
	height:25px;
	width:130px;
}
.buttonr{
	padding:6px 5px 6px 5px;
	background:#fbf8ee;
	float:left;
	height:25px;
	text-align:right;
	width:132px;
}

