/*     CSS     */

*, * *, * * * {
	margin: 0px;
	padding: 0px;
	}
	
body {
	font-family: "Arial", sans-serif;
	font-size: 15px;
	color: #333;
	background: url('../images/pango_header_padding.gif') repeat-x top left;
	}
	
#bodyContainer {
	margin: 0px auto;
	width: 900px;
	}
	
#header a.homeLink {
	display: block;
	width: 480px;
	height: 75px;
	position: absolute;
	top: 90px;
	}
	
body.sub #header a.homeLink {
	display: block;
	width: 270px;
	height: 140px;
	position: absolute;
	top: 5px;
	left: 525px;
	}
	
body.sub#community #header h1{
	color: #ffcb32;
	font-size: 4.2em;
	display: block;
	float: left;
	position: relative;
	top: 80px;
	left: 20px;
	}
	
body.sub#abilities #header h1{
	color: #f1953d;
	font-size: 4.2em;
	display: block;
	float: left;
	position: relative;
	top: 80px;
	left: 20px;
	}
	
body.sub#careers #header h1 {
	color: #a8cc51;
	font-size: 4.2em;
	display: block;
	float: left;
	position: relative;
	top: 80px;
	left: 20px;
	}
	
body.sub#projects #header h1{
	color: #919ec5;
	font-size: 4.2em;
	display: block;
	float: left;
	position: relative;
	top: 80px;
	left: 20px;
	}
	
body.sub#abilities  h3{
	color: white;
	background: #f1953d;
	padding: 2px 15px;
	}
	
body.sub#careers h3 {
	color: white;
	background: #a8cc51;
	padding: 2px 15px;
	}
	
body.sub#projects  h2{
	font-size: 1.05em;
	color: white;
	background: #919ec5;
	padding: 2px 15px;
	}
	
body.sub#projects h2 > a {
	color: white;
	display: block;
	background: url('../images/minus.gif') no-repeat right 1px;
	}
	
body.sub#projects h2 > a.toggle {
	background: url('../images/plus.gif') no-repeat right 1px;
	}
	
h2.category {
	 
	}
	
a {
	text-decoration: none;

	}
	
a:hover {
	text-decoration: underline;
	color: #3333ff;
	}
	
a:visited {
	text-decoration: none;

	}
	
p {
	margin: 5px 0px 10px 0px;
	}
	
img {
	border: none;
	}
	
/********************************************************************  HEADER *****/
	
#header {
	height: 165px;
	background: url('../images/pango_header_no_nav.gif') no-repeat top left;
	color: white;
	position: relative;
	}

.sub #header {
	background: url('../images/sub_pango_header.gif') no-repeat top left;
	}
	
#header > #menu > ul {
	display: block;
	list-style-type: none;
	width: 280px;
	height: 17px;
	position: absolute;
	top: 148px;
	left: 520px;
	}
	
.sub #header > #menu > ul {

	}
	
#header > #menu > ul > li {
	float: left;
	display: block;
	width: 67px;
	height: 15px;
	border: 1px solid white;
	margin-left: -1px;
	font-size: .85em;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
	}
	
#header > #menu a {
	color: white;
	text-decoration: none;
	}
	
#header > #menu a:hover {
	color: white;
	text-decoration: none;
	}
	
#header > #menu a:visited {
	color: white;
	text-decoration: none;
	}
	
/********************************************************************  Body *****/
#pageBody {
	width: 800px;
	background: url('../images/pango_logo_legs.gif') 121px 0px no-repeat;
	}
	
.sub #pageBody {
	background: transparent;
	}
	
#sidebar {
	float: left;
	width: 128px;
	font-size: .85em;
	color: #818181;
	padding-top: 10px;
	}
	
#sidebar a {
	color: #818181;
	}
	
#sidebar a:visited {
	text-decoration: none;
	color: #818181;
	}
	
#sidebar a:hover {
	text-decoration: underline;
	color: #3333ff;
	}
	
#sidebar > ul {
	list-style: none;
	}
	
#sidebar > ul > li {
	margin: 10px 0px 10px 0px;
	}
	
#contentContainer {
	width: 575px;
	margin-left: 221px;
	}
	
	
.hidden {
	display: none;
	}
	
/********************************************************************  Section Styles *****/
.contentTop {
	width: 601px;
	height: 118px;
	}

.sub .contentTop {
	width: 692px;
	height: 27px;
	}
	
.contentTop h2 {
	display: block;
	width: 290px;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
	top: 40px;
	text-align: right;
	}
	
#contentAbilities .contentTop h2 {
	color: #f1953d;
	top: 58px;
	left: 67px;
	}
	
#contentCareers .contentTop h2 {
	color: #a8cc51;
	left: 134px;
	}
	
#contentProjects .contentTop h2 {
	color: #919ec5;
	left: 201px;
	}
	
.contentBody {
	width: 525px;
	min-height: 200px;
	padding: 10px 60px 10px 30px;
	}
	
.contentBody ul {
	margin-left: 20px;
	}
	
.sub .contentBody {
	width: 622px;
	}
	
.contentBottom {
	width: 601px;
	height: 30px;
	text-align: right;
	padding: 8px 0px 0px 0px;
	}
	
.sub .contentBottom {
	width: 692px;
	height: 41px;
	}
	
.contentBottom a.moreButton {
	display: block;
	height: 38px;
	width: 60px;
	float: right;
	}
	
.contentBottom a:visited {
	color: #3333ff;
	}
	
/*********** HOME ***/
	
#menuHome {
	background: #ffcb32;
	}
	
#menuHome:hover {
	background: #DEAD1B;
	}
	
#contentHome > .contentTop {
	background: url('../images/content_top_yellow_connector.gif') no-repeat bottom left;
	}
	
#contentHome > .contentBody {
	background: url('../images/content_fill_yellow.gif') repeat-y top left;
	}
	
#contentHome > .contentBottom {
	background: url('../images/content_bottom_yellow_more.gif') no-repeat top left;
	}
	
/*********** ABILITIES ***/
	
#menuAbilities {
	background: #f1953d;
	}
	
#menuAbilities:hover {
	background: #E07F24;
	}
	
#contentAbilities > .contentTop {
	background: url('../images/content_top_orange_connector.gif') no-repeat bottom left;
	}
	
#contentAbilities > .contentBody {
	background: url('../images/content_fill_orange.gif') repeat-y top left;
	}
	
#contentAbilities > .contentBottom {
	background: url('../images/content_bottom_orange_more.gif') no-repeat bottom left;
	}
	
.sub#abilities .contentTop {
	background: url('../images/sub_content_top_orange.gif') no-repeat bottom left;
	}
	
.sub#abilities .contentBody {
	background: url('../images/sub_content_fill_orange.gif') repeat-y top left;
	}
	
.sub#abilities .contentBottom {
	background: url('../images/sub_content_bottom_orange.gif') no-repeat bottom left;
	}
	
/*********** CAREERS ***/
	
#menuCareers {
	background: #a8cc51;
	}
	
#menuCareers:hover {
	background: #7B9E28;
	}
	
#contentCareers > .contentTop {
	background: url('../images/content_top_green_connector.gif') no-repeat bottom left;
	}
	
#contentCareers > .contentBody {
	background: url('../images/content_fill_green.gif') repeat-y top left;
	}
	
#contentCareers > .contentBottom {
	background: url('../images/content_bottom_green_more.gif') no-repeat bottom left;
	}
	
.sub#careers .contentTop {
	background: url('../images/sub_content_top_green.gif') no-repeat bottom left;
	}
	
.sub#careers .contentBody {
	background: url('../images/sub_content_fill_green.gif') repeat-y top left;
	}
	
.sub#careers .contentBottom {
	background: url('../images/sub_content_bottom_green.gif') no-repeat bottom left;
	}

/*********** PROJECTS ***/
	
#menuProjects {
	background: #919ec5;
	}

#menuProjects:hover {
	background: #5F6FA1;
	}
	
#contentProjects > .contentTop {
	background: url('../images/content_top_blue_connector.gif') no-repeat bottom left;
	}
	
#contentProjects > .contentBody {
	background: url('../images/content_fill_blue.gif') repeat-y top left;
	}
	
#contentProjects > .contentBottom {
	background: url('../images/content_bottom_blue_more.gif') no-repeat bottom left;
	}
	
.sub#projects .contentTop {
	background: url('../images/sub_content_top_blue.gif') no-repeat bottom left;
	}
	
.sub#projects .contentBody {
	background: url('../images/sub_content_fill_blue.gif') repeat-y top left;
	}
	
.sub#projects .contentBottom {
	background: url('../images/sub_content_bottom_blue.gif') no-repeat bottom left;
	}
	
#portfolio {
	margin: 20px 0px;
	}
	
/*********** SUPPORT ***/

#support .contentBody {
	width: 622px;
	height: 323px;
	min-height: 200px;
	font-size: .85em;
	padding: 75px 60px 10px 30px;
	background: url('../images/content_support.gif') no-repeat bottom left;
	}
	
#support .contentBody table {
	margin: 25px auto;
	width: 50%;
	}
	
#support .contentBody table tr td {
	text-align: left;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	}
	
#support .contentBody input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #4a210f;
	width: 160px;
	}
	
#support .contentBody textarea {
	font-size: .85em;
	background-color: #ffffff;
	border: 1px solid #4a210f;
	width: 160px;
	}}
	
#support label {
	float: right;
	margin-right: 5px;
	}

#support .contentBody ul {
	margin-left: 20px;
	}

#support .contentBody #emergency {
	float: left;
}

#support .contentBody #submit {
	float: right;
	width: 69px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent url('../images/button_submit.gif') no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}	

/********************************************************************  Footer Styles *****/
#footer {
	height: 50px;
	clear: both;
	padding: 50px 0px 20px 0px;
	}
	
#footer > #footerTop {
	height: 50px;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	width: 900px;
	}
	
#footer hr {
	color: #a8cc51;
	border-top: 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	}
	
#footer > #footerTop > p{
	margin: 0px 0px 5px 5px;
	font-weight: 500;
	color: #818181;
	}
	
.affiliates {
	float: left;
	padding: 0px 2px;
	}
	
.affDescription {
	display: none;
	font-size: .9em;
	color: #818181;
	position: absolute;
	top: 55px;
	left: 0px;
	}
	
.affiliates:hover > .affDescription {
	display: block;
	}
	
#footer> #footerBottom {
	height: 25px;
	width: 700px;
	margin: 0px auto;
	text-align: right;
	font-size: .85em;
	color: #818181;
	}