@charset "utf-8";


/* globals */

* { padding: 0; margin: 0; }

h1 span { /*color: #FFF;*/ }  
.cf_r p a, .ch_r a, .ch_r, h4 a { color: #FFF; }  

.cf_r a, .ch_r a, h4 a { text-decoration: none; }

/* globals */


/* site structure */

.w { 
  width: 100%;
  background: #f9f9f9; 
  /* background: url('/template/bg_bdy.png') #FFF repeat-x;  */
}
.c { width: 890px; margin: 0px auto; padding-top: 25px; background-color: #fff; border-left: 1px solid #eee; border-right: 1px solid #eee; }
.cl, .ch_l, .cf_l { width: 600px; margin-right: 60px; }
.cr, .ch_r, .cf_r { width: 210px; }

.ch_l, .ch_r { height: 55px; }
.ch_l { height: 60px; padding-top: 25px; float: left; }

.cl { width: 600px; }  
.c_cl { 
  width: 585px;
  padding-left: 25px; padding-right: 25px; padding-bottom: 15px;
}
.c_cl img { max-width: 100%; height: auto; }


.ch_r { 
float: left; margin-top: 55px;
font-size: 11px; line-height: 14px; 
}

.cl_50 { width: 275px; padding-right: 30px; margin-top: 20px; float: left; } 
.cr_50 { width: 275px; margin-top: 20px; float: left; }

.bus_r {
background-color: #EEE; 
width: 180px; 
padding: 10px 15px 10px 15px; 
font-size: 10px; line-height: 14px;
}
/* site structure */

/* site elements */

.c div, .c div div, .w { float: left; }
.c .cl div { float: none; }

/* forms */  
input, select, textarea { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 3px 6px 3px 6px; font-size: 13px; }
select { text-transform: uppercase; }  
form { clear: both; }
fieldset { border: none; margin: 0px; padding: 0px; }
label								{ float: left; width: 120px; padding-top: 3px; }
div input.text, textarea, select	{ border: 1px solid #bcbcbc; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 7px; width: 270px; }
div input.checkbox, div input.radio	{ border: 0; height: 13px; overflow: hidden; width: 13px; }
select								{ padding: 2px 0; }
button, .button						{ background-color: #880000; border: 1px solid #6f2827; cursor: pointer; font: 14px Verdana, Geneva, sans-serif; color: #fff; margin-left: 120px; overflow: visible; padding: 4px 10px; !padding-bottom: 2px; !padding-top: 4px; width: auto; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
button:hover, .button:hover { color: #ffc000; }
.button.cancel						{ margin-left: 5px; }

div input.small						{ width: 55px; }

div label.error						{ color: #ce665f; }
div input.error,
div textarea.error					{ background-color: #fee; border-color: #b05e5f; }

div form div.rowo					{ clear: both; float: left; padding-bottom: 5px; position: relative; width: 100%; }
div form div.col					{ float: left; position: relative; }

div.errors p						{ color: #c33637; font-weight: bold; margin: 0; }

/* forms */


/* right navigation */
#m_nv { 
list-style: none;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
margin-bottom: 25px;
font-weight: normal;
letter-spacing: 1px;
padding-bottom: 7px;
font-family: 'DaxMedium';
}
#m_nv ul { list-style: none; margin-top: 6px; }
#m_nv > li > a { 
  color: #555; 
  text-decoration: none; 
  background: url('/template/nav_rht.png') no-repeat;
  width: 195px; height: 23px; 
  padding: 3px 0 0 13px;
  display: block; 
}
#m_nv > li > a.selected, #m_nv > li > a:hover {
  background: url('/template/nav_rht.png') no-repeat;
  background-position: 0 -26px;
  color: #ffc000; 
}
#m_nv > li { margin-bottom: 6px; }

#m_nv ul { margin-left: 22px; }
#m_nv ul a { display: block; color: #111; line-height: normal; margin: 12px 0; }
#m_nv ul a:hover { color: #993333; text-decoration: none;  }
#m_nv ul a.selected { font-weight: bold; }

#m_nv #sideblurb a { padding-left: 0px; }
#m_nv #sideblurb a:hover { background: none; }