body {
	padding: 0;
	margin: 0;
	font-family: MyriadWebProRegular;
	color: #480c36;
	background-color: #FEF9F0;
}

/* Scaling background image */

#background {
	z-index: -1;
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
}

.stretch {
    width:100%;
    height:100%;
}

/* Page divs */

div#topbar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90px;
}

div#logo {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 201px;
	height: 111px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

div#gradient {
	position: absolute;
	right: 0px;
	top: 40px;
	width: 645px;
	height: 83px;
	background-image: url('../images/gradient.png');
	background-repeat: repeat-y;	
}

div#ball {
	position: absolute;
	top: 100px;
	right: 580px;
	width: 10px;
	height: 10px;
	background-image: url('../images/ball.png');
	background-repeat: no-repeat;
}

div#line {
	position: absolute;
	top: 104px;
	right: 0px;
	width: 585px;
	height: 2px;
	background-color: #b09246;
}	

div#buttons {
	position: absolute;
	top: 59px;
	right: 6px;
}

div#container {
	z-index: 4;
	border: 0;
}

div#content {
	position: relative;
	z-index: 5;
	height: 40%;
	font-size: 18px;
	margin-top: 180px;
	margin-left: 130px;
	margin-bottom: 10px;
	margin-right: 80px;
	overflow: auto;
	padding-right: 10px;
	border: 1px #FFFFFF;		// same as background; IE7 problem
}

div#wrapper {
	z-index: 1;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 43px;
}

div#footer {
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 284px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
}

#footer p {
	position: absolute;
	left: 130px;
	top: 231px;
	height: 30px;
	font-size: 18px;
	color: #b09246;
}

/* Menu */

ul#menu {
	position: absolute;
	right: 100px;
	top: 80px;
	height: 30px;
	font-size: 16px;
}

ul#menu a {
	color: white;
	text-decoration: none;
	display: block;
}

ul#menu, ul#menu ul, ul#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	padding: 4px 20px 4px 20px;
	margin-top: 1px;
}

ul#menu li a:hover {
	color: #b09246;
}

ul#submenu {
	display: none;
}

ul#submenu li {
	float: none;
}

ul#menu li:hover ul#submenu {
	display: block;
	position: absolute;
}

ul#menu li:hover ul#submenu li a {
	padding: 5px 20px;
}

ul#menu li:hover ul#submenu li a:before {
	content: "> ";
}

li {
	list-style-type: none;
}


ul li {
	list-style-type: disc;
}

@font-face {
    font-family: 'FrutigerLT45LightRegular';
    src: url('../fonts/frutiger_lt_45_light-webfont.eot');
    src: url('../fonts/frutiger_lt_45_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutiger_lt_45_light-webfont.woff') format('woff'),
         url('../fonts/frutiger_lt_45_light-webfont.ttf') format('truetype'),
         url('../fonts/frutiger_lt_45_light-webfont.svg#FrutigerLT45LightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLT55RomanRegular';
    src: url('../fonts/frutiger_lt_55_roman-webfont.eot');
    src: url('../fonts/frutiger_lt_55_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutiger_lt_55_roman-webfont.woff') format('woff'),
         url('../fonts/frutiger_lt_55_roman-webfont.ttf') format('truetype'),
         url('../fonts/frutiger_lt_55_roman-webfont.svg#FrutigerLT55RomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadWebProRegular';
    src: url('../fonts/myriadwebpro-webfont.eot');
    src: url('../fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadwebpro-webfont.woff') format('woff'),
         url('../fonts/myriadwebpro-webfont.ttf') format('truetype'),
         url('../fonts/myriadwebpro-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: .2em;
}

h2 {
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
}

div#content li {
	list-style-type: none;
	line-height: 1.2em;
}

div#content ul li {
	list-style-type: none;
}

div#content a {
	color: inherit;
	text-decoration: underline;
}

div#content table {
	border: 1px solid;
	border-collapse: collapse;
	margin-right: 10px;
}

div#content th, #content td {
	text-align: left;
	color: #3B4223;
	padding: 5px;
}

div#content th {
	background-color: #D5EDB3;
}


