@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #994509;
	background-color: #F8F1EB;
}
h1 {
	font-size: 150%;
	padding:0 5px;
}
h2 {
	font-size: 120%;
	padding:0 5px;
}

h3 {
	font-size: 100%;
	padding:0 5px;
}
a:link {
	color: #994509;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #D05F01;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #994509;
	font-weight: bold;
}
.pasifikaFP #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.pasifikaFP #header {
	padding: 0 0 5px 0;
	height: 120px;
	margin: 0;
	background-image: url(../Images/Banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.pasifikaFP #Login{
	/*float:right;*/
	width:1000px;
	height:23px;
	margin:0;
	padding:0;
	top:4px;
}

.pasifikaFP #header h1 {
}
.pasifikaFP #sidebar1 {
	float: left; 
	width: 188px; 
	padding: 0;
	
}
/*.menuContainer{ position:absolute; background-color:#FFFFFF;top:123px; width:188px; height:410px; z-index:1000;}*/
.menuContainer{background-color:#FFFFFF;/*top:123px;*/ width:180px; height:410px; z-index:1000;}

.pasifikaFP #mainContent {
	float:left;
	width:518px;
	/*padding: 0;*/
	border:2px solid;
	
}
.pasifikaFP #mainContent p{
	padding:0 30px;
	font-size: 80%;
	line-height: 1.5em;

}
.pasifikaFP #rightside{
	float: right; 
	width: 309px;
}
.pasifikaFP #sidebar2 {
	float: right;
	width: 308px;
	padding: 0;
	height: 410px;
	background-image: url(../Images/SideBar2_long_bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.pasifikaFP #sidebar2 p{
	color: #FFFFFF;
	padding: 25px 0 0 0;
	margin: 0;
	line-height: 120%;
	text-align: right;
	/*font-family: Tahoma;*/
	font-weight: bold;
	
}
.pasifikaFP #sidebar3 {
	width: 309px;
	height:285px;
}
.pasifikaFP #sidebar4 {
	width: 309px;
	padding: 0;
	height: 120px;
	background-image: url(../Images/Blurb.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.pasifikaFP #sidebar4 p{
	color: #FFFFFF;
	padding: 5px 25px 0 5px;
	margin: 0;
	line-height: 140%;
	text-align: right;
	/*font-family: Tahoma;*/
	font-weight: bold;
	
}
.pasifikaFP #divider {
	width: 309px;
	
}
.pasifikaFP #footer {
	padding: 0;
	height: 94px;
	background-image: url(../Images/Bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
} 
.pasifikaFP #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
blockquote {
	color: #FFFFFF;
	padding: 5px 0;
	margin: 10px 30px 0 25px;
	line-height: 140%;
	letter-spacing: 0.1em;
	text-align: right;
	/*font-family: Tahoma;*/
	font-weight: bold;
	
}
blockquote p {
}
/*.pasifikaFP #container #right {
}*/
.pasifikaFP #textBox {
	float: left;
	width: 800px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: 994509;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 125px;
}
.fltrt{
float:right;
margin:8px;
}
.fltlft{
float:left;
margin:8px;
}

