/*
-- Green Tree Base
Color palete:
bright blue:1066E3
dark blue:367DD9
light blue:72B6F2
green:74A60A
white:F2F2F2
-- Red Philly Base
blue: 27538C
red: F20505
medium red:F23030
salmonish:F26363
white:F2F2F2
*/

body {
	text-align:center;
	padding:0;
	position:relative;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Common styles */

a {
	/*color:#1066E3;*/
	color:#27538C;
}

h1 {
	width:100%;
	/*border-bottom:1px solid #74A60A;*/
	border-bottom:1px solid #F20505;
	font-size: 131%;
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

h2 {
	font-size: 116%;
	/*color: #1066E3;*/
	color: #F23030;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	margin-top:10px;
}

h2.alt {
	font-size: 116%;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	margin-top:10px;
}

h3 {
	font-size: 116;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight: bold;
}

p {margin-bottom: 15px;}

/* Container Styles */

#top {
	/*background-color:#008080;*/
	/*background-color:#F2F2F2;*/
	
	
}

#top-content {
	margin:auto;
	text-align:left;
	width:750px;
	color:#444;
	font-size:85%;
}

#logo {
	background-image:url(../img/tree.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:133px;
}

#doc {
	margin:auto;
	text-align:left;
	width:750px;
}

.main {
	width:610px;
	float:right;
}

#ft .main {
	/*border-top:2px solid #74A60A;	*/
	border-top:2px solid #F20505;
	padding-bottom:35px;
}

#nav {
	width:130px;
}

#lang-nav {
	display:inline;	
	margin-left: 10px;
	padding-left: 10px;
}

#lang-nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-transform:uppercase;
}

#top a, #top span
{
	text-decoration:none;
	color:#444;
	cursor:pointer;
}

#top a:hover, #top span:hover
{
	text-decoration:underline;
	color:#27538C;
}

#ft {
	font-size: 85%;
	color:#999;
	margin-top: 13px;
}

#bd {	
	min-height:200px;
}

#ft .hdr {
	color:#666;
	text-transform:uppercase;
}

.info {
	background-color:#F2F2F2;
	font-style:italic;
	padding: 5px;
}

/* Sub nav */

.sub-nav {
	font-size: 85%;
	color:#666;
	text-align: center;
	padding: 4px;
	margin-bottom: 7px;
	background-color:#F2F2F2;
}

.sub-nav a {
	color:#666;
}

.sub-nav .active {
	color:#999;
}

/* Whats New */

div.news {
	border-top: 1px solid #CCC;
	margin-top: 13px;
	padding-top:13px;
}

div.news-first {
	border-top:none;
	margin-top:0px;
	padding-top:0px;
}

div.news h3 {
	color:#F23030;
	font-size: 93%; 
}

div.news h3 span.date {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 85%;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #999;
}

div.news p {
	margin-top: 5px;
}

/* Lists */

ul.list {
	margin-bottom: 15px;
}

ul.list li {
	list-style: circle;	
	margin-left: 27px;
}

/* Links */
.lnk {color:#27538C; cursor:pointer; text-decoration:underline}

/* Job Openings */

.job-opening-section {
	margin-top:25px;	
}

.job-opening-section h1 {
	color: #1066E3;
	font-size: 100%;
	padding: 2px 3px;
}

.job-opening {
	margin-bottom: 23px;
	padding-left: 12px;	
}

.job-opening .jobid {
	font-size: 85%;
	font-weight: normal;
	color: #000;
}

.job-opening .details {
	color:#666;
}
