/* Predefined html tags */
* { margin: 0; padding: 0; }
body {
	font: normal 85% Helvetica, Times, Serif;
	margin-top: 10px;
	text-align: center;
	color: #555;
	background-color: #FEFCF5;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img { border: none; }
ul { display: inline; list-style: none; }
li { display: inline; list-style: none; }
a {
	text-decoration: none;
	color: #ff3e3e;
}
a:hover { color: #98AFCD; }
p { line-height: 1.5; }

.inputbox, textarea {
	padding: .1em .2em;
	border: 1px solid #AAA;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font: normal .95em Tahoma, Verdana;
}

br { clear: both; }
table {
	border-collapse: collapse;
	margin: 5px;
}

/* Body */
#main-container {
	width: 809px;
	height: 595px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: transparent url(../images/top-bg.png) repeat-x top;
	height: 140px;
	width: 809px;
	top: 10px;
	position: absolute;
}
#pnb-container { position: relative; z-index: 5; text-align: right; }
#fcu-img { 
	position: relative; 
	z-index: 6;
	top: 12px;
	float: left;
	left: 15px;
}
#pnb {
	padding: 0;
	margin: 0;
}
#pnb-alternate {
	font-size: 150%;
	color: #cccccc;
	height: 140px;
	padding-right: 80px;
}
#nav-bar, #content-window-title {
	background: transparent url(../images/bar-bg.png) repeat-x top;
	height: 21px;
}
#nav-bar {
	position: absolute;
	top: 150px;
	width: 809px;
}
#nav-items { 
	margin-left: 15px;
	position: absolute;
	top: 150px;
	z-index: 10;
}
.triangle-bullet { margin-right: 4px; }
.nav-text { margin-right: 10px; }
#content-container {
	background: transparent url(../images/content-bg.png) no-repeat;
	height: 413px;
	width: 809px;
	text-align: center;
	position: absolute;
	top: 171px;
	z-index: 1;
}

#video-container {
	position: absolute;
	background-color: #000;
	width: 809px;
	height: 413px;
	text-align: center;
	top: 171px;
	z-index: 5000;	
}

#content-items {
	padding: 35px 0 0 32px;
}
#show-postcard {
	float: left;
}
#content-window-container {
	width: 501px;
	height: 346px;
	float: left;
	margin-left: 10px;
	background: url(../images/content-window-bg.png) bottom repeat-x;
}
#content-window-title { text-align: left; padding-left: 10px; }
#content-window-title .page-title { position: absolute; }
#content-window {
	height: 325px;
	overflow: auto;
	text-align: left;
	color: #e5e5e5;
	text-align: left;
	padding: 0 25px 0 25px;
	border: 1px solid #999;
}
#content-window ul li { 
	list-style: square; 
	display: list-item; 
	padding: 1em 0 0 0;
	border-bottom: 1px solid #999; 
}
#content-window ul li p {
	padding-bottom: 1em;
}
#content-window p {
	padding: 1em 0 0 0;
}

#external-links {
	margin-right: 30px;
}
#external-links a {
	float: right;
	padding-top: 5px;
	margin-left: 10px;
}
#stalk-us-on, #external-links span {
	float:right;
	margin-top: 5px;
}
#external-links span {
	font-family: Arial;
	font-size: 1em;
	color: #DDDDDD;
	float: right;
	padding: 3px 0 0 0;
}

#bottom-bar {
	position: absolute;
	top: 584px;
	width: 809px;
	z-index: 49;
	background: transparent url(../images/bar-bg.png) repeat-x top;
	height: 21px;
}
#footer-contact {
	position: absolute;
	top: 584px;
	z-index: 50;
	margin-left: 15px;
}
#footer-legal {
	margin-right: 15px;
}
#footer-legal img {
	float: right;
}
.write-list-ul li {
	margin-left: 1em;
	border: none;	
}
#news-content div {
	line-height: 1.5;
	padding-bottom: 1em;
}