@charset "utf-8";
/* CSS Document */

/* Voter Services */

/* background images - specific to division */
.leftNavBack	{
	background-image:url(/SOS/App_Themes/images/redistrict_10.jpg);

}

.childTotalBack	{
	background-image:url(/SOS/App_Themes/images/ECVchildTotalBack.jpg);
	
}

/* basic colors - specific to division*/
body	{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/SOS/App_Themes/images/redistrict_10.jpg);
	font-size:12px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	color: #a24a13;
	line-height: 150%;

}

h1	{
	color: #355d90;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	border-top:0px;
	font-stretch:extra-expanded;

}

h3	{
	color: #355d90;
	font-size:16px;
	text-transform:capitalize;
	font-weight:bold;
	margin-top:0px;
	border-top:0px;

}

h4	{
	color: #a24a13;
	font-size:14px;
	font-weight:bold;

}

h5	{
	color: #355d90;
	font-size:12px;
	font-weight:bold;

}

.pix	{
	border: 2px solid;
	border-color:#506b87;
	padding: 5px;

}

hr	{
	color:#355d90;
	width:85%;
	text-align:left;

}

/* right now it seems that generic a formatting is overwritting the left navigation formatting through the asp menu */
/*a:link	{
	font-size: 11px;
	font-stretch:extra-expanded;
	color: #506b87;
	text-decoration: underline;

}

a:visited	{
	font-size: 11px;
	font-stretch:extra-expanded;
	color: #506b87;
	text-decoration: underline;

}

a:hover	{
	font-size: 11px;
	font-stretch:extra-expanded;
	color: #506b87;
	text-decoration: underline;

}

a:active	{
	font-size: 11px;
	font-stretch:extra-expanded;
	color: #506b87;
	text-decoration: underline;

}*/

/* asp menu left navigation formatting - specific to division */
.level1
{
    color: #f5ead2;
    background-color: #355d90;
    font-variant: small-caps;
    font-size: 12px;
    text-decoration: underline;
	font-weight:normal;
	width: 190px;
	padding-left:2px;
	padding-bottom:2px;
	padding-top:2px;
	margin-bottom:5px;
}

.level2
{
    color: #355d90;
    font-size: 12px;
	text-decoration: underline;
	line-height:200%;
	margin-bottom:5px;
}

.hoverstyle
{
    color: #f39b62;
}

/* not sure what these are */
#zsl 
{
border:0px; 
	margin-left:7px; 
	font-size:11px; 
	color:#494f1f; 
	line-height:17px; 
	font-stretch:extra-expanded;
}

#zl
{
border:0px; 
	margin-left:7px; 
	font-size:11px; 
	color:#494f1f; 
	line-height:17px; 
	font-stretch:extra-expanded;
}

/********* LAYOUT *********/

#main
{
	_display:inline;
    width:500px;
    float:left;
    margin:0 15px;
    padding-bottom:15px;
}

/*control panel*/
.controlPanel a			{display:block;padding:1px 0;}
