/* Prevention Council for Youth - Roanoke County - blue - #2A88D6  green - #38912F  or 81DDF8 - 

Original Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background: #FFFFFF url(../images/bkgr.gif) repeat-x;
	font: .85em Arial, Helvetica, sans-serif;
	color: black;
}
#container{
/*width:81%;*/
width:92%;
background: transparent;
margin:0px auto auto;/* the auto margins (in conjunction with a width) center the page */
text-align:left;/* this overrides the text-align:center on the body element. */
min-height:600px;
overflow: hidden;/* auto - this allows container to expand */
}
#bannerrow{
height: 205px;
width:100%;
/*olor:#38912F;*/
margin: auto;
padding:0 0 0 0;
overflow:hidden;
background: transparent;
}
#banner{
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	background:  url(../images/topheader3.gif) no-repeat; /*do NOT put left after no-repeat - graphic does not display properly */
	height: 144px;
	width: 70%;
	float: left;
}
#banner2{
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	width: 25%;
	background:  url(../images/topheader2.gif) no-repeat; /*do NOT put left after no-repeat - graphic does not display properly */
	height: 144px;
	float: right;
}
/* Header */

#header {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	background:  url(../images/topheader.gif) no-repeat left;
	padding: 0 0 0 0;
	/*overflow: hidden;*/
}
/* Menu */

#menu {
	float: left;
	height: 57px;
}
#menu ul {
		height: 59px;
	margin: 4px 0 0 0;
	padding: 162px 0;
		list-style: none;
}
#menu ul li {
	display: inline;margin: 0 0;padding: 2px 1px 0px;
text-align: center; min-width: 50px;
}
#menu a,  #menu .active a:hover {
	color: #f5f5f5;
	padding: 16px 15px 16px 15px;
	background: transparent url(../images/inactive.gif) repeat-x;
	text-align: center;
	border-left: 2px solid #9999cc;
	border-right: 2px solid #9999cc;
	border-bottom: 2px solid #9999cc;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bolder;
}
 #menu .active a {
	background: transparent url(../images/active.gif) repeat-x;
	padding: 16px 15px 16px 15px;
	border-left: 2px solid #4dbc41;
	border-right: 2px solid #4dbc41;
	border-bottom: 2px solid #4dbc41;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
a {
	color: #000000
}  
a:hover {
	text-decoration: none;
}
/* Logo */
#logo {
	float: left;
	width: 208px;
	height: 205px;
	padding: 0 2px 0 0;
	background: transparent url(../images/logo.gif) no-repeat left;
}

#logo h1 {
	padding: 10px 15px 0 0;
	font-size: 2.2em;
	font-weight: bolder;
}

#logo h2 {
	margin-top: -10px;
	color: #FFFFFF;
		padding: 25px 25px 0 0;
		font-size: 1.3em;
}
#logo a {
	text-decoration: none;
	color: #FFFFFF;
	/*text-transform: lowercase;*/
}
#logo a:hover {
	color: #990000;
}
.bigger{
font-size: 125%;
}
.picture{
border:1px solid #CCCCCC;
padding: 3px 3px;
font:italic .85em Arial,sans-serif;
background:#F9F9F9;}

.picture_noborder{
border: 0px none #f9f9f9;
padding: 3px 3px;
font:italic .85em Arial,sans-serif;
background:#F9F9F9;}

/*.picture img{
border:1px solid #CCCCCC;
vertical-align:middle;
margin-bottom:3px;}*/
.right{margin: 0.5em .5em 0.5em 0.8em;float:right;}

.center{margin: 0.5em .5em 0.5em 0.8em;align:center}

/* dept menu */
#news{
vertical-align:top;
padding:0px 0px 0px 0px;
margin: 75px 0 0 5px;
float:right;
width:165px;
text-align:left;
min-height:300px;
color:#4e4e4e;
font-size:1.0em;
background: #fcfcfc;
border: 1px solid #eeeeee;
}
#news a{
color: #686868;
font-weight:normal;
margin: 0 0 0 0;
text-decoration:none;
}
#news a:hover{
color:#00008b;
font-weight:normal;
text-decoration:underline;
}
#news h2{
text-align: center;
color:white;
width: 165px;
height: 30px;
border:none;
font-size:1.2em;
padding: 6px 0 6px 0px;
font-weight:bold;
background: #2A88D6;
}
#news li{
padding: 5px 0 0 0;
margin: 0px 0 0 0;
list-style:none;
}
#news ul{	margin: 5px 0 0 3px;
	padding: 0 0 0 3px;list-style:none;}
	
/* Posts */

/* IE fix */
* html #posts {
height: 1%;
}
#posts{
vertical-align:top;
width: auto;
padding:0px 0px 0px 5px;
margin: 0 auto 0 0;
text-align:left;
min-height:425px;
color:#000000;
background: transparent;
overflow: hidden;
}
#posts h1{
	color: #000000;
	font-size:145%;
	border-bottom: solid 1px #000000;
}
#posts h3 a{
	text-decoration: none;
	color: #0001a8;
}
#posts h3 a:hover{
	text-decoration: underline;
	color: #0001a8;
}
#posts p {
	margin: 0;
	padding: 10px 0 0 5px;
	text-align: left;
}
#posts p .center{
text-align: center;
	
}
#posts a{
	color:#00008b;
	font-weight:600;
	text-decoration:none;
}
#posts a:hover{
	color:#00008b;
	font-weight:600;
	text-decoration: underline;
}
#posts li{padding-top:10px;line-height:1.2em;padding-left:5px;
/*margin-left: 30px;*/
}
#posts ul{margin-top:5px;list-style: disc;}
.read a{
	font-size: .84em;
	font-weight: 600;
}
/*#address */

 #address {
	overflow: hidden;
	height: auto;
	display: block;
	line-height: 1.08em;
	margin-top: 0;
	border-top: 0px outset #00CC00;
	border-bottom: 0px outset #ffffff;
	background-color: transparent;
	text-align: right;
	vertical-align: bottom;
	padding-right: 0em;
	padding-top: 3px;
	font-weight: bold;
	overflow: auto;
}
/* address line includes left/right elements  - the overflow hidden is for MAC IE BUT messed up Netscape 6*/
.headrow_two 

/*** background row for address ***/
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%; 
	/**height: 33px;**/
	color: black;
	font-weight: bold;
}
/* for left address */
.left-element {
	float: left;
	width: 48%;
	color: Black;
	margin-bottom : 0px;
	margin-top: 0;
	text-align: left;
	font-size: .95em;
	font-weight: bold;
}
/* for right address */
.right-element {
	float: right;
	width: 35%;
	color: Black;
	/**line-height: 34px;**/
	margin-bottom : 0px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
	font-size: .95em;
} 
.solution {
	float: left;
	width: 15%;
	color: Black;
	/*line-height: 39px;*/
	margin-bottom : 0px;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
	font-size: .95em;
} 
/* left side for menu */

#leftside {
	float: left;
	width: 199px;
	padding-right: 5px;
	padding-top: 4px;
	min-height:500px;
   height:100%;
}
.boxed1 {
	margin-bottom: 12px;
	font-weight: bold;
	background-color: transparent;
}
.boxed1 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 10px;
	background: transparent;
	font-weight: bold;
	color: #5f5a5a;
	font-size: 1.4em;
}
.boxed1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.boxed1 a,.boxed1 visited {
	padding: 10px;
	/*border-bottom: 1px solid #c4c4c4;*/
	color: #9b9595;
	text-decoration: none;
}
.boxed1 li {
	padding: 10px;
	border-bottom: 1px dashed #c4c4c4;
	color: #9b9595;
	font-size: 1.06em;
	background: url(../images/barrow.jpg) no-repeat left;
	text-decoration: none;
}
.boxed1 a:hover{
	font-weight: bold;
	color: #0a0909;
	text-decoration: underline;
}

.boxed2 {
	margin-bottom: 12px;
	font-weight: bold;
	background-color: transparent;
}	
.boxed2 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 10px;
	background: transparent;
	font-size: 1.4em;
	font-weight: bold;
	color: #eeeded;
}
.boxed2 ul {
	margin: 0;
	padding: 0;
	list-style: none;}
.boxed2 li {
	padding: 10px;
	border-bottom: 1px dashed #c4c4c4;
	color: #9b9595;
	font-size: 1.06em;
	background: url(../images/garrow.jpg) no-repeat left;
	text-decoration: none;
}
.boxed2 a, .boxed2 visited{
	padding: 10px;
color: #9b9595;
	text-decoration: none;
}
.boxed2 a:hover {
	color: #0a0909;
	text-decoration: underline;
}

/* Box Style Three */

.boxed3 {
	text-align: justify;
	font-size: small;
}

.boxed3 h2 {
	height: 40px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #CCCCCC;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 26px;
	font-weight: normal;
}

.boxed3 a {
	text-decoration: none;
	color: #8E959B;
}

.boxed3 a:hover {
	color: #E55D13;
}

#design{
	float: left;
	font-size: .75em;
	color: #a0a0a0;
}
#design a{
	color: #a0a0a0;
}
#copy {
	float: left;
	/*padding: 20px 15px;*/
	font-size: .75em;
	color: #e0e0e0;
}
#copy a{
	color: #e0e0e0;;
}

#feed {
	float: right;
	height: 30px;
	padding: 20px 15px 0 35px;
	background: url(../images/img18.gif) no-repeat 0 15px;
}
.clearfloat{
clear:both;/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
height:0;
font-size:1px;
line-height:0;
}
.linksmall{
font-size:.82em;
font-style:normal;
text-decoration:none;
background:transparent;
}
#skiplink a:active,#skiplink a:focus{position:static;width:auto;height:auto;}
.hide{position: absolute;
left: -9000px;
top: 0;}
/* dept menu */
#deptmenu{
vertical-align:top;
padding:0px 0px 0px 0px;
margin: 0 0 0 8px;
float:right;
width:23%;
text-align:left;
min-height:300px;
color:#4e4e4e;
font-size:.90em;
border:2px solid #eeeeee;
}
#deptmenu a{
color:#00008b;
font-weight:normal;
text-decoration:none;
}
#deptmenu a:hover{
color:#00008b;
font-weight:normal;
text-decoration:underline;
}
#deptmenu h2{
text-align:left;
color:white;
border:none;
font-size:1.3em;
padding: 6px 0 6px 10px;
font-weight:bold;
background-color: #2a88d6;
}
#deptmenu li{
padding: 5px 0 0 0;
margin: 0 0 0 0;
list-style:none;
}
#deptmenu ul{list-style:none;}
.tablemedium
{font-size: 1.0em;line-height: 1.25em;font-weight: normal;padding: 0;
height: 100%;
}
.tablemediumNoBorder
{font-size: 1.0em;line-height: 1.25em;font-weight: normal;
height: 100%; padding: 0; border: 0 none;}
.tablemediumNoBorder td {border: 0 solid #3e3e3e; padding: 0;}
.tablesmall
{font-size: .80em;font-weight: normal;line-height: 1.25em; 
background-color: #ffffff;}
.tablesmall td {border: 0px solid #cccccc; padding: 0; line-height: 1.5em;}
.tablelogo
{font-size: .80em;line-height: 1.25em; background-color: #eeeeee;
}
table.centered {
 margin:auto; 
}
.tablemediumborders
{font-size: 1.0em;border: 2px solid #3e3e3e; padding:5px; font-weight: normal;}
 table    {border:solid 1px #3e3e3e;font-size: .85em;font-weight: normal;
            border-top-color:#3e3e3e;
            border-right-color:#3e3e3e;
            border-bottom-color:#3e3e3e;
            border-left-color:#3e3e3e}
  table td {border:inset 1px; padding: 2px;background-color: #ffffff;}
/* the border will be defined by the td tags */
td.Borderblack {
  background-color:#f2f2f2;font-size: .85em;font-weight: normal;
  border: inset 2px #3e3e3e; padding:5px;}
 .tablesmallborders
{font-size: .80em;border: thin solid #ffffff;line-height: 1.25em; background-color: #f2f2f2; font-weight: normal;}
blockquote div
	{padding-left: 27px;}
#fading_image_container{
min-width:250px;
float:right;/* container positioning */
text-align: left;
margin-left: 0;
margin-right: 0;
padding:5px 5px 5px 5px;
background:#ffffff;
}
#fading_image_container_rww{
min-width:350px;
float: none;/* container positioning */
text-align: left;
margin-left: 0;
margin-right: 0;
padding:5px 5px 5px 5px;
background:#ffffff;
}
.caption{
	font-style: italic;
}
.quotesright{
float: right;
width: 25%;
line-height: 1.5em;
	font-style: italic;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 3px 0 3px;
	border:1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;
	background:#F9F9F9;
	vertical-align:middle;
}
.quotesleft{
float: left;
width: 25%;
line-height: 1.5em;
	font-style: italic;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 6px 0 3px;
	border:1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;
	background:#F9F9F9;
	vertical-align:middle;
}
.picture{
border:1px solid #CCCCCC;
padding: 3px 3px;
font:italic .85em Arial,sans-serif;
background:#F9F9F9;}
.picture img{
border:0px solid #CCCCCC;
vertical-align:middle;
margin-bottom:3px;}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;  /*this centers a picture - SB */
  border:1px solid #CCCCCC;
	padding: 3px 3px;
	vertical-align:middle;
	margin-bottom:3px;}
.center{
		margin-left:auto;
		margin-right:auto;
	}
.left{margin:0.5em 0.8em 0.5em 0;float:left;}
.right{margin:0.5em 0pt 0.5em 0.8em;float:right;}
.small{
	font-size: .75em;
}
.breadcrumb{font-size:.87em;}
.calendar{
	margin: 0 auto 0 auto;
}
.video{
	margin: 0 auto 0 auto;
}
.hide{
	display: none;}
.gobutton{color:#ffffff;background:#2A88D6; font-weight: bold; border: 1px outset #f2f2f2;
padding: 0;}

/* original - 1/6/10*/
/*.quickref{font-size: 1.0em; 
padding: 0 0px 0 5px;
/*background-color: #2E7727;*/
/*background: url(../images/menugreen.gif) repeat-x;
color: #ffffff;
font-weight: bold;
margin: 0;
/*border: solid 2px #2E7727;*/
/*}
form fieldset
{
border-color: #2E7727;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}*/
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}		

.border_topbottom
{
	border-bottom: 1px solid #4a4a4a;
	border-top: 1px solid #4a4a4a;
}	

/*Dreamweaver issue - file size - multiples of 8192 - causes crash*/
/* Prevention Council for Youth - Roanoke County - blue - #2A88D6  green - #38912F  or 81DDF8 - 

Original Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

this is for a test
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}
.quickref
{font-size: 1.0em; 
padding: 0 0px 0 5px;
color: #000000;
font-weight: bold;
margin: 0;
border: 0 none;
}
form fieldset
{
border-color: white;
  border-width: 1px;
  border-style: solid;
  margin: 0;
  padding: 0;
}
span.source{
	font-size: .78em;
	font-style: italic;
	margin-left: 15px;
}
.asptextbox{
background-color: #e8e8e8;
border: 1px solid #c4c4c4;
}
.aspbutton{
	border: 2px ridge #8d8d8d;
}
.asppanel{
	color: #ffffff;
	border: 0 none;
	font-weight: bold;
	font-size: 1.05em;
	font-style: italic;
	background-color: #4dbc41;
}

*/



