@charset "utf-8";
/* CSS Document */



#econdevcontactbox {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0 0 0 5px;
	padding: 6px 0 0 0;
	background-color:rgb(96, 99, 51);
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 175px;
}

#contactboxFirstHeading {
padding: 0 0 6px 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;

}
#contactboxSecondHeading {
margin: 0 0 0 0;
padding: 6px 0 6px 10px;
background-color:#768B9A;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}

#contactboxInfo {
color:#000000;
margin: 0 0 0 0;
padding: 6px 0 4px 10px;
background-color:#EDD9A1;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
}

#LeftNav {
/*background-color:#66CC99;*/
/* the padding below aligns anything inside the leftNav div with the upper tab graphic 
padding-left: 5px;*/
padding-top: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* insert css for leftNav here */




/* reset our indentation */
#LeftNav dl, dl#LeftNav dt, dl#LeftNav dd, dl#LeftNav ul, dl#LeftNav li {
margin: 0;
padding: 0;
list-style-type: none;
text-indent: 0px;
}

.currentMenu {
background-color: #204658;
} 

.currentMenu a:hover {
background: #EAC363;
}

dl#LeftNav dt {
cursor: pointer;
color:#FFFFFF;
margin: 2px 0 -1px 5px;
text-align: left;
font-size:11px;
font-weight:normal;
background: #557685;
}

dl#LeftNav dt a {
cursor: pointer;
padding: 4px 0px 4px 10px;
text-align: left;
font-size:11px;
color:#FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#LeftNav dt:hover {
background: #768B9A;
} 
 
dl#LeftNav li {
color:#000000;
cursor: pointer;
text-align: left;
font-size: 11px;
background: #EDD9A1;
margin-left: 5px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #FFFFFF; 
text-indent: 0px;
list-style-position: outside;
padding: 0 0 0 7px;
}

dl#LeftNav li:hover {
background: #EAC363;
}

dl#LeftNav li a {
color:#000000;
text-decoration: none;
display: block;
border: 0 none;
padding: 4px 0px 4px 10px;
width: 142px;
}


dl#LeftNav .secondsub li a {
padding-left: 10px;
}

dl#LeftNav .thirdsub li {
background: #EDECDF;
}

dl#LeftNav .thirdsub li a{
padding-left: 15px;
}



dl#LeftNav .thirdsub li:hover {
background: #DFDED4;
}


dl#LeftNav .fourthsub li {
background: #E3E4E4;
}

dl#LeftNav .fourthsub li a{
padding-left: 23px;
}

dl#LeftNav .fourthsub li:hover {
background: #D2D2D2;
}









/* end of css for leftNav */



/* insert generic css for styling inside of main content areas for ALL layouts, two, three, and */ 
/* three with right colum inset here. Do NOT place css specific to  a two or three column  */

#pagetitle{
font-size:24px;
margin-bottom: 10px;
}

#EconDev_pagetitle{
font-size:20px;
margin-bottom: 10px;
line-height: 24px;
}

#econdevlist {
list-style-type:none;
margin:0 0 0 0;
padding:0;
}
#econdevlist li {
padding-bottom: 6px;
}

 .thumbnail
{
	float: left;
	width: 115px;
	height: 180px;
	border: 1px solid #999;
	padding: 5px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
}
.thumbnail img {
margin-right: 25px;
}

#upperRightBox {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	height: 270px;
	background-image: url(cssImages/signin_righthand.gif);
	background-repeat: no-repeat;/*background-color:#3366FF;*/
}

#upperRightBox form {
margin: 0px 10px 0 10px;
}

#upperRightBox a  {
color:#FFFFFF;
}

#upperRightBox a:visited  {
color:#FFFFFF;
}

#signinleft {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	height: 200px;
	background-image: url(cssImages/signIn_graphic.gif);
	background-repeat: no-repeat;/*background-color:#3366FF;*/
}

#signinleft form {
margin: 0px 10px 0 10px;
}

#signinleft a  {
color:#FFFFFF;
}

#signinleft a:visited  {
color:#FFFFFF;
}

#logintext {
font-weight:bold;
font-size:13px;
margin: 0 0 0 0;
}

#logintext a {
font-size:13px;
}

#newloginText {
color:#FFFF66;
}

#loginbutton {
margin: 10px 0 0 0;
}


/* end of generic css for styling inside of main content areas */


p {
margin: 0 0 10px 0;
}

h3 {
margin: 15px 0 4px 0;

}

blockquote {
color:#000000;
font-style:normal;
}



/* id for  main section of two column */
#mainTwoCol {
/*background-color:#FFFFCC;*/
padding-left:2px;

}

/* insert  css for styling SPECIFIC to two colum layout here. Do NOT place css generic to all columns or specific to third entire page or third-inset column  */






/* end of  css for styling  for the two-colum layout */

/* id for  main section of third column entire page layout */
#mainThreeCol {
/*background-color:#FFFFCC;*/
padding-left:2px;
}

/* insert  css for styling  SPECIFIC to main content area of the three colum layout with third running entire page here. Do NOT place css generic to all columns or specific to the two column layout or the three-inset column layout  */





/* end of  css for styling  for main content area of the three column layout third running the entire page */




/* id for  right section of three column where right column runs the length of the page*/
#rightLenghtThreeCol {
/*background-color:#669999;*/
height: 100%;
padding: 4px 0 0 0;
}

/* insert  css for styling SPECIFIC to third column of the third column of the layout where the third runs the entire page here.  Do NOT place css generic to all columns or specific to the two column layout or the three column-insert layout here  */










/* end of  css for styling  for the  third column entire page layout */




/* id for  main section of three column with third inset */
#mainThreeColInset {
/*background-color:#FFFFCC;*/
padding-left:2px;
}

/* insert  css for styling  SPECIFIC to main content area of the three colum layout with third col inset .*/
/* Do NOT place css generic to all columns or specific to the two column layout or the third col entire page layout  */






/* end of  css for styling  for main content area of the three colum third col inset */


/* id for  right section of three column where the third col inset*/
#rightLenghtThreeColInset {
/*background-color:#FF9900;*/
border-left-width: 1px;
border-left-style: solid;
border-left-color: #333333;
float:right;
padding: 4px 4px 0 10px;
margin-left: 4px;
}

/* insert  css for styling SPECIFIC to third column of third col inset layout.  Do NOT place css generic to all columns or specific to the two column layout or the three column entire page layout here  */

.relatedItemHeader {
background-color:#204658;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding: 2px 0 0 6px;
margin: 0 0 4px 0;
height: 20px;
vertical-align:middle;
}

.relatedItemHeader a {
color:#FFFFFF;
text-decoration:underline;
}

/* end of  css for styling  for the  third column entire page layout */