/*
Theme Name: hrhpress
Theme URI: http://www.hrh.org
Description: Theme for Houlton Regional Hospital
Version: 1.0
Author: Fred Grant
Author URI: http://www.maine-website-designer.com
*/
@charset "utf-8";
body  {
	font: 100% Tahoma, Helvetica;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5a676e;
	font-size: 11px;
	background-image: url(images/blu-bg.jpg);
	background-repeat: repeat-x;
	background-color: #EBF6FC;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a {
	font-size: 12px;
	font-weight: bold;
	color: #546B79;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #546B79;
}
.twoColFixLtHdr #mainContent h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.twoColFixLtHdr img{
	border:none
}


.twoColFixLtHdr #sidebar1 h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4D915E;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 3px;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #4D915E;
	text-align: center;
	margin-bottom: 2px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CBC17A
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 3px;
}
.twoColFixLtHdr #sidebar1 h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #546B79;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
	margin-left: 3px;
}



.twoColFixLtHdr  #sidebar1  p {
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar1 form {
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
}
.twoColFixLtHdr  #sidebar1  #s {
	font-size: 11px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 180px;
}




.twoColFixLtHdr #sidebar1 #logo {
	text-align: center;
}
.twoColFixLtHdr #sidebar1 #leftnav {
}
.twoColFixLtHdr #sidebar1 #mainnav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5a676e;
	display: block;
}
/*.twoColFixLtHdr#sidebar1 #mainnav ul {

}*/

.twoColFixLtHdr #sidebar1 #mainnav li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5a676e;
	width: 145px;
	margin-left: -15px;
}
.twoColFixLtHdr #sidebar1 #mainnav li ul li{
	list-style-type: circle;
	border-bottom-style: none;
	width: 130px;
	margin-left: -25px;
	font-size: 10px;
	font-weight: normal;
	background-position: -5px;
	left: -15px;
	line-height: 13px;
	margin-top: 5px;
}
.twoColFixLtHdr #sidebar1 #mainnav a {
	text-decoration: none;
	color: #5a676e;
	display: block;
	background-image: url(images/small.gif);
	background-repeat: no-repeat;
	background-position: 135px;
}
.alignleft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.alignright {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #sidebar1 #mainnav li ul li a{
	background-image: none;
}

.twoColFixLtHdr #sidebar1 #mainnav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5a676e;
	display: block;
}

.twoColFixLtHdr  #sidebar1 #leftnav li {
	list-style: url(images/point_2.gif);
	font-size: 11px;
	font-family: Tahoma;
	line-height: 2em;
}
.twoColFixLtHdr  #sidebar1 #leftnav a {
	color: #5A676E;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
} 

.twoColFixLtHdr  #mainContent #imagetop {
	float: left;

}
.twoColFixLtHdr #mainContent #imagetop h1 {
	font-size: 24px;
	font-weight: bold;
	color: #546B79;
	position: absolute;
	top: 15px;
	width: 338px;
}

.twoColFixLtHdr  #mainContent #imagebottom {



}
.twoColFixLtHdr #mainContent #imagebottom2 {
	height: 7px;
	background-color: #CBC17A;
	float: left;
	width: 542px;
}
.twoColFixLtHdr #mainContent #column1 {
	float: left;
	width: 256px;
	padding-right: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent #column1 h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #546B79;
	background-position: center;
	margin-left: -10px;
	margin-right: -5px;
	margin-top: 0px;
	height: 2em;
	padding-left: 10px;
	padding-top: 0.5em;
}

.twoColFixLtHdr #mainContent #column2 {
	float: left;
	width: 256px;
	padding-right: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent #column2 h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #546B79;
	background-position: center;
	margin-left: -10px;
	margin-right: -5px;
	margin-top: 0px;
	height: 2em;
	padding-left: 10px;
	padding-top: 0.5em;
}

.twoColFixLtHdr #mainContent #columnstack {
	float: left;
	width: 542px;
}
.twoColFixLtHdr #mainContent #columnstack h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #546B79;
	background-position: center;
	margin-top: 0px;
	height: 2em;
	padding-left: 10px;
	padding-top: 0.5em;
}
.twoColFixLtHdr #mainContent #columnstack h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #4D915E;
	background-position: center;
	margin-top: 0px;
	height: 1.5em;
	padding-left: 10px;
	padding-top: 0.5em;
}
.twoColFixLtHdr #mainContent #columnstack #boypage h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #95ADCC;
	background-position: center;
	margin-top: 0px;
	height: 1.5em;
	padding-left: 10px;
	padding-top: 0.5em;
}
.twoColFixLtHdr #mainContent #columnstack #girlpage h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #F8AFD0;
	background-position: center;
	margin-top: 0px;
	height: 1.5em;
	padding-left: 10px;
	padding-top: 0.5em;
}
.twoColFixLtHdr #mainContent #newsbox1 {
	width: 180px;
	background-color: #536C7A;
	padding-bottom: 6px;
	margin-right: 1px;
	float: right;
}
.twoColFixLtHdr  #mainContent #newsbox1 img {
	background-color: #E0B01D;
	height: 85px;
	padding-top: 12px;
	margin-bottom: 10px;
}
.twoColFixLtHdr  #mainContent #newsbox1 h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: -10px;
	font-weight: bold;
}
.twoColFixLtHdr  #mainContent #newsbox1 p {
	font: Tahoma;
	font-size: 11px;
	color: #DDE2E4;
}
.twoColFixLtHdr  #mainContent #newsbox1 h2 {
	font: Tahoma;
	font-size: 12px;
	color: #DDE2E4;
	background-color: #E0B01D;
	text-align:center;
	margin-bottom:0;
}
.twoColFixLtHdr  #mainContent #newsbox1 h2 a{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.twoColFixLtHdr  #mainContent #newsbox1 ul {
	margin-top: -10px;
}
.twoColFixLtHdr  #mainContent #newsbox1 li {
	font: Tahoma;
	list-style-image: url(images/point_1.gif);
	color: #DDE2E4;
	margin-left: -15px;
}
.twoColFixLtHdr  #mainContent #newsbox1 a {
	color: #DDE2E4;
	font-size: 11px;
	font: tahoma;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
}
.twoColFixLtHdr #footer #left {
	float: left;
}
.twoColFixLtHdr  #footer  #right {
	float: right;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

.leftpad5 {
	padding-left: 5px;
}
.leftmargin10 {
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent #columnstack table {

}
.twoColFixLtHdr #mainContent #columnstack table td {
	padding-bottom: 20px;
}


.twoColFixLtHdr #mainContent #columnstack tr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #546B79;
}
.bigletters {
	font-size: 24px;
}
.orangecolor {
	color: #E0B11D;
}

