body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;


	margin: 0;
	padding: 0;

}

#allcontent {
	margin-left: 20px;
	margin-right: auto;
	width: 600px;
	margin-top: -20px;
}

#contentbody {
	border-left: 2px rgb(165, 10, 8) solid;/* rgb(11,51,77) solid; */
	border-right: 2px rgb(165, 10, 8) solid;/* rgb(11,51,77) solid; */
	min-height: 290px;
	margin-top: -2px;
}

#topmenu a{
	color: rgb(105,105,105);
	text-decoration: none;
	font-size:80%;
	border-left: 1px rgb(105,105,105) dotted;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	/*left: 330px;*/
	left: 450px;
	top: 35px;
}

#headmenu a{
	color: white;

	text-decoration: none;
	font-size:90%;
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
	font-weight: bold;
	left: 1px;
	top: 145px;
	background: transparent url("../img/arrow3.gif") left center no-repeat;
}

#headmenu a:hover { 
	color: rgb(209,206,197);
	background: transparent url("../img/arrow4.gif") left center no-repeat;
}


#left_topmenu a{border-left:none;}
#left_headmenu a{border-left:none;}

#main {

	margin-left: 200px;
	width: 370px;
	padding: 10px;
}

#small_margin_main {
	margin-left: 20px;
	width: 370px;
	padding: 10px;
}

img {
	padding: 0px;
	margin: 0px;
	border-style: none;
}

/************************************
 Gallery settings
 *****************************/
td, th {
	padding: 0px;
	/*border: 1px solid black;*/
	/*padding: 10px;*/
	/*padding-bottom: 0px;*/
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
}

.caption{
	padding-top: 0px;
	padding-bottom: 10px;
}

.thumbnail{
	padding: 2px 2px 8px 2px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	}	

a:link img {
	border-style: none;
	margin-left: 10px;
	margin-bottom: 2px;
	/*
	border-style: solid;
	border-width: 2px;
	border-bottom-width: 8px;
	border-color: black;*/
}

#head3_img {margin-top: -2px;}
#nav_horizontal_blank {margin-top: -2px;}

#leftmenu {
        
	width: 182px;
	height: 256px;
	float: left;
	background-image: url("../img/navmenu.jpg");
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#contact {
	font-weight: bold;
}

#leftpicture {
	/*width: 182px;
	height: 256px;*/
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftmenu li {
	list-style-type: none;
	height: 28px;
	margin-left: -30px;
}

#leftmenu ul {
	margin-top: 8px;
}

#leftmenu a {text-decoration: none;
           padding-left: 10px;
}

#leftmenu a:link {color: white;}
#leftmenu a:visited {color: white;}
#leftmenu a:hover { 
	color: black;
	background: transparent url("../img/arrow2.gif") left center no-repeat;
}

#leftmenu a:active { color: red;}

#header {
	margin: 0px;
	padding: 0px;
}

#footer {
	margin-top: 0px;
}






/***********************************************
 Top navigation menu
 ***********************************************/

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: -40px 0 0 0;
  border: 0 none;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 35px; /*how far down to put text, or next item beneath menu */
  padding: 0px 0 0 0; /*adds a little more to option above? */
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px; /* height of individual menus items; regardless of their box sizes*/
  /*width: 160px;*/
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 160px;*/
  list-style: none;
  display: none;
  position: absolute;
  top: 17px; /* how far from top menu to put individual menus; should be root menu size + border */
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  /*width: 100px;*/
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border-top: 0px solid rgb(204,51,0);
  border-right: 0px solid rgb(204,51,0);
  border-bottom: 0px solid rgb(204,51,0);
  border-left: 0px;
  padding: 0 5px; /*center text; effects root and children menus */
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  /*background: rgb(144, 22, 21);/*brownish red */
  background: rgb(144, 22, 21) url("http://insilicomed.com/imstatic/img/arrow3.gif") left center no-repeat;
  padding-left: 17px;
  padding-right: 39px;
  color: rgb(255,255,255);/*main white font for text */
  text-decoration: none;
  font-size:90%;
  font-weight: bold;
  font: 10px/16px arial, geneva, verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  height: 1%; /*For IE*/
  height: 17px; /*root menu size */
  /*width: 150px;*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: rgb(144, 22, 21) url("http://insilicomed.com/imstatic/img/arrow4.gif") left center no-repeat;
  color: rgb(188,206,197);/*grey*/
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  font: 11px/16px arial, geneva, verdana, sans-serif; 
  height: 20px; /*controls size of box*/
  width: 120px; /*controls size of box*/
  float: none;
  background: rgb(144, 22, 21);
  color: rgb(255,255,255); /*white */
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  color: rgb(188,206,197);/*grey*/
}



ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 130px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

