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

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

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

.twoColFixLtHdr #header #tagline { 
	position: relative;
	top: 165px;
	left: 10px;
	margin: 0;
	} 

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

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

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

.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 #sidebar1 {
	position: relative;
	top: -140px;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 0px;
	}

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

.twoColFixLtHdr #mainContent {
	position: relative;
	top: -75px;
	margin: 0 0 0 250px; /* 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 100px 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 #footer { 
	background: #dae5df;
	position: relative;
	top: -75px;
	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;
	}


  /*Controls thumbs in galleries*/
  #thumbs {width: 100%;  /*100% value blows up in IE6, browser detect will serve IE6 CSS*/
 	} 

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

  #thumbs div img {border: none;
 	display: block;
	margin: 0px 2px 3px 2px;
	} 

  #thumbs div h5 {margin: 0px 2px 2px 2px;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	line-height: 150%;
	color: #443873;
	} 


  /*Controls layout for desktop page*/
  #desktop {width: 100%;  /*100% value blows up in IE6, browser detect will serve IE6 CSS*/
 	} 

  #desktop div {margin: 5px;
	width: 240px;
	height: 80px;
	float: left;
	} 

  #desktop div img {border: none;
 	display: block;
	margin: 0px 10px 3px 0px;
	} 

  #desktop div h3 {margin: 0px 5px 2px 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 150%;
	} 



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