/* ----- CSS ----- */

*{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
body{
	margin:0;
	padding:0;
	background:#dcdcdc;
	font-size:0.9em;
	color:#101010;
}
h1 {
	display:block;
	width:140px;
	height:100px;
	text-indent:-9009px;
	background:transparent url('/images/P2-logo-OVAL.png') no-repeat 0 0;
}
h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}
h1 a:hover {
	background:none;
}
h2 {
	color:#c3cf37;
	font-weight:normal;
	text-transform:uppercase;
	margin:0em 0 0.25em 0;
	text-align:right;
	font-size:2em;
}
h3 {
	color:#efa72d;
	text-transform:uppercase;
	margin:0.6em 0 0.8em 0;
}
h4 {
	color:#000;
	font-weight:bold;
	margin:0.4em 0 0.5em 0;
}
img {
	border:0;
}
hr {
	height:2px;
	clear:left;
	background-color:#efa72d;
	color:#efa72d;
	border:none;
	text-align:center;
}

br {
	clear:right;
}
/* ----- PARAGRAPHS ----- */

p{
font-size:1em;
font-family:Arial, Helvetica, sans-serif;

text-indent:none;
text-decoration:none;

letter-spacing:0.03em;
word-spacing:0.1em;

margin:0.5em 0 0.8em 0;
}

/* ----- DL ----- */

dl {
	padding:1em;
}

dt {
	font-size:1.1em;
}
dd {
	margin-left:10em;
	margin-bottom:1em;
}

blockquote {
	margin-left:2em;
}

/* ----- LISTS ----- */
ol {
	margin-left:2em;
}

li{
list-style:none;
float:;
padding:0 0 0 1em;
}

/* ----- LINKS ----- */

a{
color:#efa72d;
text-decoration:underline;
border-bottom:0;
}
a:hover{
color:#fff;
background-color:#efa72d;
}

/* ----- FORMS ----- */

form {
	
}

input {
	border:1px solid #003A63;
	color:#003A63;
	font-size:1em;
	padding:0.3em;
	background-color:#fefefe;
}
/* ----- IDS ----- */

#container{
	width:890px;
	margin:0px auto;
	padding:0;
	background:;
	text-align:left;
	border:1px solid #808080;
	background:#FFFFFF; 

}
#header {
	background:#FFFFFF;
	height:106px;
	border-bottom:2px solid #c3cf37;
}

#content {
	margin:2em;
}

#nav {
	font-size:0.7em;
	background-color:#efa72d;
	border-bottom:2px solid #c3cf37;  
	line-height:2em;
	height:2em;
	text-align:center;
	width:890px;
}
#nav ul{
	display:inline;

}
#nav li{
	display:inline;
	list-style:none;
	padding:0.4em 0.2em;
	line-height:2em;
}
#nav li a{
	color:#FFFFFF;
	padding:0.4em 0.5em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:0.8em;
}
#nav li a:hover{
	background-color:#6a6b6e;
}

#text {
	float:right;
	width:550px;
}

#images {
	float:right;
	width:280px;
}

#footer {
	background:#c3cf37;
	border-top:2px solid #efa72d; 
	color:#808080;
	margin-top:3em;
	padding-top:2em;
	height:100px;
	text-align:center;
	width:890px;
}
#footer ul{
	display:inline;
	padding:10px 0px;
}
#footer li{
	display:inline;
	list-style:none;
	padding:0.1em;
}
#footer li a{
	color:#ffffff;
	padding:0.2em;
	text-decoration:none;
}
#footer li a:hover{
	background:none;
}
/* ----- CLASSES ----- */
.center {
	text-align:center;
	margin:0 auto;
}
.column {
	float:left;
}
.halfpage {
	width:t%;
}
.quarterpage {
	width:25%;
}
.large {
	font-size:1.8em;
	margin:1em 0 0.8em 0;
}
.hide{
display:none;
}
.show{
display:block;
}

