@charset "UTF-8";
/* CSS Document */
a:link	{font-family: arial;font-size: 11px;color: #336699;text-decoration:underline;}
a.standardbig:visited	{font-family: arial;font-size: 13px;color: #336699;text-decoration:underline;}
a.standardbig:link	{font-family: arial;font-size: 13px;color: #336699;text-decoration:underline;}
a.standardbig:hover	{font-family: arial;font-size: 13px;color: #00183F;text-decoration:underline;}

a.standard	{font-family: arial;font-size: 11px;color: #ffcc33;text-decoration:underline;}
a.standard:visited	{font-family: arial;font-size: 11px;color: #ffcc33;text-decoration:underline;}
a.standard:link	{font-family: arial;font-size: 11px;color: #ffcc33;text-decoration:underline;}
a.standard:hover	{font-family: arial;font-size: 11px;color: #ff9;text-decoration:underline;}
.mediadesc {
	color: #FF9;
	font-size:12px;
	font-style: normal;
}
.thrColFixHdr #pwimages {
	margin: 2px 0px 2px 0px;
	padding: 2px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font: ffcc33;
}
body  {
	background-image: url(../images/bkg_main.jpg);
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* centers container IE 5* browser. text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-color: #000;
	color: #ffcc33;
	font-size:12px;
}
h1	{color: #ffcc33; font-size:20px;

}
h2	{color: #ffcc33; font-size:18px;

}
h3	{
	color: #FF9;
	font-size:14px;
	font-style: normal;
}
h4	{
	color: #FF9;
	font-size:14px;
	font-style: normal;
}
p	{
	color: #ffcc33;
	font-size:12px;
	font-style: normal;
}
.body_heading_yellow_light {
	color: #FF9;
	font-size:14px;
	font-style: normal;
}
.body_yellow_highlight {
	color: #FF9;
	font-size:12px;
	font-style: normal;
}
.body_title	{color: #ffcc33; font-size:18px;

}
.body_sub_title	{
	color: #FF9;
	font-size:14px;
	font-style: normal;
}
.body_text_yellow	{
	color: #ffcc33;
	font-size:12px;
	font-style: normal;
}
.footermenutext {
	color: #ffcc33;
	font-size:10px;
	font-style: normal;
	
}
.footermenutext a:hover {
	color: #000000;
	background-color: #ffcc33;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.footercopyrtext {
	color: #666;
	font-size:10px;
	font-style: normal;	
}
.footerdwstext {
	color: #CCC;
	font-size:10px;
	font-style: normal;
}
a:link {
	color: #ffcc33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:visited { color: #FFFFFF}

a:active { color: #333333}

a img {
	border-width: 0px;
}
/* Begin - Layout Styling */
.thrColFixHdr #container { 
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0px 0px 0px 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 272px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 1px;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 5px 204px 5px 277px;
	border: 1px solid #ffcc33;
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	background-color:#000;
	background-color:rgba(0,0,0,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;       /* mozilla, netscape */
}
.thrColFixHdr #mainContent1 {
	margin: 2px 0px 5px 277px;
	border: 1px solid #ffcc33;
	padding: 2px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000;
	background-color:rgba(0,0,0,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;       /* mozilla, netscape */
}
.thrColFixHdr #footer { 
	border: 1px solid #ffcc33;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#000;
	background-color:rgba(0,0,0,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;       /* mozilla, netscape */
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* End - Layout Styling */
/* Begin - Zimmy's Gift Shop Item Styling */
div.zimmy_item {
	float:left;
	width:300px;
	padding:5px;
	border:1px solid #ffcc33;
	overflow:auto;
	background-color:#240000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	height: 150px;
}
div.zimmy_item1 {
	float:right;
	width:300px;
	padding:5px;
	border:1px solid #ffcc33;
	overflow:auto;
	background-color:#240000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	height: 150px;
}
div.col_l {
	width:100px;
	float:left;
	text-align:left;
}
div.col_r {
	width:175px;
	margin-left:10px;
	float:left;
}
div.col_l img {
	padding-bottom:1px;

}
div.col_r a,
div.col_r input.submit {
	margin:5px 0px 3px;
	padding:2px 8px 2px 32px;
	border:3px solid #ffcc33;
	background-color:#FFF;
	float:right;
	line-height:10px;
	color:#000000;
	text-decoration:none;
	text-transform:lowercase;
	font-size:14px;
}
div.col_r a:hover,
div.col_r input.submit:hover {
	border-color:#ffcc33;
	color:#ffcc33;
}

div.col_r select {
	width:12em;
}
h4 {
	color:#ffcc33;
	font-size:12px;
	font-weight:bold;
}
h4 span {
	color:#FF9;
	font-size:14px;
	font-weight:normal;
}
