/* ----------------------------------------------
	Template Name : Unbound
	Template Code : S-0023
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : April 17, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0 0 50px 0; 
	background: #820023 url(_bg.gif) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	1color: #A56F38; 
	color: #671511;
}
a:hover {
	1background: #F0f0f0; 
	color: #000;
	border-bottom: 1px dotted #000;
}

/* Headers */
h1, h2,h3 {
	font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #111;
	padding: 15px 10px 5px 10px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}



h1 {
	margin-top: -20px;
	font-size: 100%;
	color: #663333;		
}
h2 {
	margin-top: -10px;
	font-size: 100%;
	color: #663333;	
}
h3 {
	font-size: 170%;
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

/* Images */
1img {
	background: #fafafa;
   border: 0px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 0px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	1margin: 5px 5px;
 	padding: 0px 0px 0px 35px;  
   	border: 0px solid #F0F0F0;
	font-weight: normal;
}

/* start - table */


table {
	border-collapse: collapse;
	margin: 15px 10px;
	border-color: #d4d4d4;
}
/* th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	font: 12px/165% Verdana, Arial, Helvetica, sans-serif;	
}	
 */

/* end - table */

/* form elements
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
 */

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;
	width: 190px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 115px;
	color: #666666; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

.formbutton {
	font: normal 11px Arial, Sans-serif; 
	text-transform: uppercase;
	height: 22px;
	color: #333333;
	background: #F6E8EC;
	border: 2px solid #C0C0C0;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(_wrap-bg.gif) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 335px;
	text-align: left;	
}



#header-photo {
	position: absolute;
	top: 90px; left: 24px;	
	padding: 0;		
	height:240px; 
	width: 890px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/*  Navigation  */

#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 62px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 135px; left: 48px;	
}
#header-wrap h1#logo-text a:hover {
	background: none;	border: none;
}


#header-wrap p#intro {
	position: absolute;
	margin: 0; padding: 0;
	top: 104px; left: 44px;		
}

/* header quick search */
#header-wrap form#cse-search-box {
	position: absolute;
	top: 27px; right: 70px;
	padding: 0; margin: 0;		
}
#header-wrap form#cse-search-box p {
	margin: 0; padding: 0;		
}
#header-wrap form#cse-search-box .tbox {
	margin: 2px 0 0 4px; 
	width: 120px;
	background: none;
	border: none;
	color: #000000;
}
#header-wrap form#cse-search-box label,
#header-wrap form#cse-search-box .btn {
	position: absolute;
	font: normal 10px Arial, Sans-serif; 
	text-transform: uppercase;
	width: 55px;
	height: 22px;
	margin-top: 3px;
	margin-left: 2px;
	color: #333333;
	background: #F6E8EC;
	border: 1px solid #C0C0C0;
}

#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(content-bg.jpg) no-repeat;		
}

.col-one {
	margin-right: 250px;
	padding-left: 25px;
	width: 610px;
	font: 12px/165% Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

//.col-two {
	float: left;
	width: 210px;
	margin-left: -455px;
	margin-top: 12px;
}
.col-three {
	float: right;
	margin-left: -280px;
	margin-top: 10px;
	width: 280px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}

#content .col-one h1 {
	padding-bottom: 3px;
	font: normal 2.8em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}

#content .col-one h1 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}

#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 2.2em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #000;
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 0px solid #ebebeb;	
	margin-left: 5px;
	padding-left: 5px;
}

#content .col-one h2 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}

#content .col-one ul   {
	1list-style-image: url(bullet.gif);
	list-style: disc;
	1color:#9B7D64;
}

#content .col-one  p {
	color:#000000;
}

	


#content-wrapper .col-two h3, 
#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: -0.5px;
	padding: 0px 0px;
	border-bottom: 3px dotted #ebebeb;
	width: 90%;
}

/*#content-wrapper .col-three h3 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	margin-top: 5px;
	letter-spacing: -0.5px;
	padding: 7px 0px;
}*/

/* sidebar menu */

ul.sidemenu {
	text-align: left;
	margin: 0px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	1background: url(dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(dots.gif) repeat-x left bottom;
	padding: 5px 0px;
	margin: 0;		
	width: 90%;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;	
}
ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
1ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* sidebar2 menu */

ul.sidemenu2 {
	text-align: left;
	margin: 0px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	1background: url(dots.gif) repeat-x left top;
}
ul.sidemenu2 li {
	list-style: none;
	1background: url(dots.gif) repeat-x left top;	
	border-top: 1px dotted #EBEBEB;	
	border-bottom: 1px dotted #EBEBEB;
	padding: 5px 0px;
	margin-top: 5px;		
	width: 90%;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu2 li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;	
}
ul.sidemenu2 li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
1ul.sidemenu2 li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu2 ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu2 ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper a {
	color: #fff;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	border-top: 0px solid #111;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 0px solid #111;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #666666;
}
#footer-wrapper ul.footer-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #fff;
	text-decoration: none;	
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	border-top: 0px solid #111;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
	width: 48%;	
	color: #fff;
	font-family: Arial, 'Times New Roman', Times, serif;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
	color: #fff;
	font-family: Arial, 'Times New Roman', Times, serif;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	padding: 4px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #dcdcdc;	
}
.thumbs img:hover	{
	border: 1px solid #8E8E8E;
	background: #8E8E8E;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}



.newsfeed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #671511;
	line-height: 15px;
	
}

.datefeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	border-top: 1px #C0C0C0 solid;
	line-height: 35px;
	width: 300px;
	
}




.newsmore {
	color: #000000;
	
}


1.sectorsbg {
	position:relative;
	width:267px;
	height:90px;
	background:url(sectorsbg.gif) no-repeat;
	margin-left: -10px;
	margin-top: -4px;
}

.sectorsbg {
	position:relative;
	width:267px;
	height:170px;
	background:url(sectorsbg2.gif) no-repeat;
	margin-left: -10px;
	margin-top: -4px;
	padding-left: 12px;
	padding-top: 20px;
}

#sectorsbutton {
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin: 0;
	padding: 2px 3px; 
	color: #333333;
	background: #F6E8EC;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
	
}

#sectorsform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 20px;
	padding-left: 20px;
	border-top: 0px #C0C0C0 solid;
	
}

#searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #671511;
	margin-top: -3px;
	padding-left: 4px;
	
}


#dropcontentsubject{
width: 150px;
font-weight: normal;
}

.dropcontent{
width: 150px;
height: 200px;
padding: 3px;
display:block;
}

.memberprofiles{
width: 250px;
margin-bottom: 20px;
}

#mstext{
font-weight: bold;
}

.mstext{
font-weight: bold;
}


#lightboxthumbnail {
	border: 1px solid #C0C0C0;
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding: 2px

}

#imageborder {
	border: 1px solid #C0C0C0;
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding: 2px

}


#lightboxtable{
	1width: 400px;
}

#iconphotogallerytable {
	width: 120px;
	border: 1px dotted #000;
	margin-left: 30px;
}

#iconphotogallerytable td{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background: #F3DEEE; 
}

.newspic {
	border: 1px solid #C0C0C0; 
	margin-top: 0px; 
	margin-bottom: 20px; 
	margin-left: 0px; 
	margin-right: 5px; 
	padding: 2px
	
}

.newspic2 {
	border: 1px solid #C0C0C0; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	padding: 2px

}

#newstable TD{
	padding-bottom: 5px;
	padding-top: 5px;
}

.newstabletd {
	border-bottom: 1px dotted #C0C0C0; 
}

#whatwedotitle {
	color: #fff;
	background: #9B334F;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#whatwedoimage {
	border: 1px solid #C0C0C0; 
	padding: 2px

}

#whatwedotable td{ padding-bottom: 20px;}

#lightboxtable td {
	padding-left: 11px;
	padding-right: 11px;
	font: 12px/165% Verdana, Arial, Helvetica, sans-serif;	
}





/* ----------------------------------------------
   SIDEBAR SECTOR SLIDESHOW CSS
------------------------------------------------- */ 

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:140px;
	font: 12px/165% Arial, Helvetica, sans-serif;
	font-weight: bold;
	float:left;
}

	#gallery a {
		position:absolute;
	}

	#gallery a img {
		border:none;
	}

	1#gallery a.show {
		z-index:500
		color:#ffffff;
	}


	#gallery .caption {
		z-index:600;
		background-color:#9B334F;
		1background-color:#000;
		color:#ffffff;
		height:30px;
		width:100%;
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}

	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#EAE9E9;
	}

	#gallery .caption .content a {
		margin:0;
		padding:0;
		color:#FFFFFF;
	}

