html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.kome {color:  #FF6600;
font-size: 10px}


body {
	background: #3A0404 url(ym/page_bg.jpg) repeat-x;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}


* html body {
	background: #3A0404 url(ym/page_bg.jpg) repeat-x;
font: 10px;          
	color: #464544;
	padding-bottom: 10px;
}


/** layout **/
#wrapper {
	width: 800px;
	min-height: 750px;
	_height: 750px;
	background: url(ym/header.jpg) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 90px;
  left: 20px;
}

#nav li {
	background: url(ym/img05.gif) no-repeat left top;
	list-style: none;
	margin: 0 0 5px 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	line-height: 15px;
}

#nav li li {
	background: url(ym/img09.gif) no-repeat left top;
	list-style: none;
	margin: 5px 0 5px 0px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	line-height: 15px;
}


#nav a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover {
  color: #FFEA00;
}


/** topcontent **/

#topcon {
	background: url(ym/topcon.jpg) no-repeat;
	width: 427px;
	position: absolute;
	top: 105px;
	left: 338px;
	color: #fff;
	line-height: 15px;
}
#topcon-inner {
	margin: 20px 40px 25px 85px;
	height: 125px;
	overflow: auto;
}
#topcon h2 {margin: 0px 0px -5px 0px;
	font-size: 12px;
	color: #FFEA00;
}

/** Body **/

#content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 320px;
  left: 33px;line-height: 20px;
}
* html #content {
  width: 710px;
  position: absolute;
  color: #fff;
  top: 320px;
  left: 33px;line-height: 20px;
}

#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}

#content  li {
	background: url(ym/img09.gif) no-repeat left top;
	list-style: none;
	margin: 8px 0 5px 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	line-height: 15px;
}

#body {
  border: 1px solid white;
background: #3A0404 url;
  padding: 15px;
}

#body2 {
  border: 1px solid white;
  background: #901315;
  padding: 18px 18px 0px 18px;
}

.box {
  float: left;
  width: 180px;
 margin-right: 0px;
}
.box-t { background: top url(ym/box_t.gif) repeat-x; }
.box-r { background: right url(ym/box_r.gif) repeat-y; }
.box-b { background: bottom url(ym/box_b.gif) repeat-x; }
.box-l { background: left url(ym/box_l.gif) repeat-y; }
.box-tr { background: top right url(ym/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(ym/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(ym/box_bl.gif) no-repeat; }
.box-tl { background: top left url(ym/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {margin-left: 18px;
  width: 468px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
	margin: 1em 0;
	font-size: 12px;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 22px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {width:100%;
height: 20px;
font-size: 12px;
text-align: left;
padding: 3px 7px  3px 7px;
background: #000000;
}

#body h3 {
	font-size: 12px;
	color: #FFEA00;margin-top:10px;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}
#body2
 h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body2 h3 {
	font-size: 12px;
	color: #FFEA00;
}
#body2 .more a {
  font-weight: bold;
  text-decoration: none;
}
#body2 .more a:hover {
  text-decoration: underline;
}
#body2 .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}
/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 675px;
	text-align: left;
}


#EmailForm.full { width: 100%; 

}


#EmailForm h3 {
	clear: both;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 98%;
	line-height: 20px;
	padding: 2px 0px 0px 0px;
	margin: 10px 0px 0px 0px;

}

#EmailForm input {
display: inline;
margin: 2px 0px 0px 0px;
padding: 2px 5px 2px 5px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin: 2px 0px 8px 0px
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 100%;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 0px;
	padding: 0 0 0px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
 border: 1px solid #cccccc;
 padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #cccccc;
    background-color: #fff;    
}
#EmailForm textarea {
	margin: 2px 0px 8px 0px;
	width: 100%;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #cccccc;
background-color: #EBE9ED;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

