/* containers ******************************* */
body {
	font-family:"Tahoma", Arial, Verdana, sans-serif;
	background: black;
	margin: 0;
	padding: 25px;
}
#container {
	width: 99%;
	padding: 5px 10px;
	color: black;
	background: white;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}
#top {
	text-align: left;
	height: 156px;
}
#toplogo {
	width: 150px;
	height: 156px;
	float:left;
}
#toptitle {
	color: #006E51;
	margin-left: 160px;
	height: 130px;
	padding-top: 0;
}
#leftnav {
	clear: both;
	float: left;
	width: 150;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	padding: 1em;
}
#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: center;
}
#toptitle div.pic {
	float: right;
	width: 740px;
	height: 100px;
}
#toptitle div.menu {
	float: right;
	width: 740px;
	height: 26px;
}
#toptitle div.title {
	float: right;
	width: 740px;
	height: 30px;
	color: white;
	text-align: right;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size: 18pt;
	padding-right: 0.5em;
	background-image: url(../images/gradiant_title.png);
	background-repeat: repeat-y;
	background-position: right;
}

/* ***********************/
img.left, img.right {
	border: thick #006E51 solid;
	margin-top: 2em;
}
img.left {
	float: left;
	margin-right: 2em;
}
img.right {
	float: right;
	margin-left: 2em;
}

img.footerimage {
	border: none;
}

/* MISC ********************************/
bbbody {
	background-repeat: no-repeat;
	background-color: #88B6E3;
	text-align: center;
	margin: 10px;
	padding: 0px;
	overflow: auto;
	color: black;
}

td.content {
	text-align: left;
	vertical-align: top;
}

div.content-background {
	background-image: url(images/pics/back002_5.jpg);
	background-repeat: no-repeat;
}

div.heading1 {
	font-weight: bolder;
	font-size: larger;
}

div.heading2 {
	font-size: larger;
	font-weight: bolder;
	padding-top: 20px;
}

div.small-quote {
	font-style: italic;
	font-size: smaller;
}

div.centered {
	text-align: center;
}

div.photo-caption {
	font-size: smaller;
	text-align: center;
}

img.framed {
	margin-top: 10px;
	margin-bottom: 10px;
/*	border: 3px solid #006E51; */
	border: 3px solid gray;
}

table.main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

td.text {
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

table.buttons {
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

table.footer {
	margin-left: auto;
	margin-right: auto;
}

table.photo-box {
	padding: 5px 5px 5px 5px;
}

td.footer-text {
	font-size: smaller;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
}

a.button {
	text-decoration: none;
}

img.button {
	border: 1px solid silver;
	width: 100px;
	height: 35px;
}

/* borders */
td.border-left {
	text-align: left;
	vertical-align: top;
	background-image: url(images/border_left.gif);
	background-repeat: repeat-y;
}

td.title-bar {
	background-image: url(images/border_top.gif);
	background-repeat: repeat-x;
}

td.title {
	color: #FFF000;
	font: 32px sans, arial;
	font-weight: bolder;
}

td.title2 {
	color: #FFF000;
	font: 24px sans, arial;
	font-weight: bolder;
}


/* *** */
td.border-top2 {
	width: 30px;
}

a.tabmenu {
	display: block;
    width: 125px;
    height: 30px;
    background-image: url("images/tab.gif");
    background-repeat: no-repeat;
    font: bold 14px tahoma, arial, sans;
    color: #FFFFFF;
    line-height: 30px;
    text-decoration: none;
    text-align: right;
    padding-right: 0px;
    margin-top: 0px;
}
a.tabmenu:hover {
    color: #000000;
}

span.tabmenu {
	display: block;
    width: 125px;
    height: 30px;
    background-image: url("images/tab.gif");
    background-repeat: no-repeat;
    font: bold 14px tahoma, arial, sans;
    color: #FFFFFF;
    line-height: 30px;
    text-decoration: none;
    text-align: right;
    padding-right: 0px;
    margin-top: 0px;
	cursor: default;
}
span.tabmenu:hover {
    color: #000000;
}

.menuDrop {
    position:absolute;
    width: 150px;
    font:12px helvetica;
    background-color: #006E51;
    visibility:hidden;
}
a.menuItem {
    display: block;
    height: 30px;
    font: bold 14px tahoma, arial, sans;
    color: #FFFFFF;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -1px;
    border: 1px solid #7FB6A8;
}
a.menuItem:hover {
    color: #000000;
}


