﻿body {
	background:#2B888C;
 /*	line-height: 1.1;
	
	background-image: url(../Images/Background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;*/	
}

.container{
	background: #FFFFFF;
	
}

h1
	{
	font-size: 2.0em;
	font-family: "Comic Sans MS";
	color: #0070C0;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0;
		
}
h2
	{
	font-size: 1.5em;
	font-family:"Comic Sans MS";
	color: black;
	font-weight: 400;
	font-style: normal;
}
h3
	{
	font-size: 1.2em;
	font-family:"Comic Sans MS";
	color: black;
	font-weight: 400;
	font-style: bold;
}
h4
	{
	font-size: 1em;
	font-family:"Comic Sans MS";
	color: orange;
	font-weight: 400;
	font-style: bold;
}
p, li
	{
	font-size: 1.1em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

p.indent
{margin-left: 10px}

.Social{
	border-radius: 5px;
	border-style: double;
	background-color: #D8D8D8;
}

#ddmenu
/*z-index of ddmenu =2 that is greater than z-index for model dialogue allows it to be at the bottom of the model dialogue displaying video*/
{z-index: 2;
	position: relative;
}


#ddmenu a.active, #ddmenu span.active
{

	text-transform: uppercase;
	color: #00FF00;
}

.modal-dialog
{z-index: 1;
position: relative;

}
