/* This is the style sheet for the Phoenix interior pages */

html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
line-height: 1em;
text-align: center;
color: #000;

}

#container {
background-color: #f9f6ed; 
width: 970px; 
margin: 0 auto 0;
color: #000;  
text-align: left;
}

#logo {
top: 0;
left: 0;
width: 970px;
}

#navigation {
	position: relative;
	top: -3px;
	width: 930px;
	height: 30px;
	color: #FFFFFF;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/nav_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 20px;
}

#content {
top: 0;
width: 970px;
}

#content_block {
position: relative;
float: left;
width: 678px;
text-align: left;
padding: 10px 0 0 10px;
}

#sidebar  {
position: relative;
float: right;
width: 200px;
padding: 0 10px 0 0; 
}


h1 { 
font-size: .95em;
font-weight: bold;
text-transform: uppercase;
margin-left: 10px;
}

h2 {
font-size: .85em;
line-height: .5em;
font-weight: bold;
text-transform: uppercase;
}

h4 {
	font-size: 0.85em;
	line-height: 0.5em;
	font-weight: bold;
ma
; 	margin-left: 10px;
}

h3 {
font-size: .8em;
font-weight: bold;
}

img {
border: 1px solid #000
}

label {
font-weight: bold;
}

.img_no_border {
border: none;
}

p {
	font-size: 0.9em;
	text-align: justify;
}

p.top {
text-transform: uppercase;
}

li {
font-size: .8em;
}

#indent {
padding-left: 80px;
}

#footer {
position: relative;
top: 0;
width: 950px;
border-top: 2px solid #c7bb93;
background-color: #FFF;
font-size: 90%;
font-weight: bold;
text-align: left;
padding: 1px 10px 1px 10px;
float: left;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
color: #FFF;
}

a {
font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
color: #000;
text-decoration: none;
}


.ctr {
	text-align: center;
}
