@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
	background-color: #000000;
	background-image: url(../images/home-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center 189px;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000;  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ltCol {
	background-color: #000000;
	float: left;
	width: 420px;
	font-size: 15px;
	color: #FFFFFF;
}
#ltCol p {
	border-bottom: 1px solid #a1a1a1;
	line-height: 0.9em;
	text-indent: 5px;
	padding: 10px 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#ltCol p.label {
	border-bottom: 1px solid #999999;
	line-height: 0.9em;
	text-indent: 5px;
	color: #ffe14f;
	padding: 15px 0 10px 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
	font-size: 18px;
	font-weight: normal;
}
p.footerbar {
	font-size: 0.8em;
	padding: 30px 0 15px 0;
	margin: 0;
	clear: both;
	text-align: right;
	color: #CCCCCC;
}
#rtCol {
	background-color: #000000;
	float: right;
	width: 420px;
	color: #FFFFFF;
}
#rtCol p.label {
	border-bottom: 1px solid #999999;
	line-height: 0.9em;
	text-indent: 5px;
	color: #ffe14f;
	padding: 15px 0 10px 0;
	margin: 0;
	font-size: 18px;
}
#rtCol p.blogTitle {
	line-height: 0.9em;
	/* text-indent: 5px; */
	font-size: 22px;
	color: #ffffff;
	padding: 15px 0 0 5px;
	margin: 0;
}
#rtCol p.blogDesc {
	line-height: 1.6em;
	/* text-indent: 5px; */
	font-size: 12px;
	color: #ffffff;
	padding: 15px 0 0 5px;
	margin: 0;
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 10px 0 5px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 154px;
	color: #949494;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
}
.pg {
	color: #ffe14f;
}
.nav {
	background-color: #000000;
	float: right;
	height: 144px;
	width: 336px;
	font-size: 20px;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.nav #col a {
	text-decoration: none;
	color: #a1a1a1;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.nav #col a:hover {
	text-decoration: none;
	color: #ffe14f;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
}



#ltCol a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#ltCol a:hover {
	text-decoration: none;
	color: #ffe14f;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#rtCol a {
	text-decoration: none;
	color: #ffffff;
}
#rtCol a:hover {
	text-decoration: none;
	color: #ffe14f;
}

#header .logo {
	float: left;
}
#col {
	width: 100px;
	padding-left: 10px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a1a1a1;
	font-size: 12px;
	line-height: 1.4em;
	vertical-align: bottom;
	margin-top: 73px;
}
#gallery { position: relative; width:880px; height:324px; margin:0; padding:0; }
#gallery li { display: block; }
.footerbar img {
	padding-bottom: 8px;
}
