 /* Portland Organizer main_style.css */
 
 /* Universal style index, services, contact, faqs, about, interview, gift */
body {
	background-image: url(../images/bg_grid.gif);
	background-color: #ffffff;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 10pt;
}


a:link {
	color: #003366;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	background-color: #ffff66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1 {
	color: #000066;
	font-size: 10pt;
	font-weight: bold;
}

h2 {
	color: #000066;
	font-size: 10pt;
	font-weight: bold;
	}

.hrule {
	border-top: dashed 1px #99ccff;
	width: 750px;
	}
	
.shrule {
	border-top: dashed 1px #99ccff;
	width: 560px;
	}
	
.top {
	vertical-align: top;
	}
	
	
a:link.up {
	color: #003366;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
a:visited.up {
	color: #003366;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
a:link.gift {
	color: #003366;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
	
a:visited.gift {
	color: #003366;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}



/* Masthead and Horz Nav style */
.header {
	text-align:right;
	vertical-align: bottom;
	color: #000000;
	font-size: 10pt;
	padding-left: 15px;
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 5px;
	}
	
		
.hnav {
	background-color: #3399ff;
	border-top: solid 2px #ffcc33;
	border-bottom: solid 2px #ffcc33;
	font-size:  9pt;
	padding: 5px;
	}
	
/*  Bottom nav style */	
.bottom {
	font-size: 9pt;
	text-align: center;
	}
	
.name {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	}
	
.copy {
	font-size: 8pt;
	text-align: center;
	}	
	

/* Right Box style */	
	
.box {
	vertical-align: top;
	border-left: dashed 1px #99ccff;
	padding-left: 10px;
	font-size: 9pt;
	}
	
.boxRight {
	text-align: right;
	margin-top: 0px;
	}
	
.boxLeft {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0px;
	}

	
/* Home & Profession page style */
.indent {
	text-align: center;
	}
	
.leftNorm {
	text-align: left;
	}	
	
.leftBold {
	font-weight: bold;
	text-align: left;
	}
	
.tabRight {
	text-align: left;
	margin-left: 20px;
	padding-right: 10px;
	}
	
.tabCenter {
	text-align: left;
	margin-left: 100px;
	padding-right: 10px;
	}
	
	
	
/* FAQs, Interview pages style */	
	
	
.faqlist {
	padding-bottom: 5px;
	font-weight: bold;
	}
	
.qa {
	display: block;
	}
	
	
.question {
	padding-top: 10px;
	font-weight: bold;
	}

.answer {
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 5px;
	}
	
.qabox {
	border: dashed 1px #99ccff;
	margin-right: 20px;
	margin-left: 25px;
	padding: 10px;
	}
	
li.interview {
	padding-left: 40px;
	list-style : none;
}
	
	
/* About page style */
	
.about {
	padding-right: 10px;
	}

.aboutImg {
	padding-bottom: 5px;
	padding-right: 10px;
	}
	
/* Services page style */

.servlist {
	list-style : none;
	}

.service {
	list-style: circle;
	padding-left: 30px;
	padding-top: 10px;
	}
	
.tab {
	padding-left: 40px;
	font-style: italic;
	color: #3300ff;
	font-size: 10pt;
}

/* Gift page style */

.giftList {
	list-style: circle;
	padding-left: 15px;
	}
	
.contact {
	display: block;
	margin-left: 150px;
	margin-right: 150px;
	}
 /* Resource page style */
 
#resources {
	display: block;
	width: 600px;
}	
	
#resources h1 {	
	text-align: center;
	}

div.resourceBox {
	border: dashed 1px #99ccff;
	padding: 10px;
	margin-top: 10px;
	background-color: #f0f8ff;
}




	
	

	
	

		


	
	
	
	
	
	
	
	
	
	
	
