/**
 * Main stylesheet for www.peointernational.org
 * Created 03/27/2006 - GKR
 */

/**
 * Set up margins and padding. "Borrowed" from
 * http://leftjustified.net/journal/2004/10/19/global-ws-reset/
 */

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, pre, blockquote, label,
ul, ol, dl, fieldset, address {
	margin: 1em 0 1em 0;
}

dd, dt {
	margin: .5em 0;
}

ul li {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

ol li {
	margin-left: 2.5em;
}

fieldset {
	padding: .5em;
}

option {
	padding-right: 8px;
}

/**
 * Set up global font sizes and colors. "Borrowed" from
 * http://www.clagnut.com/blog/348/
 */
body {
	font: .625em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	background: #A0274B;
}

input, select, th, td {
	font-size: 1em;
}

table {
	font-size: 100%;
}

a {
	color: #A0274B;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	line-height: 1;
	color: #A0274B;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h2.bar {
	margin: 0 -32px 1em -32px;
	background: #A0274B;
	color: #D1E65B;
	padding: 5px 16px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 0.9em;
}

.needtitle{
	font-size: 1.4em;
	color:#007DC3;
	font-weight:bold;
	margin:0 auto;
}
.needsubtitle{
	font-size: 1.2em;
	color:#D73750;
	font-weight:bold;
	margin:0 auto;
}
table.need{
	border:1px solid #000;
	background-color:#FDEFD2;
	margin-top:5px;
}
table.need td{
	padding:5px;
}
table.glance{
	background-color:#fff;
	margin-top:5px;
}
table.glance th{
	padding:2px 0 2px 5px;
	background-color:#007DC3;
	color:#fff;
	font-weight:bold;
	border:1px solid #007DC3;
	text-align:left;
}
table.glance td{
	padding:5px;
}

hr {
	color: #A0274B;
	height: 2px;
	margin-bottom: 15px;
}

img {
	border: 0 none;
}

label {

}

/**
 * Page components, in source order
 */

#page {
	width: 750px;
	margin: 0 auto;
	text-align: left; /* IE Hack */
}

#header {
	position: relative;
	height: 73px;
	border-bottom: 8px solid #FFF;
	margin: 13px 0 1px 0;
	clear: both;
}

h1#logo {
	position: absolute;
	top: 0;
	left: 19px;
	margin: 0;
	background: url(/img/logo-peo.gif) no-repeat left top;
	width: 188px;
	height: 104px;
	text-indent: -9999px;
}

h1#logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#tagline {
	color: #FFF;
	position: absolute;
	background: url(/img/tagline.gif) no-repeat left top;
	text-indent: -9999px;
	margin: 0;
	width: 310px;
	height: 10px;
	right: 0;
	bottom: 2px;
}

#contain {
	color: #505050;
	background: #FFF url(/img/bg-content.gif) repeat-y left top;
	display: inline-table;
}

#contain:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/**
 * This is to help IE 7. Do not remove.
 */
#contain {
	display: inline-block;
}

#cap {
	position: relative;
	border-top: 20px solid #A0274B;
	padding: 1px 0 0 0;
	margin: 0 0 0 192px;
}

#content {
	position: relative;
	background: #FFF;
	margin: 0 0 0 192px;
	padding: 1px 32px;
	font-size: 1.2em;
	line-height: 1.5;
}

#nav {
	float: left;
	width: 192px;
	background: #FFBD00;
	padding: 55px 0 15px 0;
	margin: 0;
	font-size: 1.1em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	padding: 0;
	margin: 0 0 .5em 0;
}

#nav ul li a {
	display: block;
	margin: 0;
	padding: 3px 0 3px 20px;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover {
	background: #D1E65B;
}

p#login {
	margin: 4em 0 4em 2em;	
	background: url(/img/btn-member-login.jpg) no-repeat 0 0;
}

p#login a {
	display: block;
	width: 127px;
	height: 23px;
	padding: 5px 0 0 15px;
	background: url(/img/btn-member-login.jpg) no-repeat 0 0;
	font-weight: bold;
	text-decoration: none;
}

p#login a:hover {
	background: url(/img/btn-member-login.jpg) no-repeat 0 -28px;
}

p#order {	
	background: url(/img/btn-order-jewelry.gif) no-repeat 0 0;
	text-indent: -9999px;
}

p#order a {
	display: block;
	width: 165px;
	height: 62px;
	background: url(/img/btn-order-jewelry.gif) no-repeat 0 0;
	text-decoration: none;
}

p#order a:hover {
	background: url(/img/btn-order-jewelry.gif) no-repeat 0 -62px;
}

#foundation {
	display: inline-table;
}

#foundation:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

#footer {
	position: relative;
	background: url(/img/bg-footer.gif) no-repeat left top;
	text-align: center;
	color: #FFF;
	padding: 150px 0 0 0;
	margin: 0 0 25px 0;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #FFBD00;
}

#footer a:hover {
	text-decoration: underline;
}

#record-issue {
	position: absolute;
	top: 7px;
	right: 15px;
	font-size: 0.80em;
	text-align: right;
	color:#ffffff;
}

#right {
float:right;
font-size:.85em;
line-height:1.25em;
margin:0pt;
padding:0pt 0px 0px 0pt;
position:relative;
width:150px;
}
/**
 * Classes, in alpha order by class name where possible.
 */

.article-title {
	font-weight: bold;
}

.author {
	font-style: italic;
	font-size: 0.80em;
}

.box {
	margin: 0 0 1em 0;
}

.caption {
	font-weight: bold;
}

.caption-photo {
	font-size: 0.80em;
	font-weight: bold;
}

.synopsis {
	font-size: 0.90em;
}

table.contact-form {
	border: none;
	border-collapse: collapse;
}

table.contact-form td {
	width: 50%;
	padding: 5px 2px;
	vertical-align: top;
}

.error {
	color: #F00;
}

div.error {
	border: 1px solid #F00;
	padding: 10px;
	background: #EEE;
	color: #F00;
}

.float-left {
	float: left;
	margin: 0 10px 10px 0;
}

div.float-left {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

div.float-right {
	float: right;
	margin: 0 10px 0 10px;
}

table.forms {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #A0274B;
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 100%;
}

table.forms td, table.forms th {
	text-align: left;
	margin: 0;
	padding: 3px;
	font-size: 0.8em;
}

table.forms td {
	border-top: 1px solid #CCC;
}

table.forms caption {
	color: #FFF;
	background: #A0274B;
	padding: 3px;
	text-align: left;
	font-weight: bold;
}

table.forms td.caption2 {
	border-bottom: 1px solid #CCC;
	border-top: none;
	font-weight: bold;
}

.hide {
	display: none;
}

.img-left {
	float: left;
	margin: 0 10px 10px -3px;
	display: inline;
}

.pdf {
	background: url(/img/icon-pdf) no-repeat 0 .5em;
	display: block;
	padding-left: 18px;
}

table.projects {
	border: none;
	border-collapse: collapse;
}

table.projects td, table.projects.th {
	border: none;
	margin: 0;
	padding: 3px;
}

table.projects td {
	border-top: 1px solid #CCC;
	vertical-align: top;
}

table.projects td.logo {
	padding: 15px 15px 3px 0;
}

.small {
	font-size: .912em;
}

/* Hide from IE5-mac. \*/

* html #contain, * html #nav,
* html #cap,* html #content,
* html #footer, #nav ul li a {
	height: 1%;
}

#contain {
	display: block;
}

* html #nav {	
	margin: 0 -3px;
}

/** html #cap img {
	margin: 0 -3px;
}*/

* html #cap, * html #content {
	margin: 0 0 0 189px;
}

/* End hide from IE5/mac */


/* NEW COLORS */

.pantone_yellow { color: #FCD116; border-color: #FCD116; }
.pantone_orange { color: #E87511; border-color: #E87511; }
.pantone_lime { color:#CED649; border-color:#CED649; }
.pantone_green { color:#339E35; border-color:#339E35; }
.pantone_cyan { color:#28C4D8; border-color:#28C4D8; }
.pantone_teal { color:#006B77; border-color:#006B77; }
.pantone_lavender { color:#9E91C6; border-color:#9E91C6; }
.pantone_violet { color:#70147A; border-color:#70147A; }
.pantone_pink { color:#E54C7C; border-color:#E54C7C; }
.pantone_burgundy { color:#8E2344; border-color:#8E2344; }
.pantone_tan { color:#BCAD75; border-color:#BCAD75; }
.pantone_brown { color:#633A11; border-color:#633A11; }
.pantone_black40 { color:#AAA; border-color:#AAA; }
.pantone_black { color:#000; border-color:#000; }
.pantone_blue { color:#394a87; border-color:#394a87; }
.text { color:#505050; }