/* @override http://goldberggroup.dekodesign.com/css/stylesheet.css */

/* Colors
Blue: #006993
*/

/* @group General */

body {
	font-family: "Times New Roman", "Times";
	background-color: #006993;
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
}
a {
	color: white;
}
header {
	display: block;
	height: 190px;
	background-image: url(/images/header_bg.png);
	text-align: center;
}
header h1 {
	margin: 0;
}
header h1 a {
	margin: 0 0 0 -30px;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/images/g_logo.png);
	overflow: hidden;
	text-indent: -10000px;
	position: absolute;
	top: 58px;
	left: 50%;
}
header h2 {
	margin: 0 0 0 -136px;
	display: block;
	width: 273px;
	height: 41px;
	background-image: url(/images/goldberg_group.png);
	overflow: hidden;
	text-indent: -10000px;
	position: absolute;
	top: 155px;
	left: 50%;
}
div.wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	margin-top: 30px;
}
nav {
	display: block;
	float: left;
	width: 180px;
	margin-top: 30px;
}
article {
	display: block;
	float: right;
	width: 712px;
	margin-top: 30px;
}
h3 {
	font-family: Gill Sans, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;	
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
h4 {
	font-weight: bold;	
	font-size: 16px;
	letter-spacing: 1px;
	margin: 5px 0;
}
h4 a {

	text-decoration: none;
}
label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}
label:nth-of-type(2) {
	margin-left: 10px;
}
/* @end */

/* @group Nav */
nav {
	font-family: Gill Sans, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	margin-bottom: 10px;
}
nav ul li a {
	text-decoration: none;
	color: #77abc0;
}
nav ul li a:hover {
	color: #ffffff;
}
nav ul li a.selected {
	color: #ffffff;
}
nav ul li ul {
	margin: 10px 0 20px 10px;
}
body#about a[href="about.html"],
body#history a[href="history.html"],
body#properties a[href="properties.html"],
body#contact a[href="contact.html"] {
	color: white;
}
/* @end */

/* @group Home Page Pyrotechnics */

body#index {
	background-color: white;
	text-align: center;
}
body#index img.logo_square {
	position: absolute;
	left: 50%;
	margin-left: -62px;
	top: 120px;
}
body#index img#logo_0 {
	z-index: 2;
	opacity: 0;
}
body#index img#logo_1 {
	z-index: 1;
	opacity: 0;
}
body#index img#enter {
	border: 0;
	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: -281px;
	z-index: 0;
	opacity: 0;
}

/* @end */

/* @group Properties */

body#properties article h4 {
	font-family: Gill Sans, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;	
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 45px 0 30px 0;
	color: #78abc0;
}
body#properties article div.title {
	font-family: Gill Sans, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
body#properties article div.description {
	font-size: 16px;
}

/* @end */