/* Design & Code (c) Company Name, Inc. */

body {
	background: url(images/background.jpg) repeat-x #FFFFFF; 
	margin: 0px;
	}
.underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #ADDB99;
	border-right-color: #ADDB99;
	border-bottom-color: #ADDB99;
	border-left-color: #ADDB99;
}

/* Colors from old homepage
green 659a4c
lt adae84
dark 566838

peach fcd59e
lt faddb5
dark 836c40

blue 5878ab
lt abbbd5
dark 3864a3
*/
/* Headings H1-H6 */
h1, .h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	font-weight:bold;
	color: #659a4c;
}

h2, .h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 1.5em;
	font-weight:bold;
	color: #AB4922;
}

h3, .h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;	
	font-weight:bold;
	color:#000000;

}

h4, .h4 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.5em;
	font-weight:bold;
	color: #659a4c;
}

h5 { }

h6 { }





/* Paragraph and Link Styles */
p, .content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
}

a {
	text-decoration:underline;
	color: #394F77;
}

a:hover {
	text-decoration:underline;
}

.breadcrumbs {
	font: 9px Lucida Grande, Verdana, sans-serif;
	color:#659a4c;
}	
	
.footer	{ 
	font: 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	text-decoration:none;
}	


/* Forms */
.textField
{
	color: #0F4C78;
	background: #E6F8FF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	
	
	
/* Lists and Navigation */





/* Articles System */
.catdrop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #352C66;
	background-color: #BEBCD4;
}

.articleListHeadings	{
	color: #352C66;
	background-color: #BEBCD4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}

.articleListing
{
	color: #352C66;
	background: #E3E1EC;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleHomeDate { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5em;
	color: #ff560f;
	font-weight:bold;
}
.articleHomeListing
{
	color: #0F4C78;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.articleNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BEBCD4;
}

/* CSS Drop Menu */
#chromemenu{

}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: 11px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
padding: 0px;
text-decoration: none;
padding-bottom:3px;


}

#chromemenu ul li a:hover{
color: #319904;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:18px;
z-index:200;
background-color: #E0F0E6;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #319904;
font: 11px Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #92DA77;
color: #FFFFFF;
text-decoration: none;
}
/* ######### Style for Drop Down Menu Two ######### */

/* Forms */
.textField
{
	color: #659a4c;
	background: ##EAF8F8;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}

.errorField
{
	color: #659a4c;
	background: #EAF8F8;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	border: solid 2px #659a4c;
}

.notSo	{
	visibility:hidden;
}