/** BASIC */

body {
	margin: 20px 10px;
	padding: 0px;
	background: #525252 url(/images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	background-color: #E0E0DD;
	border-top: 1px solid #999A92;
	border-right: 1px solid #D8D8D5;
	border-bottom: 1px solid #E9E9E6;
	border-left: 1px solid #D8D8D5;
}

.input2 {
	width: 165px;
	background-color: #4A4C45;
	border-top: 1px solid #1B1B18;
	border-right: 1px solid #454640;
	border-bottom: 1px solid #7D7E74;
	border-left: 1px solid #454640;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F58;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.contentHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.error-message {
	font-size: 10px;
	color: red;
}

.emphasize {
	color: red;
}

.contenttitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 10px;
	color: #D7D8D5;
}

.text4 {
	font-size: 21px;
	font-weight: bold;
	color: #5D5E56;
}

.text5 {
	color: #83857C;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
}

/** LINKS */

a {
	color: #B00005;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
	cursor: hand;
}

a.link2 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	color: #C8C9C5;
}

.style1 a {
	color: #000000;
}

.style1 a:hover {
}

.style2 {
	text-align: center;
	color: #BDBFBA;
}

.style2 a {
	color: #BDBFBA;
}

.style2 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/images/homepage03.jpg) repeat-x left top; }
.bg2 { background: url(/images/homepage06.jpg) repeat-x left top; }
.bg3 { background: url(/images/homepage07.jpg) no-repeat left top; }
.bg4 { background: url(/images/homepage09.jpg) repeat left top; }
.bg5 { background: url(/images/homepage18.gif) repeat left top; }
.bg6 { background: url(/images/homepage13.gif) repeat-y left top; }
.bg7 { background: url(/images/homepage14.gif) repeat-y right top; }
.bg8 { background: url(/images/homepage28.gif) repeat-x left top; }
.bg9 { background: url(/images/homepage25.gif) repeat-x left top; }
.bg10 { background: url(/images/homepage30.gif) repeat-y right top; }
.bg11 { background: url(/images/homepage30.gif) repeat-y left top; }
.bg12 { background: url(/images/homepage32.gif) repeat-x left top; }
.bg13 { background: url(/images/homepage23.gif) repeat-x left top; }
.bg14 { background: url(/images/homepage19.gif) repeat-x left top; }
.bg15 { background: url(/images/homepage36.gif) repeat-x left top; }
.bg16 { background: url(/images/homepage38.gif) repeat-y left top; }
.bg17 { background: url(/images/homepage39.gif) repeat-y right top; }
.bg18 { background: url(/images/homepage43.gif) repeat-x left top; }
.bg19 { background: url(/images/homepage46.gif) repeat-y left top; }
.bg20 { background: #FEFEFE url(/images/homepage50.gif) repeat-x left top; }
.bg21 { background: url(/images/subpage1_02.jpg) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.search {
	font-size: 15px;
	font-family:"Times New Roman",Georgia,Serif;
	font-weight: normal;
}

a.search {
	text-decoration: underline;
	color: #0000FF;
	font-size: 15px;
	font-family:"Times New Roman",Georgia,Serif;
	font-weight: bold;
}

a.search:visited {
	color: #800080;
}

.description {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

.url {
	text-decoration: none;
	color: #008000;
	font-size: 12px;
}

a.shop {
	text-decoration: underline;
	color: #0000FF;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
}

a.shop:visited {
	color: #663399;
}
a.shop:hover {
	text-decoration: none;
}

/** Basic Tabs */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 4px solid #9f0029;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f4f4f4;
color: #000000;
}


.basictab li a:hover{
background-color: #9f0029;
color: #FFFFFF;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #9f0029;
color: #ffffff;
}


/** SearchTabs */

.searchtab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 4px solid #9f0029;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.searchtab li{
display: inline;
margin: 0;
}

.searchtab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f4f4f4;
color: #000000;
}


.searchtab li a:hover{
background-color: #9f0029;
color: #FFFFFF;
}

.basictab li a:active{
color: black;
}

.searchtab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #9f0029;
color: #ffffff;
}


#info {width:750px; background:#fff; float:left; border:1px solid #ddd;}
#info2 {width:750px; float:left;}
#info2 h2 {padding:10px 0 0 10px; margin:0; font-size:15px; color:#151;}
#info p {line-height:1.5em;}
#info p.info {margin-left:10px;}
#info h2 {padding:10px 0 5px 10px; margin:0; font-size:15px; color:#151;}
#info h3 {padding:5px 0 10px 10px; margin:0; font-size:12px; color:#048; font-weight:normal;}
#info_right {width:250px; float:right;}

#info_right_home {float:right;}
#info_right_home a img {border:0; display:block;}

#left_column blockquote {padding:10px;}
#left_column p.cite {color:#004488; display:list-item; padding:0 5px 0 0; list-style-image: url(../graphic/open_quotes.gif); background: url(../graphic/close_quotes.gif) bottom right no-repeat;}
#left_column blockquote[cite]:after {content: "Quote taken from: " attr(cite); display: block; font-size:0.9em; color:#0088cc; text-align:right;}


#far_right {width:250px; float:right; padding-top:35px;}
.box250 {width:250px; padding:0 0 15px 0; background:url(/images/box_base.gif) no-repeat left bottom; margin-bottom:10px;}
.box250 h3 {background:url(/images/box.gif); height:30px; line-height:30px; color:#333; padding:0 15px; margin:0; font-size:12px;}
.box250 ul {list-style:none; padding:15px 14px 0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px; height:auto;}
.box250 ul li {text-decoration:none; color:#444; padding:2px 0; font-size:11px; border-bottom:1px solid #f0f0f0; word-spacing:-1px;}
.box250 ul li a {text-decoration:none; color:#048; font-size:12px; font-weight:bold;}
.box250 ul li a:hover {text-decoration:underline;}

.box250 p {padding:15px 14px 0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px; line-height:1.3em; font-size:11px; color:#444;}
.box250 p.red {color:#c00;}
.box250 dl {list-style:none; padding:0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px;}
.box250 dt {clear:left; padding:10px 0; margin:0; font-size:12px; font-weight:bold; color:#151;}
.box250 dd {padding:3px 0; margin:0; font-size:11px; line-height:1.2em; color:#444; border-bottom:1px solid #f0f0f0;}
.box250 dd a {display:block; color:#048; text-decoration:none; width:220px; font-size:12px;}
.box250 dd a em {color:#666; float:right; font-style:normal; font-size:11px;}
.box250 dd a:hover {color:#08c; text-decoration:none;}

.box250 table caption {width:250px; background:url(/images/box.gif); height:30px; line-height:30px; color:#333; padding:0; margin:0; font-size:12px; text-align:left; text-indent:15px; font-weight:bold;}
.box250 table {width:250px; border:1px solid #d8d9da; border-width:0 1px; background:#fff;}
.box250 table th {padding-top:5px; text-indent:5px; color:#151;}
.box250 table td {text-indent:5px; color:#444;}
.box250 table tfoot td {text-align:center; color:#666; font-size:11px; padding-top:10px;}

.box250 form {margin:0;}

.box250 a.bannerad img {display:block; padding-bottom:4px;}

.plain250 {width:250px; padding:0 0 15px 0; background:url(/images/plain250.gif) no-repeat left bottom; margin-bottom:10px;}
.plain250 div {width:250px; background:url(/images/plain250.gif) no-repeat left top; text-align:center;}
.plain250 ul {list-style:none; padding:0 14px 0 14px; margin:0; width:220px; background:#fff; border:1px solid #d8d9da; border-width:0 1px; height:auto;}
.plain250 ul li {text-decoration:none; color:#444; padding:2px 0; font-size:11px; border-bottom:1px solid #f0f0f0; word-spacing:-1px; text-align:left;}
.plain250 ul li a {text-decoration:none; color:#048; font-size:12px; font-weight:bold;}
.plain250 ul li a:hover {text-decoration:underline;}
.plain250 span.spacer {display:block; height:15px; overflow:hidden;}

.plain752 {width:728px; height:90px; padding:10px 12px; background:url(/images/plain752.gif); margin:5px 0; float:left;}
.plain470 {width:468px; height:60px; padding:5px 1px; background:url(/images/plain470.gif); margin:0;}


.clear {display:block; height:0; overflow:hidden; clear:both;}
.float_left {float:left; padding:0 10px 0 0;}
.bold {font-weight:bold;}
.red {color:#c00;}
#left_column .highlight {color:#c00;}


dl.index-list {width:240px; padding-bottom:15px; background:url(/images/box240.gif) left bottom; margin-top:15px;}
dl.index-list dt {width:220px; font-size:14px; color:#151; background:url(/images/box240.gif) left top; padding:6px 10px 7px 10px; color:#151; font-weight:bold; border-bottom:1px solid #ddd;}
dl.index-list dd {padding:2px 9px; margin:0; width:220px; color:#666; font-size:11px; background:#fff; border:1px solid #ddd; border-width:0 1px;}
dl.index-list dd a {font-size:12px; font-weight:bold;}

dl.right {float:right;}
dl.mid {margin:0 15px; float:right;}
dl.left {float:right; margin:0;}

#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; padding:0;}
#xsnazzy h1 {font-size:2.5em; color:#9f0029;}
#xsnazzy h2 {font-size:2em;color:#9f0029; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:0px 1em 10px 1em;}
#xsnazzy  ul {list-style:none; padding:15px 14px 0 14px; margin:0; background:#fff; border:0px solid #d8d9da; border-width:0 0px; height:auto;}
#xsnazzy  ul li {text-decoration:none; color:#444; padding:2px 0; font-size:11px; border-bottom:1px solid #f0f0f0; word-spacing:-1px;}
#xsnazzy  ul li a {text-decoration:none; color:#048; font-size:12px; font-weight:bold;}
#xsnazzy  ul li a:hover {text-decoration:underline;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}
.xb1 {margin:0 5px; background:#e1e1e1;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#fff; border:0 solid #e1e1e1; border-width:0 1px;}


#ssnazzy h1, #ssnazzy h2, #ssnazzy p {margin:0 10px; padding:0;}
#ssnazzy h1 {font-size:2.5em; color:#fff;}
#ssnazzy h2 {font-size:2em;color:#06a; border:0;}
#ssnazzy p {padding-bottom:0.1em;padding-top:0.1em;text-align:left;}
#ssnazzy h2 {padding-top:0.5em;}
#ssnazzy {background: transparent; margin:0px 1em 10px 1em;}

.stop, .sbottom {display:block; background:transparent; font-size:1px;}
.sb1, .sb2, .sb3, .sb4 {display:block; overflow:hidden;}
.sb1, .sb2, .sb3 {height:1px;}
.sb2, .sb3, .sb4 {background:#fff; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}
.sb1 {margin:0 5px; background:#e1e1e1;}
.sb2 {margin:0 3px; border-width:0 2px;}
.sb3 {margin:0 2px;}
.sb4 {height:2px; margin:0 1px;}

.sboxcontent {display:block; background:#fff; border:0 solid #e1e1e1; border-width:0 1px;}

