@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;
	background-color: #000000;
	background-image: url(images/un2.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 22px;
	background-position: center 100px;
	font-style: normal;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 460px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 300px;
	color: #FBCB65;
	font-size: small;
} 
.synopsis {
	font-size: small;
	line-height: 20px;
	text-align: justify;
}

.twoColFixLtHdr #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: 30px 0;
	color: #F8C761;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h3 {
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #9A2E1C;
	margin-top: 30px;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 248px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	font-size: small;
	text-align: left;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
h1 {
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #CA8541;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*----------------Menu-------------------*/

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	display: block;

	}

#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#menu li {
	margin: 0;
	text-align: center;
		}

#menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000000;
	text-decoration: none;
	width: 100%;

	}
	
#menu li a:hover {
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
		}
/*----------------Sidebar-------------------*/

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 20px;
}

/*----------------Links-------------------*/

a:link {
	color: #F3C863;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FDDF6A;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CA8541;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*----------------Coming Soon-------------------*/

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:182px;
	height:182px;
	z-index:1;
}
