/* ===== 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);
}

p {
	margin: 3px 0 17px;
}

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: 14px;
	color: #660000;
	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 {
	margin-bottom: 20px;
}

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

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

.side_nav {
	float: right;
	width: 155px;
	margin: 0 0 0 15px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #777 #444 #aaa;
	background-color: #D9D9D9;
}

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

.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 ==================================================================================================== */

.smpl_table {
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smpl_table th {
	padding: 4px;
	border: 1px solid #666666;
	text-align: left;
	background-color: #365357;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.smpl_table td {
	padding: 4px;
	border: 1px solid #AAAAAA;
}

.tan_bg {
	background-color: #FFD899;
}

.alt_table_bg { /* this style can be used for any table to help differentiate rows or row sections from other rows; like even / odd row highlighting */
	background-color: #EBEBEB;
}

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

.required_red {
	color: #FF0000;
}

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

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

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.table {
	margin: 10px auto;
	background-color: #FFFFFF;
	border-width: 2px;
	border-color: #000;
	border-style: solid;
	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]-->

