/* ------------------- General rules ------------------- */
a {
	font-weight:700;
	color:#323264;
}

#leftNavigation a, #YouAreIn a{
	color:#000000;
	font-weight:500;
}

body {
	color:#323264; 
	margin:0; 
	padding:0; 
	background:#fff;
	font-family: verdana,Trebuchet,helvetica,sans-serif;
	font-size:1.2em;
	border: 0;
	height: 100%; 
	font-size:90%;
}


img {border:0}
input, select, textarea {font:1em verdana,"trebuchet MS",helvetica,sans-serif}
acronym, abbr {border:0; cursor/**/:/**/help}

div.spacer{
	clear:both;
	height:1em;
	margin-top: 0.6em;
}
div.clear {
	clear:both; 
	/*height:1px; 
	font-size:1px*/
}
h1, h2, h3, h4, h5{

}
p, ul,  li, .location{
	margin-top:0; 
	/*margin-bottom:0.8em; */
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height:130%;
	}
	
p, ul, h1, h2, h3, h4, h5, address  {
	margin-left: 5px;
	margin-right: 5px;
}
h1.hardLeft{
	margin-left: 0;
}
dt, dd {line-height:130%}

li{
	display: list-item;
	padding-left: 1em;
	/*list-style-position: inside;*/
}
ul{
	padding-left:15px;
}
table, th, td {
	font-size:1em; 
	border-collapse:collapse; 
	text-align:left; 
	vertical-align:top
}
address {font-style:normal}

h1, h2, h3, h4 {font:bold 2.2em arial,helvetica,sans-serif}
/*h1 { 
	background:#d7b9c9; 
	padding:2px 4px; 
	border:solid #336699; 
	border-width:2px 0; 
	margin:0 0 0.8em; 
	font-weight:normal; 
	letter-spacing:1px}*/
	
h1 { 
/*	background:#d7b9c9; 
	padding:2px 4px; 
	border:solid #336699; 
	border-width:2px 0; 
	margin-bottom:0.3em; *//*was 0.8*/
	padding-bottom: 0.1em;
	font-weight:700; 
	/*letter-spacing:1px;*/
	color:#323264;
}
	
	
/*h2 {font-size:1.3em; background:#fee3ad; padding:2px 4px; 
border:solid #ffa20f; border-width:2px 0; margin-top:1.7em; clear:both}*/

h2 {
	font-size:1.3em; 
/*	background:#fee3ad; 
	padding:2px 4px; 
	border:solid #ffa20f; 
	border-width:2px 0; */
	/*margin-top:1.7em; */
	padding-top:1.7em; 
	/*clear:both;*/
	color:#323264;
}
.noTopPadding{
	padding-top:0; 
	margin-top:0;
}
.noBottomPadding{
	padding-bottom:0;
	margin-bottom:0; 
}
#loc{
	/*position: relative;
	border: 3px red solid;
	background-color: yellow;*/
}
.location{
	/*font-size:1.3em;*/
	/*margin-top:1.7em; 	*/
		position: absolute;
	top:0px;
	/*left:5px;*/
	clear:both;
	color:#ffffff;
	display:inline;
	display: list-item
	}

h3 {
	font-size:1.15em; 
	background:#fee9bd; 
	padding: 0.1em 0px 0.1em 0px;
	border-width:1px 0; 
	/*clear:left*/
}
h4 {
	font-size:1.1em; 
	border-bottom:1px solid #ffa20f
}
/*TESTED ABOVE HERE*/


/*~~~~~~~~~~~~~~~~~~ID Tags~~~~~~~~~~~~~~~~~*/

#container {
	/*position: absolute;*/
	margin:0; 
	padding:0;
	font-size: 1.2em;
	width: 100%;
	/*
	background-color: pink;
	border: 3px green dotted;*/
	z-index:-10;
	}

#container #leftnav{
	/*keeps the company details constrained to the left col*/
	float: left; 
	/*background: #fad471; 
	width: 200px;*/
	width: 12.4em; 
	padding-bottom: 1000px;
	height:100%;
}

#top /* for Banner */
{
	/*padding: .5em;*/
	padding: 0em 5px 0em 5px;
	background-color: #ffffff;
	 
	/*background-color : #FF6347;*/
}


#logo {
	padding: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	/*border: medium blue solid;*/
	/*width: 1px;
	float:left;
	border: 2px solid red;*/
	text-align: left
}



#top h1 /*if we want to remove the natural padding that h1 gets when within top*/
{
	padding: 0;
	margin: 0;
}

#leftnav/*This is the left column*/
{
	position:absolute;
	left:0;
	float: left;
	background-color: #fad471;
	z-index: 5;
	width: 12.4em;/*Not needed for IE or FF but IS required for Contribute CS3!*/
	/*margin: 0 5px;*/
	/*height: 100%;works for Firefox - stretches the column to full page height*/
	/*min-height: 1200px;*/


}
#leftnav #filler{
	min-height: 1000px;
	background-color: lime;
}
#filler{
	height: 1000px;
	background-color: lime;
}
#leftnav p{
	/*margin: 0 5px 5px; */
}
/*#leftnav p { margin: 0 0 1em 0; }*/
#leftnav li, #leftnav ul{
	list-style:none; 
	list-style-position: outside;
	padding:0;
	font-size : 1.05em;
	background-color : #fea815;
	border-bottom: medium solid #fad471;
}


#leftnav li.lastLink{
	border:none;

}

div#menuWrapper, #leftnav li, #leftnav ul {
	/*ensures darker colour at top of menu*/
	background-color : #fea815;
}
div#menuWrapper{
	padding-top: 0.8em;
	padding-bottom:0;
	margin-bottom:0;
	width: 12.4em;
}
#leftnav ul{
	margin:0; 
}
#leftnav li{
	/*top and bottom space for menu items*/
	margin: 0 5px 5px;
}
#leftnav a{
	display: block;/*not sure of role*/
	text-decoration: none;/*get rid of underline*/
}

#leftnav a:link{
	color:#000
}
#leftnav a:active ,
#leftnav a:hover , 
#leftnav a:focus {
	background: #323264;
	color : White;
}
#content /*This is the main (right) column*/
{
	border:0;
	border-left: 12.4em solid #fad471;
	z-index: 2;/*so that the left-side 'border' sits behind the menu bar*/
	position: relative;
	left:0;
	padding: 5px 5px 0 15px;
	/*margin-left: 200px;*/
	margin-top:0px;
	/*background: #ccc url(../images/bg_birch_800.gif) repeat-y 50% 0;*/
	/*float:left;*/
	/*padding: 1em;*/
	margin-bottom : 0px;
	margin-right: 0px;
}


#footer /*this bit goes right across the page*/
{
clear: both;
margin: 0;
padding: 0.5em;
background-color: #ffffff;
}
/*Adjust top margins for neatness*/

#content h2 { margin-bottom: 0.5em; }

.locationIntro, .locationList, #captionAndCreditIfAny, #loc {
	display: inline;
}
/*
#photoCaption, #photoCredit{
	display: inline;
}*/
#captionAndCreditIfAny{
	float:right;
	padding-right: 5px;
	background-color: #ff6699;
	position: absolute;
	top:2px;
	right: 10px;
}
#horizBarOuter{
	background:#323264;
	padding:0;
	margin:0;
	/*line-height: 1.8em;
	font-size: 1.1em;*/
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1.1em;
	color: #ffffff;
	/*line-height: 2em;*/
}
#horizBarInner{
	color:#ffffff;
/*
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 3px dashed black;
	padding-right: 10px;
	background-color: #ff0077;*/
}
ul.topMenuList,li.topMenuList{
	display: inline;
}

#horizBarInner ul , #horizBarInner li , ul.topMenuList  ,li.topMenuList{
	display: list-item;
	display: inline;
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	}
/*
ul , li {
	display: list-item;
	display: inline;
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	}*/
#loc {
	color:#fff; 
	/*background:#323264;*/
	text-align:left; 
	
	/*width:100%;
	
	margin-left: 5px;
	margin-right: 5px;
	padding-top:5px;
	padding-bottom:5px;*/
	/*clear:left; 
	padding:4px 0; */
	letter-spacing:0;
}


.locationList{
	padding:0;
	margin:0;
	line-height: 2.05em;
}
.locationIntro{
	margin-left: 5px;
}
#loc ul {
	width:auto; 
	margin:0; 
	text-align:left; 
	position:relative; 
	/*left:10px;*/ 
	left:0;
	padding-left:5px;
}

#loc ul ,#loc li {
	display: list-item;	
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	}
#loc li 
{
	float:none
}

#horizBarInner a:link, #horizBarInner a:visited {
	color:#fea815; 
	background:none; 
	display:inline;
	text-decoration:underline; 
	padding-right:14px; 
	margin-right:2px; 
	font-size:1em; 
	float:none; 
	width:auto
}
	
#loc a:hover {
	color:#fff
}
#loc a:active, #loc a:focus {
	color:#323264; 
	background-color:#ffffff;
}





.credit{
	font-size: 0.6em;
}

#photoCaption{
	font-size: 0.8em;
	text-align: right;
	margin:0; 
	padding:0;
	line-height: 1em;
	/*background-color: cyan;*/
}

#photoCredit{
	font-size: 0.6em; 
	text-align: right;
	margin:0; 
	padding:0;
	/*border: 2px red dotted;
	background-color: pink;*/
}
#newsbox {
	/*float : right; */
	/*position: relative;
	left: 82%;
	width: 18%;*/
	background-color : #FFDAB9;
	padding: 10px;
	float: right;
	width:20%;
	   /* border : none;
   	margin-left: 100px;*/
}
#news , #FeaturedOpps {
	background-color : #f5d571;
	border-top: 2px solid #f4981a;
	border-right: 2px solid #f4981a;
	border-bottom: 2px solid #f4981a;
	border-left: 2px solid #f4981a;
}
#news{
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 10px;
	padding-right: 10px;
}
#news p, #FeaturedOpps p{
	/*margin-bottom:0.3em;*/
	padding-top: 0;
	padding-bottom: 0;
	margin-top:0;
	margin-bottom:0;
}
#news ul, #FeaturedOpps ul{
	padding-bottom: 0;
}
#news li, #FeaturedOpps li{
	padding-bottom: 0.1em;
}
#FeaturedOpps{ 
	margin-right: 13em;
/*padding-right:170px;*/}

/*NEW at 2010*/

.emphasized{
	font-weight : bolder;
	letter-spacing : 0.05em;
}
.personName{
	font-size:1.2em; 
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	margin-top:0;
	margin-bottom:0.2em;
	margin-left:0;
	color:#323264;
	font-weight: bold;}
.rightText{
	font-size:1.2em; 
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	margin-top:0;
	margin-bottom:0.2em;
	margin-left:0;
	color:#323264;
	font-weight: bold;}
.jobTitle{
	font-size:1.1em;  
	padding-top:0.1em;
	padding-bottom:0.4em;
	padding-left:0;
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin:0;
	padding:0;
	
	color:#323264;
}
.addressListing{
	font-size:0.9em; 
	color:#323264;
	padding-left:0;
	margin-left:0;
}
.event1{
	background-color:#FFDAB9;
	color:#323264;
}
.event2{
	background-color:#F5D89e;
	color:#323264;
}
.eventTitle{
	font-size:1.3em; 
	padding-top:0;
	padding-bottom:0.2em;
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
}
.eventDate{
	font-size:0.7em; 
	padding-top:0.2em;
	padding-bottom:0.2em;
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
}

.eventLocation{
	font-size:0.7em; 
	padding-top:0;
	padding-bottom:0.2em;
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
}
.eventDetails{
	font-size:1em; 
	padding-top:0.2em;
	padding-bottom:0em;
	margin-top:0;
	margin-bottom:0;
	font-weight: normal;
}

.marginTop2 {margin-top:2em}
.marginBottom2 {margin-bottom:2em}
.marginsTopAndBottom2 {margin-top:2em; margin-bottom:2em}
.noMargins {margin:0}



.newsBox {
	margin:10px;
	padding:10px;
	background-color : #F5D89e;
	border-top: 2px solid #f4981a;
	border-right: 2px solid #f4981a;
	border-bottom: 2px solid #f4981a;
	border-left: 2px solid #f4981a;
}
.newsBox2 {
	margin:10px;
	padding:10px;
	background-color : #f3e89e;
	border-top: 2px solid #f4981a;
	border-right: 2px solid #f4981a;
	border-bottom: 2px solid #f4981a;
	border-left: 2px solid #f4981a;
}
.newsDate{
	font-size : 1.0em;
	font-weight : bolder;
	margin-bottom : 0;
}
.newsTime{
	font-size : 0.9em;
	font-weight : normal;
	margin-bottom : 0;
	margin-top : 0;
}
.newsHeader{
	font-size : 1.3em;
	font-weight : bolder;
}
.newsHeader1{
	margin: 10px 10px 0 10px;
	padding:10px;
	background-color : #F5D89e;
	border-top: 2px solid #f4981a;
	border-right: 2px solid #f4981a;
	border-bottom: 0;
	border-left: 2px solid #f4981a;
	font-size : 1.3em;
	font-weight : bolder;
}
.newsItem{
	font-size : 0.9em;
	font-weight : normal;
}

.newsItem1{
	margin: 0 10px 10px 10px;
	padding:10px;
	background-color : #F5D89e;
	border-top: 0;
	border-right: 2px solid #f4981a;
	border-bottom: 2px solid #f4981a;
	border-left: 2px solid #f4981a;
	font-size : 0.9em;
	font-weight : normal;
}

.ourName{
	font-weight : bold;
}
.reversed{
	background-color: #323264;
	color: #FAD471;
}
.right150 {
	float : right; 
	margin-right: 0px;
	margin-left: 10px;
	border:2px solid black;
	width: 150px;
	padding-bottom:0px;
	*margin-bottom: expression("-3px");

	/*
	display: block;
	vertical-align: bottom;*/

	  /*margin-right: 10px;*/
}
.left150 {
	float : left; 
	margin-right: 13px;
	border:2px solid black;
	width: 150px;
	padding-bottom:0px;
	*margin-bottom: expression("-3px");

	/*
	display: block;
	vertical-align: bottom;*/

	  /*margin-right: 10px;*/
}
.photoRight {
	float : right; 
	  border : none;
	  margin-right: 3px;
	  border:1px solid black;
	  margin-left: 10px;
	  /*margin-right: 10px;*/
}
.floatLeft{
	float : left;
}
.floatRight{
	float : right; 
}
.smallSize {font-size:0.9em}
.smallestSize {font-size:0.75em}

.smallprint{
	/*needs padding because IE6 doesn't grow the containing element at Text Size=Largest. Setting it really big makes sure that left stripe makes it to bottom of page (at expense of permanent scroll bar.*/
	font-size:0.9em;
	margin:0;
	padding:0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0.8em;
	margin-bottom: 600px;
	padding-bottom: 600px;
	background-color: #fad471;

}

.textBlock{
 	/*margin-left : 420px;
 	vertical-align:middle;*/
	margin:0;
	padding:0;
}

/*end of new at 2010*/


/*     BELOW HERE IS OK*/
#container {
	margin:0; 
	padding:0;
	font-size: 1.2em;
}
#horizBarOuter{
	
	padding:0;
	margin:0;
	font-size: 1.1em;
	background:#ffffff;
	margin-right: 5px;
	
}

#horizBarInner{
	
	/*margin-left: 5px;*/
	background:#323264;
}
#loc{
	color:#fff; 
	/*width:100%;*/
	text-align:left; 
	padding:0;
	margin:0;
	margin-top: 5px;
	clear:left; 
	letter-spacing:0;
	display: inline;
}
/*
#loc a:link, #loc a:visited {
	color:#fea815; 
	background:none; 
	display:inline;
	text-decoration:underline; 
	padding-right:14px; 
	margin-right:2px; 
	font-size:1em; 
	float:none; 
	width:auto
}
*/

.locationIntro,.photoCaption,#loc{
	display: inline;
}
.clear{
	clear: both;
}
ul.locationList ,  li.locationList{
	display: list-item;
	display: inline;
	list-style-type: disc;
	list-style-position: inside;
	color: white;
	}
li.textList{
	
	display: list-item;
	list-style-type: circle;
	list-style-position: inside;
	color: black;
	padding-top:0.1em;;
	margin:0;
}
ul.textList{
	margin-left: 0;
	padding-left: 0;*/
/*	margin-top: 0.1em;*/
	}
#loc li 
{
	float:none
}
#captionAndCreditIfAny, .captionAndCreditIfAny{
	background:#323264;
	float:right;
	margin:0; 
	padding:0;
	padding-left: 10px;
	/*background-color: lime;*/
}
#photoCaption{
	/*font-size: 1.1em;*/
	font-align: right; 
	line-height: 1.3em;
	padding:0;
	/*background-color: cyan;*/.
}
#photoCredit{
	font-size: 0.6em; 
	text-align: right;
	margin:0; 
	padding:0;
	padding-bottom: 2px;
	line-height: 1em;
}
UL.topMenuList {
	padding: 3px 0px 3px 2px;
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px 0px 0px 0px;
	/*font-size: 13px;*/
	color: #323264;	
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size : 0.8em;
}
UL.topMenuList LI {
	display: inline; 
	padding: 0px 0px 0px 5px;
	border-left: #7075A5 2px solid; 
}
UL.topMenuList LI.first {
	display: inline;
	border-left-style: none
}
UL.topMenuList A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D1D2E9; 
	text-decoration: none
}
UL.topMenuList A:link {
	color: #323264; 
	text-decoration: none
}
UL.topMenuList A:visited {
	color: #323264; 
	text-decoration: none
}
UL.topMenuList A:hover {
	background-color:#323264;
	color: white; 
	text-decoration: none
}
#topRightOLD{
	float:right;
	margin:0;
	padding:0;
	padding-right: 5px;
}
#topRight{
	position: absolute;
	top:0;
	right: 5px;
}
.q{
	float: left;	width: 14em;
}
.a{	float: left;	margin-left: 1em;
}

.indent165{
	margin-left: 165px;
}

.indent400{
	margin-left: 400px;
}