@font-face {
	font-family: "BookmanOldStyle";
	src: url("./fonts/BOOKOS.eot"); /* IE9 Compat Modes */
	src: url("./fonts/BOOKOS.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("./fonts/BOOKOS.otf") format("opentype"), /* Open Type Font */
		url("./fonts/BOOKOS.svg") format("svg"), /* Legacy iOS */
		url("./fonts/BOOKOS.ttf") format("truetype"), /* Safari, Android, iOS */
		url("./fonts/BOOKOS.woff") format("woff"), /* Modern Browsers */
		url("./fonts/BOOKOS.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BookmanOldStyle-Bold";
	src: url("./fonts/BOOKOSB.eot"); /* IE9 Compat Modes */
	src: url("./fonts/BOOKOSB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("./fonts/BOOKOSB.otf") format("opentype"), /* Open Type Font */
		url("./fonts/BOOKOSB.svg") format("svg"), /* Legacy iOS */
		url("./fonts/BOOKOSB.ttf") format("truetype"), /* Safari, Android, iOS */
		url("./fonts/BOOKOSB.woff") format("woff"), /* Modern Browsers */
		url("./fonts/BOOKOSB.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color:#000000;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	margin: 0px 0px 0px 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Sets the style for unvisited links. */
a,  a:link {
	color:#FFFFCC;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:1px;
	background-color:#333333;
}

/* Sets the style for visited links. */
a:visited {
	color: #ffffCC;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:1px;
	background-color:#333333;
}

/* Sets the style for links on mouseover. */
a:hover {
	color:#FFCC66;
	text-decoration: none;
	letter-spacing:1px;
	background-color:#333333;
}

/* Sets the style for a link that has focus. */
a:focus {
	color: #bf1c1c;
	letter-spacing:1px;
	background-color:#333333;

}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #ffffcc;
	letter-spacing:1px;
	background-color:#333333;
}

.right_bg {
	background-image:url(../images/right_column_border.gif);
	background-repeat:repeat-y;
}

.right_bg_narrow {
	background-image:url(../images/right_column_narrow.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

.left_bg {
	background-image:url(../images/left_column_border.gif);
	background-repeat:repeat-y;
	background-color: #333333;
}

.right_text {
	padding-right: 60px;
	padding-left: 10px;
	text-align:left;
}

.bg_right {
	background-color:#333333;
	text-align:left;
}

.left_text {
	padding-right: 5px;
	padding-left: 38px;
	text-align:left;
}

.middle_text {
	padding-right: 5px;
	padding-left: 5px;
	text-align:left;
	background-color:#333333;
}

.bottom_left {
	background-image:url(../images/left_bottom_corner.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.bottom_right {
	background-image:url(../images/right_bottom_corner.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.bottom_right_narrow {
	background-image:url(../images/right_bottom_corner_narrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.middle_col {
	background-image:url(../images/bottom_bar.gif);
	background-position:center;
	background-repeat:repeat-x;
}

#content {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top:-5px;
	z-index:1;
}

#contentHolder {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top:-5px;
	z-index:1;
	width:700px;
}

h1 {
	display:block;
	font-size: 18px;
	font-family:Book Antiqua;
	color: #ffcc66;
	letter-spacing:1px;
	line-height:22px;
	background-color:#333333;
	text-align:left;
}

h2 {
	margin-left:0px;
	margin-right:0px;
	font-family:Book Antiqua;
	font-style:normal;
	font-weight:bold;
	color: #ffcc66;
	font-size:17px;
	font-stretch:expanded;
	text-align:left;
	display:block;
}

h3 {
	text-align: center;
}

h6 {
	font-size:12px; padding-top:7px;
	margin-left:0px; margin-right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#CCCCCC;
	font-stretch:expanded;
	text-align:left;
	display:block;
}

.leftCol {
	margin-left: 40px;
	margin-right:20px;
	display:block;
}

#update p,
.rightCol {
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 7px;
	margin-bottom: 10px;
	display:block;
	line-height:18px;
}

#content_rt {
	margin-left: 0;
	margin-right: 0;
	padding-right: 16px;
	text-align:left;
}

.contacthdr {
	margin-right:45px;
	margin-bottom:10px;
}

.contactinfo {
	color: #CCCCCC;
	font-size:12px;
	line-height: 20px;
	display:block;
	margin-left: 0px;
	margin-right:2px;
	width:200px;
}

.bold {
	font-weight:bold;
}

#update {
	display:block;
	width:250px;
}

.pix {
	text-align:center;
}

.pageHeading{
	display:block;
	font-size: 18px;
	font-family:Book Antiqua;
	color: #ffcc66;
	letter-spacing:1px;
	line-height:22px;
	background-color:#333333;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:-2px;
	margin-right:0px;
	text-align: left;
}

.subHeading {
	margin-left:0px;
	margin-right:0px;
	font-family:Book Antiqua;
	font-style:normal;
	font-weight:bold;
	color: #ffcc66;
	font-size:17px;
	font-stretch:expanded;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	text-align:left;
	display:block;
}

 .heading {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	background-color:#000000;
	text-align:center;
}

.bodyText {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height:20px;
	margin-top:-4px;
	margin-right:15px;
	background-color:#333333;
}

.bodyText2 {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height:20px;
	margin-top:-4px;
	margin-right:0px;
	background-color:#333333;
}

#contact_list {
	width:260px;
}

/*Navigation menu*/
.cssvertical {
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	text-decoration: none;
	border:0px;
	z-index:1000;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left:35px;
	margin-top:7px;
}

.cssvertical ul {
	margin: 0;
	padding: 0;
	width: 220px; /* Width of Menu Items */
	list-style-type: none;
}

.cssvertical ul li {
	position: relative;
	left:7px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	background: #333333;
	top: -20px;
}

.cssvertical li ul {
	position: absolute;
	left: 220px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
}

.cssvertical ul li a {
	display: block;
	text-decoration: none;
	background: #660000; /* IE6 Bug */
	padding-top: 9px;
	padding-bottom:16px;
	border: 1px solid #000000; /* IE6 Bug */
	border-bottom: 1px solid #000000;
	cursor:pointer;
	width:220px;
	height:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	text-align:center;
	font-weight:400;
	color:#CCCCCC;
	font-weight:bold;

/* UnComment if You Want have Shadow
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
}


.cssvertical ul li a:hover { /*Theme Change here*/
	background-color:#333333;
	border: 1px #FFFFFF solid;
	color:#ffcc66;
	display:block;
}

.cssvertical li a:hover,a#active_menu:link,a {
	color:#FF0000;
	cursor:pointer;
	background-color:#666666;
}

/* Holly Hack. IE Requirement \*/
* html ul li {
	float:left;
	height: 1%;
}

* html ul li a {
	height: 1%;
}
/* End */

.cssvertical li:hover ul, li.over ul {
	display: block;
}

.cssvertical li:hover ul ul, li.over ul ul {
	display: none;
}

.cssvertical ul ul li:hover ul, ul ul li.over ul {
	display: block;
}

/*End NAvigation Menu*/

#footer {
	background:#000000;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	width:900px;
	margin-top:5px;
	line-height:18px;
}

#footer a {
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background:#000000;
	text-align:center;
}

#footer a:hover,a#active_footer:link,a #active_footer:visited {
	text-decoration: none;
	font-size:10px;
	color:#FFCC00;
	background:#000000;
	text-align:center;
}

.copyr {
	color:#999999;
	padding-top:6px;
	text-align:center;
	margin-top:5px;
	display:block;
}

.bottom_contact {
	color:#FFF5CF;
	font-size:11px;
	padding-top:8px;
}

.collage-container,
.page-container {
	width: 1024px;
	border: none;
	padding: 0;
	margin: 0;
}

.collage-container {
	height: 282px;
}

.page-container {
	height: 110px;
}

.collage-header,
.page-header {
	position: relative;
	width: 1024px;
	border: none;
	padding: 0;
	margin: 0;
}

.header-img1 {
	position: absolute;
	width: 526px;
	height: 83px;
	top: 0;
	left: 0;
}

.header-img2 {
	position: absolute;
	width: 498px;
	height: 282px;
	top: 0;
	left: 526px;
}

.header-img3 {
	position: absolute;
	width: 526px;
	height: 199px;
	top: 83px;
	left: 0;
}

.header-img4 {
	position: absolute;
	width: 498px;
	height: 83px;
	top: 0;
	left: 526px;
}

.header-img5 {
	position: absolute;
	width: 526px;
	height: 27px;
	top: 83px;
	left: 0;
}

.header-img6 {
	position: absolute;
	width: 498px;
	height: 27px;
	top: 83px;
	left: 526px;
}

.title1 {
	font-family: "BookmanOldStyle";
	font-size: 24px;
	font-weight: bolder;
	color: #FFCC66;
	position: absolute;
	text-align: left;
	top: 32px;
	left: 52px;
	text-shadow: 4px 4px 8px #000000;
}

.title2 {
	font-family: "BookmanOldStyle-Bold";
	font-size: 18px;
	color: #ffeac2;
	position: absolute;
	text-align: left;
	top: 56px;
	left: 52px;
}

#contact_info {
	text-align: left;
	margin-top: 10px;
	margin-left: 40px;
}

.shop li {
	list-style-type:none;
	color: #CCCCCC;
	font-size: 0.9em;
	line-height: 18px;
	margin-top:8px;
	margin-bottom:8px;
	display:block;
	margin-left: 2px;
	margin-right:2px;
}

.bottomlinks a {
	white-space: nowrap;
}
