/***********************************************/
/* Colibri Press style sheet                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Geneva,sans-serif;
	color: #828288;
	line-height: 1.166;
	background-image:url(graphics/bg_grad.jpg);
	background-repeat:repeat-x;
	background-color:#C5CFD0;
}

/******* hyperlink and anchor tag styles *******/

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

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: 600 120% Arial,sans-serif;
 color: #606070;
 margin: 0px;
 padding: 0px;
}

h2{
 font: 600 114% Arial,sans-serif;
 color: #606070;
 margin: 0px;
 padding: 0px;
}

h3{
 font: 600 106% Arial,sans-serif;
 color: #606070;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #606070;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

td {
	font:.95em;
	color: #828288;
	padding: 0px 0px 0px 0px;
}

.intro{
	font:107%;
	color: #828288;
	padding: 0px 0px 0px 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

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

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: .8em Verdana,sans-serif;
	color: #AAAAAA;
	text-align:left;
}

#breadCrumb a{
	color: #999999;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}




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

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("graphics/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #D02050;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 6px 6px 24px;
}
.relatedLinks a{
	display: block; 
}

#pageNav{
	padding: 8px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ccd2d2;
	text-align:left;
}

#contactInfo {
	display: block;
	padding: 3px 0px 3px 10px;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: .8em;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}
/************** nav bar ************************/
/****not used as a nav bar - just  decoration***/
#globalNav{
position: relative;
width: 100%;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:   url("graphics/glbnav_background.gif");
}




