/*	www.ctopd.org
	global style definition
	author: terry lin for dreamscape creations inc.
	last edited: march 21, 2007 by tl
----------------------------------------------------------------------------- */



/* required imports
----------------------------------------------- */
@import url("navigation.css");
@import url("home.css");
@import url("pop.css");



/* ie6win filter
----------------------------------------------- */
@import url("ie6win.css");


/* ie5win filter
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
  i{content:"\";/*" "*/}} @import 'ie5win.css'; /*";}
}/* */


/*  ie5mac filter
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "ie5mac.css";
/**/




/* =layout
----------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #777; 
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 140%;
	}

#shell { 
	margin: 0 auto;
	width: 776px; 
	background: url("../gfx/bg-shell.gif") 0 0 repeat-y;
	}

#skin {	background: url("../gfx/bg-skin.gif") left bottom no-repeat; }

#livearea {	padding: 0 8px 7px 8px; }



/* =formatting
----------------------------------------------------------------------------- */

form, select, input, textarea {
	margin: 0;
	padding: 0;
	}

select, input, textarea { font-size: 11px; }

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0.25em 0;
	}

ol, ul, p {
	padding: 0;
	margin: 0.5em 0;
	}

blockquote {
	padding: 0.5em 2em;
	margin: 0;
	}

strong { color: #000; }

#content li {
	list-style: none;
	background: url("../gfx/bullet-yellow-arrow.gif") 0.25em 0.45em no-repeat;
	padding: 0.1em 0 0.25em 1em;
	}

#content ol li {
	list-style: decimal;
	background: none;
	margin-left: 1.5em;
	padding-left: 0;
	}

.clear { clear: both; }
	
.stealth { display: none; }

.aside {
		padding: 15px;
		background: #f9f9f9;
		border: #ccc 1px solid;
		}

.aside img {
	float: left;
	margin: 0.25em 0.5em 0 0;
	}
	
.contributenow {
	padding: 0;
	margin: 0.5em 0;
	}
	
.contributenow a:link,
.contributenow a:hover,
.contributenow a:visited,
.contributenow a:active{
	text-indent: -3000px;
	display: block;
	background: url("../gfx/button-contribute.gif") 0 0 no-repeat;
	width: 139px;
	height: 31px;
	text-decoration: none;
	}
	
.contributenow a:hover { background-position: -139px 0; }


/*	=links
----------------------------------------------------------------------------- */

a:link,
a:visited,
a:hover,
a:active {
	background-color: transparent;
	color: #358;
	text-decoration: underline;
	}
	
a:hover	{
	text-decoration: none;
	}


/* =header
----------------------------------------------------------------------------- */

#header {
	height: 151px;
	background: #fff url("../gfx/bg-header.gif") 0 0 repeat-x;
	}

#header h1 {
	position: absolute;
	margin: 10px 0 0 10px;
	padding: 0;
	}
	
#header h1 #ctodp {
	width: 175px;
	height: 65px;
	text-indent: -3000px;
	display: block;
	background: url("../gfx/logo-ctodp.gif") 0 0 no-repeat;
	float: left;
	text-decoration: none;
	}

#header h1 #ctodp:hover { background-position: 0 -65px; }
	
#header h2 {
	float: right;
	padding: 17px 10px 0 0;
	margin: 0;
	}



/* =content
----------------------------------------------------------------------------- */

#content {
	margin: 0 0 0 199px;
/*		float: left; */
	}

#content h3 {
	font-size: 13px;
	text-transform: uppercase;
	}
	
#content h4 { font-size: 12px; }

#localheader {
	float: left;
	width: 100%;
	background: #F2E8C2;
	padding: 0;
	margin: 0;
	height: 55px;
	background: url("../gfx/bg-localheader.gif") 0 0 repeat-x;
	}

#localheader h2 {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 55px;
	float: left;
	font-size: 16px;
	}

#leftcolumn {
	float: left;
	width: 356px;
	padding: 10px 15px;
	}

#rightcolumn {
	float: left;
	width: 175px;
	}

#rightcolumn p {
	padding: 0.25em 0.75em;
	position: relative;
	}

#rightcolumn .quote {
	font-family: Georgia, "Times New Roman", serif;
	font-style: oblique;
	font-size: 13px;
	line-height: 1.5em;
	}

#rightcolumn .author {
	text-align: right;
	font-size: 75%;
	}
	

/* =contribute
----------------------------------------------------------------------------- */	

#contribute #shell { background: url("../gfx/bg-shell-blank.gif") 0 0 repeat-y; }

#contribute #leftcolumn { width: 531px; }
	

/* =footer
----------------------------------------------------------------------------- */

#footer {
	clear: both;
	font-size: 10px;
	background: url("../gfx/bg-footer.gif") 0 0 repeat-y;
	padding: 15px 10px 15px 215px;
	}
	
	
/* =survey [ added: 070321 by tl ]
----------------------------------------------------------------------------- */

#mod-survey {
	margin-top: 35px;
	padding-bottom: 15px;
	line-height: 1.25;
	font-size: 12px;
	color: #ddd;
	background-color: #0C224C;
	}

#mod-survey h3 {
	text-indent: -3000px;
	background: url("../gfx/h3-survey.gif") 0 0 no-repeat;
	width: 199px;
	height: 37px;
	}
	
#mod-survey dl,
#mod-survey dl dd {
	margin: 0;
	padding: 0;
	}

#mod-survey dl dd {
	float: left;
	padding: 0.3em 0;
	}

#mod-survey form { padding-left: 13px; }
	
#mod-survey form .checkbox {
	float: left;
	padding: 0;
	margin: 0 10px 0 0; 
	}

* html #mod-survey form .checkbox {	margin: -3px 6px 0 -3px	} /* ie fix */

#mod-survey form span {
	width: 140px;
	display: block;
	float: left;
	}

#mod-survey form .textarea {
	margin: 5px 0 0 21px;
	width: 140px;
	height: 50px;
	}
	
#mod-survey form .submit { margin: 10px 0 0 21px; }