


/* body & background styles */


body
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  color: #313131;
  background: #fff url(/images/bg_all.jpg);
  line-height: 19px;
  height: 100%;
}
#main_body
{
  background: url(/images/bg_top.jpg) repeat-x;
  min-height: 100%;
  position: absolute;
  width: 100%;
}
#page
{
  
}

/* Global Styles */
h1, h2, h3, h4, h5, h6
{
  font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #444026;
}
h1
{
	font-size:2em;
	line-height: 2em;
}
h2
{
	font-size:1.7em;
	line-height: 1.8em;
}
h3
{
  font-size: 1.4em;
  margin-bottom: 15px;
  line-height: 1.5em;
}
h1 span.count, h2 span.count, h3 span.count, h4 span.count, h5 span.count, h6  span.count
{
  color: #ccc;
}
a, a h1, a h2, a h3, a h4, a h5, a h6
{
	color: #3986B6;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6
{
	color:#566C79;
	font-weight: normal;
	text-decoration: none;
}
blockquote
{
	
}
blockquote p
{
	font-size:1.0em;
}
p
{

}
.content a img
{
    border:2px solid white;
}
.content a img:hover
{
  border:2px solid black;
}
.content a img:active
{
  border:2px solid #96C62F;
}
.clear
{
  clear: both;
}

/* forms */



/* user bar */


#user_bar
{
/*
  border-bottom: 2px solid #6993B1;
  border-right: 2px solid #6993B1;
  border-left: 2px solid #6993B1;
*/
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  background: #6993B1;
  height: 6px;
  padding-right: 6px;
  text-align: right;
}

    #user_bar ul li
    {
      display: block;
      float: right;
      margin-left: 3px;
      margin-top: 6px;
      
    }
    #user_bar ul li a
    {
      padding: 2px 8px 4px 8px;
      background: #6993B1;
      display: block;
      font-size: 0.7em;
      color: #FFF;
      text-decoration: none;
/*
      border-bottom: #6993B1 2px solid;
      border-left: #6993B1 2px solid;
      border-right: #6993B1 2px solid;
*/
      -moz-border-radius-bottomleft: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -webkit-border-bottom-right-radius: 6px;
      
    }
    #user_bar ul li a:hover
    {
      color: #004c6d;
/*       text-decoration: underline; */
    }


/* Header */


#header
{
	padding: 10px 0;
	margin-bottom: 0px;
}

/* Logo */
    #header #logo_container
    {
      float: left;
      height: 100px;
      width: 253px;
    }
    
    #header #logo h1
    {
    	font-size:2.5em;
    	letter-spacing: -0.1em;
    	margin:0;
    	top: -9px;
    	position: relative;
    	line-height: normal;
    	background: url(/images/logo.png) no-repeat;
    	width: 253px;
    	height: 100px;
    }
    #page #header .small_logo h1
    {
      top: 0px;
      background: url(/images/logo_small.png) no-repeat;
    	width: 150px;
    	height: 48px;
    }
    #header #logo h1 a
    {
    	color:#302F30;
    	text-decoration: none;
    }
    #header #logo a
    {
    	color:#302F30;
    	font-size: 0.9em;
    }
    #header #logo:hover
    {
      opacity: 0.7;
    }
    #header #logo span
    {
      display: none;
    }
    
/* Main menu */
    
/*  ORIGINAL MAIN MENU CSS - COMMENTED OUT TO REPLACE WITH NEW DROP DOWN MENU CSS
    #header #menu_bar_container
    {
      clear: both;
    }
    #header #main_menu
    {
      float: right;
      text-align: right;
      line-height: 69px;
    }
    
    #header #main_menu ul
    {
      padding: 27px 0;
    }
    #header #main_menu ul li
    {
      float: right;
      display: block;
      margin-left: 25px;
    }
    #header #main_menu ul li.active a
    {
      color: #313131;
      font-weight: bold;
    }
    #header #main_menu ul li a
    {
      display: block;
      color: #50748C;
      height: 15px;
      line-height: 15px;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
      text-decoration: none;
      font-weight: bold;
    }
    #header #main_menu ul li a:hover
    {
      color: #111;
    }
    #header #main_menu ul li a span
    {
      
    }
    #header #main_menu ul li a#subscribe
    {
      float: right;
      display: block;
      height: 15px;
      width: 15px;
      background: url(/images/icn_rss.png) no-repeat top left;
    }
    #header #main_menu ul li a#subscribe:hover
    {
      background-position: bottom left;
    }
    #header #main_menu ul li a#subscribe span
    {
      display: none;
    }
*/

    /* drop down menu */

    #main_menu .lvl1 ul.tree
    {
      display: none;
      float: right;
      position: absolute;
      z-index: 10000;
    }
    #main_menu .lvl1 ul.tree li
    {
      display: block;
      position: relative;
      z-index: 20000;
    }
    #main_menu .lvl1 > li.branch:hover
    {
      
    }
    #main_menu .lvl1 > li.branch:hover > a
    {
      font-weight: bold;
    }    
    #main_menu .lvl1 > li.branch:hover ul.lvl2
    {
      display: block;
    }
    #main_menu .lvl1 > li.branch:hover ul.lvl2 li > a
    {
      display: block;
    }
    #main_menu ul.lvl2
    {
      position: absolute;
      width: 150px;
      padding: 5px 0 0 0;
      top: 20px;
      left: 21px;
      clear: none;
      display: block;
    }
    
    #main_menu ul.lvl2 > li
    {
      float: left;
      text-align: left;
      width: 134px;
      padding: 8px;
      border-bottom: 1px solid #ccc;
      background: #889170 url(/images/page/green_mid.jpg) center;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
    }
    #main_menu ul.lvl2 > li.leaf:first-child
    {
      border-top: none;
    }
    #main_menu ul.lvl2 > li:last-child
    {
      -moz-border-radius-bottomleft: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -webkit-border-bottom-right-radius: 6px;
      border-bottom: 1px solid #ccc;
    }
    #main_menu ul.lvl2 > li.leaf:hover, #main_menu ul.lvl2 > li.branch:hover
    {
      background: #DAAA31;
    }
    #main_menu ul.lvl2 > li.leaf a, #main_menu ul.lvl2 > li.branch a
    {
      color: #313131 !important;
      font-size: 12px;
    }
    #main_menu ul.lvl2 > li.leaf a:hover, #main_menu ul.lvl2 > li.branch a:hover
    {
      text-decoration: none;
    }
    #main_menu ul.lvl2 > li > span
    {
      /* this affects just the nodes in the drop down that aren't linked to anything */
      color: #606060 !important;
      font-size: 12px;
    }
    #main_menu ul.lvl2 > li.leaf > a:first-child
    {     
    }
    #main_menu ul.lvl2 > li.leaf a:hover
    {
      text-decoration: none;
    }
    #header #main_menu
    {
      float: right;
    }
    #header #main_menu ul.lvl1
    {
      padding: 17px 0;
    }
    #header #main_menu ul > li
    {
      float: right;
      clear: none;
      display: block;
      position: relative;
      z-index: 10001;
    }
    #header #main_menu ul.lvl1 > li > a
    {
      margin-left: 20px;
    }
    #header #main_menu ul.lvl1 > li > span
    {
      /* this will only affect top level nodes that aren't linked to anything */
      margin-left: 20px;
    }
    #header #main_menu ul.lvl1 > li:first-child
    {
    }
    #header #main_menu ul.lvl1 > li:first-child a
    {
    }
    #header #main_menu ul.lvl1 > li:last-child a
    {
    }
    #header #main_menu ul.lvl1 > li.active > a
    {
      color: #B02E1C;
      font-weight: bold;
    }
    #header #main_menu ul.lvl1 > li > a
    {
      display: block;
      color: #313131;
      height: 15px;
      line-height: 15px;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
      text-decoration: none;
      font-weight: normal;
      border: solid 1px transparent;
      clear: both;
      padding-bottom: 20px;
    }
    #header #main_menu ul.lvl1 > li > span
    {
      /* this will only affect top level menus that don't link to anything */
      display: block;
      color: #313131;
      height: 15px;
      line-height: 15px;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
      text-decoration: none;
      font-weight: normal;
      border: solid 1px transparent;
      clear: both;
      padding-bottom: 20px;
    }
    #header #main_menu ul.lvl1 > li
    {
      display: block;
      padding-bottom: 10px;
      border: solid 1px transparent;
      height: auto;
    }
    #header #main_menu ul.lvl1 > li > a > span
    {
      padding-bottom: 5px;
    }
    #header #main_menu ul.lvl1 > li > a:hover
    {
      /* do nothing */
    }
    #header #main_menu ul.lvl1 > li.branch:hover > a > span
    {
      color: #6993B1;
    }
    #header #main_menu ul.lvl1 > li.branch:hover > ul.lvl2
    {
/*       border-top: solid 2px #67804F; */
    }
    #header #main_menu ul.lvl1 > li.leaf:hover > a > span
    {
      color: #6993B1;
    }
    #header #main_menu ul.lvl1 li a#subscribe
    {
      padding-bottom: 0;
      padding-top: 0;
      width: 15px;
      height: 15px;
      background: url(/images/icn_rss.png) no-repeat top left;
    }
    #header #main_menu ul.lvl1 li a#subscribe:hover
    {
      background-position: bottom left;
    }
    #header #main_menu ul.lvl1 li a#subscribe span
    {
      display: none;
    }


/* dialog boxes */

.modal_dialog, .jqmWindow, .dialog, #dialog
{
  display: none;
}
.modal_dialog input[type=text], .jqmWindow input[type=text], .dialog input[type=text], #dialog input[type=text]
{
  width: 80%;
}


/* Body styles */

#body
{
	
}

#body input
{
  
}




#body input[type=text], #body input[type=password], textarea
{
  background: #F4F4F4 url(/images/input_bg.jpg) repeat-x;
  border: 1px solid #bbb;
  padding: 8px;
  color: black;
  font-size: 1.1em;
  -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
#body input[type=text], input[type=password]
{
  width: 150px;
}
#body .full_input input[type=text], #body .full_input input[type=password]
{
  width: 300px;
}
.submit
{

  margin-top: 15px;
  padding-top: 15px;
  
}
button
{
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 10px;
  letter-spacing: 0px;
  color: white;
  border: none;
  background: #282826 url(/images/arrow_right_blue.png) no-repeat right center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 0 0 0;
  font-size: 14px;
  outline: none;
  white-space: nowrap;
  
  text-align: center;
  
}
button::-moz-focus-inner{padding:0;border:none}
button span
{
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0 8px 0 14px;
  line-height: 33px;
  height: 33px;
  margin: 0 0 0 0;
}
button:hover
{
  background: #417fcc url(/images/arrow_right_blue.png) no-repeat right center;
  cursor: pointer;
}
button:hover span
{
  background-position: bottom left;
}
.form label.chk
{
  float: none;
  width: auto;
  
}
.form label.chk span
{
  margin-left: 10px;
}
.sidebar_form .field label
{
  width: 40px;
  float: none;
  margin-bottom: 5px;
  
}
.field label
{
  width: 60px;
  display: block;
  float: left;
  padding-top: 5px;
  padding-right: 15px;
  font-size: 0.8em;
}
/* article based styles */
.bloglist .article
{
  margin: 0px 0 1.3em 0;
  padding: 0px 0 1.3em 0;
  border-bottom: 3px solid #eee;
}
.bloglist .article .title a
{
  text-decoration: underline;
  font-weight: bold;
}
.article
{
  margin: 0px 0 1.1em 0;
  padding: 0px 0 1.1em 0;
  border-bottom: 3px solid #eee;
}
.article .username
{
  display: inline-block;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: bold;
  color: #666;
}
.article .username
{
  margin-right: 10px;
}

.article .admin_context_bar_container
{
  float: right;
  
}
.article .admin_link
{
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.article .admin_link:hover
{
  background-color: black;
  
}
.article .edit_link
{
  background: #c54740 url(/images/icons/pencil_small.png) no-repeat;
  
  
}
.article .delete_link
{
  background: #c54740 url(/images/icons/cross_small.png) no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  
}
.article .author img
{
  margin-right: 10px;
  float: left;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #111;
}
.article .admin_link
{
  display: block;
  float: right;
  height: 10px;
  width: 10px;
  background-position: center center;
  margin: 0 3px;
}
.article .admin_link span
{
  display: none;
}
.article .photo
{
  float: left;
  margin-right: 10px;
  
}
.article .photo img
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.article .title
{
  line-height: 30px;
}
.profile.article .title
{
  font-size: 1.2em;
}
.article .title
{
  font-size: 1.1em;
  margin-bottom: 3px;
  display: inline;

}
.article div.title
{
  display: block;
  margin-bottom: 5px;
}
.article .comments
{
  margin: 0 10px;
  font-size: 11px;
}
.article .comments a
{
  display: inline-block;
  line-height: 20px;
  padding-left: 25px;
  background: url(/images/comment4.png) no-repeat left center;
  font-style: normal;
}
.article .meta
{
  font-size: 11px;
  display: block;
  line-height: 22px;
  width: 650px;
  
}
.article .tags
{
  margin: 0 10px;
  color: #AAA694;
  font-size: 11px;
}
.article .tags strong
{
  color: #AAA694;
  margin-right: 5px;
}
.article .tags a.tag
{
  margin-right: 2px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 3px;
  font-size: 11px;
  line-height: 14px;
  background: #E5E3D7;
  color: #006692;
  text-decoration: none;
  text-transform: lowercase;
}
.article .tags a.tag:hover
{
  
  background: #658d26;
  color: #fff;

}
.article .tags a.tag.more
{
  margin-right: 2px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1px 4px;
  line-height: 14px;
  background: #658d26;
  color: #fff;
  
  text-decoration: none;
}
.article .description
{
  font-size: .8em;
  margin: 0px 0 10px 0;
}
.article .description *
{
  font-family: Helvetica, Arial, sans-serif;
}
.article .description h1 a, .article .description h2 a, .article .description h3 a, .article .description h4 a
{
  color: #444026 !important;
  text-decoration: underline;
}
.article .description h1
{
  color: #111;
  font-size: 1.3em;
}
.article .description h2
{
  color: #111;
  font-size: 1.2em;
}
.article .description h3
{
  color: #111;
  font-size: 1.1em;
}
.article .description h4
{
  color: #111;
  font-size: 1.0em;
}
.article .title .dates
{
    
}
.article .dates
{
  font-size: .9em;
  color: #222222;
  font-weight: bold;
  margin: 0 10px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline;
  
}
.article .post_info
{
  padding: 0 15px;
}

.article .date
{
  font-weight: bold;
  font-style: normal;
  color: #222222;
}

.article ul
{
  list-style: disc;
  padding: 10px 30px !important;
  margin: 1em 0px 1em 0px;
  display: block;
}
.article ul li
{
  display: list-item;
  padding: auto !important;
  margin: auto;
  line-height: 1.8em;
}
.article p
{
  margin: 1.2em 0px;
  padding: auto;
}


/* blog stuff */
#newer_container
{
  float: left;
  width: 40%;
}
#older_container
{
  float: right;
  width: 40%;
  text-align: right;
}
/* commentbox */
.commentbox.page_break
{
  background:  url(/images/page/white_divider2.jpg) center top no-repeat;
  padding: 20px 5px 0 4px !important;
}
.commentbox.page_break h4
{
  padding: 10px 35px 0 35px;
}
.commentbox.page_break  div.comment:first-child
{
  
}
.comment_form .yourinfo
{ 
  width: 48px;
  float: left;
  margin-right: 20px;
}
.comment_form .yourinfo .photo
{
  padding: 2px;
  width: 48px;
  height: 48px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #383322;
}
.comment_form .yourinfo img
{
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: 48px;
  height: 48px;
}
.comment_form #commentinput_form_fields
{
  float: right;
  
  
}
.comment_form #commentinput_form button
{
  margin-top: 8px;
  background-color: #296385;
}
.comment_form #commentinput_form button:hover
{
  background-color: black;
  
  color: white;
}
.commentbox.page_break  div.comment
{
  padding: 15px 35px 15px 35px;
  border-top: 1px dashed #C8C7BE !important;
}
.commentbox.page_break  div.comment.last
{
  padding-bottom: 35px;
}
.commentbox.page_break .comments
{
  
  border-bottom: 1px solid #222 !important;
}
.comment_form #loggedinas
{
  float: right;
  font-size: 12px;
  font-style: italic;
  margin: 10px 0 0 0;
}
.comment_form .logoutlink
{
  display: inline-block;
  padding: 1px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 10px;
  font-style: normal;
  color: #ccc;
  text-decoration: none;
  background: #111;
}
.comment_form .logoutlink:hover
{
  background: #111;
  color: white;
}
#warning_box
{
  padding: 0 5px 0 4px !important;
}
.warning
{
  display: block;
  border-bottom: 1px solid #222 !important;
  padding: 15px 35px 15px 35px;
  background: #FDEC70;
  font-size: 16px;
}
.comments p.nocomments_loggedin
{
  display: block;
  border-top: 1px solid #222 !important;
  padding: 15px 35px 15px 35px;
  background: #FDEC70;
  font-size: 16px;
}
#comment_master_form #login_form label
{
  margin-right: 10px;
  text-transform: capitalize;
  font-weight: bold;
}
#comment_master_form #login_form fieldset
{
  float: left;
  margin-right:20px;
}
#comment_master_form #login_form fieldset input[type=text], #comment_master_form #login_form fieldset input[type=password]
{
  background: #353A26 url(/images/page/textareabg.jpg) repeat-x;
  border-color: #000;
  border-width: 1px;
  
  padding: 4px;
  color: white;
}
.commentbox.page_break .comments div.comment.odd
{
  background: #eee repeat-x top;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  
  border: none;

  
}
.commentbox.page_content
{
  background: url(/images/page/white_divider2.jpg) center top no-repeat;
  padding: 35px 35px 20px 35px !important;
}
.commentbox
{
  
}
.commentbox h4
{
  font-size: 20px;
  margin: 15px 0;
}
form.comment_form fieldset
{
  clear: both;
}

form.comment_form label
{
  display: none;
}
form.comment_form textarea
{
  width: 850px;
  height: 100px;
  margin: 0px 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
.comments .comment
{
  
  padding: 15px;
}
.comments .comment.odd
{
  background: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #ccc;
}
.comments .comment .author
{
  width: 48px;
  float: left;
  margin-right: 20px;
}
.comments .comment .author .photo
{
  padding: 2px;
  width: 48px;
  height: 48px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #444;
}
.comments .comment .author img
{
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: 48px;
  height: 48px;
}
.comments .comment .author_comment
{
  float: right;
  width: 790px;
  font-size: 11px;
  padding-right: 20px;
}
.comments .comment .author_comment .words
{
  margin-top: 7px;
  color: black;
  font-size: 12px;
}
.comments .comment .author_comment .username
{
  color: #3986B6;
  text-transform: capitalize;
}
.comments .comment .author_comment .date
{
  color: #ccc;
  font-style: italic;
  margin-left: 5px;
}


/* tag cloud */
.tag_cloud
{
  list-style: none;
}
 
.tag_cloud .tag
{
  list-style: none;
  display: inline-block;
  margin: 2px 1px;
}
.tag_cloud .tag a
{
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px 5px;
  background: #E5E3D7;
  
  
}
.tag_cloud .tag a:hover
{
  background: #658d26;
  color: #fff;
  text-decoration: none;
}
 
.tag_cloud .tag_popularity_1
{
  font-size: 11px;
  line-height: 15px;
  
}
 
.tag_cloud .tag_popularity_2
{
  font-size: 17px;
  line-height: 21px;
}
 
.tag_cloud .tag_popularity_3
{
  font-size: 23px;
  line-height: 27px;
}
 
.tag_cloud .tag_popularity_4
{
  font-size: 30px;
  line-height: 34px;
}

/* pagination */

.pagination
{
  
}
.pagination ul li
{
  float: left;
  margin-right: 6px;
  display: block;
  font-size: 12px;
}
.pagination ul li a, .pagination ul li.selected
{
  background: #eee;
  padding: 1px 5px;
  display: block;
  color: #999;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}
.pagination ul li.selected
{
  background: #E3B928;
  border: 1px solid #B18D13;
  color: #fff;
}
.pagination ul li a:hover
{
  color:#fff;
  background: #444;
  text-decoration: none;
  border: 1px solid #111;
}
/*sidebar*/

.sidebar h4
{
  margin: 15px 0 15px 0;
  color: #111;
}
.sidebar h4.firsttitle
{
  margin: 0 0 15px 0;
}
.sidebar .article
{
  font-size: .8em;
}
.sidebar .article div.title
{
  display: block;
  margin-bottom: 2px;
  font-size: .9em;
}
.sidebar .feature
{
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 225px;
  overflow-x: hidden;
}
.sidebar img
{
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.sidebar .feature .title.overlay
{
  margin-top: -40px;
  padding-bottom: 10px;
  font-size: 10px;
  position: relative;
  z-index: 100;
  text-align: left;
  height: 30px;
  overflow: hidden;
  width: 170px;
  
  
}
.sidebar .feature .title.overlay a
{
  color: white;
  background: #3986B6;
  padding: 0 10px;
  line-height: 30px;
  display: block;
  height: 30px;
  overflow: hidden;
}
.sidebar .feature .title.overlay a:hover
{
  background: #111;
}
.sidebar .feature .heading_title h5
{
  font-size: 14px;
  margin-top: 8px;
  color: black;
}
.sidebar .feature .mini_desc
{
  margin-top: 3px;
  font-size: 10px;
  line-height: 14px;
  color: #aaa;
}
/* breadcrumbs */
.breadcrumbs a
{
  color: #6993B1;
}
.breadcrumbs
{
  font-size: 10px;
  position: relative;
  top: 13px;
  left: 20px;
  color: #6993B1;
}
.breadcrumbs .separator
{
  margin: 0 5px;
}
.breadcrumbs .crumb
{
  
}

/* tree styles */
.treeview 
{
  line-height: 20px;
  font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
}
.treeview > li
{
  font-size: 14px;
}
.treeview > li > a
{
  color: #444026;
  font-weight: bold;
}

.treeview .leaf
{
  position: relative;
  left: 0px;
}
.treeview .branch
{
  position: relative;
  left: -20px;
  
  
}
.treeview .branch > a
{
  font-weight: bold !important;
}
.treeview .branch ul
{
  margin-left: 34px;
  padding-top: 7px;
  padding-bottom: 15px;
  
}
.treeview .branch li
{
  font-size: .9em;
}
.treeview .branch-hitarea
{
  position: relative;
  left: 0px;
  width: 20px;
  height: 20px;
  float: left;
  background: blue;
  cursor: pointer;
  background: url(/images/tree_expand.png) no-repeat;
}

.treeview .expandable-hitarea
{
  background-position: 0px 0px;
}
.treeview .collapsable-hitarea
{
  background-position: 0px -20px;
}
.treeview .collapsable-hitarea + a
{
  color: #006692;
}

/* feed links */
#feed_container
{
  margin-top: 20px;
}
#feedright_container
{
  margin-top: -45px;
}

.feedlink48
{
  background: url(/images/feed-icon-24x24_over.png) no-repeat top left;
  padding-left: 30px;
  line-height: 24px;
  height: 24px;
  display: block;
  color: #c97a33;
}
.feedlink48:hover
{
  color: #000;
  background-position: bottom left;
}
.feedlink48right
{
  background: url(/images/feed-icon-24x24_over.png) no-repeat top right;
  padding-right: 30px;
  line-height: 34px;
  height: 24px;
  display: block;
  color: #c97a33;
  float: right;
}
.feedlink48right:hover
{
  color: #000;
  background-position: bottom right;
}

.feedlink482
{
  background: url(/images/feed-icon-48x48.png) no-repeat top left;
  height: 48px;
  padding-left: 50px;
  line-height: 48px;
  display: block;
}

/* Common Re-usable Styles */

.divider .row
{
  margin: 10px 0;
  display: block;
  background: url(/images/divider.gif) no-repeat center center;
  height: 17px;
  width: 960px;
}

/* tool tips */
.videotip
{
  background: url(/images/video_icn2.png) no-repeat 8px 11px;
  padding: 5px 8px 5px 30px !important;
  text-align: left !important;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: #111;
	color: #444;
	font-size: 10px;
	line-height: 14px;
	padding: 5px 8px;
	text-align: center;
	
}
#tooltip h3
{
  color: white;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#tooltip h3, #tooltip div { margin: 0; }

span.explanation
{
  color: #aaa;
}
#date .date
{
  color: #ccc;
}
/* pagebox styles */



#pagebox_container
{
  background: url(/images/page/mid.jpg) repeat-y center;
}
.whitemid
{
  background: url(/images/page/mid.jpg) repeat-y center;
}
.black #pagebox_container
{
  background: url(/images/page/black_mid.jpg) repeat-y center top;
}
.greenpage #pagebox_container 
{
  background: url(/images/page/green_mid.jpg) repeat-y center;
}
#pagebox
{
  background: url(/images/page/top.jpg) no-repeat top;
  min-height: 253px;
}
.greenpage #pagebox 
{
  background: url(/images/page/green_top.jpg) no-repeat top;
  min-height: 253px;
}
.white #pagebox 
{
  background: url(/images/page/white_top.jpg) no-repeat top !important;
  min-height: 253px;
  padding-top: 10px;
}
.black #pagebox 
{
  background: url(/images/page/black_top.jpg) no-repeat top !important;
  min-height: 253px;
  padding-top: 10px;
}
.whitetop #pagebox
{
  background: url(/images/page/white_top.jpg) no-repeat top !important;
  min-height: 253px;
  padding-top: 10px;
}
#pagebox #innerbox
{
  background: url(/images/page/btm.jpg) no-repeat bottom;
  min-height: 300px;
  padding-bottom: 30px;
}
.blackbtm #pagebox #innerbox
{
  background: url(/images/page/black_btm.jpg) no-repeat bottom;
  min-height: 300px;
  padding-bottom: 0;
}
.blackbtm.row
{
  background: url(/images/page/black_mid.jpg) repeat-y center top;
  
}
.blackbtm.row .insidebox
{
  background: url(/images/page/black_btm.jpg) no-repeat bottom;
  min-height: 105px;
}
.green #pagebox #innerbox
{
  background: none;
  padding-bottom: 0;
  
}
.greenpage #pagebox #innerbox
{
  background: url(/images/page/green_btm.jpg) no-repeat bottom;
  min-height: 300px;
  padding-bottom: 30px;
  
}
.green #pagebox #innerbox #pagegreen_container, #pagebox #innerbox .green_mid
{
  background: url(/images/page/green_mid.jpg) repeat-y top center; 
  
}
#pagebox  .pagebox_form
{
  
}
#pagebox  #pagegreen
{
  background: url(/images/page/green_btm.jpg) no-repeat bottom center;
  padding-bottom: 15px;
}
.greenpage #pagebox  #pagegreen
{
  background: none;
  padding-bottom: 0;
}
.green_btm #pagebox #innerbox
{
  background: url(/images/page/green_btm.jpg) no-repeat bottom center;
  padding-bottom: 15px;
}
.green #pagebox #innerbox #pagegreen > div:first-child
{
  background: url(/images/page/green_top_cutoff.jpg) no-repeat top center;
  min-height: 60px;
  padding-top: 25px;
}
.green #pagebox #innerbox .pagebox_form > div:first-child
{
  padding: 15px 35px 15px 35px !important; 
}
.green #pagebox #innerbox .pagebox_form textarea
{
  background: #353A26 url(/images/page/textareabg.jpg) repeat-x;
  border-color: #000;
  border-width: 1px;
  width: 800px;
  height: 80px;
  color: white;
}
#pagebox #pageheader
{
  color: white;
  font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
}

#pagebox #pageheader h3, #pagebox #pageheader_cols h3
{
  color: white;
  font-size: 1.1em;
  padding: 21px 25px 10px 25px;
  margin-bottom: 0px;
}

#pagebox #pagemenu_container, #pagebox #pagemenu_cols_container
{
  height: 40px;
  background: url(/images/page/bar.jpg) no-repeat top center;
  
  
}
#pagebox #pagemenu_container #pagemenu
{
  line-height: 40px;
  padding: 0px 25px;
  font-size: 12px;
}

#pagebox #pagemenu_cols_container #pagemenu_cols > .column .inner_column
{
  line-height: 40px;
  padding: 0px 25px;
}

#pagebox .menu_form .form .fields *
{
  
  display: block;
  float: left;
  font-size: 12px;
}
#pagebox .menu_form .form .fields .field
{
  float: left;
}
#pagebox .menu_form .form .submit
{
  float: right;
  margin-top: 0;
  padding-top: 0;
}
#pagebox .menu_form .form .submit button
{
  padding: 0 0 0 0 !important;
  line-height: 12px !important;
  margin: 5px 0 !important;
  height: auto;
}
#pagebox .menu_form .form .submit button span
{
  height: 30px;
  line-height: 30px;
}
#pagebox .menu_form a img
{
  border: none;
}
#pagebox .menu_form label
{
  color: #fff;
  font-weight: bold;
  margin-right: 2px;
  margin-left: 20px;
  
}
#pagebox .menu_form #search_field label
{
  color: #fff;
  
  margin-left: 0;
}
#pagebox #search_field
{
  width: 300px;
}
#start_field, #end_field
{
  width: 200px;
}
#pagebox .menu_form input[type=text]
{
  margin: 8px;
  width: 140px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  padding: 5px;
  font-size: 10px !important;
  background: #111;
  color: #fff;
}
#pagebox .menu_form select
{
  margin: 9px;
  border: 1px solid #342c10;
  background: #342c10;
  color: white;
}
#pagebox .menu_form button
{
  margin: 8px 0;
  padding: 5px 10px;
  border: none;
  color: white;
  background: #111;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#pagebox .menu_form .date_select_img
{
  margin-top: 7px;
  margin-left: 5px;
  background: url(/images/icons/site_calendar.png) no-repeat top left;
  height: 26px;
  width: 27px;
  display: inline-block !important;
}
#pagebox .menu_form .date_select_img:hover
{
  background-position: bottom left;
}
#pagebox .menu_form .date_select_img img
{
  display: none !important;
}
#pagebox .menu_form button:hover
{
  background: black;
}
#pagebox .menu_form .year_select, #pagebox .menu_form .month_select, #pagebox .menu_form .day_select
{
  display: none !important;
}

#pagebox #pagecontent
{
  padding: 25px 25px;
  font-size: 13px;
  min-height: 150px;
}
#pagebox .pagecontent
{
  font-size: 12px;

}
#page_html .pagecontent
{
  padding: 25px 25px;
}
#pagebox .pagecontent p
{
  margin: 8px 0;
  
}
#pagebox .pagecontent h1
{
  margin: 10px 0;
  text-transform: capitalize;
  color: #6993B1;
}
#pagebox .pagecontent h2
{
  margin: 8px 0;
  text-transform: capitalize;
  color: #6993B1;
}
#pagebox .pagecontent h3
{
  margin: 6px 0;
  text-transform: capitalize;
  color: #6993B1;
}
#pagebox .pagecontent h4
{
  margin: 4px 0;
  text-transform: capitalize;
  color: #6993B1;
}
#pagebox .pagecontent h5
{
  margin: 4px 0;
  text-transform: capitalize;
  color: #6993B1;
}
#pagebox .pagecontent h6
{
  margin: 4px 0;
  text-transform: capitalize;
  color: #6993B1;
}
#pagebox #pageheader_cols > .column .inner_column
{
  
}
#pagebox #pageheader_cols > .column .inner_column
{
  
}
#pagebox .column.smallcol .inner_column
{
  padding: 50px 10px 0 10px !important;
}
#pagebox .page_content
{
  padding: 25px 25px 0 25px;
}
#pagebox .emptypage_content
{
  padding: 40px 40px 0 40px;
}
#pagebox #page_cols > .columns_container > .column .inner_column
{
  padding: 20px 25px;
}
#pagebox .page_content h3
{
  font-size: 22px;
}

#pagebox .page_cols
{
  
}
#pagebox .green_border_with_rounded_corners
{
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #67804F;
  padding: 4px;
}

#pagebox .grey_border_with_rounded_corners
{
  background: url(/images/bg_dk_grunge.png);
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  padding: 4px;
}

#pagebox .drop_shadow
{
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  padding: 0 6px 6px 0;
}


/* styles for pages/tinymce content */

#page_inner_content ul
{
  list-style: disc;
  margin-left: 10px;
}

#page_inner_content li
{
  margin-left: 5px;
}


/* footer */


#footer_menu ul
{
  display: none;
}

#footer
{
  font-size: 0.7em;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 60px;
  color: #ccc;
}
#footer #left_side
{
  float: left;
  width: 900px;
}
#footer #left_side #footer_stuff
{
  float: left;
}
/* footer social icons */

    #footer #left_side #socialcons
    {
      float: left;
    }
    #footer #socialcons > div
    {
      float: left;
      margin-right: 20px;
    }
    #footer #socialcons #socialtitle
    {
      margin-left: 70px;
      font-size: 18px;
      color: #5B5432;
      background: url(/images/socialcons_title.png) no-repeat;
      height: 25px;
      width: 132px;
    }
    #footer #socialcons #socialtitle span
    {
      display: none;
    }
    #footer #socialcons ul li a
    {
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin-right: 2px;
      display: inline-block;
      background-image: url(/images/socialcons.png);
      background-repeat: no-repeat;
      background-position: top left;
    }
    #footer #socialcons ul li a:hover
    {
      background-position: bottom left;
    }
    #footer #socialcons ul li a span
    {
      display: none;
    }
    #footer #socialcons #twitter
    {
      background-position: 0px top;
    }
    #footer #socialcons #youtube
    {
      background-position: -25px top;
    }
    #footer #socialcons #flickr
    {
      background-position: -50px top;
    }
    #footer #socialcons #blogger
    {
      background-position: -75px top;
    }
    #footer #socialcons #facebook
    {
      background-position: -100px top;
    }
    #footer #socialcons #rss
    {
      background-position: -125px top;
    }
    #footer #socialcons #myspace
    {
      background-position: -150px top;
    }
    #footer #socialcons #twitter:hover
    {
      background-position: 0px bottom;
    }
    #footer #socialcons #youtube:hover
    {
      background-position: -25px bottom;
    }
    #footer #socialcons #flickr:hover
    {
      background-position: -50px bottom;
    }
    #footer #socialcons #blogger:hover
    {
      background-position: -75px bottom;
    }
    #footer #socialcons #facebook:hover
    {
      background-position: -100px bottom;
    }
    #footer #socialcons #rss:hover
    {
      background-position: -125px bottom;
    }
    #footer #socialcons #myspace:hover
    {
      background-position: -150px bottom;
    }
#footer ul li
{
  display: inline;
  text-transform: capitalize;
}
#footer ul li a
{
  color: #666;
  margin-right: 10px;
}
#copyright
{
  float: left;
}
#blackpulp_container
{
  float: right;
  width: 29px;
}
#blackpulp a
{
  height: 24px;
  width: 29px;
  display: block;
  background: url(/images/blackpulp.png) no-repeat;
}
#blackpulp a span
{
  display: none;
}

