/*----------------------------------------------------------------------------
Created for Down Syndrome Network Oregon (DSNO)
All code and content are the property of

	Down Syndrome Network Oregon
	P.O. Box 248
	Marylhurst, OR  97036-0257
	www.dsnor.org

Author:			Adam Szwarc
Last Updated:	6/21/2006

This code may be viewed for learning purposes only.
------------------------------------------------------------------------------*/

/* ------------- Global settings ------------- */
body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #fff3e0;
}

hr
{
	color:#000080;
}

img
{
	border:none;
}

a:link, a:visited, a:hover, a:active
{
	color:#77618f;
	font-size: 10pt;
	text-decoration: underline;
}
a:hover
{
	color:#880000;
	text-decoration: underline;
}

.newsText a:link, .newsText a:visited, .newsText a:hover, .newsText a:active
{
	color:#77618f;
	font-size: 8pt;
	text-decoration: underline;
}
.newsText a:hover
{
	color:#880000;
	text-decoration: underline;
}

.clearer
{
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}

.heading
{
	background: url(images/header_back.jpg) repeat-x;
	font-family:Times New Roman;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	height: 26;
	padding-bottom:4px;
}

h2
{
	background: url(images/header_back.jpg) repeat-x;
	font-family:Times New Roman;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	height: 26;
	padding-bottom:4px;
}

h3
{
	color:#996699;
	font-family:Arial;
	font-size: 10pt;
	font-weight:bold;
	padding-bottom:4px;
}

h4
{
	background: url(images/header_back.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-align:left;
	height: 26;
	padding-bottom:4px;
}

.odd
{
	background-color:#f4f2ff;
	padding-bottom:10px;
}

.even
{
	background-color:White;
	padding-bottom:10px;
}

.important
{
    color:Red;
}

.header
{
	font-family:Arial;
	font-size: 10pt;
	font-weight:bold;
	padding-bottom:4px;
}


/* ------------- Master Page Settings ------------- */
#master
{
	border-style: none;
	padding: 0px;
	text-align: center;
	width: 700px;
	outline-width: 0px;
	margin-top: -5px;
}

#sidemenu
{
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;
	width: 159px;
	text-align:left;
	background-color: #fff3e0;
}

/* ------------- Web page container ------------- */
#container
{
	margin: 0px auto;
	padding: 0px;
	width: 835px;
	background-color: #fff3e0;
}

/* ------------- Title ------------- */
#title
{
	width: 838px;
	height: 165px;
	margin: 0px;
}

#title_top
{
	float: left;
	width: 838px;
	height: 77px;
	margin: 0px;
}

#title_bottom
{
	clear:left;
	float: left;
	margin-top:-3px;
	width: 337px;
	height: 51px;
}

#title_about
{
	float: left;
	width: 125;
	margin-top:-3px;
}

#title_info
{
	float: left;
	width: 120;
	clear: right;
	margin-top:-3px;
}

#title_event
{
	float: left;
	width: 119;
	clear: right;
	margin-top:-3px;
}

#title_photos
{
	float: left;
	width: 137;
	clear: right;
	margin-top:-3px;
}

/* ------------- Menu ------------- */
#title_menu
{
	background-image: url(images/second-line.jpg);
	width: 838px;
	height: 32px;
	margin-top:-3px;
	text-indent:350px;
	clear:both;
	padding-top:3px;
	padding-bottom:0px;
}

#title_menu a:link.menu, a:visited.menu, a:hover.menu, a:active.menu
{
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight:bold;
	color:#77618f;
	font-style:italic;
	text-decoration: none;
}

#title_menu a:hover.menu
{
	color:#880000;
}

a:link.link, a:visited.link, a:hover.link, a:active.link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#77618f;
	text-decoration: underline;
}

a:hover.link
{
	color:#880000;
}

#sidebar
{
	background: #fff3e0;
	margin-left: 0px;
 	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	width: 180px;
	float: left;
}

/* ------------- Main section ------------- */
#main
{
	color: #534464;
	padding-top:0px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	margin-top: -5px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 601px;
	float:left;
	background: #ffffff url(images/main_bottom_gif) no-repeat left bottom;
	list-style-image: url(images/Bullet1.jpg);
}

#main ul.level1
{
	list-style-image: none;
	list-style-type:disc;
}

/* ------------- Quick Links_Box ------------- */
#quicklinks_header
{
	background-color:#e4dfff;
	color:#77618f;
	width:170px;
	padding-left:0px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:20px;
	margin-bottom:2px;
	text-align:center;
	font-size:11pt;
	vertical-align: middle;
	font-weight:bold;
	font-style:italic;
}

#quicklinks_box
{
	background-color:#f4f2ff;
	width:170px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
	margin-left:20px;
	text-align:left;
	list-style-image: url(images/quicklinkBulllet.jpg);
}

a:link.qlinks, a:visited.qlinks, a:hover.qlinks, a:active.qlinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	font-weight:normal;
	color:#77618f;
	text-decoration: none;
	padding-bottom:7px;
}

a:hover.qlinks
{
	color:#880000;
}

/* ------------- Mission Statement ------------- */
#mission
{
	background-color:#ffffff;
	color:#534464; /*#6f627e;*/
	float:left;
	width: 370px;
	margin-left:0px;
	padding-right: 0px;
	margin-top:-5px;
	font-size: 10pt;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
}

#mission strong
{
}

/* ------------- What's New Section ------------- */
#section_news
{
    float: left;
}

#table_news
{
	float:left;
	width:370px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-left: 0px;
	font-family:Arial;
	font-size: 13px;
}

#table_news td.header
{
	background: url(images/header_back.jpg) repeat-x;
	font-family:Times New Roman;
	text-align:center;
	font-weight:bold;
	font-size: 12pt;
	height: 26;
	padding-bottom:4px;
}

#table_news td.odd
{
	background-color:White; /*#f4f2ff;*/
    border-bottom-style:dashed;
    border-bottom-width:thin;
}

#table_news td.even
{
	background-color:White; /*#e9f4fb;*/
    border-bottom-style:dashed;
    border-bottom-width:thin;
}

.img_news
{
	float:left;
}

#table_news div.newsItem
{
	margin-left:0px;
	padding-left:0px;
}

#table_news div.newsTitle
{
 	font-size: 11pt;
	font-weight:bold;
}

#table_news div.newsDates
{
 	font-size: 8pt;
	color: #2c6fac;
	font-weight:bold;
}

#table_news div.newsText
{
 	font-size: 8pt;
	font-weight:normal;
}

#table_news a:link.news, a:visited.news, a:hover.news a:active.news
{
	vertical-align:middle;
	font-size: 8pt;
	color: #77618f;
	text-decoration:underline;
	font-weight:normal;
}

#table_news a:hover.news
{
	color:#880000;
}

.quote
{
 	background: #ffffff;
	font-family:Times New Roman;
	font-size: 9pt;
	color: #77618f;
	font-weight:normal;
	float: left;
	padding:5px 5px 5px 5px;
	margin-top:0px;
	margin-left:0px;
	border-style:solid;
	border-width:thin;
}

.quoter
{
	font-family:Times New Roman;
 	font-size: 8pt;
	color: #77618f;
	font-weight:normal;
	text-align:right;
}

/* ------------- Event Calendar ------------- */
#table_calendar tr.odd
{
	background-color:#f4f2ff;
}

#table_calendar tr.even
{
	background-color:#e9f4fb;
}

.img_left
{
    float:left;
    padding-right:10px;
}
.img_right
{
    float:right;
    padding-left:10px;
}

.pci_logo
{
    float:			right;
    text-align:		right;
    vertical-align: bottom;
    width:			20%;
}

#sectLeft
{
    float:left;
    padding-right:0px;
}
#sectRight
{
    float:right;
    padding-left:0px;
    margin-left:0px;
}
.quote2
{
 	background: #ffffff;
	font-family:Times New Roman;
	font-size: 9pt;
	color: #77618f;
	font-weight:normal;
	float: left;
	padding:5px 5px 5px 5px;
	margin-top:0px;
	margin-left:0px;
	border-style:solid;
	border-width:thin;
}

.quoter2
{
	font-family:Times New Roman;
 	font-size: 8pt;
	color: #77618f;
	font-weight:normal;
	text-align:right;
}

/* ------------- Footer ------------- */
#footer
{
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	background-image: url(images/footer.jpg);
	height: 62;
	width: 438;
	margin-left:3px;
	margin-top:-2px;
	padding-top:15px;
	padding-bottom:30px;
}

#footer a:link.footer, a:visited.footer, a:hover.footer a:active.footer
{
	vertical-align:middle;
	font-size: 10pt;
	color: #77618f;
	text-decoration:underline;
	font-weight:normal;
}

#footer a:hover.footer
{
	color:#880000;
}

#copyright
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 8pt;
	line-height: 18px;
	color: #000080;
	margin: 0px;
}

/* ------------- Stories of Hope ------------- */
img.float
{
	float		: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

p.clear
{
	clear		: left;
}

/* ------------- Contact Us ------------- */

#contact_table
{
    text-align:right;
}

/* ------------- Donor ------------- */

#donor
{
    text-align:right;
}

/* ------------- Donor Receipt ------------- */

#receipt b
{
	color:#77618f;
}

#receipt p.donor_info
{
	color:#534464;
	margin-left:10px;
}

b.thankyou
{
    font-size:16pt;
    font-weight:bold;
}

/* ------------- Photo Album ------------- */

.photo_index
{
}

.photo_row
{
	height:130px;
}

.photo_thumb
{
	text-align:center;
	font-size:smaller;
	width:170px;
	vertical-align:middle;
}

.photo_div
{
	margin-top:10px;
	text-align:center;
	width:150px;
	height:130px;
	background-image: url(slide.jpg);
	background-repeat:no-repeat;
	vertical-align:middle;
}

.photo_image
{
	text-align:center;
	margin-top:23px;
	border-style:inset;
	border-width:3px;
	border-color:white;
	width:100px;
	height:80px;
}

.photo_image_portrait
{
	text-align:center;
	margin-top:13px;
	border-style:inset;
	border-width:3px;
	border-color:white;
	width:80px;
	height:100px;
}

#waiver
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 8pt;
	line-height: 18px;
	margin: 0px;
}

.smallprint
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smallprint a:link, .smallprint a:visited, .smallprint a:hover, .smallprint a:active
{
	font-family: Arial, Helvetica, sans-serif;
	color:#77618f;
	font-size: 8pt;
	text-decoration: underline;
}
.smallprint a:hover
{
	color:#880000;
	text-decoration: underline;
}

