/*this stylesheet is for you navigation panel*/

#navigator {

}

.housebutton {

}

.housebutton a {
font-size: 100%;
font-family:  Arial, Geneva, sans-serif;
}

.housebutton a:hover {
font-size: 100%;
font-family:  Arial, Geneva, sans-serif;
}


/* this part below is for the color on the background, surrounding the buttons. Change the color, and the 
border, if you like. For the border, you can use solid, dashed, or dotted, for different border styles*/

#navigator {

background-color: none;

border:  none;


width: auto;

margin-top: auto;

margin-left: 3px;

margin-right: auto;

padding: 2px;

text-align: left;


}

/* want more space between your buttons? just increase the margins
from 1px. Font weight can be bold if you prefer.*/

.housebutton {

font-weight: bold;
text-align: left;
margin-bottom: 1px;
margin-top: 1px;
}


/* this part is for the colors of your buttons "at rest" so to speak. Notice the
top/left, and the bottom/right are colored in pairs? If you change the colors, you will need to do the same, to
maintain the illusion of 3D buttons. Make one set of sides a slightly darker shade than the other pair.
This will give the button a 3D look*/

.housebutton a {

padding: 4px;

text-decoration: none;

display: block;

color: #fff; /*this is where you change the button font color*/

background-color: transparent;

border-top: none;

border-left: none;

border-bottom: none;

border-right: none;

}

/*this part is how the buttons look, once the pointer passes over them. Same thing as above, but this time
the top/left colors should SWAP with the bottom/right, to give the correct effect.
Also the background color should go a shade darker, to make it seem as if it were now below the 
level of the page, and is not getting any light on it*/

.housebutton a:hover {

color: #fff; /*-----this is where you change the button font color, when the button is hovered over*/

background-color: #377f9f;

border-top:  none;

border-left: none;

border-bottom:  none;

border-right: none;

}


/* this is for the horizontal nav*/


#nav {

	clear: both;	
	padding: 0;			
}
#nav ul {

	float:right;
	list-style: none;
	background: #cdaf6f;
	width: 100%;		
	padding: 0;	margin: 0 0 0 0px;
	height: auto;
	display: inline;
	text-transform: uppercase;
	border: none;
}
#nav ul li {

	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float:right;
	width: auto;
	margin: 0;
	padding: 0 10px;
	border-top: none;	
	border-right: none;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #fff;
	font: bold 12px/30px  Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
background: #fff;
	color: #fff; 
	background-color: #377f9f;
	font: bold;
}
/*This style sheet controls how the textboxes will lookThe only thing that you might want to change will be the colorof the borders. They are set at #000066 at the moment.The background color is set to ffffff (white), however if youdecide to change it you can. Just remember, if you do, it will affect EVERYtextbox on your site. To change only one, copy and paste the class here in the style sheet,and alter the color. Change the name also... so the new class may be calledfull-width-box-blue for eg. Then the new color can be called with your new class name.*/div.content-box {   background-color: transparent;	margin: 0px 0px 0px 0px;	padding-top: 1px;	padding-right: 10px;	padding-bottom: 7px;	padding-left: 10px;	border-top: none;	border-bottom: none;	Border-right: 1px solid #409dba;	border-left: none;}div.alt-content-box {   background-color: transparent;	margin: 0px 0px 0px 0px;	padding-top: 1px;	padding-right: 10px;	padding-bottom: 7px;	padding-left: 10px;	border-top: none;	border-bottom: none;	Border-right: none;	border-left: none;}/*** right column Full width box.Change the colors to suit. The standard box has a white background, and thebox2 has a colored background ***/div.full-width-box-yellow {   background-color: #ffffef;	margin: 10px 0px 10px 0px;	padding: 5px;   border: 1px solid #377f9f;	}div.auto-width-box-yellow {   width:auto;   background-color: #ffffef;	margin: 10px 0px 10px 40px;	padding: 5px;   border: 1px solid #377f9f;   float:left;	}div.full-width-box-alt-yellow {   background-color: #ffffef;	margin: 10px 10px 10px 10px;	padding: 5px;   border: 1px solid #377f9f;	}div.full-width-box-nomarg-yellow {   background-color: #ffffef;	margin: 0px;	padding: 5px;   border: 1px solid #377f9f;	}div.auto-width-box-alt-yellow {   width:90%;   background-color: #ffffef;	margin: 10px 10px 10px 10px;	padding: 5px;   border: 1px solid #377f9f;	}div.auto-width-box-alt2-yellow {   width:90%;   background-color: #ffffef;	margin-left:auto;	margin-right:auto;	margin-top: 10px	margin-bottom: 10px;	padding: 5px;   border: 1px solid #377f9f;	}div.auto-width-box-alt3-yellow {   width:95%;   background-color: #ffffef;	margin-left:auto;	margin-right:auto;	margin-top: 10px	margin-bottom: 10px;	padding: 5px;   border: 1px solid #377f9f;	}div.part-width-box-light-gold {   width: 90%;   background-color: #fcf3e8;   margin-left:auto;	margin-right:auto;	margin-top: 20px;	margin-bottom: 30px;	padding: 10px 10px 5px 10px; 	border: 1px solid #377f9f;	}div.part-width-box-gold {   width: 90%;   background-color: #ede2cd;	margin-left:auto;	margin-right:auto;	margin-top: 20px;	margin-bottom: 30px;	padding: 15px;	border: 1px solid #377f9f;	}div.part-width-box-teal {   width: 90%;   background-color: #ecf1f2;	margin-left:auto;	margin-right:auto;	margin-top: 20px;	margin-bottom: 30px;	padding: 15px;	border: 1px solid #377f9f;	}div.part-width-box-yellow {   width: 90%;   background-color: #ffffef;	margin-left:auto;	margin-right:auto;	margin-top: 30px;	margin-bottom: 30px;	padding: 15px;	border: 1px solid #377f9f;	}div.round-container-teal {   text-align: center;   font-family: verdana, sans-serif;   font-size: 100%;   font-weight: normal;   background-color: #377f9f;	color: fff;	width:auto;	padding: 0px;	margin: 0px;}.top-right-teal-image { background-image: url(https://www.biomedicaleditor.com/images/top-right-round-teal.gif); background-repeat: no-repeat; background-position:top right; } .top-left-teal-image { background-image: url(https://www.biomedicaleditor.com/images/top-left-round-teal.gif); background-repeat: no-repeat; background-position:top left; } .bottom-right-teal-image { background-image: url(https://www.biomedicaleditor.com/images/bottom-right-round-teal.gif); background-repeat: no-repeat; background-position:bottom right; } .bottom-left-teal-image { background-image: url(https://www.biomedicaleditor.com/images/bottom-left-round-teal.gif); background-repeat: no-repeat; background-position:bottom left; } .text{ font-family: verdana, sans-serif; font-size: 100%; font-weight:normal; color:#000; background-color:#fff; border-left:1px solid #377f9f; border-right:1px solid #377f9f;border-top:2px solid #377f9f; border-bottom:0px solid #377f9f;text-align:left; padding-left:5px; padding-right:5px;} .text2{ font-family: verdana, sans-serif; font-size: 100%; font-weight:normal; color:#000; background-color:#fff;background-image: url(https://www.biomedicaleditor.com/images/text-bg-teal.png); background-repeat: repeat-x;border-left:1px solid #377f9f; border-right:1px solid #377f9f;border-top:2px solid #377f9f; border-bottom:0px solid #377f9f;text-align:left; padding-left:5px; padding-right:5px;} div.round-container-gold {   text-align: center;   font-family: verdana, sans-serif;   font-size: 100%;   font-weight: normal;   background-color: #fcf3e8;	color: 404040;	width:auto;	padding: 0px;	margin: 0px;}.top-right-gold-image { background-image: url(https://www.biomedicaleditor.com/images/top-right-round-gold.gif); background-repeat: no-repeat; background-position:top right; } .top-left-gold-image { background-image: url(https://www.biomedicaleditor.com/images/top-left-round-gold.gif); background-repeat: no-repeat; background-position:top left; } .bottom-right-gold-image { background-image: url(https://www.biomedicaleditor.com/images/bottom-right-round-gold.gif); background-repeat: no-repeat; background-position:bottom right; } .bottom-left-gold-image { background-image: url(https://www.biomedicaleditor.com/images/bottom-left-round-gold.gif); background-repeat: no-repeat; background-position:bottom left; } .text-gold{ font-family: verdana, sans-serif; font-size: 100%; font-weight:normal; color:#000; background-color:#fcf3e8; border-left:1px solid #fcf3e8; border-right:1px solid #fcf3e8;border-top:2px solid #fcf3e8; border-bottom:0px solid #fcf3e8;text-align:left; padding-left:5px; padding-right:5px;} div.full-width-box-teal {   background-color: #ecf1f2;	margin: 5px 0px 10px 0px;	padding: 0px 5px 0px 5px;   border: 1px solid #377f9f;	}div.full-width-box-teal-testim {   background-color: #ffffef;	margin: 30px 10px 25px 10px;	padding: 5px;   border: 2px solid #377f9f;	}div.full-width-box-alt-teal {   background-color: #fff;	margin: 0px 10px 25px 10px;	padding: 5px 5px 7px 7px;    border: 1px solid #377f9f;	}div.full-width-box-althead-teal {   background-color: #0099CC;    margin: 30px 10px 0px 10px;	padding: 0px;   border: 1px solid #377f9f;	}div.center-box {   width: 50%;   background-color: #ffffff;	margin-left:auto;	margin-right:auto;	padding: 15px;   border: 1px solid #377f9f;	}	div.alt-center-box {   width: 85%;   background-color: #ffffff;	margin-left:auto;	margin-right:auto;	padding: 5px 5px 5px 5px;   border: 1px solid #377f9f;	}	div.alt-center-box-border {   width: 80%;   background-color: #ffffff;	margin-left:auto;	margin-right:auto;	padding: 5px 5px 5px 5px;   border: 2px solid #377f9f;	}	div.alt-center-box-light-gold {   width: 85%;   background-color: #fcf3e8;	margin-left:auto;	margin-right:auto;	padding: 5px;   border: 1px solid #377f9f;	}	div.alt-center-box-teal {   width: 85%;   background-color: #ecf1f2;	margin-left:auto;	margin-right:auto;	padding: 5px;   border: 1px solid #377f9f;	}	div.alt-center-box-head {   width: 85%;   background-color: #377f9f;	margin-left:auto;	margin-right:auto;	margin-top: 0px;	margin-bottom: 0px;	padding: 5px;	border: 1px solid #377f9f;}/*** right column Half of width box left ***/div.half-width-box-left {   background-color: #ffffff;	margin: 5px 5px 5px 5px;	border: 1px solid #377f9f;	padding: 10px;	width: 50%;	float: left;	}div.half-width-box-yellow-left {   background-color: #ffffef;	margin: 4px 4px 4px 4px;	border: 1px solid #377f9f;	padding: 5px;	width: 50%;	float: left;	}/*** right column Half of width box right ***/div.half-width-box-right {   background-color: #ffffff;	margin: 5px 5px 5px 5px;	border: 1px solid #377f9f;	padding: 10px;	width: 50%;	float: right;	}/* the border of the image inside your half width textbox can be changed.Its set to #5F8B8C at the moment. You can also change the solidto either dashed or dotted if you want to*//*** Picture inside the text you can also use this class for any image, if youwant it to have a border, and the text to wrap around it***/.img-float-left {	float: left;	padding: 2px;	margin-right: 5px;	border: 2px solid #cdaf6f;}.img-float-left2 {	float: left;	padding: 0px 0px 0px 0px;	margin-right: 7px;	border: 1px solid #cdaf6f;}.img-float-left3 {	float: left;	padding: 0px 0px 0px 0px;	margin-right: 16px;	border: 1px solid #cdaf6f;}.img-float-left-noborder {	float: left;	padding: 2px;	margin-right: 5px;}.img-float-left-noborder2 {	float: left;	padding: 0px;	margin-right: 16px;}.img-float-left-noborder3 {	float: left;	padding: 0px;	margin-right: 2px;}.img-float-left-tips {	float: left;	padding: 0px 8px 0px 2px;	margin-right: 24px;}.img-float-left-noborder-alt {	float: left;	padding: 0px;	margin: 0px;	border: 0px;}.img-center {	padding: 4px;	margin-right: 47px;	margin-left: 47px;	border: 2px solid #cdaf6f;}.img-center-alt {	padding: 2px;	margin: 16px;	border: 1px solid #cdaf6f;}.img-center-alt2 {	width: auto;	padding: 0px;	margin: 4px;	border: 1px solid #cdaf6f;}.img-center-noborder {	padding: 4px;	margin-right: 47px;	margin-left: 47px;}.img-center-noborder-alt {	padding: 4px;	margin-right: 5px;	margin-left: 5px;}.img-center-noborder-alt2 {	padding: 0px;	margin: 0px 5px 0px 5px;}.img-float-right {	float: right;	padding: 2px;	margin-left: 5px;	border: 2px solid #cdaf6f;}.img-float-right-noborder {	float: right;	padding: 2px;	margin-left: 5px;}/*** Clearing of a float ***/div.clear {	clear: both;	width: 100%;	height: 1px;}