@charset "UTF-8";
/* CSS Document */

* {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#888888;
}

body{
	background-color:#FFF;
}

a:link, a:active, a:visited, a:hover { 
	color: #888888;
	text-decoration: none;
}

#main{
	z-index: 1;
	position:relative;
	width:840px;
	margin: 0px auto;
	margin-top:20px;
	/*height:680px;
	top: 50%;
	left: 50%;
	margin-left: -420px;
	margin-right: -420px;
	margin-top: -340px;
	margin-bottom: -340px;*/
}

#menuContainer {
	width:840px;
	height:30px;
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
}

#colContainer {
	position:relative;
	height:610px;
}

#col1{
	float:left;
	width:145px;
	height:495px;
	margin:0px 25px 0px 0px;
}

#col2{
	float:left;
	width:670px;
	border-top:1px solid #AEAFB1;
	margin-top:0px;
}

#logo{
	height:520px;
	padding-top:15px;
	border-top:1px solid #AEAFB1;
	border-bottom:1px solid #AEAFB1;
}

#footerContainer {
	width:665px;
	height:40px;
	margin:0;
	padding-left:175px;
}

#nav1{
	position:relative;
	width:120px;
	margin:25px 0px 0px 25px;
	text-transform:uppercase;
}

#nav2{
	position:relative;
	width:120px;
	margin:15px 0px 0px 25px;
	text-transform:uppercase;
}

#nav2 p{
	padding-bottom:2px;
}


.imgPadding {
	padding-left:6px;
}

/* Menu */

#menuContainer ul{
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#menuContainer ul li{
	margin-left: 0;
	padding: 0px 15px 0px 0px;
	list-style: none;
	display: inline;
}

#menuContainer ul li a:link {  color: #AEAFB1; cursor: hand; text-decoration: none; font-weight:bold; }
#menuContainer ul li a:active {  color: #AEAFB1; cursor: hand; text-decoration: none; font-weight:bold; }
#menuContainer ul li a:visited {  color: #AEAFB1; cursor: hand; text-decoration: none; font-weight:bold; }
#menuContainer ul li a:hover {  color: #888888; cursor: hand; text-decoration: none; font-weight:bold; }

#menuContainer ul li.highlight a:link {  color: #888888; cursor: hand; text-decoration: none; font-weight:bold; }
#menuContainer ul li.highlight a:active {  color: #888888; cursor: hand; text-decoration: none; font-weight:bold; }
#menuContainer ul li.highlight a:visited {  color: #888888; cursor: hand; text-decoration: none; font-weight:bold; }
#menuContainer ul li.highlight a:hover {  color: #AEAFB1; cursor: hand; text-decoration: none; font-weight:bold; }


/* OTHER PAGES */

.innerCol1 {
	float:left;
	width:300px;
	margin-right:20px;
}

.innerCol2 {
	float:left;
	width:300px;
}

#whoweare .innerCol1, #whoweworkwith .innerCol1, #contact .innerCol1 {
	float:left;
	width:270px;
	margin-right:70px;
}

#whoweare .innerCol2, #whoweworkwith .innerCol2, #contact .innerCol2 {
	float:left;
	width:270px;
}

#contact, #about, #whoweare, #whoweworkwith {
	padding:185px 0px 0px 25px;
	text-transform:uppercase;
	height:350px;
	border-bottom:1px solid #AEAFB1;
	font-size:11px;
	line-height:15px;
}

#whoweare, #whoweworkwith {
	text-transform:none;
}

#contact p, #about p, #whoweare p, #whoweworkwith p{
	font-size:11px;
	line-height:15px;
}

#whoweare p, #whoweworkwith p{
	font-size:11px;
	line-height:16px;
}

#whoweare a:link, #whoweare a:active, #whoweare a:visited, #whoweare a:hover {
	font-size:11px;
	color:#006699;
}

#whoweworkwith a:link, #whoweworkwith a:active, #whoweworkwith a:visited, #whoweworkwith a:hover {
	font-size:11px;
	color:#006699;
}

#contact a:link, #contact a:active, #contact a:visited{ 
	color: #AEAFB1;
	text-decoration: none;
}

#contact a:hover, #about a:hover {
	color:#888888;
	text-decoration: none;
}

#contact strong, #about strong {
	font-weight:bold;
}

/* TEXT/LINK STYLING */

.level1, .level1 a:link, .level1 a:visited, .level1 a:active, .level1 a:hover{
	font-weight:bold;
}

.level2, .level2 a:link, .level2 a:visited, .level2 a:active, .level2 a:hover{
	font-weight:normal;
	color:#AEAFB1;
}

.level2 a:active, .level2 a:hover{ /* ALSO NEED TO APPLY THIS STYLE WHEN THE PAGE IS ACTIVE */
	color:#888888;
}

.level3, .level3 a:link, .level3 a:visited, .level3 a:active, .level3 a:hover{
	font-weight:normal;
	color:#888888;
}

.level3 a:hover{
	color:#32b0d1;
}

.level4, .level4 a:link, .level4 a:visited, .level4 a:active, .level4 a:hover{
	font-weight:normal;
	color:#888888;
}

.level4 a:hover{
	color:#32b0d1;
}

.level4 {
	padding-left:10px;
}

.level1, .level2 {
	margin-bottom:10px;
}

.level1 li a, .level2 li a, .level3 li a, .level4 li a {
	padding-bottom:4px;
	display: block;
}

.level2 .light a:link, .level2 .light a:visited, .level2 .light a:active { color: #AEAFB1; }
.level2 .dark a:link, .level2 .dark a:visited, .level2 .dark a:active { color: #888888; }
.level3 .blue a:link, .level3 .blue a:visited, .level3 .blue a:active { color: #32b0d1; }
