/*Copyright 2012 Steve Chittenden, Creative Business Services, cbscreative.com.
	This code is based off template code included with Adobe Dreamweaver,
	so credit to their authors is also acknowledged.*/


[if IE]
/* css fixes for all versions of IE */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
![endif]

body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}

a:link {
	color: #00386c;
	background-color: transparent;
	text-decoration: underline;
	}
a:visited {color: #443873;
	background-color: transparent;
	text-decoration: underline;
	}
a:active {color: #ac2818;
	background-color: transparent;
	text-decoration: none;
	}
a:hover {color: #ac2818;
	background-color: transparent;
	text-decoration: underline;
	}

h1 {color: #34267e;
	font-size: 18pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold
	}

h2 {color: #00a651;
	font-size: 16pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	}

h3 {color: #34267e;
	font-size: 14pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	margin: 5px 0px 7px 0px;
	}

h4 {color: #00386c;
	font-size: 13pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	}

h5 {color: #7c7884;
	font-size: 11pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

h6 {color: #333333;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}

p {color: #333333;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	}

li {color: #333333;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
	}

blockquote {color: #0e4c4e;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	}

td {color: #56222d;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	}



	/****Begin id and class specs****/

#pageID {color: #34267e;
	}

.twoColFixLtHdr { 
	background-image: url(images/bg-page.jpg);
	background-repeat: repeat-x;
	margin: 0;
	} 

.twoColFixLtHdr #container { 
	width: 100%;
	background: #ffffff;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 

.twoColFixLtHdr #header { 
	display: none;
	} 

#banner { /* Page banner */
	display: none;
	}

.bnrpic { /* Used for images in page banner */
	display: none;
	}

.twoColFixLtHdr #sidebar1 {
	display: none;
	}

.twoColFixLtHdr #mainContent {
	padding: 0;
	margin: 0;
	} 

.twoColFixLtHdr #mainContent p {
	padding: 0 10px 0 20px;
	} 

.twoColFixLtHdr #mainContent h5 {
	text-align: left; /* This fixes a bug where centering is cascading apparently from footer */
	} 

.twoColFixLtHdr #mainContent li {
	list-style-type: square; /* If not specified in ID's, top nav will show bullets */
	} 

.twoColFixLtHdr #footer { 
	background: #d9d9d9;
	padding: 0;
	} 

.twoColFixLtHdr #footer p,h5 {
	display: none;
	}

#copyright { /* This prints copyright at bottom of page */
	text-align: center;
	padding: 4px 0;
	display: block;
	}

.desc {display: none;
	}


/*Control alignment and margins around pics used in pagebody paragraphs*/

.leftpic {
	margin: 4px 20px 10px 0px;
	position: relative;
	}

.rightpic {
	margin: 4px 0px 10px 20px;
	position: relative;
	}


/******Controls thumbs in gallery******/
  #thumbs {width: 630px;  /*** % value blows up in IE6, always use px or browser detect ***/
 	} 

  #thumbs div {margin: 5px;
	width: 140px;
	height: 140px;
	float: left;
	} 

  #thumbs div img {border: none;
 	display: block;
	} 


