@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c5a368;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(images/counseling-bg.jpg);
    background-repeat: repeat-y; 
	background-position: center; 
}


/* 
light green 73803d
dark green #455601
red/orange #db5114
blue #023e7a
med brown #332614
dark brown #15120b
lt brown #c5a368
*/

.darkrow {
color: #ffffff;
background-color: #73803d;

}

#container { 
	width: 878px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 

#header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px; 
	background-repeat: no-repeat;
	background-image: url(images/counseling-header.jpg);
	width: 848px;
	height: 127px;
	position: relative;
} 

#headerinfo {
	position: absolute;
	top: 40px;
	right: 20px;	
	color: #FFFFFF;
	font-size: 11px;
	text-align:right;
}


a:link, a:visited, a:active, a{
	color	: 	#023e7a;
}

a:hover{
	color	: 	#455601;
}

H3 {
	font-size: 14px;
	color: #455601;
	display: inline;
	line-height: 30px;
}

H1 {
	font-size: 15px;
	color: #db5114;
	display: inline;
	line-height: 30px;
}

H2 {
	font-size: 12px;
	color: #db5114;
	display: inline;
	font-weight: bold;
}

p {
	font-size: 11px;
	color: #15120b;
}

.greenbox {
	background-color: #73803d;
	color: #ffffff;
	padding: 10px;
	font-size: 10px;
	margin-top: -5px;
}


.greenbox a:link, .greenbox a:visited, .greenbox a:active, .greenbox a{
	color	: 	#FFFFFF;
}

.greenbox a:hover{
	color	: 	#c7a56f;
}

.smtext {
	font-size: 10px;

}

.orangeboldtxt {
	font-size: 11px;
	color: #db5114;
	font-weight: bold;
}

.orangetxt {
	font-size: 11px;
	color: #db5114;
}

.brownline {
	border-bottom: 1px dashed #332614;
	width: 100%;
}

.flashelement {
	width: 570px;
	height: 150px;
	border: 1px solid #332614;

}

.brownborderimage {
	border: 1px solid #332614;
	padding: 3px;
	margin: 5px;
}

td.leftcontent  {
	vertical-align: top;
	width: 275px;
	padding: 5px;
}

td.rightcontent  {
	vertical-align: top;
	border-left: 1px dashed #382f1e;
	padding: 10px;
	font-size:11px;
}

#footer { 
	padding: 10px 0px 0 0px;
	background:#FFFFFF; 
	margin-top: 20px;
		font-size: 10px;
		text-align:right;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 12px verdana;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #455601;
border-width: 1px 0;
background: black url(images/menu-over.gif) center center repeat-x;
font-variant: small-caps;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 15px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/menu-default.gif) center center repeat-x;
}

