@charset "utf-8";
/* CSS Document */

/* * {border: 1px solid red !important; }
 */
 
/* general settings */

html {
	overflow-y:scroll;
	}
	

body {
	padding: 0px;
	margin: 0px;
	background-color: #D2CFC0;
	}

table {
	font-family: Arial; 
	font-size: 12px;
	}
 
a img{ border:none; } 

p { 
	font-family: Arial; 
	font-size: 14px;
	}

table { 
	font-size: 14px;
	}

a	{
	color: #214038;
	text-decoration: underline;
	}
	
	
a:hover	{
	color: #214038;
	text-decoration: none;
	}
	
	
a:active	{
	color: ;
	text-decoration: underline;
	}
	

h1	{
	font-family: Arial; 
	font-size:20px;	
	color: #214038;
	font-weight: bold;
	}
	
	
h2	{
	font-family: Arial; 
	font-size:18px;	
	color: #214038;
	font-weight: bold;
	}
	
h3	{
	font-family: Arial; 
	font-size:16px;	
	color: #214038;
	font-weight: bold;
	}
	
h4	{
	font-family: Arial; 
	font-size:14px;	
	color: #214038;
	font-weight: bold;
	}
	
h5	{
	font-family: Arial; 
	font-size:12px;	
	color: #214038;
	font-weight: bold;
	}
	
h6	{
	font-family: Arial; 
	font-size:10px;	
	color: #214038;	
	font-weight: bold;
	}
	
li { 
	font-family: Arial; 
	font-size: 14px;
	}	

.emph1	{
	color: #53706B;
	font-weight: bold;
	}
	
.emph2	{
	color: #00312B;
	font-weight: bold;
	}
	
.emph3	{
	color: #53706B;
	font-weight: bold;
	font-size: 16px;
	}
	
.emph4	{
	color: #00312B;
	font-weight: bold;
	font-size: 16px;
	}

.attn {
	color: #00312B; 
	font-size: 20px; 
	text-shadow: #ffffff 1px 1px;
	}
	
.note	{
	color: #00312B;
	font-weight: bold;
	font-size: 12px;
	}


/* Specifics 
=================
*/

/* top (black) band */

#band-top {				/* top black band, extends off screen */
	background-color: #00150E;
	width: 100%;
	height: 34px;
	margin: 0px;
	padding: 0px;
	border-bottom: medium solid #FFFFFF;  
	}


#top {					/* contents of black band */
	width: 784px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	}
	

#band-top p {				/*  very top menu words */
	color: #FFFFFF;
	margin: 10px 0px 4px 0px;
	}
	
	
#top a {					/* very top menu links  */
	color: #FFFFFF;
	text-decoration: none;
	}


#top a:hover {			/*  very top menu links  */
	color: #007D68;
	}
	
	
#phone {			/*  positions the phone number  */
	float: left;
	font-size: 10px;
	}
	
	
#tmenu {			/*  Positions the very top menu */
	float: right;
	font-size: 10px;
	}


/* green menu band */

	
#band-menu {			/* menu area with logo band, extends off screen */
	background-color: #00150E;
	/* background-color: #012C25; */
	width: 100%;
	height: 143px;
	margin: 0px;
	padding: 0px;
	border-bottom: medium solid #FFFFFF; 
	background-image: url('/Template_Images/menu_bg2.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	}
	
#menu {						/* menu area with logo content */
	width: 784px;
	height: 143px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/Template_Images/menu.jpg');
	background-repeat: no-repeat;
	}
	
#main_menu {				/* contains the menu buttons */
	width: 530px; 
	height: 82px; 
	float: right;
 	position: relative;
	}
	
#main_menu_lcurve {
	float: left;
	}
	
	
#main_menu_rcurve {
	float: left;
	}
	
.main_menu_button {			/* this div is the button unit */
	height: 22px; 
	}
	
.main_menu_center {
	float:left; 
	height: 22px; 
	background-image: url('/Template_Images/center.gif'); 
	background-repeat: repeat-x;
	}
	
.main_menu_center p {
	font-size: 12px;
	padding: 0px; 
	margin: 4px 0px 0px 0px; 
	color:#FFFFFF; 
	font-weight: bold;
	text-align: center;
	}
	
.main_menu_center a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
.main_menu_center:hover {				/* creates the hover for the buttons  */
	-moz-box-shadow: 	4px 4px 6px #F6E29E;
	-webkit-box-shadow: 4px 4px 6px #F6E29E;
     box-shadow: 		4px 4px 6px #F6E29E; 
	}
	
.main_menu_center2 {
	float:left; 
	height: 22px; 
	background-image: url('/Template_Images/center.gif'); 
	background-repeat: repeat-x;
	-moz-box-shadow: 	4px 4px 6px #464646;
	-webkit-box-shadow: 4px 4px 6px #464646;
     box-shadow: 		4px 4px 6px #464646; 
	}
	
.main_menu_center2 p {
	font-size: 12px;
	padding: 0px; 
	margin: 4px 0px 0px 0px; 
	color:#FFFFFF; 
	font-weight: bold;
	text-align: center;
	}
	
.main_menu_center2 a {
	color:#FFFFFF;
	text-decoration: none;
	
	}
	
.main_menu_center2:hover {				/* creates the hover for the buttons  */
	-moz-box-shadow: 	4px 4px 6px #597873;
	-webkit-box-shadow: 4px 4px 6px #597873;
     box-shadow: 		4px 4px 6px #597873; 
	}
	
	
/* small banner band */

	
#band-smallbanner {			/* small banner area, extends off screen */
	background-color: #00150E;
	width: 100%;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border-bottom: medium solid #FFFFFF; 
	}
	
#smallbanner {						/* center part of small banner */
	width: 784px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	}
		

	
/* graphics banner band */
	
		
#band-banner {				/* graphic banners background, extends off screen */
	background-color: #00150E;
	width: 100%;
	height: 283px;
	margin: 0px;
	padding: 0px;
	border-bottom: medium solid #FFFFFF; 
	background-image: url('/Template_Images/banner_bg.jpg');
	background-repeat: repeat-x;
	}
	
	
#banner {				/* graphic banners  */
	width: 784px;
	height: 283px;
	margin-left: auto;
	margin-right: auto;
	}
	

#banner-left {			/* this is the main graphic box column */
	float: left; 
	width: 534px; 
	padding: 0px; 
	margin: 0px;
	}
	
#banner-right {			/* this is the smaller column on the right */
	float: right; 
	width: 244px; 
	padding: 0px; 
	margin: 0px;	
	}
	
 #facebox {
	width: 233px;
	height: 139px;
	background-image: url(/Template_Images/face_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin: 34px 0px 0px 0px;
	float: right;
	}
	
#facebox img {			/*  this is the smaller box on the right */
	border: #1D342C medium solid;
 	padding: 0px;
	margin: 0px;
	position: relative; 
	z-index: 2;
	}
	
#facebox-para {
	z-index: 0; 
	text-align: center; 
	font-size: 14px; 
	/* font-weight: bold; */
	color: #FFFFFF; 
	position: relative; 
	top: -90px; 
	left: 74px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
	
	
#bannerbox img {			/*  big box on the left */
	border: #1D342C medium solid; 
	margin-top: 34px; 
	display: block;
	}
	
	
#facebox a:hover img {		/*  smaller box on right link  */
	border-bottom: #717F80 medium solid; 
	}

	
#bannerbox a:hover img {   /*  big box on the left link  */
	border-bottom: #717F80 medium solid; 
	}
	
	
#alertbox {					/*  box for the alert link */
	width: 236px;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
	
	
#alertbox p a {				/* alert link appearance  */
	color: #9AA3A0; 
	text-align: center; 
	font-size: 22px; 
	display: block; 
	border-top: #5C6864 4px solid; 
	border-bottom: #5C6864 4px solid; 
	text-shadow: #000000 2px 2px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
	
#alertbox p a:hover {		/* alert link appearance  */
	color: #ffffff;
	}
	
	
	

	
/* content area, beige */

#band-content {				/* beige content area background, extends off screen */
	background-color: #D2CFC0;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('/Template_Images/content_banner_bg.jpg');
	background-repeat: repeat-x;
	}
	
		
#content {				/* beige content area */
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/Template_Images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-bottom: 100px; /* pushes the pattern down a bit so no annoying cut-off */
	}
	
#interior-container {  /* dictates width of the interior container, only used in section and interior pages */
	width: 784px;
	}
	
/* content area columns */	

/* updates box on the right of the home page, column, and the box. */
	
	
#updates-container {  /* right column */
	float: right; 
	width: 248px; 
	margin: 22px 0px 0px 0px;
	padding: 0px;
	}
	
	
#content-updates {		/* updates box */
	width: 218px; 
	float: right;
	padding: 12px; 
	border: #FFFFFF 2px solid;
	}
	
#content-updates p {		/* updates box */
	font-size: 12px;
	}
	
.alpha40 { /* http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/ */
	/* Fallback for web browsers that doesn't support RGBa */
	/* background: rgb(255, 255, 255); */
	/* RGBa with 0.4 opacity */
	background: rgba(255, 255, 255, 0.4);
	/* For IE 5.5 - 7 opacity set lower to look the same*/
	/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#10ffffff, endColorstr=#10ffffff); */
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#10ffffff, endColorstr=#10ffffff)";
}
	
	
.content-updates-head {  /* header inside the updates box */
	font-weight: bold; 
	color: #214038; 
	text-transform: uppercase; 
	text-align: center; 
	font-size: 16px; 
	margin-bottom: 0px; 
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
	
#content-updates hr {  /* header inside the updates box */
	height: 3px; 
	margin-top: 0px; 
	color: #214038; 
	background-color: #214038; 
	width: 94%; 
	margin-left: auto; 
	margin-right: auto;
	}
	
/* read more news button on the home page */
	
#readmorenews {			/* more news box  */
	float: right; 
	margin: 8px 0px 0px 0px; 
	width: 150px; 
	border: #FFFFFF 2px solid; 
	background-color: #B3B09F;
	}
	
	
#readmorenews p {		/*  More news box */
	margin: 6px 0px 6px 0px; 
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	}


#readmorenews p a {		/* More News Box  */
	color: #ffffff;
	text-decoration: none;
	}
	
	
#readmorenews p a:hover {		/* More News Box  */
	color: #000000;
	text-decoration: none;
	}
	
/* request demo box on the home page */
	
#requestdemo {				/*  Request demo box button */
	float: right; 
	margin: 24px 0px 0px 0px; 
	width: 236px; 
	height: 56px;
	background-image: url('/Template_Images/info_button.jpg');
	background-repeat: no-repeat;
	background-position: center;
	}
	
	
#requestdemo p {			/* Request demo box button  */
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	}
	
	
#requestdemo p a {			/* request demo box button  */
	color: #ffffff;
	text-decoration: none;
	}
	
	
#requestdemo p a:hover {		/*  request demo box button */
	color: #000000;
	}
	
/* Left column links, creates the main area and the two columns for the links  */


#content-links {	/* The column itself for home and section pages  */
	float: left; 
	width: 520px; 
	padding: 0px; 
	margin-top: 22px;
	}


#links-left {			/*  outer column for home and section pages */
	width: 200px; 
	float: left;
	}
	
	
#links-right {			/*  inner column for home and section pages */
	width: 260px; 
	float: right;
	}


/* boxpicture and boxtitle are the links on the home page */

	
.boxtitle {				/* The white text headers for the links  */
	width: 164px; 
	height: 25px; 
	background-image: url('/Template_Images/box_bg.jpg');
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}


.boxtitle p {			/*  The white text headers for the links */
	font-weight: bold;
	text-align: center;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 15px;
	}
	
	
.boxtitle a {			/* The white text headers for the links  */
	text-decoration: none;
	color: #ffffff;	
	}
	
	
.boxtitle a:hover {			/* the white text headers for the links  */
	text-decoration: underline;
	color: #ffffff;	
	}
	
	
.boxpicture {				/*  box for the pictures  */
	width: 164px;
	height: 106px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	}
	
.boxpicture:hover {				/*  box for the pictures, hover state, three lines set the drop shadow  */
	-moz-box-shadow: 	4px 4px 4px #5F7A75;
	-webkit-box-shadow: 4px 4px 4px #5F7A75;
     box-shadow: 		4px 4px 4px #5F7A75; 
	}
	
	
.boxpicture img {			/* shared settings for the pictures */
	margin: 0px;
	padding: 0px;
	} 
	
	

/* Bottom Menu box  */


#bmenu {				/* bottom menu box itself */
	width: 780px; 
	height: 40px; 
	background-color: #B3B09F; 
	border: 2px solid #FFFFFF;
	margin-top: 14px;
	}
	
	
#bmenu ul {				/*  creates the menu words, note this is an unordered list  */
	margin: 12px 0px 12px 40px;
	padding: 0px;
	}


#bmenu li {				/*  list items for the menu, note "inline"  */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 12px 12px 0px;
	padding: 0px;
	display: inline;
	}


#bmenu li a {			/*  link appearance  */
	color: #FFFFFF;
	text-decoration: none;
	}


#bmenu li a:hover {		/*  link appearance  */
	color: #00150E;
	}
	
.corp {

	border: solid medium #B3B09F;
	}
	
	
	
/* 2nd menu column, used only in section and interior pages */
/* "slider" refers to the grey and white menu */


#slider-menu	{
	width: 224px; 
	float: right; 
	margin: 22px 0px 22px 8px;
	}

	
.slider {
	padding: 0px;
	margin: 0px;
	height: 34px;
	width: 224px;
	background: url('/Template_Images/2nd_menu.jpg');
	}
	
.slider p {
	font-weight: bold; 
	font-size: 14px; 
	margin: 0px;
	}	
	
.slider a	{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 9px 0px 8px 42px;
	}
	
.slider a:hover {
	color: #B3B09F;
	}
	
.slider a:active {
	color: #850129;
	}
	
.slider:hover {
	background: url('/Template_Images/2nd_menu.jpg') -224px 0px;
	}

.slider-topper {
	padding: 0px;
	margin: 0px;
	height: 29px;
	width: 210px;
	}
	
.slider-topper img {
	padding: 0px;
	margin: 0px;
	}
	
.slider-topper div {
	float: left;
	}
	
.slider-topper-name {
	background-image: url('/Template_Images/tab-center.png'); 
	background-repeat: repeat-x; 
	height: 29px;
	}
	
.slider-topper-name p {
	margin: 6px 6px 0px 6px; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF;
	}


/* dedicated calendar landing, beige */

#band-content-clndr {				/* beige content area background, extends off screen */
	background-color: #D2CFC0;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('/Template_Images/content_banner_bg.jpg');
	background-repeat: repeat-x;
	}
	
		
#content-clndr {				/* beige content area */
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/Template_Images/content_bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-bottom: 100px; /* pushes the pattern down a bit so no annoying cut-off */

	}
	
#interior-container-clndr {  /* dictates width of the interior container, only used in section and interior pages */
	width: 630px;
	padding-left: 4px;
	}
	
/* dedicated calendar landing  */	
	



	




	

