@charset "UTF-8";



 body {
	background: #DEDAC2;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #000000;
	margin: 0px;
	padding: 0px 0px 6px;
	font-size: 12px;
}

.breadcrumbs {
	font-size: 10px;
    margin-bottom: 3px;
}

.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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}

.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: 10px;
}

.footer_head {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #66655A;
}

.footer_text {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #66655A;
}

.roundbox_text {
	font-size: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

.nav {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 10px;
}

.nav_blue {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin: 7px 0px 0px;
	padding: 7px 10px;
	background: #1563B3;
	vertical-align: bottom;
}

.text-rt-col {
	font-size: 10px;
	line-height: 13px;
	margin: 0px;
	padding: 0px 5px;
}
.search_btn {
	color: #335E46;
	padding: 4px 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0px;
}
.search {
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	padding: 4px 0px;
}
 

h1 {
	color: #335e46;
	font: bold 20px Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px 0px 6px;
}

h2 {
	color: #335e46;
	font: bold 16px Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 6px 0px;
}

h3 {
	color: #335e46;
	font: bold 12px Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 6px 0px;
}

h4 {
	color: #1563B3;
	font: bold 16px Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 6px 5px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 4px;
}

h6 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 6px 0px 4px;
}

ul {
	margin: 0px 0px 6px;
}

#certification {
	line-height: 18px;
	padding: 10px 15px 0px 125px;
	margin: 15px 0px 0px;
	background: url(images/certification_bkgrd.jpg) no-repeat;
	height: 85px;
	width: 365px;
}
#container_1 {
	background: url(images/boc_background.jpg) repeat-y center center;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
#container_2 {
	width: 920px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 

#facility {
	line-height: 18px;
	background: url(images/accreditation_bkgrd.jpg) no-repeat;
	margin: 15px 0px 0px;
	padding: 10px 150px 0px 15px;
	height: 85px;
	width: 340px;
}


#footer {
	padding: 15px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D9C99B;
	color: #66655A;
	text-align: center;
	margin: 0px;
} 

#header {
	background: #0D3B68;
	padding: 0px;  /* 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. */
	margin: 0px;
	text-align: center;
	width: 100%;
}

#mainContent {
	margin: 0px 220px 18px 195px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 0px 0px;
} 

#newsletter_top {
	background: url(images/roundbox_top.png) no-repeat;
	width: 180px;
	height: 10px;
}

#newsletter_mid {
	background: url(images/roundbox_mid.png) repeat-y;
	width: 180px;
	padding: 0px;
	margin: 0px;
}

#newsletter_bot {
	background: url(images/roundbox_bottom.png) no-repeat;
	height: 10px;
	width: 180px;
	margin-bottom: 10px;
}

#prereq_top {
	background: url(images/roundbox_top.png) no-repeat;
	width: 180px;
	height: 10px;
}

#prereq_mid {
	background: url(images/roundbox_mid.png) repeat-y;
	width: 180px;
	padding: 0px;
	margin: 0px;
}

#prereq_bot {
	background: url(images/roundbox_bottom.png) no-repeat;
	height: 10px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#provider_top {
	background: url(images/roundbox_top.png) no-repeat;
	width: 180px;
	height: 10px;
}

#provider_mid {
	background: url(images/roundbox_mid.png) repeat-y;
	width: 180px;
	padding: 0px;
	margin: 0px;
}

#provider_bot {
	background: url(images/roundbox_bottom.png) no-repeat;
	height: 10px;
	width: 180px;
	margin-bottom: 10px;
}

#search {
	background: url(images/search_green_fade.jpg) repeat-y;
	margin: 0px 0px 15px;
	padding: 4px 15px 4px 0px;
	width: 490px;
}

#search a:link   {
	color: #FFFFFF;
	text-decoration: none;
}

#search a:visited   {
	color: #FFFFFF;
	text-decoration: none;
}

#search a:hover   {
	color: #FFFFFF;
	text-decoration: underline;
}

#search a:active   {
	color: #FFFFFF;
	text-decoration: underline;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #9E9C8B url(images/green_fade.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 7px 5px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	height: 535px;
	min-height: 535px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #fff url(images/beige_fade.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 5px; /* padding keeps the content of the div away from the edges */
	font-size: 10px;
	margin: 0px 0px 15px;
	min-height: 535px;
	height: 735px;
}

#who_we_are {
	line-height: 18px;
	background: url(images/who_bkgrd.jpg) no-repeat;
	height: 250px;
	width: 240px;
	margin: 5px 0px 0px;
	padding: 15px 250px 15px 15px;
}

ul.nice-menu li:hover {
  background-color: #849586 !important;
}

ul.nice-menu ul li:hover, 
ul.nice-menu ul ul li:hover {
  background-color: #d9c99b  !important;
}

#search .form-submit {
  color: #335E46;
	background-color: transparent;
  border: 0px;
	cursor: pointer;
}
