/* ===== GLOBAL, OVERRIDING STYLES ==================================================================================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #555555;
	margin: 0 15px 15px 15px;
	behavior: url(http://www.stonemountainpetlodge.com/site_support/css/csshover.htc);
}

h1 {
	font-family: Trebuchet MS;
	font-size: 24px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #194A52;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Trebuchet MS, Arial,Verdana;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #194A52;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5 {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #000;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a {
	color: #365357;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #513200;
	text-decoration: underline;
}
a:active{
	color: #666666;
	text-decoration: underline;
}

a.collapse_link:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.collapse_link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.collapse_link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #365357;
}
a.collapse_link:active {
	text-decoration: none;
	font-weight: bold;
	color: #365357;
}

hr {
	width: 100%;
	margin-bottom: 20px;
}

/* ===== PAGE LAYOUT ==================================================================================================== */

.wrapper {
	width: 950px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #777 #444 #aaa;
/*	vertical-align: top; */
}

.side_nav {
	float: right;
	width: 165px;
	margin: 15px 0 0 15px;
}

.body {
	float: left;
	width: 760px; /* This dimension should be .wrapper - .side_nav - all margins */
	margin: 15px 0 0 10px;
}

.page_title {
	margin-bottom: 15px;
/*	background-image: url(../../images/gold_bar.gif);
	background-repeat: repeat-x; */
	font-family: Trebuchet MS, sans-serif;
	font-size: 24px;
	color: #660000;
	font-weight: bold;
/*	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #777 #444 #aaa; */
}

.content_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ===== UNORGANIZED STYLES ==================================================================================================== */

.link_icon {
	border: 0;
	vertical-align: middle;
}

.green_bg {
	background-color: #194A52;
	color: #FFF;
}

.gold_bg {
	background-color: #C3BD9A;
}

.red_bg {
	background-color: #FF0000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.required_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}

.yellow {
	background-color: #F1F98D;
}

.green {
	background-color: #BDDFB8;
}

.purple {
	background-color: #DFC1DC;
}

.blue {
	background-color: #BEE6F5;
}

.red {
	background-color: #F4B3B1;
}

.video {
	margin: 0 10% 0 5%;
}

.center {
	text-align: center;
}

.image_right {
	float: right;
	margin: 0px 0px 3px 10px;
}

.image_left {
	float: left;
	margin: 0px 10px 3px 0px;
}

.notice {
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #FF0000;
	text-align: center;
	color: #FFF;
}

.important_notice {
	clear: both;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #777 #444 #aaa;
	margin-bottom: 15px;
	padding: 5px;
	background-image: url(../../images/silver_bar_tall.gif); /* this image is 65px tall */
	background-repeat: repeat-x;
	background-color: #939393;
}

.important_notice_badge {
	float: left;
	margin-right: 10px;
}

.important_notice p {
	margin: 7px 0 0 0;
}

.border{
	border-width: 1px;
	border-color: #000;
	border-style: solid;
}

.calendar {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin: auto;
	width: 100%;
	height: 850;
}

.table_line {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.map {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 640px;
	margin: auto;
}

.indent {
	margin-left: 15px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

.title2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

.table_head {
	background-image: url(../../includes/images/top_nav/nav_bar.jpg);
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
}

.nav_container {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	height: 20px;
	background-image: url(../../includes/images/top_nav/nav_bar.jpg);
	padding: 5px 13px 8px 10px;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.sub_nav { 
	border-width: 1px;
	border-color: #9A9A9A;
	border-style: solid;
	background-color: #D9D9D9;
	width: 165px;
}

.sub_nav div{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.sub_nav_tbl td{ 
	background-color: #EDEDED;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 4px;
}

.sub_nav_tbl td:hover{ 
	background-color: #F8FFD2;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 4px;
}

.sub_nav_tbl td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold
}
.sub_nav_tbl td a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #846020;
	text-decoration: underline;
	font-weight: bold
}
.sub_nav_tbl td a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dd6300;
	text-decoration: underline;
	font-weight: bold;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.section_nav {
	margin: auto;
}

.section_nav td {
	background-color: #F5EFD3;
	border-width: 1px;
	border-color: #846020;
	border-style: solid;
	padding: 4px;
}

.section_nav td:hover{ 
	background-color: #F8FFD2;
	border-width: 1px;
	border-style: solid;
	border-color: #846020;
	padding: 4px;
}

.section_nav a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #194a52;
	text-decoration: underline;
	font-weight: bold
}
.section_nav a:hover{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #846020;
	text-decoration: underline;
	font-weight: bold
}
.section_nav a:active{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #dd6300;
	text-decoration: underline;
	font-weight: bold
}

.content {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	background-color: #FFF;
}

.content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}

.content li {
	padding: 3px;
}

.footer {
	margin: 0px 20px 0px 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}
.footer img {
	vertical-align: middle;
}

.table {
/*	margin:0 auto; */
	background-color: #FFFFFF;
	border-width: 2px;
	border-color: #000;
	border-style: solid;
	vertical-align: top;
}

.table2 {
	margin: 0 auto;
	background-color: #FFFFFF;
	vertical-align: top;
}

<!-- Navigation Bar -->

#menu {
	width: 830px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 10em;
}

#menu a {
	font: bold 12px Trebuchet MS, sans-serif;
	display: block;
	margin: 0;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

#menu h2 {
	font: bold 14px Trebuchet MS, sans-serif;
	display: block;
	color: #FFF;
	text-transform: uppercase;
}

#menu a {
	background-image: url(../../includes/images/top_nav/nav_bar_bg_small.jpg);
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	color: #A00;
	background: #FFF;
	text-decoration: underline;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 0;
	width: 125%;
	text-align: left;
}

#menu ul ul ul {
	position: absolute;
	top: 15%;
	left: 100%;
	width: 100%;
	text-align: left;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
	body {
		behavior: url(csshover.htc); /* call hover behaviour file */
		font-size: 100%; /* enable IE to resize em fonts */
	} 
	#menu ul li {
		float: left; /* cure IE5.x "whitespace in lists" problem */
		width: 100%;
	}
	#menu ul li a {
		height: 78%; /* make links honour display: block; properly */
	} 
	
	#menu a, #menu h2 {
		font: bold 0.97em/1.4em Arial, Helvetica, sans-serif; /* if required use em's for IE as it won't resize pixels */
	} 
</style>
<![endif]-->
