

body {
  font-family: "Myriad Pro", arial, sans-serif; /*  background-color: #373735;
  background-image: url(/img/themes/Carbonite/body.gif);
  background-repeat: repeat-y;
  background-position: center;*/
	color: #212121;
	font-size: 14px;
}


h3 {
  font-size: 16px;
  }

a {
	color: #007990;
}

a:hover {
	color: Aqua;
}

.title,
a.title {
	color: #004E99;
	font-weight: normal;
}

a img.imgBorder,
.imgBorder {
  padding: 1px;
  border-color: #C0C0B9;
  border-color: #8F8F84;
  background-position: center;
  }


.top_border,
.bottom_border {
  border: none;
  }


/*== Box & General Gallery ==*/

.box {
  background: transparent;
  border: none;
  margin-bottom: 35px;
  }

.boxTop {
  border: none;
  border-left: 5px solid white;
  }

.boxBottom {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  padding-left: 15px;
  padding-bottom: 10px;
  }

.box:hover .boxTop {
  border-color: #DFDFD5;
  }

  
.menu {
border-right: 0px solid #000000;
font-size:0.85em;
height:32px;
position:relative;
width:950px;
z-index:100;
}
 html .menu {
	width:850px;
}
/* take away bullets*/
.menu ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

/* create width of bullets*/

.menu ul ul {
	width:auto;
}

/* make bullets go horizontal instead of a verticle list */

.menu li {
	float:left;
	position:relative;
	width:105px;
}
/* put white box around and adding padding*/
.menu a, .menu a:visited {
	background: #999 none repeat scroll 0%;
	border-color: #333;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 29px;
	padding: 0px 5px;
	text-decoration: none;
	width: auto;
	font: bold Verdana Geneva Arial Helvetica sans-serif;

}
* html .menu a, * html .menu a:visited {
	width:auto;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#3CB0C4 url(/images/arrow.gif) no-repeat scroll right bottom;
}
.menu ul ul a.drop:hover {
	background:#333333 url(/images/arrow.gif) no-repeat scroll right bottom;
}
.menu ul ul *:hover > a.drop {
	background:#333333 url(/images/arrow.gif) no-repeat scroll right bottom;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#333333 none repeat scroll 0%;
}
.menu ul ul ul a:hover {
	background:#3CB0C4 none repeat scroll 0%;
}
.menu ul ul {
	border-top:1px solid #000000;
	height:0pt;
	left:0pt;
	position:absolute;
	top:31px;
	visibility:hidden;
	width:auto;
}
* html .menu ul ul {
	top:31px;
}
.menu ul ul ul {
	left:85px;
	top:-1px;
	width:auto;
}
.menu ul ul ul.left {
	left:-85px;
}
.menu table {
	border-collapse:collapse;
	left:0pt;
	position:absolute;
	top:0pt;
}
.menu ul ul a, .menu ul ul a:visited {
	background:#999 none repeat scroll 0%;
	border-width:0pt 0px 0px;
	color:#ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:190px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:auto;
}
.menu a:hover, .menu ul ul a:hover {
	background:#3CB0C4 none repeat scroll 0%;
	color:#FFFFFF;
}
.menu *:hover > a, .menu ul ul *:hover > a {
	background:#3CB0C4 none repeat scroll 0%;
	color:#FFFFFF;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
.menu ul *:hover ul ul {
	visibility:hidden;
}
.menu ul *:hover ul *:hover ul {
	visibility:visible;
}

table.white {
	background-color: #FFF;
	border: 2px Fuchsia;
	padding: 10px;
}

img.dropshadow {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: solid;
    border-color: #dddddd #cccccc #cccccc #dddddd;
    border-width: 1px 1px 1px 1px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);