/******************** Ignore everything between here and line 21.  Not required *******************/
@charset "UTF-8";
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, nav, article, aside, footer, hgroup, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}
:focus, :active { outline: 0 }
ol, ul { list-style: none }
header, nav, article, aside, footer, hgroup, section { display: block }

/***************************** Ignore everything ABOVE.  Not required ****************************/
/************************************ GENERAL FORMATTING **********************************/
/******************************************************************************************/

html {background-color: gray;}						/*HINT - background color of site set here*/

body {
		width: auto;
		margin: 0 auto;
		color: black;									/*HINT - here we set the text color of site*/
		font: 14px/18px Corbel, Arial, Helvetica, sans-serif;
		text-align: justify;
	 }

p { margin-bottom: 18px}


h1 {
	font: 22px/22px Corbel, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: black;										/*HINT - here we set the heading color of site*/
	font-weight: bold;
}

h2 {
	font: 18px/22px Corbel, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: black;
font-weight: bold;

}

strong { font-weight: bold }
em { font-style: italic }


/* sets text color and size for all hyperlinks on page */
a { color: blue;
	font: 22px/22px Arial}
a:hover { border-bottom: 1px solid #940033 }
a:active { border-bottom: 2px solid #940033 }


/*********************************************************************************/
/************************************ HEADER *************************************/
/*********************************************************************************/
hgroup { margin: 5px 5px 2px 2px}

hgroup h1 {
	font: 35px "Arial";
	color: black;							
    text-align: center; 
}

hgroup h2 {
	font: 24px/30px "Arial";
	color: black;							
	text-align: center; 
}


/*********************************************************************************/
/*********************************** BODY ****************************************/
/*********************************************************************************/
#content  {
	background: white;  				/*background color in body portion*/
	padding: 1px;   								 
	border-radius: 1px 1px 1px 1px;				/*rounded edges*/
	-moz-border-radius: 1px 1px 1px 1px;		/*rounded edges - FIREFOX*/
	-webkit-border-radius: 1px 1px 1px 1px;		/*rounded edges - SAFARI & CHROME*/
	
}

#content h1 {
	color: black;							
	text-align: left; 
	font: 34px/36px Arial;
}

#content h2 {
	color: black;							
	text-align: left; 
	font: 24px/26px Arial;
}

#content h3 {
	color: black;							
	text-align: left; 
	font: 16px/18px Arial;
}

#content img { 
	margin-left: 20px;										/* index pictures left x pixels*/
	box-shadow: inset 1 -35px 35px -18px #005b79; 			/* shadowing for pictures*/
	-moz-box-shadow: inset 1 1 10px rgba(50, 50, 50, 0.5);	/* shadowing for pictures - MOZILLA*/
	-webkit-box-shadow: 3px 3px 7px #777;  					/* shadowing for pictures - CHROME*/
}


/* Sets the formatting for the scrolling text at the bottom*/
#scroller {
	font: 20px/20px "Arial";
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

/* Sets the formatting for the links portion*/
.links li {
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #fafafa;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;}

/* Slides links text to the right when mouse hovers over link*/
.links li:hover { margin-left: 8px }
.links li a:hover { border: none }

/*********************************************************************************/
/*********************************** COOL MENU ****************************************/
/*********************************************************************************/
#coolMenu,
#coolMenu ul {
    list-style: none;
}
#coolMenu {
    float: left;
}
#coolMenu > li {
    float: left;
}
#coolMenu li a {
display: block;
color: #fff;    
height: 2em;
    line-height: 2em;
    padding: 0 2.4em;
    text-decoration: none;
border-bottom:1px solid #fff
}
#coolMenu ul {
    position: absolute;
    display: none;
z-index: 999px;
}
#coolMenu ul li a {
    width: 130px;
}
#coolMenu ul ul li a {
    width: 160px;
}
#coolMenu li:hover ul {
    display: block;
}
/* Main menu
------------------------------------------*/
#coolMenu {
    font-family: Arial;
    font-size: 18px;
    background: #2846f0;
}
#coolMenu > li > a {
    color: #fff;
	font-size: 18px;
    font-weight: bold;
}
#coolMenu > li:hover > a {
    background: green;
    color: #fff;
}
 
/* Submenu
------------------------------------------*/
#coolMenu ul {
    background: #f09d28;
}
#coolMenu ul li a {
    color: #fff;
    font-size: 18px;
font-weight: bold;

}
#coolMenu ul > li:hover >a {
    background: #ffc97c;
}
/* Sub Sub menu
------------------------------------------*/
#coolMenu ul ul{
    margin: -1em 0 0 10em;
	background: #f09d28;
}
#coolMenu, #coolMenu ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#coolMenu li:hover ul ul, #coolMenu li.sfhover ul ul {
	left: -999em;
}

#coolMenu li:hover ul, #coolMenu li li:hover ul, #coolMenu li.sfhover ul, #CoolMenu li li.sfhover ul {
	left: auto;
}
#coolMenu ul ul li a {
    color: #fff;
    font-size: 18px;
font-weight: bold;

}
#coolMenu ul ul li:hover a {
    background: #ffc97c;
}


/*********************************************************************/
/***************************** COPYRIGHT *****************************/
/*********************************************************************/
.copyright {
	text-align: center;
	color: white;							/*HINT - This is where you change copyright text color */
	margin: 10px 0 20px;
	clear: both;
}


 