/* CSS Document */

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

body{
	font-family: Verdana, Arial sans-serif;
	color: #333333;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.16;	
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

p {
    margin-left: 1em;
}

a{
	color: #334d55;
	text-decoration: none;
}

a:link{
	color: #334d55;
	text-decoration: none;
}

a:visited{
	color: #1D5FAF;
	text-decoration: none;
}

a:hover{
	color: #0066FF;
	text-decoration: underline;
}

h1{
 padding: 12px 0px 0px 0px;
 font-family: Verdana, Arial sans-serif;
 font-size: 130%;
 font-weight: bold;
 color: #334d55;
 line-height: 1.16;

}

h2{
 padding: 6px 0px 0px 0px;
 font-family: Verdana, Arial sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #334d55;
 line-height: 1.16;
}

h3{
 font-family: Verdana, Arial sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
 line-height: 1.16;
}


h4{
 font-family: Verdana, Arial sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #334d55;
 margin-left: .2em;
}

h5{
 font-family: Verdana, Arial sans-serif;
 font-size: 100%;
 font-weight: normal;
 text-align: left;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

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

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

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

#container { 
margin-left: 4%; 
margin-right: 4%;
background-color: #DFC0A2;
border-bottom: 12px solid #FFFFFF;
}

#bannerimage { 
background-image: url(images/bannerlogocoffeegrad2.gif);
background-position: center;
background-repeat: no-repeat;
}

#breadcrumbs { 
padding: 1px 0px 1px 8px;
border-bottom: 1px solid #334d55;
border-top: 1px solid #334d55;
color: #334d55;
background-color: #FFFFFF;
text-align: left;
font-size: 75%; 
}

#navBar {
float: left;
width: 21%;
padding: 0px 0px 0px 0px;
background-color: #DFC0A2;
background-image: url(images/navrepeat.gif);
background-position: bottom;
background-repeat: no-repeat;
font-size: 90%;
}

#content { 
padding: 0px 5px 5px 0px;
border-left: 1px solid #334d55;
float: left;
width: 56%; 
height: 100%;
}

#sidebar { 
padding-right: 10px;
float: right;
width: 20%;
}

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

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

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

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


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

#sectionLinks{
	position: relative;
	padding: 1px 0px 0px 4px;
	color: #334d55;
	font-size: 90%;
	font-weight: bold;
	height: 100%;
}

#sectionLinks a {
	display: block;
	color: #334d55;
	padding: 0px 0px 4px 8px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	height: 100%;
}

#sectionLinks a:hover{
    color: #0066FF;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bullet-over.gif);
	background-repeat: no-repeat;
	height: 100%;
}

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

.relatedLinks{
	position: relative;
	padding: 0px 0px 0px 20px;
	font-size: 95%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #content styles **************/

#content a:link,
#content a:visited {
color: #3333CC;
text-decoration: underline;
}

#content a:hover {
color: #0033FF;
text-decoration: underline;
}

/************** #sidebar styles **************/

#sidebar{
	margin: 0px;
	padding: 0px 0px 0px 2px;
	font-size: 100%;
}

#sidebar p{
padding: 30px 0px 0px 0px;
font-size: 80%;	
}

.images { float: right; }

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

#siteInfo{
	clear: both;
	border-top: 1px solid #334d55;
	font-size: 80%;
	color: #BE8265;
	padding: 5px 10px 5px 10px;
}

/************* indent styles ***************/
h1.indent{
margin-left: 1.1em;
}

h2.indent{
margin-left: 1.3em;
}

h3.indent{
margin-left: 1.1em;
}

.indent{
margin-left: 1.7em;
}

.leftnavindent{
font-size: 90%;
font-weight: normal;
}
/************* misc styles ***************/
.backtotop {
text-align: right;
}

.images { float: right; }

.cutline {
	font-size: 70%;
}
