﻿@charset "utf-8";
/* CSS Document */

body, html {
	background: #436e9b url(../images/5monkey_031_bg.jpg) repeat-y center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, "Arial", sans-serif;
	font-size: 11px;
	color: #000;
}

body {
	min-width: 798px;
}

a:link, a:hover, a:visited {
	color: #e2b124;
}

a.nav:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 12px;
	text-decoration: none;
}

a.nav:hover {
	color: #e2b124;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 12px;
	text-decoration: none;
}

a.nav:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 12px;
	text-decoration: none;
}

div#container {
	background: #121234;
	width: 798px;
	height: 100%;
	margin: 0 auto;
	padding: 0 auto;
	text-align: left;
}

div#home-top {
	width: 798px;
	height: 275px;
	background: #FFF url() no-repeat center top;
}
div#home-top-temp {
	width: 798px;
	height: 153px;
	background: white;
	position: relative;

}
div#logo {
	float: left;
	width: 388px;
	height: 118px;
	position: relative;

}

#navbar {
	width: 798px;
	overflow: hidden;
	z-index: 2;
	background: #262767;
	top: 25px;
}

td.nav {
	width: auto;
	height: 10px;
	text-align: center;
	vertical-align: top;
	background:#262767;
}

div#home-l {
	float: left;
	position: relative;
	left: -1px;
	top: -3px;
}

div#home-r {
	float: right;
	position: relative;
	left: -1px;
	top: -3px;
}

div#header-top {
	width: 798px;
	height: 300px;
	background: #FFF url(../images/5monkey_03_top-bg.jpg);
}
div#header-top-temp {
	width: 798px;
	height: 167px;
	background: #FFF url(../images/5monkey_03_top-bg.jpg);
}

div#header-l {
	float: left;
}

div#header-r {
	float: right;
}

div#mid-hr {
	width: 798px;
	height: 5px;
	clear: both;
}

div#content {
	width: 798px;
	background: #121234 url(../images/5monkey_03_content-bg.jpg) no-repeat center top;
	color: #FFF;
	overflow: hidden;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

div#content-l {
	float: left;
	width: 490px;
	margin-left: 20px;
	padding-left: 20px;
}

div#content-r {
	float: right;
	width: 208px;
	margin-right: 9px;
	padding-right: 9px;
}
div#content-r2 {
	float: right;
	width: 208px;
	margin-right: 9px;
	padding-right: 9px;
	position: fixed;
}

div.content-box {
	position: relative;
	top: -15px;
	width: 208px;
	height: 107px;
	background: #121234 url(../images/5monkey_03_content-box.jpg) no-repeat;
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

div.content-box-c {
	position: relative;
	top: 15px;
	width: 130px;
	margin-left: 35px;
	padding-left: 35px;
	margin-right: 5px;
	padding-right: 5px;
}
	

h1 {
	font-family: Arial, "Arial", sans-serif;
	font-size: 27px;
	color: #e2b124;
}

h2 {
	font-family: Arial, "Arial", sans-serif;
	font-size: 20px;
	color: #e2b124;
	position: relative;
	text-align: center;
}

h3 {
	font-family: Arial, "Arial", sans-serif;
	font-size: 14px;
	color: #e2b124;
	position: relative;
	top: -12px;
}

h4 {
	font-family: Arial, "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	top: -12px;
}
h5 {
	font-family: Arial, "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	top: -12px;
}
h6 {
	font-family: Arial, "Arial", sans-serif;
	font-size: 12px;
	color: #2f2362;
	position: relative;
	float: left;
}

p.tagline {
	position: relative;
	top: -12px;
	font-style: italic;
	color: #d2e5f6;
}

p.content-l {
	position: relative;
	top: -12px;
	width: 445px;
    font-size: 12px;
}

p.content-l2 {
	position: relative;
	top: -20px;
	width: 445px;
	font-size: 13px;
}
p.content-l3 {
	position: relative;
	top: -20px;
	width: 445px;
	font-size: 13px;
}
p.content-box {
	position: relative;
	top: -25px;
}

img.content-hr {
	position: relative;
	top: -12px;
	left: -40px;
}

p.more {
	float: right;
	position: relative;
	top: -27px;
}
p.more2 {
	position: relative;
	top: -27px;
}         
p.quoteline {
    position: relative;  
    top: -35px;
    left: 15px;
    font-style: italic;
    color: #d2e5f6;
}
              
li {                  
    font-size: 12px;     
    padding-bottom: 10px; 
}
              
ol li {                   
}

ul, ol {
    margin-top: -10px;
    padding-bottom: 15px;
}

div#footer {
	background: #FFF;
	color: #000;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	clear:both;
}