/*Colors: 
	Dark Blue: 	#212B40
	Sage Green: 	#C2E078
	White:		#ffffff
	Mid Blue:	#547897*/

body{margin:0 0 0 0;
	padding: 0 0 0 0;
}

.upperPadding{
	padding:0;
	margin: 0;
	background-color: #212B40;
	height: 15px;
}

/* Begin Navigation Bar Styling */
nav {
	background-color: #212B40 !important; /*blue*/
}

.HoverNav a:hover{
	color: white !important;
}

nav ul li a:hover {
    color: white !important;
}

nav ul li ul li:hover a{
 color: white !important;
}


nav ul ul {
	display: none !important;
}

nav ul li:hover > ul {
	display: block !important;
}
	
nav ul {
	background: #C2E078 !important; /*green*/
	margin-bottom: 0px !important;
	padding: 0 20px !important;
	list-style: none !important;
	position: relative !important;	
}
nav ul:after {
	content: "" !important; 
	clear: both !important; 
	display: block !important;
}
	
nav ul li {
	float: left !important;
	
}
nav ul li:hover {
	background: #212B40 !important;
	color:white !important;
}

nav ul li ul li:hover a {
	color: white !important;
}
	
nav ul li a {
	display: block !important; 
	padding: 25px 40px !important;
	color: #212B40 !important; 
	text-decoration: none !important;
	
}
	
nav ul ul {
	/*background: #C2E078; /*green*/
	padding: 0 !important;
	position: absolute !important; 
	top: 100% !important;
}

nav ul ul li {
	float: none !important; 
	border-top: 1px solid white !important;
	position: relative !important;
}
nav ul ul li a {
	padding: 15px 40px !important;
	
	
}	
nav ul ul li a:hover {
	background: #212B40 !important;
	
	
}		
nav ul ul ul {
	position: absolute !important; 
	left: 100% !important; 
	top:0 !important;
}



/* End navigation bar styling. */

strong {
	color: #212B40;
}

header > h3{
	color: #212B40;
	margin-left: 20px;
}

.current {
	text-align: center;
}

h3, h4{
	color: #212B40;
}

p, h5, h4, h3, h2, h1{
	margin-left: 20px;
}

.note{
	font-style: italic;
}

form {
	margin-left: 30px;
}

.loginForm td{
	border: 0px;
	
}

.loginForm {
	padding-top: 75px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 75px;
}

.frontPageLogin{
float: right;
padding-left: 10px;
padding-right: 50px;
padding-top: 50px;
}
.frontPageLogin td{
	border: 0px;
	
}

.titles {display: block;}

.offered{
	padding-left: 50px;
}

.offered p{ 
	font-weight: bold;}

hr { 
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-width: 1px;
    width: 500px;
    color: #C2E078;
} 

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
	background-color: white;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	/*margin: -1px;*/
	cursor: pointer;
}

table{
margin-left:25px;
    border-collapse: collapse;

}

.pedTable table, th, td{
   border: 1px solid black;
}

.pedTable{
	margin-right: auto;
	margin-left: auto;
	width:80%;
	margin-bottom: 25px;
}

.pedTable td {
	width: 25%;
}

.coi{
	padding-left:30px;
}

.parents {
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
}

input{margin: 5px;}

button {
   margin: 10px;
    text-decoration: none;
    font: bold .85em 'Trebuchet MS',Arial, Helvetica; /*Change the em value to scale the button*/
    color: #212B40;
    display: inline-block;
    text-align: center;
    background: #C2E078;
    /*border: 1px solid #9c9c9c;*/ /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);    
    box-shadow: 0 0 .05em rgba(0,0,0,0.4); 
    -moz-border-radius: .3em;
    border-radius: .3em;
}

button:hover {
    background: #212B40;
    color: white;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#212B40', endColorstr='#C2E078');            
}

button:active {
    background: #4477a1;
}

.dashboard li {list-style-type: none;
	padding-right: 15px;}

.icon {
	width: 15px;
	height: 15px;
	padding-right: 3px;
}






















footer { 
background-color: #212B40;
    display: block;
    color: white;
    text-align: center;
    padding: .5em;
}

footer a{
color: white;
text-decoration:none;
}

footer a:hover{
  color:#C2E078;
}