body {
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
}

a { color: #666666; }
a:focus { outline: none; }
a img { border: none; text-decoration: none; }
.hide { display: none; }
.fixed { position: absolute; }
.relative { position: relative; }
.copyPrint { display: none; }
.clearBoth { clear: both; }

#wrapper {
	position: relative;
	margin: 0;
}

h1.heading {
	margin: 0;
	padding: 0;
	font-size: 3.2em;
}
h2.tagline {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .06em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h4 {
	font-size: 90%;
	font-variant: small-caps;
	margin: 2px 0;
	color: #666;
}
h4.newsletter {
	padding-top: 16px;
}

#portholeCaption {
	color: white;
	position: absolute;
	font-family: Broadway, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	z-index: 11;
}
.captionlink {
	padding-top: 2px;
	padding-bottom: 2px;
}
.captionlink a {
	color: white;
	text-decoration: none;
}
.captionlink a:hover {
	text-decoration: underline;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 19em;
}
ul.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu a {
	text-decoration: none;
}
ul.menu li {
	margin: 0;
	padding: 0.2em 0;
}
ul.menu li a {
	background: transparent;
	color: #fff;
	font-family: Broadway, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.75em;
	font-variant: small-caps;
	letter-spacing: .11em;
	padding: 0.1em 0;
	text-align: left;
	font-weight: bold;
}
ul.menu li a:hover, ul.menu li a.hot {
	background: transparent;
	color: #999;
}
ul.menu li ul li {
	margin: 3px 0;
	padding: 0;
}
ul.menu li ul li a {
	font-variant: normal;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
ul.menu li ul li a:hover { }

#contentBox {
	margin: 0 0 30px 0; padding: 0;
	width: 582px; 
	height: 545px;
	background: transparent url(../images/common/back-content-white.gif) no-repeat center center; 
	color: #000;
}
#contentBox .heading {margin: 0; height: 43px;}
#contentBox .heading h3 {
	float: left;
	color: #000;
	margin: 12px 0 0 20px;
	padding: 0;
	font-size: 1.2em;
	font-variant: small-caps;
}
#contentBox .heading h3 span {
	font-weight: normal;
	font-variant: normal;
	font-size: 90%;
	color: #666;
}
#contentBox .heading .close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin: 12px 12px 0 0;
/*
	position: relative;
	top: 11px;
	right: 11px;
*/
}
#contentBox .heading .close a {
	background: url(../images/common/close.gif) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
}
#contentBox .heading .close a span {
	display: none;
}
#contentBoxInside {
	width: 540px;
	height: 480px;
}
#contentBoxInside p.first {
	margin-top: 0;
}
#contentBoxInside p {
	text-align: justify;
	padding-right: 10px;
}
#contentBoxInside .letterhead {
	background: url(../images/letterhead200.gif) no-repeat;
	display: block;
	float: right;
	height: 161px;
	width: 200px;
}
#contentBoxInside .letterhead img {
	text-align: right;
}
#contentBoxInside .letterheadPrint {
	display: none;
}

#contentBoxInside h3 {
	margin: 0 0 6px;
	padding: 0;
}
#contentBoxInside .article {
	padding: 6px 0;
}
#contentBoxInside .article a {
	color: #666;
	text-decoration: none;
}
#contentBoxInside .article a:hover {
	color: #333;
	text-decoration: underline;
}

.video {
	background: transparent;
	width: 320px;
	height: 200px;
}

/* ContactForm Properties */
.contact {
	background-color: #efefef;
	overflow: auto;
	padding: 10px;
}
.contact .left {
	border-right: 1px dotted #999;
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}
.contact .right {
	float: right;
	margin: 0;
	padding: 0;
	width: 270px;
}

form#contactForm {
	margin: 10px auto;
	padding: 0;
}
form#contactForm label { }
form#contactForm input, form#contactForm select, form#contactForm textarea {
	border: 1px solid #666;
}
form#contactForm .required {
	font-weight: bold;
}
form#contactForm span.errReq {
	font-size: 90%;
	color: #c00;
	padding-left: 5px;
}
form#contactForm .fldWidth {
	width: 200px;
}
/* +++++++++++++++++++++ */

/* Buttons Properties */
.buttons a, .buttons button{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #ccc;
	border: 1px solid #999;
	font-size: 90%;
	line-height: 130%;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	cursor: pointer;
	padding: 4px 10px 5px 7px; /* Links */
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 3px 10px 2px 7px; /* IE6 */
}
.buttons button[type]{
	padding:4px 10px 4px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html button[type] {
	padding:3px 10px 2px 7px; /* IE7 */
}

button:hover, .buttons a:hover, .buttons a:active {
	background-color: #eee;
	border: 1px solid #999;
	color:#333;
}

/* +++++++++++++++++++++ */
#videoPlayer {
	display: block;
	text-decoration: none;
}

/* +++++++++++++++++++++ */
.addresses {
	margin-left: 30px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.address {
	font-size: 11pt;
	margin-top: 12px;
	margin-bottom: 6px;
}
.address.primary {
	margin-bottom: 12px;
}
.address .officeName {
	font-weight: bold;   
}
.address .companyName {
}

.hours {
	margin-left: 30px;
	margin-top: 12px;
	margin-bottom: 12px;
}
