/* CSS Document */

body {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	background: #000000;
	text-align: center; 
	padding: 0;
	margin: 0 auto;
}

#container {
	width: 783px;
	padding-top: 5px;
	text-align: left;
	margin: 0 auto 0 auto;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
#pageHeader {
	width: 783 px;
	height: 166px;
	background: url(images/jagband_banner1.jpg) no-repeat;
}
#pageHeader span {
	visibility:hidden;
}
#content {
	width: 783px;
}
#topNav {
	background-image: url(images/topNav_background.jpg);
	height: 20px;
	width: 100%;
	text-align: center;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-weight:bolder;
}
.topNavFont {
	font-size:14px;
}
#contentBox {
	width:783px;
	height:100px;
}
#rightInfo {
	background-color:#990000;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:thin;
	width: 183px;
	float: right;
	// ajpoland - height: 620px;
	height:900px;
}
#contentInfo {
	background-color: #ffffff;
	margin:auto;
	width: auto;
	// ajpoland - height:620px;
	height:900px;
}
#indexInfo {
	/*padding: 8px;*/
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
}
div#rightInfo a:link {
	font-size: 12px;
	color: #cc9900;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
div#rightInfo a:visited {
	font-size: 12px;
	color: #cc9900;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
div#rightInfo a:hover{
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.rightLinks {
	list-style-type: none;
	list-style-position: inside;
	padding: 5px;
	margin-left: 10px;
	font-size: 12px;
	color: #cc9900;
}
#footer {
	background-image: url(images/topNav_background.jpg);
	height: 20px;
	width: 100%;
	text-align: center;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	font-weight:bolder;
	font-size:12px;
}
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ADED7C; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ajpoland - style for T-Shirt order form */

form label {width:10em; float:left; display:block; margin-right:0.5em; text-align:right}
form .submit input {margin-left:4.5em}
form input {font-weight:bold}
form fieldset {border:1px solid #781351; width:25em; text-align:left; font-size: 10pt;}
form legend {background:#ffa20c; border:1px solid #781351; letter-spacing:0}
form fieldset p {margin-top:0;}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EAFADC;
}