/* this stylesheet is for all pages of tic-nc.org*/
* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}
/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
	overflow: -moz-scrollbars-vertical; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A1C16D;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 720px;
	_width: 730px;
	margin-right: auto;
	margin-left: auto;
	background-color: #678A38;
	background-image: url(images/logonew.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: solid 4px #C96;
	border-right: solid 1px #366;
	border-bottom: solid 1px #690;
	border-left: solid 2px #366;
	padding-top: 95px;
	margin-top: 6px;
	position: relative;
}
#main {
	width: 685px;
	min-height: 500px;
	
	float: left;
	background-color: #fefdeb;
	margin-left: 12px;
	_margin-left: 6px;
	margin-right: 12px;
	_margin-right: 6px;
	margin-top: 4px;
	_margin-top: 0px; /* about the tabs connecting to the body*/
	background-image: url(images/tick.jpg);
	background-repeat: no-repeat;
	background-position: 600px 16px;
	border-left: 7px solid #c96;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c96;
}
#main ul {
	list-style-type: disc;
	color: #333;
	list-style-position: outside;
	line-height: 15px;
	margin-left: 42px;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
}
#main li {
	margin: 0px 0px 16px 18px;
	list-style-position: outside;
	padding-right: 24px;
	line-height: 15px;
}
#main p {
	font-size: 11px;
	line-height: 17px;
	color: #333;
	padding-left: 46px;
	padding-right: 36px;
	padding-bottom: 10px;
}
#main p.indent {
	padding-left: 72px;
	padding-right: 64px;
	padding-bottom: 10px;
}
#main p.indent2 {
	padding-left: 90px;
	padding-right: 64px;
	padding-bottom: 10px;
	margin-top: -6px;
}
#main p.resources {
	padding-left: 72px;
	padding-right: 140px;
	padding-bottom: 20px;
}
#main h1 {
	font: normal 24px/28px Georgia, "Times New Roman", Times, serif;
	color: #066;
	background-color: transparent;
	padding-left: 46px;
	margin-top: 34px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
#main h2 {
	font: bold normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #066;
	background-color: transparent;
	padding-left: 44px;
	margin-top: 15px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
#contentleft {
	float: left;
	width: 450px;
	margin-left: 12px;
	background-image: url(images/tick2.jpg);
	background-repeat: no-repeat;
	background-position: 14px bottom;
	margin-right: 0px;
	min-height: 45px;
}
.minimum {
	margin-bottom: 250px;
}
#sideright {
	float: right;
	width: 195px;
	background-color: #FFC;
	border-top: 8px solid #699;
	border-right: 1px solid #699;
	border-bottom: 1px solid #699;
	border-left: 1px solid #699;
	margin-right: 12px;
	_margin-right: 14px;
	padding-top: 24px;
	margin-left: 12px;
}
#sideright p {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	color: #666;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	margin-top: 0px;
	padding-top: 0px;
}
#sideright h2 {
	font: bold normal 12px/16px Arial, Helvetica, sans-serif;
	color: #066;
	background-color: transparent;
	padding-left: 12px;
	margin-top: -9px;
	margin-bottom: 6px;
	letter-spacing: normal;
	padding-right: 12px;
}
#sideright ul {
	list-style-type: disc;
	color: #333;
	list-style-position: outside;
	line-height: 15px;
	margin-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
}
#sideright li {
	margin: 0px 0px 16px 6px;
	list-style-position: outside;
	padding-right: 12px;
	line-height: 15px;
}
.donatetable {
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-collapse: collapse;
	margin-left: 4px;
	margin-right: 4px;
}
.donatetable td {
	padding: 8px 2px 2px 4px;
	border-bottom: 1px solid #678A38;
}
#navigation {
	text-align: center;
	padding: 10px 4px 4px 0px;	
		/* fix for IE6-win
		*/
	_padding-bottom: 8px; 
	margin-right: auto;
	margin-left: auto;
	width: 695px;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	font: normal 11px Arial, Helvetica, sans-serif;
	display: inline;
	padding: 10px 0px 4px 0px;	
		/* adding some padding here for IE, between the tabs
		*/
	_padding-left: 1px;
	_padding-right: 1px;
}
#navigation a:link, #navigation a:visited {
	color: #333;
	text-decoration: none;
	padding: 8px 8px 8px 7px;
	background-color: #CC9;
	border-top: 1px solid #C96;
	border-left: 3px solid #C96;
}
#navigation a:hover {
	color: #066;
	background-color: #FFF;
}
#navigation .current a:link {
	color: #066;
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
		/*added the bottom border color-white- here to compensate for the little line left in safari and 	firefox on the mac from top margin of content - ss 
		*/
}
#navigation .current a:visited {
	color: #066;
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
	 	/*added the bottom border color-white- here (see .current a:link above) - ss 
		*/
}

/*for registry form */
#registry {
	width: 575px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 24px;
	line-height: 14px;
	margin-left: 48px;
}

#registry fieldset {
	margin-top: 12px;
	border: 1px solid #669933;
	padding-top: 8px;
	padding-bottom: 6px;
}
#registry legend {
	font-size: 14px;
	color: #336633;
	font-weight: bold;
	padding-bottom: 4px;
}
#registry input.txt, #registry textarea {
	background-color: #fff;
	padding: 1px;
	border-top: 2px solid #999966;
	border-right: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#registry input.radio {
	margin-right: 16px;
	margin-left: 2px;
}
#registry input.button {
	margin-left: 24px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c96;
	border-right-color: #996;
	border-bottom-color: #996;
	border-left-color: #c96;
	font-size: 12px;
	line-height: 16px;
	color: #336600;
	background-color: #CCCC99;
	padding: 9px;
	margin-top: 18px;
}
#registry table {
	margin-bottom: 16px;
	width: 100%;
}
#registry td {
	padding: 6px 4px 6px 12px;
	color: #336633;
	font-size: 11px;
	line-height: 14px;
}
#registry td.underline {
	border-bottom: 1px solid #99CC33;
}
#registry td.overline {
	border-top: 1px solid #99CC33;
}
#registry td.label {
	width: 120px;
	text-align: right;
}
#registry td.labelshort {
	width: 60px;
	text-align: right;
}
#registry td.in {
	padding-left: 40px;
}
#registry td.in2 {
	padding-left: 70px;
	padding-right: 48px;
}


/*for mailing list form */
#contactinfo {
	border: 1px solid #678A38;
	width: 420px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 12px;
	margin-top: 0px;
	border-collapse: collapse;
}
#contactinfo input, #contactinfo textarea {
	background-color: #f9f8ea;
}
#contactinfo input.button {
	padding: 6px 8px;
	margin-left: 36px;
	background-color: #f9f8ea;
	border-top: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
}
#contactinfo td {
	padding: 8px 4px 4px;
	color: #006666;
}
#contactinfo td.label {
	width: 98px;
	text-align: right;
}
#contactinfo td.lineabove {
	border-top: 1px solid #ccc;
}
#contactinfo td.linebelow {
	border-bottom: 1px solid #ccc;
}
.not_displayed {
    display: none;
}
.hide {
    visibility: hidden;
}
#footer {
	clear: both;
	padding: 10px;
	font-size: 11px;
	color: #CCC;
	text-align: center;
	line-height: 16px;
}
a:link {
	color: #C63;
	text-decoration: underline;
}
a:visited {
	color: #C63;
}
a:hover {
	color: #066;
}
.imageleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 6px;
}
.imageright {
	float: right;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-top: 6px;
}
.redlarge {
	color: #CC0033;
	font-size: 16px;
}
.clear {
	clear: both;
}
