/*--------------------------------------------------------*/
/* basic structure for front */
/*--------------------------------------------------------*/	
#border {

}


#container {
	width:800px;
	margin-left:auto;
	margin-right: auto;

	}


/*--------------------------------------------------------*/
/* header front*/
/*--------------------------------------------------------*/
#header{
	width:800px;
	height: 100px;
	padding:0px;
	margin:0px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	}
	

#logo{
	width: 195px;
	padding: 0px;
	margin: 0px;
	float: left;
	}
#bannerAdTop{
	width: 566px;
	margin: 0px;
	float: right;
	text-align: right;
	}	

	
#crumbBox {
	float: left;
	width:800px;
	margin: 0px;
	}
#crumbBox p {
	font-size: 75%;
	line-height:normal;
	padding: 5px 0 5px 5px;
	margin: 0px;
	}
#crumbBox a	{
	color:#000;
	text-decoration:none;
	}
#crumbBox a:hover {
	text-decoration:underline;
}	
#crumbBox a:link, #crumbBox a:visited {
	color:#000;
	text-decoration:none;
	}
/*--------------------------------------------------------*/
/*Begin second row*/
/*--------------------------------------------------------*/
#wrapper{
	width:800px;
	clear: both;
	padding-top: 15px;
	}


/*--------------------------------------------------------*/
/* top navigation*/
/*--------------------------------------------------------*/
#navTop{ 
	width: 800px;
	text-align: left;
	background-color: #f1f1f1;
}
#navTop p{
	margin: 0px;
	padding: 4px 5px 8px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight:bold;

}
#navTop ul {
    list-style: none;
    border: 0;
    padding: 0;
    margin: 0;
	height: 52px;
	border-bottom: 2px solid #ccc;
	

	}

#navTop li {
	border-left: 1px solid #fff;
    float: left;
	font-weight: bold;
	background-color:#f1f1f1;
	height: 50px;
	}
#navTop li a {
    float: left;
	width:85px;
    display: block;
	text-decoration: none;
    color: #333;
	margin: 0;
	height: 50px;
	}
#navTop li a:hover {
	border-bottom: 2px solid #9a4d9e;
 	}
.navPad {
	padding: 5px;
	}
/*--------------------------------------------------------*/
/* body tag id for the on state navigation */
/*--------------------------------------------------------*/	

#home .home, #about .about, #ourArea .ourArea, #strategy .strategy, #news .news, #members .members,  #gallery .gallery, #contacts .contacts {

	border-bottom: 2px solid #ccc;
}			
/*--------------------------------------------------------*/
/* vert secondary navigation*/
/*--------------------------------------------------------*/

#navcontainer {
	width: 246px;
	height: 235px;
	}

ul#navlist {
	margin: 0px;
	padding: 0px;
	}
	
#navlist li {
	list-style-type:none;
	border-bottom: 1px solid #FFFFFF;	
	}

#navlist a {
	display: block;
	font-size: 90%;
	padding: 4px 4px 6px 4px;
	color:#666666;
	border-bottom: 1px  dotted;
	}
	
#navlist a:link,#navlist a:visited {
}
	
#navlist a:hover {
	background-color:#666666;
	color:#fff;
	}
	
/*--------------------------------------------------------*/
/* slideshow*/
/*--------------------------------------------------------*/
#slideshow {
	margin: 10px 0 0 0;
	}	
/* this may not need a width enabling it to be used on different layouts*/
#narrowCol{
	float:right;
	margin-top: 1px;
	}
/*Begin right hand column*/		
#leftCol{
	float:left;
	width:266px;
	margin-top: 1px;
	}

#news {
	margin: 10px 0 0 0;
}
#news p {
	line-height: normal;
	padding: 15px;
}
#news a {
	font-weight: bold;
	color:#9a4d9e;
	}	
/*--------------------------------------------------------*/
/* left column w/sub naviagtion */
/*--------------------------------------------------------*/	
	
#navLeft {
	width: 260px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navLeft ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navLeft li {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 0;
	font-size: 83%;
	}

#navLeft a {
	color: #333;
	display: block;
	font-weight: bold;
	padding: 5px 2px 7px 0px;
	text-decoration: none;
	background-image: url(../images/arrow-subnav.gif);
	background-repeat:no-repeat;
}

#navLeft a:hover {
	color:#3da8ab;
	text-decoration: none;
}
#navLeft ul ul {
	
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	
}
#navLeft ul ul li {
	margin: 0 0 0 10px;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#navLeft ul ul a {
	color: #666;
	display: block;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
}

#navLeft ul ul a:hover {
	color:#3da8ab;
	text-decoration: none;
}
/*--------------------------------------------------------*/
/* the columns */
/*--------------------------------------------------------*/

/*----------- boxDoubleB is the right hand container ------------------*/
#boxDoubleB {
	width: 533px;

}
.columnA {
float:left;
margin-right:0px;
padding:0px;
width:266px;
}

.columnA h1 {
	border-bottom: 1px solid #9a4d9e;
	font-size: 120%;
	margin: 0px 4px 15px 4px;
	padding: 0px 5px 5px 0px;
	
}

.columnA h2 {
	color:#00a0e2;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 8px 5px 8px;
}
.columnA h3 {
	font-size: 83%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 8px 5px 8px;
}
.columnA p {
	font-size: 83%;
	margin: 0px;
	padding: 0px 8px 5px 8px;
}
.columnA a:link {
	color:#336699; 
	}
.columnA a:visited { 
	color:#336699; 
	}
.columnA a:hover {
	color:#003399;
	text-decoration: underline;
	}
.columnA a:active {  }


.columnB {
	float:left;
	padding:0px;
	width:528px;
}

.columnB h1 {
	border-bottom: 1px solid #9a4d9e;
	color:#00a0e2;
	font-size: 120%;
	margin: 0px 4px 40px 4px;
	padding: 0px 5px 5px 0px;
	
}

.columnB h2 {
	color:#00a0e2;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 8px 5px 8px;
}
.columnB h3 {
	font-size: 83%;
	font-weight: bold;
	margin: 0px;
	padding: 0px 8px 5px 8px;
}
.columnB p {
	font-size: 83%;
	padding: 0px 8px 0px 8px;
	line-height: normal;
}
.columnB a:link {
	color:#336699; 
	}
.columnB a:visited { 
	color:#336699; 
	}
.columnB a:hover {
	color:#003399;
	text-decoration: underline;
	}
.columnB a:active {  }

.columnB ul{
	font-size: 83%;
}

.containerGallery {

}

.containerGallery h1 {
	border-bottom: 1px solid #9a4d9e;
	color:#00a0e2;
	font-size: 120%;
	margin: 0px 4px 40px 0px;
	padding: 0px 5px 5px 5px;
	
}


/*--------------------------------------------------------*/
/* Flash container */
/*--------------------------------------------------------*/
#flashContainer {
	padding-bottom: 10px;

}
/*--------------------------------------------------------*/
/* Print button */
/*--------------------------------------------------------*/
#printButton {
	text-align: right;
	}

/*--------------------------------------------------------*/
/* lists */
/*--------------------------------------------------------*/

#listcontainer {
	width: 256px;
	}

ul#list {
	margin: 0px;
	padding: 0px;
	}
	
#list li {
	list-style-type:none;
	border-bottom: 1px solid #FFFFFF;	
	}

#list a {
	display: block;
	font-size: 90%;
	padding: 4px 4px 6px 20px;
	margin: 0px 10px 0px 10px;
	color:#666666;
	border-bottom: 1px  dotted;
	background-image:url(../images/bulletGreen.gif);
	background-repeat:no-repeat;
	}
	
#list a:link,#list a:visited {
}
	
#list a:hover {
		background-image:url(../images/bulletOrg.gif);
	background-repeat:no-repeat;
	}
/*--------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------*/	
#footer{
	width:800px;
	background-color: #392c1f;
	margin-top: 10px;
	clear:both;
	float:none;
	color: #FFFFFF;
	}
#footer p {	
	font-size:80%;
		padding: 15px 0 25px 15px;
	}
#footer a {
	text-decoration: none;
	}
#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #007B88;
	text-decoration:none;
	}	
/*--------------------------------------------------------*/
/* borders */
/*--------------------------------------------------------*/
#borderTop {
	width: 840px;
	background-color: red;
	height: 50px;
		margin-left:auto;
	margin-right: auto;

}

#borderBottom {
	width: 860px;
	background-color: red;
	height: 50px;
		margin-left:auto;
	margin-right: auto;

}