/*----------------------------------------------------------*/
/* MindPick Software LLC - Services					    */
/* CSS name: content.css							    */
/* Developer: MindPick Software LLC				    	    */
/* Date: 8/23/2006									    */
/*												    */
/* Description: Style sheet for elements of pages other	    */
/* 		than the home page.						    */
/*----------------------------------------------------------*/

/*-----------------------------*/
/*** Generic HTML selectors. ***/
/*-----------------------------*/

h1 {			/* used for page title */
	color: #000066;
	text-align: center;
}

h3 {			/* used for section titles */
	margin: 0 0 0 -1em;    /* outdent */
}
	
img {
	display: block;
	border: none;
}

/*--------------------------------*/
/*** Interior layout and banner ***/
/*--------------------------------*/

#layout {
	background-color: #f4f4f4;
}

#banner {
	height: 170px;
	background: #f4f4f4 url(../images/graniteborder.gif) repeat-x;
}

#logo {
	float: left;
	background-color: #eaeaea;
	padding: 5px 0 0 40px;
}

.titleword1, .titleword2 {
	display: block;
	font: italic 1.8em arial, sans-serif;
	color: #000066;
}

.titleword1 {
	padding: 30px 0 0 340px;
}

.titleword2 {
	padding: 0 0 0 460px;
}

/*-----------------------------------*/
/*** Content text and Contact link ***/
/*-----------------------------------*/

#content {
	margin: 30px 60px;
	font: 9pt arial, sans-serif;
	color: #101010;
}

#contactLink {
	float: right;
	text-align: center;
	padding: 0 0 1.0em 1.0em;	
	color: black;
	text-decoration: none;
}

#content a:hover {     /* underline Contact link on mouse-over */
	text-decoration: underline;
}

#siteMap {
	float: right;
	text-align: center;
	padding: 0 0 1.0em 1.0em;
}

.addrlink {
	text-decoration: underline;
	color: blue;
}

/*************************/
/*** Site map classes. ***/
/*************************/

.sm_bullet, .sm_no_bullet {
	color: black;
}
.sm_no_bullet {
	display:inline;
}
