@charset "utf-8";

html, body {
   height: 100%;
   margin:0;
   background-color:#FF9900;
	min-width:835px;
	font-family:"Goudy Old Style", "Times New Roman", serif;
	}
#pagecontainer {
	position:relative;
	left:50%;
	width:800px;
	height:auto;
	margin-top:5px;
	margin-left:-400px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	border-left: 1px #FF180C solid;
	border-right: 1px #FF180C solid;
	border-bottom: 1px #FF180C solid;
	}
#topmenu {
	background-repeat:repeat;
	height:20px;
	padding-top:5px;
	padding-bottom:10px;
	background-color:#FFFF00;
	border-bottom: 1px #D72147 solid;
	border-top: 1px #D72147 solid;
	}
/* FLASH BANNER home page only */	
#banner1 	{
	background:url(../images/hotdog_hd.jpg) top left repeat-x;
	text-align:center;
	}
#banner img {
	padding: 0;
	}
/* STATIC BANNER */
#banner 	{
	display:block;
	width: 800px;
	height:60px;
	background:url(../images/banner.jpg) top left no-repeat;
	}	
ul#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
ul#nav li {
	float: left;
	padding-left: 5px;
	display: block;
	width: 160px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color:#FF0000;
	line-height: 30px;
	font-size:24px;
	vertical-align: middle;
	}
ul#nav li a {
	display: block;
	width: 160px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color:#660000;
	line-height: 30px;
	font-size:24px;
	vertical-align: middle;
	}
ul#nav li a:hover {
	color:#Ff0000;
	}
.first {margin-left:80px; width:90px;}

.body_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #D72147;
	text-align: left;
	padding: 10px 15px;
	line-height:1.25em;
}
h1 {
	font-size: 2em;
	font-weight:bold;
	color: #D72147;
	text-align:left;
	display:block;
	width:550px;
	padding-top:10px;
	border-bottom: 1px #D72147 solid;
	line-height: 100%;
	}
h2 {
	font-size: 2em;
	font-weight:bold;
	color: #D72147;
	background-color:#ffc;
	text-align:left;
	}
h3 {
	font-size: 1em;
	color:#000;
	padding-left:35px;
	padding-top:10px;
	height:30px;
	width:540px;
	background:url(../assets/videolink.gif) left no-repeat;
	white-space:nowrap;
	}
h4 {
	font-size: 125%;
	font-weight:bold;
	color: #D72147;
	text-align:left;
	display:block;
	width:550px;
	height:25px;
	margin-top:0px;
	border-bottom: 1px #D72147 solid;
	}
h5 {
	font-size: 1em;
	color:#000000;
	padding-left:35px;
	padding-top:10px;
	height:30px;
	background:url(../assets/videolink.gif) left no-repeat;
	white-space:nowrap;
	}
.pull {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#ff0000;
	text-align:center;
	border-bottom:1px #FF0000 solid;
	border-top:1px #FF0000 solid;
	line-height:36px;
	}
.home {
	font-size:18px;
	color:#FF0000;
	line-height:26px;
	}
.navbar_head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 5px;
	text-decoration: underline;
	}

a:link {
	text-decoration:none;
	color:#000000;
	}
a:visited {
	text-decoration:none;
	color:#990000;
	}
a:hover {
	text-decoration:underline;
	color:#FF0000;
	}
a:active {
	text-decoration:underline;
	color:#Ff0000;
	}
.dense_text {
	font-family:"Goudy Old Style", "Times New Roman", serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin-right: 20px;
	padding-right: 20px;
}
ul#dense {
	font-family:"Goudy Old Style", "Times New Roman", serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	list-style-position: inside;
}
ul#dense2{
	font-family:"Goudy Old Style", "Times New Roman", serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	text-align: left;
	list-style:outside;
	margin:0;
	padding:10px;
}
#content {
	position:relative;
	height: 100%;
	}
#content img {
	float:left;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:15px;
}
#sidemenu {
	position:relative;
	float:left;
	width:150px;
	text-align:left;
	height: 100%;
	margin-left:0;
	padding-left: 5px;
	padding-top: 10px;
	text-transform:uppercase;
}
ul#sidemenu {
	font-family:"Goudy Old Style", "Times New Roman", serif;
	font-size:12px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
	list-style:none;
	margin-left:0;
	color:#FF0000;
}
ul#sidemenu li {
	text-decoration:none;
	color:#FF0000;
	white-space:nowrap;
	}
.main {font-size:14px; font-weight:bold; border-bottom: 1px red dotted; margin-bottom:5px;}
.last {margin-bottom:10px;}	
ul#sidemenu li a:link {
	text-decoration:none;
	color:#000;
	}
ul#sidemenu li a:visited {
	text-decoration:none;
	color:#660000;
	}
ul#sidemenu li a:hover {
	text-decoration:underline;
	color:#D72147;
	}
ul#sidemenu li a:active {
	text-decoration:underline;
	color:#D72147;
	}	
ul#video {
	list-style:none;
	margin-left:0;
	padding:0 0 0 10px;
	text-indent:-10px;
	}	
#maintext {
	text-align:left;
	width:550px;
	float:left;
	margin:0 auto 0 0;
	padding: 0 0 15px 30px;
	}
#maintext2 {
	text-align:left;
	width:200px;
	float:left;
	margin-right: auto;
	padding-left:15px;
	padding-bottom:15px;
	}
#maintext a:link {
	text-decoration:none;
	color:#CC6600;
	}
#maintext a:visited {
	text-decoration:none;
	color:#990000;
	}
#maintext a:hover {
	text-decoration:none;
	color:#FF0000;
	}

#photobox1 {
	top: 0px;
	float: right;
	padding: 15px 15px 15px 25px;
	}
#photobox {
	top: 0px;
	float: left;
	padding: 15px 5px 15px 40px;
	}
#slideshowcontainer_a {
	top: 0px;
	float: right;
	padding: 15px 15px 15px 25px;
}	
#photobox2 {
	padding: 15px 15px 15px 25px;
	float: right;
	}
#photobox3 {
	top: 0px;
	padding: 0;
	margin-right: 5px;
	float: right;
	}
img {
	padding-bottom: 15px;
	padding-left: 15px;
	}
#footer {
	clear: both;
	width:100%;
	text-align:center;
	position:relative;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #A4BECF;
	font-size: xx-small;
	}
#footer p {margin:0; padding:0;}	
#footer a {
	color: #A4BECF;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}
#footer a:hover {
	color:#FF0000;
	text-decoration: none;
}
strong {font-weight:bold; font-style:normal;}
em {font-weight:normal; font-style:italic;}
