/* CSS Document */



/* HEADER */

h1 {
	/* Styles the main heading.  NOTE: Each page should have only one H1 */
	color: #bf4d02;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: .9em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1em 0em 0.5em 0em;
	font-weight: lighter;
	}
	
.border-photo {
	/* Adds a shaded margin and border */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
.right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 0px 0px 15px 15px;
	}
.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
	margin: 0px 15px 15px 0px;
	}
	


	
/* MAIN CONTENT AREA */

#content-outer {
	/* Establishes the width of the Content area and styles it */
	/* different-content-outer.gif is a background image that is being repeated horizontally.  It creates the dark-to-light blue gradient */
      background:  #ffffff url(blue-content-outer.jpg) repeat-x center top;
	}
#content-inner {
	background:  #ffffff url(blue-content-inner.jpg) repeat-y center top;
	}
	
#main-content {
	/* Establishes the width of the main content area.  The div is 680 pixels wide because there is 20 pixels of padding on the right and left (20 + 680 + 20 = 720).  I didn't specify the left padding because the div is floating to the right (see global.css) */
	padding: 1em 20px 3em 0px;
	width: 860px; /*920*/
	}
#main-content p {
	/* Styles everything within p tags <p> . . . </p> */
	font-size: 2;
	line-height: 1.636em;
	margin: 1.636em 0;
	}
#main-content h2 {
	/* Styles all Heading 2s in the main content area. Use H2 for the main subheads in your content */
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 1.6em 0em -0.4em 0em;
	color: #4c617e;
	font-weight: lighter;
	}
#main-content h3 {
	/* Styles all Heading 3s in the main content area. Use H3 for the sub-subheads in your content. For example, use H3 to title a small ordered list that is found under a main subhead (H2) */
	font-size: 1.3em;
	line-height: 1.636em;
	margin: 2.5em 0em 0.772em 0em;
	color: #707a87;
	}
#main-content a {
	/* Styles all links in the main content area. */
	color: #4c617e;
	text-decoration: underline;
	}
#main-content a:hover {
	color: #bf4d02;
	}
#main-content ul {
	/* Styles all unordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ul li {
	list-style-type: square;
	font-size: 3;
	line-height: 1.636em;
	}
#main-content ol {
	/* Styles all ordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ol li {
	font-size: 3;
	line-height: 1.636em;
	}




	/* LEFT MENU */
	
#left-menu {
	/* left-menu styles the main menu column, including the font size. NOTE: The padding- and margin-bottoms are a trick that extends the left menu the full length of the page (assuming the page isn't longer than 30,000 pixels) regardless of the length of the main content area  */
	width: 240px;
	text-align: left;
	font-size: 1.2em;
	}
#left-menu h2 {
	/* The template includes several headings (H2s) that do not display in standard browsers.  They improve site accessibility by titling lists of links -- for example, the list of Frequently Used Tools in the header. NOTE: This expalins why there is not a standard H2 style.  Rather, H2 is styled for different purposes in different divs */
	display: none;
	}
#left-menu ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 210px;
      background-color: #2a3646;
	padding: .7em 15px;
	border-bottom: #8aa4c9 1px solid;
	}
#left-menu ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #376482;
	display: block;
	width: 210px;
	background-color: #e8eef5;
	}
#left-menu ul li ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 210px;
	background-color: #8aa4c9;
	border-bottom: #37475d 1px solid;
	}
#left-menu ul li ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #376482;
	display: block;
	width: 210px;
	background-color: #e8eef5;
	}




	
	/* COLUMN THAT MERGES MAIN LEFT AND MIDDLE COLUMNS */
	
#main-twocol {
	/* Establishes the width of main-twocol */
	width: 539px; /*599*/
	padding-right: 10px;
	border-right: 1px dotted #999999;
	}
	

	/* MAIN LEFT COLUMN */
	
#main-left {
	/* Establishes the width of main-left */
	text-align: left;
	width: 209px; /*209*/
	}
	
	
	/* MAIN MIDDLE COLUMN */
	
#main-middle {
	/* Establishes the width of main-middle and creates the dotted border that separates it from the main-right column */
	text-align: left;
	width: 209px; /*209*/
	padding-left: 10px;
	}
	
	
	/* MAIN RIGHT COLUMN */
	
#main-right {
	/* Establishes the width of main-right */
	text-align: left;
	width: 308px; /*368*/
	}
