* { padding: 0; margin: 0; }

body {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: black;
 background: #808080;

}

#wrapper { 
 margin: 0 auto;
 width: 950px;
}

#header {
 color: #333;
 width: 930px;
 padding: 10px;
 height: 190px;
 margin: 10px 0px 0px 0px;
 background: url(../images/header.jpg) no-repeat #ffffff;
}
.logo-link {
	border: 0px;
}
.logos {
	height:80px;
	border: 0px solid;
	padding: 5px 5px 0 0;
}
.claim {
	padding: 0 30px;
}

#navigation {
 color: #ffffff;
 padding: 5px 0px;
 margin: 0px 0px 0px 0px;
 background: url(../images/ticker.gif) repeat-x; #ececec;
}
#content { 
 display: inline;
	color: #000000;
 margin: 0px;

 padding: 0px 0px 10px 0px;
 width: 950px;
 float: right;
 background: url(../images/content.gif) repeat-x #524a4a;
}
.left {
	float: left;
	width:640px;
	padding: 10px;
}

.right {
	float: left;
	padding: 10px 0;
	width:290px;
}



#footer { 
 width: 950px;
 clear: both;
 color: #333;
 height: 10px;
 background: url(../images/footer.jpg) repeat-x;
 margin: 0 0 10px 0;
 padding: 0px;
 text-align: center;
}
.clear { clear: both; background: none; }

h1 {
	padding: 0 20px;
	color: #e9cf3e;
	font-size: 1.5em;
}

h2 {
	padding: 10px 20px 15px 20px;;
	color: #e9cf3e;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000000;
}
h3 {
	padding: 10px 20px 15px 20px;;
	color: #e9cf3e;
	font-size: 1.2em;
	text-shadow: 2px 2px 2px #000000;
}

p {
	padding: 10px 20px 20px 20px;

	line-height: 1.3em;
}

.subnav {
	text-align: right;
	padding:50px 30px 0 0;
}
table {
	margin: 10px 20px 0 20px;

	text-align: left;
}
li {
	margin: 0 20px;
	list-style-type: none;
	line-height: 2em;
	font-size: 0.9em;
}

a {
	color: #e9cf3e;
	border: 0px solid;
}


#active {
	padding: 2px 10px;
	line-height: 2.5em;
	background: #cdcdcd;
	color: #ffffff;
	text-decoration: none;
	width: 200px;
	font-weight: bold;
	text-align: center;
	margin: auto auto;
}

.rightfloat {
	text-align: left;
	padding: 12px;
}

.panoimg {
	width: 550px;
	padding: 10px 20px;
}

td {
	text-align: center;
	line-height: 1.5em;
		text-align: left;
		padding: 0 10px 0 0;
}

th {
	color: #6699cc;
	border-bottom: 1px solid #6699cc;
	padding: 2px 0px;
}

.applemenu{
margin: 5px 0;
padding: 0;
width: 270px; /*width of menu*/

}

.applemenu div.silverheader a{

font: 1.2em Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
font-style: italic;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0 0 10px;
padding-left: 8px;
text-decoration: none;
}

.silverheader {
	margin: 5px 0 0 0;
	background: url(../images/nav.png);
	height: 56px;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/nav-open-top.png);
color: #e9cf3e;
	height: 49px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background-image: url(../images/nav-open-bottom.png);
padding: 5px 15px 5px 10px;
font-style: italic;
line-height: 1.3em;
height: 160px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}