/* CSS Document - Exclamation */
html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bodybkgd1.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e76825;	
	font-size: 11px; 
	width: 100%;
	height: 100%;
	}
	
#container {
	width: 792px;
	position: relative;
	margin-top: 15px;
	margin-left: 125px;
	padding: 0;
	line-height: 120%;
	background: #fff url(../images/p1.gif) top center no-repeat;
	border-top: 1px solid #ffea94;
	border-right: 3px solid #ffea94;
	border-left: 3px solid #ffea94;
	}

#indexleft {
	position: absolute;
	width: 170px;
	top: 344px;
	left: 36px;
	margin: 0;
	padding: 0;
	letter-spacing: .01em;
	}
	
#indexright {
	position: relative;
	width: 480px;
	top: 60px;
	left: 276px;
	padding: 0;
	margin: 0;
	line-height: 140%;
	letter-spacing: .01em;
	z-index: 5;	
	}
	
img {
	border: none;
	}
	
#indexflash {
	
	border-right: 2px dotted #ffea94;
	border-bottom: 2px dotted #ffea94;
	width: 168px;
	height: 154px;
	float: right;
	}

#footer {
	clear: both;
	color: #000;
	font-size: 9px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-top: 45px;
	line-height: 150%;
	border-top: 1px solid #ffea94;
	border-bottom: 3px solid #ffea94;
	letter-spacing: .01em;
}

#footer a:link, #footer a:visited {
	color: #c9682c;
	text-decoration: none;
}

#footer a:hover {
	color: #f2c831;
}

h1 {
	color: #e76825;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
	}
	
.small {
	font-size: 9.5px;
	}

.bigger {
	font-size: 13px;
	}
	
.bold {
	font-weight: bold;
	}
	
.biggest {
	font-size: 13px;
	line-height: 140%;
	}

.textblack {
	color: #000;
	}

/*code for drop down menu*/	
#navbar {
	position: relative;
	margin: 246px auto 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 24px;
	background: #fade69;
	border-bottom: solid 2px #ccc;
	z-index: 9;
	}
	
#dd {
	margin-left: 25%;
	padding: 0;
	list-style: none;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	}

#dd li {
	margin: 0;
	padding: 0;
	color: #e76825;
	list-style: none;
	float: left;
	}

#dd li a.menu {
	text-align: left;
	color: #e76825;
	padding: 5px 15px;
	margin-top: 3px;
	text-decoration: none;
	display: block;
	}

#dd li a.menu:hover {
	color: #fff;
	}

.submenu {
	background: #fade69;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	margin-top: 2px;
	}

.submenu a {
	display: block;
	position: relative;
	text-align: left;
	text-decoration: none;
	padding: 5px 14px;
	color: #e76825;
	border-top: 1px solid #fff;
	width: 100%;
	}

.submenu a:hover {
 	color: #fff;
	}

#adlink {
	color: #000;
	position: relative;
	width: 170px;
	top: 20px;
	left: 10px;
	margin: 0;
	padding: 0;
	letter-spacing: .01em;
}
#adlink a {
	color: #09c;
	text-decoration: none;
	}
#adlink a:hover {
 	color: #666;
	text-decoration: underline;
	}	

	
#adlink3 {
	position: relative;
	top: 10px;
	left: 600px;
	color: #000;
	letter-spacing: .01em;
}
#adlink3 a {
	color: #09c;
	text-decoration: none;
	}
#adlink3 a:hover {
 	color: #666;
	text-decoration: underline;
	}
	
#homelink {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 24px;
	background: #fade69;
	border-bottom: solid 2px #ccc;
	z-index: 9;
	}
	
#homelink p {
	position: relative;
	top: 4px;
	color: #e76825;
	letter-spacing: .01em;
	}
	
#homelink a {
	color: #e76825;
	text-decoration: none;
	}
	
#homelink a:hover {
 	color: #fff;
	text-decoration: underline;
	}
