/*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: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold
	}

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

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

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

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

h6 {color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

p {color: #333333;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

li {color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding-bottom: 10px;
	}

blockquote {color: #0e4c4e;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

td {color: #56222d;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-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: 960px;
	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 { 
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	padding: 0;
	border: 0;
	height: 350px;
	} 

#banner { /* Page banner */
	position: absolute;
	top: 88px;
	}

.bnrpic { /* Used for images in page banner */
	margin: 0px 10px;
	}

.twoColFixLtHdr #header #search { 
	float: right;
	margin: 10px 0px 20px 20px;
	width: 375px;
	height: 20px;
	text-align: right;
	} 

.twoColFixLtHdr #header #search p { 
	color: #fff;
	} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px;
	}

.twoColFixLtHdr #sidebar1 h3 {
	font-weight: normal;
	line-height: 175%;
	}

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

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

.twoColFixLtHdr #mainContent p {
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

.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 #fullWidthContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

.twoColFixLtHdr #fullWidthContent p {
	/*padding: 0 10px 0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

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

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

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

.twoColFixLtHdr #footer p,h5 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	}

#copyright { /* This shows only when pages are printed */
	display: none;
	}

.desc {display: none;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
	}


/*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;
	} 


/*Top navigation*/

#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom: 0px;
	/* Clear floats */
	float:left;
	width:100%;
	position: absolute;
	top: 286px;
	z-index:5;
	}

#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	padding-bottom: 0px;
	}

#nav a{
	display:block;
	padding: 4px;
	color:#fff;
	background: transparent;
	text-decoration:none;
	}

#nav a:hover{
	color:#ff0;
	background:#00a651;
	text-decoration:underline;
	}

/*--- DROPDOWN ---*/

#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	}

#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	}

#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	}

#nav li:hover ul{ /* Display the dropdown on hover */
	left: -40px; /* Bring back on-screen when needed */
	}

#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#00a651;
	text-decoration:underline;
	}

#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	}

#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#120945;
	}