/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: TrebuchetMS, sans-serif;
	color: #224A19;
	line-height: 1.1em;
	margin: auto;
	padding: 20px;
	font-size: 1em;
	background-image:     url("gradient.jpg");
	background-repeat: repeat;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #CC3300
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #CC3300;
	text-transform: uppercase;
	line-height: 110%;
}

h2{
	font-size: 114%;
	color: #214A18;
	padding-left: 1em;
}

h3{
	font-size: 100%;
	color: #334d55;
	padding-left: 20px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(sample.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#navBar{
	margin: 0 83% 0 0;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 73%;
	margin: 0;
	padding: 0 30px 0 30px;
}

#content p {
	font-family: TrebuchetMS, sans-serif;
	padding: 0 3% 0 0;
	font-size: 0.9em;
	color: #224A19;
	line-height: 1.4 em;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-right: 30px;
}
#content ul{
	padding: 0 3% 0 0%;
	font-size: 0.9em;
	color: inherit;
	line-height: 1.4 em;
	padding-left: 40px;
	list-style-type: circle;
	margin-left: 10px;
  
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999933;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	background-color: #CC3300;
	color: #FFFFFF;
	padding-right: 10px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #FFFFFF;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #D8E1D3;
	padding: 2px 0px 2px 10px;
	color: #224A19;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 80%;
	background-color: #D8E1D3;
}

.relatedLinks h3{
	font-size: 100%;
	text_transform: uppercase;
	padding: 10px 0px 2px 0px;
	color: #CC3300;
	text-transform: uppercase;
}
.emphasis {
	font-weight: bold;
}
.italic {
	font-style: italic;
	text-decoration: underline;
}
.imageright {
	float: right;
	margin: 10px;
}
.imageleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.bgimage {
	
	background-repeat: no-repeat;
	background-position: center center;
}
.whitecenteremphasis {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.centeredemphasis {
	font-weight: bold;
	color: #CC3333;
	text-align: center;
}
.small {
	font-size: 9pt;
	font-style: italic;
}
.pullquote {
	padding: 20px;
	border: thin solid #CC3333;
	background-color: #FFFFCC;
}
