/*
------------------------------------------------------------------------- */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #CCCCCC;
	background-color: #F7F7F7;
	margin-bottom: 0px;
    margin: 0;
    padding: 0;

}


/*text links and image links*/

a, a:link {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
a:visited { color: #000000; 
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
a:hover {
	color: #FF7000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ff6919;
	background-color: #FFFFFF;


}
a:active { color: #B47959; text-decoration: none;}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
     
}


img a {

	color: #e1e1e1;
	border: 1px solid #FFFFFF;
	background-color: #F7F7F7;
}
img a:hover {

	color: #e1e1e1;
	border: 1px solid #B47959;
	background-color: #F7F7F7;
}

/*H1 H2 H3 H4 H5*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #878787;
 	margin-top: 5px;
	margin-bottom: 5px;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #B47959;
	background-color: #F7F7F7;
	margin-top: 3px;
	margin-bottom: 3px;
	}
h4, h5 {
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #999999;
	}

/* common elements ------------------------------------------------------------------------- */

div, p, img, a, td, ul, ol {
    font-size: 1em;
}

b {
	color: #B47959;
	background-color: #F7F7F7;
}

ol {
    margin-left: 0.1em;
    padding-left: 1em;
}
ol li {
    margin-left: 0.1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
	 background: transparent;
}

p {
	margin: 1em ;
	padding: 10;
}


ul {
    list-style: none;
    margin: 0 0 20px 0.1em;
}
li {
    list-style: none;
    padding-left: 0.1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

blockquote{
	font-size:90%;
	border:1px solid #AF7658;
	margin:20px 10px;
	padding:8px;
	background-color: #FFCB57;
}

/*---others---*/

fieldset {
    border: none;
}

legend {
	display: none;
}

table.mytable { width: 100%; padding: 0px; border: none; border: 1px solid #789DB3;}
table.mytable td { font-size: 0.8em; border: none; background-color: #F4F4F4;   vertical-align: middle;  text-align:center;padding: 3px; font-weight: bold; }
table.mytable tr.special td { border-bottom: 1px solid #ff0000;  }



/*LAUYOUT ------------------------------------------------------------------------- */ 
#page {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	float: none;
	width: 100%;
	background-color: #F7F7F7;
}
/* Header */

#header {
	position: relative;
	background-position: left;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 100%;
	height: 96px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(imgs/top_newest_bg_2.gif);
	background-repeat:repeat-x; 
}

#header h1 {
	margin: 0;
	color: #A57A58;
	text-shadow: #81A75B 2px 2px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	text-align: right;
	padding-right: 10px;
	background-color: transparent;
}


/*scriptaculous.us fx divs*/

#closer {
	text-align: right;
	background-image: url(imgs/bgcloser.jpg);
	height: 30px;
        
}
#closer-left {
	text-align: left;
	background-image: url(imgs/bgcloser.jpg);
	height: 30px;
        
}
#closebutton {
	border: 1px solid #999999;
    	padding-right: 4px;
	padding-left: 4px;
	background-color: #F7F7F7;
	background-repeat: repeat-x;
	background-image: url(imgs/button_dn.gif);
}

/*SEARCH DIV*/


#searchbox {
	width: 350px;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	float: right;
	margin: 0px;
	padding: 2px;
}

#searchcontainer {
	width: 100%;
	height: 20px;
	background-image: url(imgs/bgcloser.jpg);
	margin: 0px;
	padding: 0px;
}

/*content DIV style*/

#content {
	text-align: left;
	line-height: 1.25em;
      font-size: 10pt;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-color: #AF7658;
	background-color: #F7F7F7;
	width: 78%;
	margin-left: 200px;
	margin-top: 10px;
}

#content-full {
	text-align: left;
	line-height: 1.5em;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-color: #AF7658;
	background-color: #F7F7F7;
	width: 75%;
      margin-left: 75px;
	margin-top: 10px;
}
#contentdiv {
	margin-right: 15%;
	margin-left: 20px;
}

#content li, #content-full li {
	list-style-image: url(imgs/li.gif);
	list-style-type: none;
	list-style-position: inside;
	margin-right: 2px;
}
#content ul, #content-full ul {
	padding-left: 1em;
	margin-bottom: 3px;
	list-style-image: url(imgs/dot.gif);
	list-style-type: none;
}

#content h3, #content-full h3 {
	color: #AF7658;
	height: 25px!important; /* for most browsers */
	height /**/:57px;
	font-size: 100%;
}
#content h3 a:link, #content-full h3 a:link{
	color: #666666;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrow.gif);
	background-position: left top;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content h3 a:visited, #content-full h3 a:visited{
	color: #666666;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrow.gif);
	background-position: left top;
	padding-left: 10px;
	font-size: 100%;
	font-weight: bold;
}
#content h3 a:hover, #content-full h3 a:hover{
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrowover.gif);
	background-position: left top;
	padding-left: 10px;
	background-color: #F1F7DB;
}
#content h4, #content-full h4 {
	border: 1px solid #e4e4e4;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	color: #000;
	text-decoration: none;
	font-size: 100%;
	margin-left: 10px;
	padding-left: 5px;
	margin-right: 10px;
}
#contenttext {
	padding-right: 10px;
	padding-left: 10px;
	color: #999999;
	width: 560px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #4f57af;

}


/* Flex Search Form styles--------------------- */

.FSF_input {
      float:right;
	color: #B47959;
	width: 55%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(imgs/srch_bg.gif);
	background-repeat: repeat-x;
   }

	.FSF_input:focus {
	border: 1px solid #B47959;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat;
   }

.FSF_submit, .FSF_submit:focus {
	margin-left: 5px;
	height: 20px;
	width: 20px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(imgs/search.gif);
	background-repeat: no-repeat;
	background-color: transparent;
    }

.submit:hover, .FSF_submit:hover {
	height: 20px;
	width: 20px;
	border: 0;
	cursor: pointer;
	background-image: url(imgs/searchover.gif);
	background-repeat: no-repeat;
	background-color: transparent;
    }
/* Sidebar div
------------------------------------------------------------------------- */

#sidebar {
	font-size: 85%;
	line-height: 1.3em;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 160px;
	margin-left: 5px;
	padding-top: 5px;
	margin-right: 5px;
}

#sidebar h2 {
	color: #666;
	height: 32px !important; 
	height /**/:57px;
	padding-right: 0;
	padding-bottom: 0;
}

#sidebar ul, #sidebar p {
	margin-left: -5px;
	margin-top: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0.1em;
	padding-left: 5px;
}

#sidebar h3 {
	color: #666666;
	font-size: 140%;
	background-repeat: repeat;
	background-position: left top;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #AF7658;
	}
#sidebar h3 a:hover {
	color: #333333;
	font-weight: bold;
	font-size: 140%;

	}
#sidebar h3 a:link, h3 a:visited {
	font-size: 120%;
	text-decoration: none;
	border-bottom: none;
	color: #333333;
	font-weight: bold;
	}

#sidebar h4 {
	color: #666666;
	font-size: 100%;
	border: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0;
	}
#sidebar h4 a:hover {
	color: #000000;
	font-size: 100%;
	background-color: #FFe0a5;

	}
#sidebar h4 a:link  {
	color: #666666;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFE0A5;

	}
#sidebar h4 a:visited {
	color: #666666;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFE0A5;
	}

#sidebar img {
	vertical-align: top;
	padding: 0px;
	}

/* Footer
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	font-size: 85%;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 80px;
	text-align: center;
	vertical-align: bottom;
	background-color: #EEEEEE;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #DCEDA9;
}

#footer a {
	font-size: 85%;
	border-bottom: none;
	color: #30538F;
	font-weight: bold;
}

#footer a:hover {

	border-bottom: none;
	font-weight: bold;
}
#footer h2 {display:inline;}

input.btn{
	color:Gray;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	background-color: White;
}

/* NAV - Son of Suckerfish Dropdowns http://www.htmldog.com/articles/suckerfish/dropdowns/ */

	#nav, #nav ul {padding: 0;margin: 0;list-style: none}
	#nav {background: #999 url("imgs/button_dn.gif") repeat-x;font-weight:bold;height:2.09em;font: bold 96% arial;margin: 0 0px 0 0px}
	#nav li {position:relative;background: #999 url("imgs/button_dn.gif") repeat-x;float: left;width: auto;display:block;margin: 0;border-bottom: 1px solid #DDDDDD;border-right: 1px solid #DDDDDD;padding:0}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {border-bottom: none;text-decoration:none;cursor:pointer;color:#999;display: block;padding: 4px 10px 2px}
	#nav a:hover {background: #999 url("imgs/button_up.gif") repeat-x;color:#AF7658}
	
	#nav li ul {border-bottom: 1px solid #999;border-left: 1px solid #999;border-right: 1px solid #999;background: #f6f6f6;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
	-khtml-opacity:0.9;
	width:16em;font-size:90%;margin-top:3px;position: absolute;font-weight:normal;left: -999em;}
	
	#nav li:hover ul, #nav li.sfhover ul {top:19px;left: 0;z-index:99999}
	#nav li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0}
	#nav li li.last {border-bottom:none}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {color:#000;border-bottom: none;padding: 3px 10px 2px;	 }
	#nav li li a:hover {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x;}
	
	#nav li.active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.active ul {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x;}
	#nav li.active a:hover {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.here {color:#AF7658;background:#F3F9E1 url("imgs/bgcloser.jpg") repeat-x; height:18px; border-bottom: none; padding: 4px 10px 2px; width:auto;}
	#nav li.here a{color:#AF7658;background:transparent; border-bottom: none; margin:0;  padding:0px;}
	#nav li li.here {color:#000;	background: #D2DEB0;
	
	 
	 }
	
	#nav li.active li {border:none;border-top: 1px solid #EFEFEF;}
	#nav li.active li.last {border-bottom: none;}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	#nav li.active li a:hover {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}
	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {color:#000;background:#EFEFEF url("imgs/button_up.gif") repeat-x}

	/* hide from IE mac */
	#nav li {width:auto}
	/* end hack */

#RightPost h4 {
margin:1;
padding:1;
}


/* Ditto post layout *********************************************/
.ditto_summaryPost {
  padding: 0px 8px;
  margin: 5px auto;
  width: 90%;
  border: 1px solid #ccc;
  background: url('imgs/menu.png') bottom center repeat-x;
} 
.ditto_head h2{
	margin: 5px;
	font-size: 120%;
	background: transparent;
	padding-left: 0px;
	line-height: 200%;
}
.ditto_by {
      display:block;
	font-size: 80%;
	font-weight: normal;
	margin: 0px 0 0 25px;
	line-height: 100%;
}
.ditto_summary img {
	float:left;
}
.ditto_link {
  display:block;
  text-align:right;
  margin:8px 0px 0px 0px;
  padding-bottom:5px;
}
.ditto_update {
  background-color: #eee;
  border-bottom: 1px solid #FF9900;
  border-top: 1px solid #FF9900;
  margin: 10px 0 0 0;
  padding: 2px 10px;
}
ul.dittoTags {
	text-align: left;
}


#botlink {font-family:Tahoma;}
#botlink ul {padding:0; margin:0; list-style-type:none;}
#botlink ul li {float:left; font-size:0.9em; color:#999; margin:0 2px 0 2px; line-height:25px;}
#botlink ul li a, #botlink ul li a:visited {font-size:1.1em; color:#AF7658; text-decoration:none;font-weight:bold;}
#botlink ul li a:hover {color:#AF7658;}


/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(imgs/box.png) no-repeat bottom right; 
}
 .cssbox { 
	width: 235px !important; /* intended total box width - padding-right(next) */ 
	width: 220px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px auto; /* use to position the box */ 
	float: right;
} 
/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */
 .cssbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ } 

/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 15px; /* interior-padding right */ 
	padding: 10px 0 15px 25px; /* mirror .cssbox_head right/left */ } 