/* Design & Code (c) Company Name, Inc. */

body {
	background: url(images/bg.gif) repeat-x #cabcaf; 
	margin: 0px;
	}
	
	
	
	
	
/* Headings H1-H6 */
h1, .h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.25em;
	font-weight:normal;
	color: #264438;
	margin: 0px;
}

h2, .h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 1.25em;
	font-weight:normal;
	color: #264438;
	margin: 0px;
}

h3, .h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color: #264438;
	margin: 0px;
}

h4, .h4 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.25em;
	font-weight:bold;
	color:#000000;
	margin: 0px;
}

h5 { }

h6 { }





/* Paragraph and Link Styles */
p, .content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484249;
}
.address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#484249;
	
}
.printTip{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#484249;
}
.sideText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#dcdcdc;
}
.rose {
	color:#d2b2b2;
}
.gbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484249;
	font-weight:bold;
	line-height:20px;
}
.indent {
	padding-left:20px;
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:12px;
	text-decoration:none;
}
.menu:hover {
	text-decoration:underline;
}
.breadcrumbs {
	font: 9px Lucida Grande, Verdana, sans-serif;
	color:#C93D01;
}	
	
.footer, a.footer	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6d6d;
	text-decoration:none;
}
a.footer:hover {
	text-decoration:underline;
}


/* Forms */
.textField
{
	color: #0F4C78;
	background: #E6F8FF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	

.errorField
{
	color: #990000;
	background: #76ADFF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	border: solid 2px #990000;
}
.hrTitle {
	width: 100%;
	height: 4px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c6b7aa;
	border-bottom-color: #ddd5cd;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: 0;
	}
/* 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: 13px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
padding: 7px 7px;
text-decoration: none;
padding-bottom:6px;
}

#chromemenu ul li a:hover{
color: #EAF9FF;
}

#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: #C23134;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font: 12px Arial, Helvetica, sans-serif bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #BCE1FC;
color: #C23134;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */