/* Basis
-------------------------------- */

body {
	font-family: tahoma,"Helvetica CE",Helvetica,sans-serif;
	font-size: 80%;
	background: white url("../images/logos.png") repeat-y top right;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

a {
	color: #E81;
	text-decoration: none;
}
a:hover {
	color: #327;
	text-decoration: underline;
}
a:focus, a:active {
	background-color: #FFE26F;
	text-decoration: underline;
} 

/*img {
	border: 1px solid black;
	margin-right: 2em;
}*/
ul {
	padding-left: 2em;
	margin-left: 0;
}
li {
	list-style-type: square;
	margin-bottom: 0.5em;
}
li span {
	color: black
}
img {
	margin-left: 0.35em;
	margin-right: 0.35em;
	border: 1px solid black;
}

/* Form
-------------------------------- */

input {
	width: 60%;
}
textarea {
	width: 99%;
	height: 24em;
}
fieldset {
	border: 1px solid #E81;
}
legend {
	font-family: 'Georgia', sans-serif;
	font-weight: bold;
	font-size: 1.125em;
}
/* Headings
-------------------------------- */

h1, h2, h3, h4, h5 {
	font-family: 'Georgia', sans-serif;
	border-bottom: 2px solid #4792EC;
	margin-left: 0.75em;
	margin-right: 2.25em;
	padding-left: 0.75em;
}

/* Up
-------------------------------- */

#up {
	background: white url("../images/offices-bg.png") no-repeat top right;
	width: 100%;
	height: 80px;
}

/* Header, Logo and Description
-------------------------------- */

#header {
	margin: 0 auto;
	font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	height: 60px;
	width: 760px;
}

#logo, a#logo_ {
	width: 229px;
	height: 56px;
}
#logo {
	margin-top: 10px;
	margin-left: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
a#logo_ {
	background: url("../images/logo-bp.jpg") no-repeat;
	display: block;
	text-indent: -1024px;
	overflow: hidden;
}
#logo h1 {
	border: none;
	margin: 0;
	padding: 0;
}

/*#description {
	background: url("../images/offices-x.png") white;
	float: right;
	width: 450px;
	height: 60px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}*/

/* Main Nav
-------------------------------- */

#mainnav {
	font-family: "Trebuchet MS",Verdana,Tahoma,sans-serif;
	font-size: 105%;
	padding: 0 0 0 0;
}

#mainnav ul {
	margin-top: 0;
	background: #FC0 url("../images/nav-shadows.png") repeat-x bottom;
	border-top: 1px solid black;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 4px;
	padding-left: 0;
	padding-bottom: 6px;
	text-align: center;
}

#mainnav li {
	border: 1px solid #FFE26F;
	display: inline;
	margin-left: 0.125em;
	margin-right: 0.125em;
	list-style-type: none;
}
#mainnav a {
	color: black;
	width: 100%;
	padding: 0 1.5em;
}
#mainnav a:hover, #mainnav li.active a {
	background-color: #FFE26F;
}
#mainnav li.active a {
	text-decoration: none;
	font-weight: bold;
}

/* Down
	background: white url("../images/content-gradient.png") repeat-x top;
-------------------------------- */

#down {
	position: absolute;
	margin-top: 0;

	width: 100%;
	height: 450px;
	min-height: 450px;
}

/* Long Title
-------------------------------- */

#longtitle {
	border-bottom: 2px solid #4792EC;
	line-height: 0;
	height: 0;
	margin-bottom: 2em;
}

#longtitle h2 {
	position: relative;
	display: inline;
	top: -0.125em;
	font-size: 175%;
	font-style: italic;
	border: 0;
	letter-spacing: 1pt;
	margin-left: 1.25em;
	margin-bottom: 5em;
	padding-left: 0.125em;
	padding-right: 0.125em;
	height: 0;

	background: #FBFBFF;
}

/* Content Image
-------------------------------- */
#content-image {
	position: absolute;
	left: 8px;
	right: 668px;
	text-align: center;
}
#content-image img {
	margin-right: 0;
	border: 0;
}

/* Container
-------------------------------- */

.container {
	position: absolute;
	right: 260px;
	background: #FBFBFF url("../images/content-background.png") no-repeat top center;
	width: 400px;
	padding-left: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* Content
-------------------------------- */

#content {
	padding: 10px;
	padding-top: 2em;
	overflow: hidden;
}

#content, #footer {
	margin-left: 0;
	border-left: 4px solid #FBFBFF;
	border-right: 4px solid #FBFBFF;
}

/* Footer

-------------------------------- */

#footer {
	font-family: 'Georgia';
	font-size: 75%;
	border-top: 1px solid black;
	padding-left: 1.5em;
}

