/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; /* backgrounds? */ }

#bodyWrapper { width: 984px; margin: auto; /*background-color:#f7f6eb;*/ }
#blueStrip { background-image:url(../images/header_strip.gif); background-repeat:repeat-x;}

/* specific link colours for this site */
a         { color: #8d406d; text-decoration: none; }
a:link    { color: #8d406d; text-decoration: none; }
a:visited { color: #8d406d; text-decoration: none; }
a:hover   { color: #a8a9ac; text-decoration: none; }
a:active  { color: #a8a9ac; text-decoration: none; }


/*******************/
/* header elements */
/*******************/

#logo { float:left; height:212px; width:212px;} 
#flashArea { float:right; width:772px; height:212px; color:#FFFFFF;}

#navContainer {  }

#navContainer #logo { float: left; }

#navContainer ul {  }
#navContainer ul li { font-weight: bold; }
#navContainer ul li a { text-decoration: none; }

#sideBar { float:left; padding-left:46px; width:166px;}
.sideImage { width:166px;}
.sideTitleBlue { 	background-color:#4e60b7; 
					width:151px;
					height:27px; 
					color:#FFFFFF; 
					font-family:Georgia, 'Times New Roman', Times, serif;
					font-style:italic;
					font-weight:bold;
					padding:7px 0px 0px 15px;
					}
					
.sideContentBlue { 	background-color:#7982b0;
					width:136px;
					height:147px;
					color:#FFFFFF;
					line-height:14px;
					font-size:90%;
					font-family:Georgia, 'Times New Roman', Times, serif;
					padding:15px 15px 0px 15px;
					}
.sideContentBlue a { color:#FFFFFF; text-decoration:underline;}
.sideContentBlue a:hover { color:#999999;}
				
.sideTitleOrange { 	background-color:#E8972B; 
					width:151px;
					height:27px; 
					color:#FFFFFF; 
					font-family:Georgia, 'Times New Roman', Times, serif;
					font-style:italic;
					font-weight:bold;
					padding:7px 0px 0px 15px;
					}
					
.sideContentOrange {background-color:#ecb05d;
					width:136px;
					height:147px;
					color:#FFFFFF;
					line-height:14px;
					font-size:90%;
					font-family:Georgia, 'Times New Roman', Times, serif;
					padding:15px 15px 0px 15px;
					}
.sideContentOrange a { color:#FFFFFF; text-decoration:underline;}
.sideContentOrange a:hover { color:#999999;}

#mainArea { float:right; width:713px; padding-right:35px;}


ul.nav    { list-style: none; margin: 0; padding: 0; padding:0px 0px 0px 0px; }
ul.nav li { float:left; margin-right: 0px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
ul.nav li a { display:block;  color:#FFFFFF; font-weight:bold; padding:10px 10px 0px 0px; }
ul.nav li a:hover,
ul.nav li a:active { text-decoration:none; background-color:#999999;}
ul.nav li a:visited { text-decoration:none; color:#FFFFFF;}

ul.nav li li a { font-weight:normal; }

.home {  background-color:#EFBD08; width:36px; height:28px;}
.gallery { background-color:#6B9418; width:50px; height:28px;}
.project { background-color:#005A7B; width:123px; height:28px;}
.deal { background-color:#8C426B; width:117px; height:28px;}
.info { background-color:#EA9060; width:132px; height:28px;}
.futures { background-color:#A52A23; width:89px; height:28px;}
.where { background-color:#213994; width:93px; height:28px;}


/********************/
/* content elements */
/********************/
#mainContainer {  }

.mainContent { background-color:#FFFFFF; padding:20px;}
.mainContentOtherBox { margin-top:25px; background-color:#FFFFFF;}
.mainContentOtherBoxContent { padding:20px;}

.mainContentOtherBoxContentLeft { float:left; width:150px;}
.mainContentOtherBoxContentRight { float:right; width:480px; padding-right:20px;}

.homeFloatLeft { float:left; width:494px; padding-right:20px; }
.homeFloatRight { float:right; width:159px; padding-right:0px }

.titleBar { background-color:#dcdada; width:713px; height:32px;}
.title { padding:0px 0px 0px 20px;}

div.hr {
  margin: 0;
	background: transparent url(../images/hr.gif) scroll repeat 0 0;
  height: 2px;
}
div.hr hr { display: none; }

/*********/
/* items */
/*********/
.item              {  }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; }
.item .itemContent {  }
.item .itemImage   { float: left; margin-right: 10px; margin-top:5px; margin-bottom: 5px; }
.item .itemMore    {  }

#itemBack          {  }

#issues .item          { float: left; margin: 0 10px 40px; width: 316px; }
#issues .item .image   { float: left; width: 159px; }
#issues .item .detail  { float: right; width: 137px; }
#issues .item .title   { padding: 0; font-weight: bold; }
#issues .item .date    {  }
#issues .item .content {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 106px;
  height: 140px;
  float: left;
  margin-right: 28px;
	margin-bottom: 10px;
}
div.galleryItem a { margin-bottom: 5px; }


/************/
/* calendar */
/************/

#prevLink { float: left; width: 15%; text-align: left; font-weight: bold; line-height: 2em; }
#midLink  { float: left; width: 69%; text-align: center; font-weight: bold; line-height: 2em; }
#nextLink { float: right; width: 15%; text-align: right; font-weight: bold; line-height: 2em; }

#calendar { margin-top: 10px; border-left: 1px solid #333; border-top: 1px solid #333; }
#calendar th, #calendar td {  border-right: 1px solid #333; border-bottom: 1px solid #333; }
#calendar th { background: #eee; }
#calendar td { height: 100px; background: #e9ebf8; }
#calendar td.notInMonth { background: #94afe5; }

#calendar .event { font-size: 0.909em; line-height: 1.3em; }
#calendar .event a,
#calendar .event a:link,
#calendar .event a:visited,
#calendar .event a:hover,
#calendar .event a:active  { color: #000; }


/*******************/
/* footer elements */
/*******************/
#footer { border-top: 7px solid #253794; width:315px; margin-left:46px; margin-top:20px; color:#a1a1a1; padding:10px 0px 10px 590px; }
#footer a { text-decoration: none; color:#a1a1a1; } /* for the clevercherry.com link */
#footer a:hover { color:#484848;}


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */

/* message and error boxes, not just useful in contact form */
.message { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; color: #f00; } /* error box in red */