/*reset*/
body { color: black; background: white; }
 
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
 
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}
 
ol, ul { list-style: none; margin: 0; padding: 0; }
 
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
 
acronym, abbr, fieldset, img {
	border: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
 
:focus { outline: 0; }

/*end reset*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	list-style-type: none;
	background: url(../images/bklogo_saltandpepper.gif) repeat center top;
}

/*page elements*/

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/mainbox_saltandpepper.png) no-repeat center bottom;
	position: relative;
	top: 0;
}

#contentbox {
	text-align: left;
	width: 650px;
	padding: 25px;
	position: relative;
	top: 15px;
	left: 220px;
	margin-bottom: 10px;
	color: #6d6d6d;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	}

#header {
	width: 700px;
	height: 255px;
	position: absolute;
	top: 0;
	left: 220px;
}

#logo {
	position: relative;
	left: 20px;
	top: 0;
	width: 200px;
	height: 220px;
	background: url(../images/divisiondots.gif) no-repeat 0 bottom;
}
#footer {
	color: #6c6c6c;
	font: 10px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 200px;
	text-align: right;
	position: relative;
	bottom: 10px;
	left: 20px;
	padding: 15px 0 30px;
}

#newsbox {
	width: 620px;
	padding: 15px;
	background: #e8ebf0 url(../images/newsbox_eimid.jpg) no-repeat 0 top;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	margin-top: 20px;
}

#gallery {
	float: left;
	width: 524px;
	height: 395px;
	margin-right: 10px;
	padding: 10px;
	background: url(../img/gallery_cadalternative.png) no-repeat;
	margin-left: 15px;
	top: 160px;
	position: absolute;
}


/*navigation*/
#navi {
	text-transform: uppercase;
	list-style-position: inside;
	list-style-type: none;
	color: #C4D1B5;
	font: 14px "din-regular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	left: 20px;
	bottom: 0;
	text-align: right;
	width: 200px;
	margin-top: 40px;
	margin-bottom: 40px;
	top: 220px;
}
#navi ul {
	list-style-type: none;
}
#navi li {
	height: 27px;
	padding: 5px 0 0;
}

#navi li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 25px 5px 0;
}

#navi li a:hover {
	color: #000;
	text-decoration: none;
}

#navi li p {
	color: #243599;
	height: 27px;
	background: url(../images/navibk_selected.jpg) no-repeat right bottom;
	padding: 0 25px;
}

#contentbox ul {
	list-style-type: square;
	list-style-position: inside;
}

/*text styles*/
.text {
	color: #6d6d6d;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: square;
	list-style-position: inside;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.text a:link, .text a:visited {
	color: gray;
	text-decoration: underline;
}
.text a:hover {
	text-decoration: underline;
	color: #ffa439;
}
.forms {
	color: black;
	font: 11px/20px Verdana, "Lucida Grande", sans-serif;
	margin-top: 15px;
}
h1 {
	color: white;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 10px;
	text-align: right;
	right: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	color: white;
	text-transform: uppercase;
	left: 15px;
	position: relative;
	top: 80px;
	text-shadow: #16245a 0 0 5px;
	font: bold 30px "din-regular", "Helvetica Neue", Arial, sans-serif;
}
h3 {
	color: maroon;
	font: bold 14px/14px sans-serif, Verdana, "Lucida Grande";
	text-transform: uppercase;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: gray;
	font: italic bold 14px/14px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-transform: capitalize;
	margin-bottom: 10px;
}

h5 {
	font-size: 12px;
	padding-bottom: 5px;
}

h5 a:link {
	color: #811a18;
}

.italics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.dividerline {
		border-bottom: 1px dotted silver;
}

#footer p {
	padding: 0 15px;
}
#footer a {
	color: #6c6c6c;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}


.imgright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

/*info box*/
#infobox { color: #9d9d9d;
	font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	list-style: inside square;
	float: right;
	width: 120px;
	padding: 0 10px;
	margin-left: 20px;
	border-left: 1px dotted #dbe3e6;
	border-right: 1px dotted #dbe3e6;
	background-color: white;
}
#infobox a { color: #6d6d6d;
	text-decoration: none;
}
#infobox a:hover { color: #6d6d6d;
	text-decoration: underline;
}

.sectionals {
	border-top: #AA854D dashed 1px;
	padding: 10px 0;
	margin-top: 10px;
	clear: both;
}

.sectionals img {
	float: right;
	margin: 0 0 10px 10px;
}



/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

.drawers{ /*header of sliding drawers*/
cursor: hand;
cursor: pointer;
	height: 100px;
	width: 650px;
	color: #a3abc4;
	font: 12px/24px "Lucida Grande",Verdana,  sans-serif;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 0;
	text-align: right;
	
}

* {
	
}

.opendbox{
	color: #243599;
	padding-top: 15px;
	top: 0;
}
.dbox {
	width: 650px;
	margin-bottom: 20px;
}



/*end accordion*/

/* thumbnail viewer */

.thumbpic { width: 150px; border: none; margin-right: 10px; margin-left:0;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 5px;
background: #fff;
border: 1px dashed #AA854D;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
color: #AA854D;
line-height: 1.5em;
font: 12px Tahoma;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
line-height: 1.1em;
color: #8D8C46;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px dashed black;
background-color: #fff;
padding: 5px;
z-index: 5;
}

