/*background classes*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.headerback {
	background-color: #FFFFFF;
	position: absolute;
	height: 130px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index:2;
}
.navback {
	background-color: #F05774;
	position: absolute;
	height: 24px;
	width: 100%;
	left: 0px;
	top: 130px;
	z-index:2;
}
.multibandback {
	position: absolute;
	height: 136px;
	width: 100%;
	left: 0px;
	top: 154px;
	z-index:2;
	background-color: #FFCF46;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/multi_back_lower_image.gif);
}
.multibandtopimage {
	position: relative;
	height: 4px;
	width: 100%;
	left: 0px;
	z-index:4;
	background-color: #FFCF46;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/multi_back_top_image.gif);
}
/*Site structure*/
.container {
	margin-left: -380px;
	position: absolute;
	left: 50%;
	width: 760px;
	height: 100%;
	visibility: visible;
	z-index: 3;
}	
.navholder {
	width:760px;
	height:34px;
	position:absolute;
	z-index:1001;
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 126px;
}
.lefttextholder {
	top:308px;
	left:8px;
	position:absolute;
	width:420px;
	height:442px;
}
.pageheaderholder {
	top:200px;
	left:8px;
	position:absolute;
	width: 744px;
	height: 86px;
}
.pageheaderholderdouble {
	top:180px;
	left:8px;
	position:absolute;
	width: 740px;
	height: 106px;	
}
.sitenameholder {
	top:100px;
	right:8px;
	position:absolute;
	height: 28px;
	width: 480px;
}
.righttopimage{
	position:absolute;
	right:8px;
	top:154px;
	height:128px;
	width:744px;
	background-position: center;
	margin-top: 3px;
	
}
/*Text styles*/
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000033;
	text-align:right;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #000033;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 span{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F05774;
}

h3 {
	font-size: 14px;
	color: #000033;
	margin: 6px;
	padding: 0px;
}

h3 span{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
}

h4 {
	font-size: 12px;
	color: #ffffff;
	background-color:#000033;
	margin: 6px;
	padding: 1px;
}


.subheader {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.subheader span {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
}
.subheadertwo {
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	margin: 0px 0px 4px;
}
.subheaderthree {
	font-size: 12px;
	color: #000033;
	margin: 0px 0px 4px;
	font-weight: bold;
}
.pageheadertext {
	margin-top:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #8C8C8A;
	font-weight: normal;
}
.pageheadertext span{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7D8C55;
}
.maintext{
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	font-size: 12px;
}
/*Navigation*/
#nav {
	width:110px;
	height:20px;
	margin-top:6px;
	position:relative;
	float:left;
	margin-right:4px;
	margin-left: 4px;
	z-index: 1001;
	font-size: 12px;
}
#nav ul {
	float:left;
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#nav li {
	padding: 0px;
	text-indent:2px;	
}
#nav li a:link, #nav li a:visited  {
	display: block;
	padding: 1px 0px;
	color: #FFFFFF;
	text-decoration: none;
	width:110px;
	height: 18px;	
}
#nav li a:hover, #nav li a:active {
	background-color: #FFCF46;
	color: #20201D;
	height: 18px;	
}
#navsml {
	width:92px;
	height:20px;
	margin-top:6px;
	position:relative;
	float:left;
	margin-right:4px;	
	margin-left: 4px;
}
#navsml ul {
	float:left;
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#navsml li {
	padding: 0px;
	text-indent:2px;	
}
#navsml li a:link, #navsml li a:visited  {
	display: block;
	padding: 1px 0px 1px 0px;
	color: #FFFFFF;
	text-decoration: none;
	width:80px;
	height: 18px;	
}
#navsml li a:hover, #navsml li a:active {
	background-color: #FFCF46;
	color: #20201D;
	height: 18px;	
}
.dropdown {
	position: absolute;
	top:20px;
	left:0px;
	z-index:1001;
	display: none;
	font-size: 12px;
}
.dropdown  ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
.dropdown  li {
	padding: 0px;
	text-indent:2px;	
}
.dropdown li a:link, .dropdown li a:visited  {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width:220px;
	height: 18px;
	padding: 3px 0px 1px 2px;
	background-color:#F05774;
	cursor: hand;
}
.dropdown li a:hover, .dropdown li a:active  {
	background-color:#FFCF46;
	cursor: hand;
	color: #20201D;
}
.dropdownrightone {
	position: absolute;
	top:20px;
	left:94px;
	z-index:1002;
	margin:0px;
	padding:0px;
	display: none;
	font-size: 12px;
}
.dropdownrightone ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.dropdownrightone li {
	padding: 0px;
	text-indent:2px;
}
.dropdownrightone li a:link, .dropdownrightone li a:visited  {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 1px 2px;
	background-color:#F05774;
	cursor: hand;
}
.dropdownrightone li a:hover, .dropdownrightone li a:active  {
	background-color:#FFCF46;
	cursor: hand;
	color: #20201D;
	margin: 0px;
}
.dropdownrighttwo {
	position: absolute;
	top:20px;
	left:120px;
	z-index:1002;
	margin:0px;
	padding:0px;
	display: none;
	font-size: 12px;
}
.dropdownrighttwo ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
.dropdownrighttwo li {
	padding: 0px;
	text-indent:2px;	
}
.dropdownrighttwo li a:link, .dropdownrighttwo li a:visited  {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width:100%;
	height: 18px;
	margin: 0px;
	padding: 3px 0px 1px 2px;
	background-color:#3A3A38;
	cursor: hand;
}
.dropdownrighttwo li a:hover, .dropdownrighttwo li a:active  {
	background-color:#7D8C55;
	cursor: hand;
	color: #20201D;
	margin: 0px;
}
.inline {
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.inline a:link{
	color:#FFFFFF;
	background-color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	margin: 0px;
	display: inline;
}
.inline a:visited{
	color:#FFFFFF;
	background-color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	margin: 0px;
	display: inline;
}
.inline a:hover{
	color:#FFFFFF;
	background-color:#F05774;
	margin: 0px;
	padding: 0px 1px;
	}
.inline a:active{
	color:#FFFFFF;
	background-color:#F05774;
	margin: 0px;
	padding: 0px 1px;
}

.inline1 {
	color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	margin: 0px;
}
.inline1 a:link{
	color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
	background-color:#FAFAFA;
	margin: 0px;
}
.inline1 a:visited{
	color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
	background-color:#FAFAFA;
}
.inline1 a:hover{
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
	background-color: #000033;
	margin: 0px;
	padding: 0px 1px;
}
.inline1 a:active{
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
	background-color: #000033;
}
.inline2 {
	color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	margin: 0px;
}
.inline2 a:link{
	color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
	margin: 0px;
}
.inline2 a:visited{
	color:#000033;
	padding: 0px 1px;
	text-decoration:none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
}
.inline2 a:hover{
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
	background-color: #000033;
	margin: 0px;
	padding: 0px 1px;
}
.inline2 a:active{
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCF46;
	background-color: #000033;
}

/* Page objects*/
.logoholder {
	position: absolute;
	height: 116px;
	width: 116px;
	left: 8px;
	top: 8px;
}
.searchholder {
	position: absolute;
	height: 36px;
	width: 288px;
	top: 8px;
	right: 8px;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
}
.searchholder div{
	margin-top: 8px;
	margin-left: 8px;
}
.searchholder span {
	margin-top:5px;
}
.searchinput {
	vertical-align: middle;
	padding-left: 2px;
	height: 12px;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20201D;
}
.list {
	list-style-position: outside;
	list-style-image: url(../images/arrow_bullet.jpg);
	font-size: 12px;
	margin-right: 4px;
}
.list li {
	margin-top: 6px;
	margin-bottom: 6px;
}
.footer {
	left:8px;
	height:100px;
	width:744px;
	background-color:#FAFAFA;
	position:absolute;
	margin-top: 20px;
	bottom: 0px;
}
#footernav {
	width: 130px;
	float: left;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #424242;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #9A9A9A;
	margin-left: 12px;
}
#footernav ul {
	list-style-image: url(../images/footer_bullet.jpg);
	padding: 0px;
	margin: 0px 0px 0px 28px;
}
#footernav li {
	color: #9E0827;
	width: 100px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#footernav  a:link, #footernav  a:visited  {
	display: block;
	text-decoration: none;
	color: #666666;
}
#footernav a:hover {
	background-color: #D4D4D4;
	color: #666666;
}
#footernav div {
	margin: 0px 0px 2px 14px;
	color: #000033;
	background-color: #FFCF46;
	padding-left: 2px;
	height: 14px;
}
#footernav p {
	margin: 0px 0px 2px 14px;
	color: #666666;
}
.footerstore {
	height:100px;
	width:744px;
	background-color:#FAFAFA;
	position:relative;
	margin-top: 340px;
	float: left;
	left: 8px;
}
#footernavstore {
	width: 130px;
	float: left;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #424242;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #9A9A9A;
	margin-left: 12px;
}
#footernavstore ul {
	list-style-image: url(../images/footer_bullet.jpg);
	padding: 0px;
	margin: 0px 0px 0px 28px;
}
#footernavstore li {
	color: #9E0827;
	width: 100px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#footernavstore  a:link, #footernavstore  a:visited  {
	display: block;
	text-decoration: none;
	color: #666666;
}
#footernavstore a:hover {
	background-color: #D4D4D4;
	color: #666666;
}
#footernavstore div {
	margin: 0px 0px 2px 14px;
	color: #000033;
	background-color: #FFCF46;
	padding-left: 2px;
	height: 14px;
}
#footernavstore p {
	margin: 0px 0px 2px 14px;
	color: #666666;
}
/*Formatting*/
.imageborder {
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px dashed #FFCF46;
	border-left: 1px solid #EAEAEA;
}
