


html, body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #737373;
	margin: 0px;
	padding: 20px;
	background-image: url(interface/phoenix_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
}

img {
	border: 0px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
  
h1 {
	font-size: 130%;
	text-align: center;
	color: #030f3b;
}

h2 {
	font-size: 110%;
	text-align: left;
	color: #030f3b;
}

	h2 span {
		display: block;
		font-weight: normal;
	}
	
	h2 a {
		cursor: pointer;
	}
#logo  {
	float: left;
	padding: 10px;
}

#printAddress{
	display: none;
}

#printAddress address{
	display: none;
}

#printAddress #contactInfoSpacer{
	display: none;
}
#navigation {
	float: left;
	}
	
#screenContact {
	float: right;	
	}
	
#printFooter{
	display: none;
}

#page {
	}

#content {
	clear: both;
}

#menu {
	
	text-align: right;
	padding-right: 3%;
	border-right: 1px dotted #737373;
	z-index:2;
	font-size: 1.2em;
}

#menu ul {
	list-style-type: none;
}

#menu a:visited, #menu a {
	text-align:right; 
	COLOR: #737373;
	TEXT-DECORATION: none;
}

#menu a:hover {
	COLOR: #737373;
	TEXT-DECORATION: underline;
}
#rightImage {
	display:none
}


#page a {
	color: #855f3a;
	text-decoration: underline;
}

#page a:hover {
	color: #855f3a;
	text-decoration: none;
}

#page ul {
	list-style-type: circle;
}
  
.floatLeft {
	float: left;
	padding: 0px 15px 5px 0px;
}

#accessibleIcons {
	margin-top: 35px;
	text-align: center;
}

#map {
	float: left;
	position: relative;
	margin-top: 25px;
}



#mapInformation {
	position: relative;
	margin-top: 40px;
	margin-left: 30px;
}

.clearBoth {
	clear: both;
}

.highlight {
	color: #030f3b;
	
}

#pressDigestForm p {
	text-align: right;
	margin-right: 5%;
	margin: 3px;
}

.small {
	font-size: 80%;
	color: #FF0000;
}

input {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #030f3b;
}

#address {
	float: right;
	padding: 0px 0px 15px 15px;
}

#footer {
	margin-top: 25px;
	border-top: 1px dotted #737373;
	padding: 5px;
	font-size: 0.8em;
	color: #9C9C9C
}

#footer .left { float: left; }
#footer .right { float: right; }

#table.cva {
text-align: left;
}
#thead.cva th { 
border-bottom: solid 2em #737373; 
}

.call_to_action {
	
	}
	
/**** Page Specific ****/

/** About **/
h2.about_h2 {
	margin-bottom: 2px;
}
img.center {
	display: block;
    margin-left: auto;
    margin-right: auto }
	
p.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 22em
}

p.right {
	text-align: right
}
/** FAQ **/
table {
	border-collapse: collapse;
}

table td, table th {
	vertical-align: top;
	padding: 4px 8px;
}

table th {
	font-size: 110%;
	color: #030f3b;
	padding: 1px 8px;
}

table th#question {
	width: 300px;
}

table td p {
	margin-top: 0;
}

table td p.last {
	margin-bottom: 0;
}

/** Contact **/

form fieldset {
	padding: 5px 30px 15px 30px;
}

label {
}

label.input_box {
	float: left;
	display: inline;
	width: 160px;
	margin-right: 10px;
	text-align: right;
}

.row {
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 290px;
	font-size: 1em;
}

ul.error li {
	color: #f00;
}

img.right {
	float: right;
	margin: 20px;
}

/* submenu styles */
ul#navigation ul {
    display: none;
    left:100%;
	width:160px;
    position: absolute;
    top:-5px;
    z-index: 9999;
	background-color:#FFF;
	border-right:1px dotted #737373;
	border-bottom:1px dotted #737373;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

ul#navigation,ul#navigation li,ul#navigation ul {  
	list-style: none; 
} 

ul#navigation li { 
	/*float: left;*/ 
	position: relative; 
	width: 100%; 
} 

ul#navigation li.iehover { 
	z-index: 1000; /* IE z-index bugfix */ 
}  
/* submenu styles end */

