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

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

h3 {color: #443873;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	margin: 0px 0px 20px 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 is identical to p except for padding in maincontent, use h6 when padding to shorten lines is not needed*/
h6 {color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

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

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

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

.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: 0;
	} 

.twoColFixLtHdr #header { 
	background-image: url(images/bg-wp.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	height: 170px;
	} 

.twoColFixLtHdr #header #domain { 
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	margin: 0;
	} 

.twoColFixLtHdr #header #topnav { 
	position: relative;
	top: 0px;
	right: 10px;
	text-align: right;
	margin: 0;
	} 

.twoColFixLtHdr #header #search { 
	position: relative;
	top: -85px;
	right: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
	} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

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

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

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

.twoColFixLtHdr #footer { 
	background: #dae5df;
	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;
	}

.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 10px 10px 0px;
	position: relative;
	left: -20px;
	}

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