

*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

html
{
font-size: 18px;	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;;
}

body
{
	text-align: left;
	margin: 0px auto;
	font-size: 1rem;
	color: black;
	background-color: #7C98AB;
}

#SectionTop
{
	float: left;
	width: 100%;
	background-color: #000000;
}

#SectionLogo
{
	float: left;
	width: 100%;
	background-color: #F5F5F5; /* WhiteSmoke (web colors) */
}

#SectionMiddle
{
	float: left;
	width: 100%;
	color: white;
	background-color: #7C98AB; /* Weldon Blue (name colors) */
}

#SectionBottom
{
	float: left;
	width: 100%;
	background-color: #696969; /* DimGray (web colors) */
}

.Container
{
	width: 100%;
	max-width: 1200px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
}

#Header
{
	float: left;
	width: 100%;
}

#Header img
{
	float: left;
	width: 70%;
}

#Content
{
	float: left;
	width: 100%;
	max-width: 1200px;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#Footer
{
	float: left;
	width: 100%;
	max-width: 1200px;
	line-height: 2rem;
	color: white;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#Footer a
{
	color: white;
}

#Copyright
{
	float: left;
	width: 100%;
	max-width: 1200px;
	color: black;
	text-align: center;
	padding-top: 1rem;
}

.RightColumn
{
	float: left;
	margin-top: 10rem;
	width: 27%;
	padding: 1%;
	padding-bottom: 10rem;
	background-color: #93b0c2; /* cool-gray 30 (ibm design colors) */
}

.NarrowColumn
{
	float: left;
	width: 60%;
	margin-left: 5%;
	margin-right: 6%;
	padding-top: 1rem;
}

.SpecialTextInput
{
	position: absolute;
	top: -2000px;
	left: -2000px;
	text-align: left;
}

.NormalTextInput
{
	text-align: left;
	float: left;
	width: 90%;
	font-size: 1rem;
}

.NormalTextInput input, textarea, select
{
font-size: 1rem;}

.TextInput
{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 7px;
}

.ContactInputs
{
	width: 100%;
max-width: 500px;	
}

.ContactButton
{
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 5%;
	font-size: 2rem;
}

.ContactButton input
{
	font-size: 1rem;
}


.CommentsText
{
	float: left;
	width: 100%;
}

.ContactInfo
{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.ContactInfo img
{
	width: 100%;
	height: auto;
}

.TheButton
{
	float: right;
	background-color: #3366cc;
	border: none;
	color: white;
	padding: 15px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	cursor:pointer;
}

.TheButton:hover
{
	background-color: #6699ff;
	color: white;
}

.ButtonWrapper
{
	float: right;
	width: 40%;
	padding-top: 1rem;
	padding-right: 2rem;
}

.LargePhoto
{
	float: left;
	width: 96%;
	margin-top: 4rem;
	margin-left: 2%;
	margin-bottom: 4rem;
}

.LargePhoto img
{
	float: left;
	width: 100%;
}



/* tags */
h1
{
	font-size: 2rem;
	color: white;
	margin-bottom: 0.5rem;
	text-align: center;
	padding-top: 1rem;
}

h1 a
{
	color: white;
}

h2
{
	font-size: 1.1rem;
	color: white;
	margin-bottom: 0.5rem;
	text-align: left;
	padding-top: 1rem;
}

h2 a
{
	color: white;
}

h3
{
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	text-align: center;
	padding-top: 1rem;
	color: #1b2834;  /* cerulean 90 (ibm design colors) */
}

h3 a
{
	color: #1b2834;  /* cerulean 90 (ibm design colors) */
}


h4
{
	font-size: 1.1rem;
	color: #FF0;
	margin:0px 0px 5px 0px;
}

h5
{
	font-size: 2rem;
	color: #F00;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}

h6
{
	font-size: 2rem;
	color: #FFF;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}


p
{
	margin: 1rem 0px 2rem 0px;
}

a
{
	color:#000000;
}

li
{
	list-style: disc;
	margin-left: 3rem;
	margin-right: 3rem;
}

li a
{
	color: white;
}

@media all and (max-width : 830px)
{

h3
{
	font-size: 1.2rem;
	line-height: 1.8rem;
}

}

@media all and (max-width : 800px)
{

h3
{
	font-size: 1.5rem;
	line-height: 2rem;
}

.RightColumn
{
margin-left: 6%;width: 92%;max-width: 350px;	padding: 4%;
	background-color: #9fa7a7; /* cool-gray 30 (ibm design colors) */
}

.NarrowColumn
{
	float: left;
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 1rem;
}

}


.NavDiv
{ 
	margin: 0;
	padding: 0;
	padding-left: 3%;
	width: 97%;
}




/* CSS Menu Code */

.toggle,
[id^=drop]
{
	display: none;
}

/* Giving a background-color to the nav container. */
nav
{ 
	margin: 0;
	padding: 0;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after
{
	content: "";
	display: table;
	clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position: relative" */
nav ul
{
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
	
/* Positioning the navigation items inline */
nav ul li
{
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #000000;
}

/* Styling the links */
nav a
{
	display: block;
	padding: 14px 10px;	
	color: #FFF;
font-size: 1rem;	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;;
	list-style: none;
	text-decoration: none;
}


nav ul li ul li:hover
{
	background: #222222;
	list-style: none;
}

/* Background color change on Hover */
nav a:hover
{ 
	background-color: #7C98AB; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul
{
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 45px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul
{
	display: inherit;
}
	
/* First Tier Dropdown */
nav ul ul li
{
	float: none;
	display: list-item;
	position: relative;
	list-style: none;
}
	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 720px){	nav
	{
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu
	{
		display: none;
	}

	/* Styling the toggle label */
	.toggle
	{
		display: block;
		background-color: #000000;
		padding: 14px 20px;	
		color: #FFF;
font-size: 1rem;		font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;;
		text-decoration: none;
		border: none;
	}

	.toggle:hover
	{
		background-color: #7C98AB;
	}

	/* Display Dropdown when clicked on Parent Label */
	[id^=drop]:checked + ul
	{
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li
	{
		display: block;
		width: 100%;
	}

	nav ul ul .toggle,
	nav ul ul a
	{
		padding: 0 40px;
	}

	nav ul ul ul a
	{
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a
 	{
		background-color: #7C98AB;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a
	{
		padding:14px 20px;	
		color: #FFF;
font-size: 1rem;	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a
	{
		background-color: #7C98AB; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul
	{
		float: none;
		position: static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul
	{
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li
	{
		display: block;
		width: 100%;
	}

	nav ul ul ul li
	{
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */

	}

}
@media all and (max-width : 330px)
{

	nav ul li
	{
		display: block;
		width: 94%;
	}

}

