/*Copyright 2010 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  {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	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: #990000;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {color: #666666;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
a:active {color: #ffffff;
	background-color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {color: #ffffff;
	background-color: #990000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover img { /* This overrides the hover color when links are images */
	background-color: #ffffff;
	}

h1 {color: #990000;
	font-size: 19px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold
	}

#pagecontent h1 {
	font-size: 20px;
	}

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

#pagecontent h2 {
	font-size: 18px;
	}

h3 {color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
	}

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

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

/*h6 is identical to p except for padding in maincontent, use h6 when padding to shorten lines is not needed*/
h6 {color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

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

li {color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 130%;
	list-style-image: url(images/bullet.gif);
	margin: 0px 10px 10px 20px;
	}

blockquote {color: #666666;
	background-image: url(images/bg-hpquote.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 65px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 20px 70px 5px 70px;
	}

td {color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

#pagecontent h4,h6,p,li,blockquote {
	font-size: 13px;
	}



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

.twoColFixLtHdr #container { 
	width: 900px;
	background: #ffffff;
	margin: 0 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. */
	padding: 0px;
	} 

.twoColFixLtHdr #header { 
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	} 

.twoColFixLtHdr #header #headnav { /* Needs to use clearfloat class to close, see note on that class */
	float: right;
	margin-left: 20px;
	margin-bottom: 0px;
	text-align: right;
	} 

.twoColFixLtHdr #header #search { /* Needs to use clearfloat class to close, see note on that class */
	float: right;
	margin: 30px 0px 20px 20px;
	width: 375px;
	height: 20px;
	text-align: right;
	} 

.twoColFixLtHdr #mainContent {
	background-image: url(images/bg-hp.jpg);
	background-repeat: no-repeat;
	margin: 0px; /* 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

.twoColFixLtHdr #mainContent #contact {
	font-size: 13px;
	color: #ffffff;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	} 

.twoColFixLtHdr #mainContent #navcell { /*Top nav beside Home page Flash*/
	color: #ffffff;
	margin: 0px;
	padding: 8px 20px 10px 40px;
	} 

.twoColFixLtHdr #mainContent #navcell h1 { /*Top nav beside Home page Flash*/
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	} 

.twoColFixLtHdr #mainContent #navcell h2 { /*Top nav beside Home page Flash*/
	margin: 0px 0px 17px 0px;
	} 

/*maintopnav is the primary nav on blue bar under header graphic*/
.twoColFixLtHdr #mainContent #maintopnav { 
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 7px 0px 6px 0px;
	} 

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

.twoColFixLtHdr #footer { 
	background: #d7d7d7;
	padding: 0px;
	} 

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

.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: 20px;
	margin-bottom: 20px;
	}

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

.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: 0px;
    font-size: 1px;
    line-height: 0px;
	}


/* Control alignment and margins around pics used in page body paragraphs */

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

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

