/* CSS Document  styles/newmainstyle.css */
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	/*	font-family: Georgia, "Times New Roman", times, serif;*/
	font-family: "Helvetica Narrow", Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
}
#container {
	width: 100%;
	margin: 0px auto;/*Important- sets the container to drop level for the maincontent to align at the top*/
	padding: 0px;
/*	background-color: #036;	*/
} 
#header {
	float: left;
	width: 100%;
	height: 25%;;
    color: #051C77;	
    font-weight: bold;	
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(/images/header_back.png);
	opacity: 75%;   
	background-repeat: repeat-x;	
}
#title {
	float: left;	
	width: 55%;
	}
#google {
	float: left;
	width: 25%;
/*	padding-top: 1%;*/
/*	background-color: #F1E3B2;*/
    color: #051C77;	

	}	
#header h1 {
	float: left;
/*    padding: 1%;*/
	padding-left: 3%;	
	font-size: 1.5em;
	width: 55%;
}
#title h2 {
	float: left;
	padding-left: 5%;	
	font-size: 1.25em;
	width: 70%;
}
h1{
	padding-left: 5%;
	margin: 0;
    color: #051C77;	
	font-size: 1.5em;
	}

#titleMIS{
	/*	background-color: #CCFFFF;*/
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 18%;
	color: #666;
/*	font-family: Verdana, Geneva, sans-serif;*/	
	font-family: "Comic Sans MS", cursive;	
/*	background-image: url(/images/Main_Blank.jpg);	*/
}
#titleMIS img{
/*	position: absolute;
	top:0;
	left: 0;*/
	float: left;
	margin: 0;
	padding: 0;
}
#titleMIS h1{
	color: #6C0B90;
	font-style: italic;
	text-shadow: 2px 2px 2px #0CC;
	font-size: 2em;	
	margin:0;
	padding:0;
	text-align: center;
	font-weight: bold;
}
#titleMIS h2{
	/*	text-align: center;*/
/*	font-family: "Comic Sans MS", cursive;*/
	font-style: italic;
	text-shadow: 1px 1px 1px #0CC;
	font-size: 1em;	
	line-height: 1em;
}
#titleMIS h3{
	/*	text-align: center;*/
	padding: 0;

	color: #333;
	font-style: italic;
	text-shadow: 1px 1px 1px #0CC;
	font-size: .75em;
}
#titleMIS h3 a{
	/*	text-align: center;*/
	padding: 0 0 0 1%;
/*	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;*/
	text-shadow: .5px .5px .5px #0CC;
	font-size: 1em;
	display: inline;
}
.heada {
	padding: 0px;
	padding-left: 2%;
	/*	color: #39F;*/
	color: #FFF;
	display: block;
	font-weight: bold;
	font-style: italic;
-webkit-box-shadow: 5px 5px 5px 0px rgba(113,204,214,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(113,204,214,1);
box-shadow: 5px 5px 5px 0px rgba(113,204,214,1);
}
#link{
	position: absolute;
	font-size: 120%;
/*	margin-left:5%;*/
	top: 30%;
	right: 2%;
}
#link2{
	position: absolute;
	font-size: 120%;
/*	margin-left:5%;*/
	top: 40%;
	right: 2%;
}
/*#titleMIS h3{
	padding-left: 2%;	
	}*/


#maininstruct {
	position: absolute;
	z-index: 9;
	top: 100px;
	left: 710px;
	height:100px;
	width:300px;
	color:#990066;
	font-weight: bolder;

	}
#headliner {
	float: left;
	margin: 0;
	padding: 0 1%;
	width: 98%;
	font-size: 1.25em;
	color: #6C0B90;
	font-style: italic;
	text-shadow: .25px .25px .25px #000;
	font-family: "Comic Sans MS", cursive;	
	}	
#headliner h1,h2,h3,h4,p{
/*	color:#69C;*/
	font:Tahoma, Geneva, sans-serif;
	padding: 0 3%;
	font-size: 1.25em;
	}	
#headliner h3{
	font-size: 1.5;
}
#headliner h4{
	font-size: 1.25;
	align: right;
}
#headliner a{
	color:#0066FF;
	display: inline;	
}

.headbold {
	font-weight: bold;
}
.headitalic {
	font-style: italic;
	font-weight: bold;
}
#sidemenu{
/*	position: absolute;*/
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 20%;
	float: left;
	width: 20%;
	height: 100%;
	font-size: 1em;
    color: #F3F4F8;	
/*	height: 600px;*/
/*	background-image: url(../images/bluearch_menu.jpg);
	background-repeat: repeat-y;*/
}
#footer{
	/*	position: absolute;
	top: 650px;
	left: 25px;*/
/*	padding: 2px;*/
	padding: 1%;
	margin: 0;
	font-weight: bold;
	text-align: center;
	color: #999;
}
.quote {
	font-size: .8em;
	font-style: italic;
	color: #6C0B90;
	}

#maincontent {
	margin: 1%;
	padding: 1%;
	float: left;
	width: 94%;
	/*	background-color: #FFF;*/
	color: #585455;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 20px #20242C;
	-moz-box-shadow: 10px 10px 20px #20242C;
	box-shadow: 10px 10px 20px #20242C;
	/*	background-color: #CEDAE1;*/
	/*	font-weight: bold;*/
/*	height: 80%;/*	note overflow: scroll adds a heavy overload to time on loading page*/*/
	font-weight: bold;
}
#maincontent img {
	float: left;
	padding-right: 3%;}
/*#maincontent.p.firstchild:first-letter {
	font:200%/100% serif;
	color:#0000FF;
}*/
#maincontent2 {
	margin: 0px;
	margin-left: 20%;
	width: 79%;
	text-align: left;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 0%;
	padding-left: 1%;
	color: #333;
	background-color: #CEDAE1;
/*	background-color: #CEE7FF;*/
	font-weight: bold;
	height: 80%;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	
}
#maincontent2 h3 {
	font-style:
	font-style: italic;
	font-weight: 900;
	text-transform: lowercase;
	color: #069;
	}
.fontseventyfive {
	font-size: 75%;
}
#menumessage {
	float: right;
	margin: 0px;
	padding: 1%;
	width: 20%;
		color:#69C;
	/*	background-color: #369;*/
	/*color: #CCC;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}


.rights {
	font-size: 75%;
	padding: 2px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menu0,#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7 {
	display: none;
	}
.menuHead  {
	color: #FFF;
	font-size: 110%;	
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
/*	padding-left:2%;*/
	}
/*.menuOption {
	display: block;
	color: #000099;
/*	font-size: 65%;*/
/*	font-family: Arial, Helvetica, Geneva, sans-serif;
	}*/
	
.menu {
	width: 97%;
	margin-top:1%;
	margin-left:2%;	
}
.menu a {
	color: #FFF;
	font-size: 110%;	
	}

.menu li {
	list-style: none;
	/*	margin-left: -20px;*/
	margin-left: -10%;
	margin-bottom: 1%;
}
/*.menu ul #menu0 { doesn't work
	border: 2px;
	border-color: #99FFFF;	
}	*/

.menu li a {
	/*	font-size: 85%;*/
	display: block;
	text-decoration: none;
	/*	border-top: 1px solid #99FFFF;
	border-bottom: 1px solid #99FFFF;*/
	padding: 2px;
/*	color: #CCFFFF;*/
	color: #F3F4F8;
	font-weight: 900;
	font-size: 90%;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-bottom-color: #CCFFFF;
}

.menu a:hover {
	display: block;
	text-decoration: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	/*	padding: 4px;*/
	background-color: #F3F4F8;
	color: #4E4E4F;
}


/* Miscellaneous classes for reuse */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
.cleft { /* this class clears the left firstletter*/
	clear:left;
}	
.warning {
	color: #FF0000;
}	
p {
	line-height:135%;
}	
/* The following does not work*/
/*<!--p:first-letter {
	color:#000;
	font:bolder 125% 'part let', 'Arial', 'Helvetica', 'Geneva', 'sans-serif';
	float: left;
	margin-left: 10%;
}*/
/*h2:first-letter {
	color:#0000FF;
	font:bolder 200% 'part let', 'Arial', 'Helvetica', 'Geneva', 'sans-serif';
	float: left;		
}*/
/*h3:first-letter {
	color:#000;
	font:bolder 150% 'part let', 'Arial', 'Helvetica', 'Geneva', 'sans-serif';
	float: left;
}-->*/
.ptitle {
	color:#0000FF;
	font:bolder 100% 'part let', 'Arial', 'Helvetica', 'Geneva', 'sans-serif';

}
/*p:first-child p:first-letter {
	font:200%/100% serif;
	color:#0000FF;
}*/
.dropBox {
	text-align: left;
	background-color: #00FFFF;
	border: 1px solid;
	-moz-border-radius-topleft: 25px;
	cursor: pointer;
}

#object1 {
	position: absolute;
	z-index: 7;
	top: 345px;
	left: 550px;
	background: url(../images/slide2.png) no-repeat;
	height:336px;
	width:448px;
	}

#object2 {
	position: absolute;
	z-index: 6;
	top: 310px;
	left: 500px;
	background: url(../images/slide9.png) no-repeat;
	height:336px;
	width:448px;
	}

#object3 {
	position: absolute;
	z-index: 5;
	top: 275px;
	left: 450px;
	background: url(../images/slide8.png) no-repeat;
	height:336px;
	width:448px;
	}

#object4 {
	position: absolute;
	z-index: 4;
	top: 240px;
	left: 400px;
	background: url(../images/slide7.png) no-repeat;
	height:336px;
	width:448px;
	}
#object5 {
	position: absolute;
	z-index: 3;
	top: 205px;
	left: 350px;
	background: url(../images/slide6.png) no-repeat;
	height:336px;
	width:448px;
	}	
#object6 {
	position: absolute;
	z-index: 2;
	top: 170px;
	left: 300px;
	background: url(../images/slide5.png) no-repeat;
	height:336px;
	width:448px;
	}	
#object7 {
	position: absolute;
	z-index: 1;
	top: 135px;
	left: 250px;
	background: url(../images/slide4.png) no-repeat;
	height:336px;
	width:448px;
	}
#object8 {
	position: absolute;
	z-index: 0;
	top: 100px;
	left: 200px;
	background: url(../images/slide3.png) no-repeat;
	height:336px;
	width:448px;
	}	
	
ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footermain{
	position: absolute;
/*	top: 650px;
	left: 25px;
	padding: 2px;*/
	margin:0px;
	padding:0px;
	top: 125%;
	left: 1%;
	padding: 2%;	
	font-weight: bold;
	text-align: center;
}
.popUp {
	font-size: .9em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	visibility: visible;
	margin: 0 10px;
	padding: 5px;
	position: absolute;
	width: 200px;
	opacity: .8;
	border: solid 1px black;
	z-index: 5000;
}	
.form_info_icon {
	cursor: help;
	vertical-align: middle;
/*	background-image: url(../images/infonew.gif);*/
}
.form_warn_icon {
	cursor: help;
	vertical-align: middle;
/*	background-image: url(../images/warn.gif);*/
}

.form_mandatory {
	color: #FF0000;
}
#FloatDesc {
	border: 1px solid black;
	padding: 3px;
	background-color:#F2FCF9;
	width: 300px;
}
#overmenu {
	position: absolute;
	left: 1%;
	height: auto;
	color: #FFFFFF;
	background-color: #051C77;	
	opacity: 0.70;	
	text-shadow: 0 1px 0 #fff;
  	text-align: center;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.overmenu-hover {
  background-position: 0 -32px;
}

@media screen{
body {
}
}
.spimg {
/*    float: right;*/
    display: inline-block;
    padding:0 2%;
}
#lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
}
#lightbox-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}