body
{
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat-x;
}

.container /* here is the formatting for the container holding all the other sections */
{
   width: 960px;
   margin: 0 auto;
   overflow:hidden;
}

.header /* here is the formatting for the header section */
{

}

.header:after
{
	content:' ';
	display:inline-block;
	width: 100%;
	height: 0;
}

.header > span
{
	display:inline-block;
}

.leftsidebar /* here is the formatting for the left side bar section */
{
   float: left;
   width: 190px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   
}

.leftsidebarIDS /* here is the formatting for the left side bar section in IDS */
{
   float: left;
   width: 200px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 10px;
   padding-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   
}

.rightsidebar /* here is the formatting for the right side bar section */
{
   float: right;
   width: 190px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   
}

.pagetitle {
	min-height:26px;
	width:540px;
	padding: 0px;
	padding-top:2px;
	text-align:center;
}

.mediumpagetitle {
	min-height:26px;
	width:750px;
	padding: 0px;
	padding-top:2px;
	text-align:center;
}

.widepagetitle {
	min-height:26px;
	width:960px;
	padding:0px;
	padding-top:2px;
	text-align:center;
}

.contentwrapper /* here is the formatting for the content section */
{
   width: 540px;
   float: left;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   
}

.mediumcontentwrapper /* here is the formatting for the content section */
{
   width: 750px;
   float: left;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   
}

.mediumcontentwrapperIDS /* here is the formatting for the content section */
{
   width: 740px;
   min-height:500px;
   float: left;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   
}

.content
{
	padding: 0px;
	min-height:960px;
}

.content ul, .content ol, .content dl
{
    padding-left: 20px;
}

.widecontentwrapper
{
	width: 960px;
	float: left;
	padding: 0;
}

.widecontent
{
	padding: 0px;
	min-height:560px;
	margin-bottom: 50px;
}

.widecontent ul, .widecontent ol, .widecontent dl
{
    padding-left: 20px;
}

.footer {
	padding: 0px;
	float:left;
	width: 960px;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	position: relative; /* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer a {
	font-size: 12px;
}

.halfsizediv
{
	width:50%;
	float:left;
	min-width:300px;
}

.thirdsizediv
{
	width:33%;
	float:left;
	min-width:300px;
}

.quartersizediv
{
	width:25%;
	min-width:200px;
	float:left;
}

.fullsizediv
{
	width:100%;
	float:left;
}

.module
{
	border: 1px solid #990000;
	margin-bottom:5px;
	margin-top:5px;
	padding:2px;
}

.proneandtwopic
{
	width:450px;
	float:left;
}

.pronepicgap
{
	width:255px;
	height:100px;
	float:left;
}

.prfivepicgap
{
	width:170px;
	height:100px;
	float:left;
}

.prtwopicgap
{
	width:10px;
	height:100px;
	float:left;
}

.prpicgaps
{
	width:20px;
	height:100px;
	float:left;
}

.prthreepics
{
	width:300px;
	float:left;
}

.prfourpics
{
	width:220px;
	float:left;
}

.prcaption
{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
}

h1 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
}

h2 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

.prtitle {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 32px;
	color: #000000;
	font-weight: bold;

}

h3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
}

p, ul, ol, td, label, input, textarea {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
}

label {
	display:block;
	margin-top:20px;
}

input, textarea {
	width:75%;
	background:#efefef;
	border: 1px solid #dedede;
	padding:10px;
	margin-top:3px;
	color:#3a3a3a;
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

textarea {
	height: 210px;
}

a {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-decoration:none;
}

.linedtable
{
	border-style:ridge;
	border-collapse:collapse;
	border-color:#000000;
	border-width:1px;
	background-color:#FFFFFF;
}

.linedtable td
{
	padding-left: 5px;
	padding-right: 5px;
	border-style:ridge;
	border-collapse:collapse;
	border-color:#000000;
	border-width:1px;
}

.trunderline
{
	border-bottom: solid #000000;
}

.label
{
	font-weight:bold;
}

.button
{
	border:1px solid #660000;
	-webkit-box-shadow: #000000 2px 2px 3px  ;
	-moz-box-shadow: #000000 2px 2px 3px ; 
	box-shadow: #000000 2px 2px 3px  ;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif; 
	padding: 10px 10px 10px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFF33;
	background-color: #990000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#550000));
 	background-image: -webkit-linear-gradient(top, #990000, #550000);
 	background-image: -moz-linear-gradient(top, #990000, #550000);
 	background-image: -ms-linear-gradient(top, #990000, #550000);
 	background-image: -o-linear-gradient(top, #990000, #550000);
 	background-image: linear-gradient(to bottom, #990000, #550000);
}

.button:hover{
 	border:1px solid #CCCC00;
	background-color: #FFFF33;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFF33), to(#BBBB00));
	background-image: -webkit-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: -moz-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: -ms-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: -o-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: linear-gradient(to bottom, #FFFF33, #BBBB00);
	text-decoration:none;
	color: #990000;
}

.sidebarbutton
{
	width:170px;
	border:1px solid #660000;
	-webkit-box-shadow: #000000 2px 2px 3px  ;
	-moz-box-shadow: #000000 2px 2px 3px ; 
	box-shadow: #000000 2px 2px 3px  ;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	font-family:arial, helvetica, sans-serif; 
	padding: 10px 10px 10px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFF33;
	background-color: #990000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#550000));
 	background-image: -webkit-linear-gradient(top, #990000, #550000);
 	background-image: -moz-linear-gradient(top, #990000, #550000);
 	background-image: -ms-linear-gradient(top, #990000, #550000);
 	background-image: -o-linear-gradient(top, #990000, #550000);
 	background-image: linear-gradient(to bottom, #990000, #550000);
}

.sidebarbutton:hover
{
 	border:1px solid #CCCC00;
	background-color: #FFFF33;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFF33), to(#BBBB00));
	background-image: -webkit-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: -moz-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: -ms-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: -o-linear-gradient(top, #FFFF33, #BBBB00);
	background-image: linear-gradient(to bottom, #FFFF33, #BBBB00);
	text-decoration:none;
	color: #990000;
}

a img
{
   border: none;
}

a:hover {
	text-decoration: underline;
}

.calendar {
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-color:#FFFFFF;
	border:none;
	border-collapse:collapse;
	font-size: 14px;
}

.calendaralt {
	background-color:#DDDDDD;
}

.rightcalendar tr {
	vertical-align:text-top;
}

.rightcalendar td {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #990000;
	font-style:italic;
	padding-bottom: 5px;
}

.animcaption {
	-webkit-animation-name: captiontext;
	-webkit-animation-duration: 5s;
	animation-name: captiontext;
	animation-duration: 5s;
	color: #EEEE55;
	text-shadow: 2px 2px 3px #000;
	font-size: 32px;
	padding: 8px 12px;
	position: absolute;
	left: 50px;
	bottom: 30px;
	width: 100%;
}

.animdot {
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.animactive {
	background-color: #717171;
}

.animfade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

.animdiv {
	width:567px;
	height: 443px;
	float:right;
	position:relative;
}

.animslides {
	display:none;
}

										/*Picture Column*/
.cmc {
	list-style: decimal;
	
		
}


										/*Picture Gallery End*/


@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@-webkit-keyframes captiontext {
	from {
		left: 50px;
		bottom: 30px;
		}
	to {
		left: 80px;
		bottom: 120px;
		}
}

@keyframes captiontext {
	from {
		left: 50px;
		bottom: 30px;
		}
	to {
		left: 80px;
		bottom: 120px;
		}
}

.animation {
	width:567px;
	height: 443px;
	float:right;
	animation-name: indexscroll;
	animation-duration: 45s;
	-webkit-animation-name: indexscroll;
	-webkit-animation-duration: 45s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
	background-image: url(../images/SSI.jpg);
}

.animationtextSSI {
	position:relative;
	animation: indexscrolltextSSI 45s infinite;
	-webkit-animation-name: indexscrolltextSSI;
	-webkit-animation-duration: 45s;
	-webkit-animation-iteration-count:infinite;
	font-size:36px;
	color:#EEEE55;
	opacity:0;
	filter: Alpha(opacity=0);
	font-family:Arial, Helvetica, sans-serif;
	left: 40px;
	top: 300px;
	
}

.animationtextCNR {
	position:relative;
	animation: indexscrolltextCNR 45s infinite;
	-webkit-animation-name: indexscrolltextCNR;
	-webkit-animation-duration: 45s;
	-webkit-animation-iteration-count:infinite;
	font-size:36px;
	color:#EEEE55;
	opacity:0;
	filter: Alpha(opacity=0);
	font-family:Arial, Helvetica, sans-serif;
	left: 80px;
	top: 320px;
}

.animationtextMarine {
	position:relative;
	animation: indexscrolltextMarine 45s infinite;
	-webkit-animation-name: indexscrolltextMarine;
	-webkit-animation-duration: 45s;
	-webkit-animation-iteration-count:infinite;
	font-size:36px;
	color:#EEEE55;
	opacity:0;
	filter: Alpha(opacity=0);
	font-family:Arial, Helvetica, sans-serif;
	left: 10px;
	top: 280px;
}

.animationtextTeach {
	position:relative;
	animation: indexscrolltextTeach 45s infinite;
	-webkit-animation-name: indexscrolltextTeach;
	-webkit-animation-duration: 45s;
	-webkit-animation-iteration-count:infinite;
	font-size:36px;
	color:#EEEE55;
	opacity:0;
	filter: Alpha(opacity=0);
	font-family:Arial, Helvetica, sans-serif;
	left: 150px;
	top: 240px;
}

@keyframes indexscrolltextSSI {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 40px;
		top: 300px;
	}
	1% {
		opacity:1;
		filter: Alpha(opacity=100);
	}
	24% {
		left: 80px;
		top: 320px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	25% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@-webkit-keyframes indexscrolltextSSI {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 40px;
		top: 300px;
	}
	1% {
		opacity:1;
		filter: Alpha(opacity=100);
	}
	24% {
		left: 80px;
		top: 320px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	25% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@keyframes indexscrolltextCNR {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 80px;
		top: 320px;
	}
	25% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	26% {
		opacity:1;
		filter: Alpha(opacity=100);
		left: 80px;
		top: 320px;
	}
	49% {
		left: 100px;
		top: 280px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	50% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@-webkit-keyframes indexscrolltextCNR {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 80px;
		top: 320px;
	}
	25% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	26% {
		opacity:1;
		filter: Alpha(opacity=100);
		left: 80px;
		top: 320px;
	}
	49% {
		left: 100px;
		top: 280px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	50% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@keyframes indexscrolltextMarine {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 10px;
		top: 280px;
	}
	50% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	51% {
		opacity:1;
		filter: Alpha(opacity=100);
		left: 10px;
		top: 280px;
	}
	74% {
		left: 30px;
		top: 240px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	75% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@-webkit-keyframes indexscrolltextMarine {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 10px;
		top: 280px;
	}
	50% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	51% {
		opacity:1;
		filter: Alpha(opacity=100);
		left: 10px;
		top: 280px;
	}
	74% {
		left: 30px;
		top: 240px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	75% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@keyframes indexscrolltextTeach {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	75% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 150px;
		top: 240px;
	}
	76% {
		opacity:1;
		filter: Alpha(opacity=100);
		left: 150px;
		top: 240px;
	}
	99% {
		left: 190px;
		top: 220px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@-webkit-keyframes indexscrolltextTeach {
	0% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
	75% {
		opacity:0;
		filter: Alpha(opacity=0);
		left: 150px;
		top: 240px;
	}
	76% {
		opacity:1;
		filter: Alpha(opacity=100);
		left: 150px;
		top: 240px;
	}
	99% {
		left: 190px;
		top: 220px;
		opacity:1;
		filter: Alpha(opacity=100);
	}
	100% {
		opacity:0;
		filter: Alpha(opacity=0);
	}
}

@keyframes indexscroll {
	0% {
		background-image:url(../images/white.jpg);
	}
	1% {
		background-image: url(../images/SSI.jpg);
	}
	24% {
		background-image:url(../images/SSI.jpg);
	}
	25% {
		background-image:url(../images/white.jpg);
	}
	26% {
		background-image:url(../images/CNR.jpg);
	}
	49% {
		background-image:url(../images/CNR.jpg);
	}
	50% {
		background-image:url(../images/white.jpg);
	}
	51% {
		background-image:url(../images/Marine.jpg);
	}
	74% {
		background-image:url(../images/Marine.jpg);
	}
	75% {
		background-image:url(../images/white.jpg);
	}
	76% {
		background-image:url(../images/education.jpg);
	}
	99% {
		background-image:url(../images/education.jpg);
	}
	100% {
		background-image:url(../images/white.jpg);
	}
}

@-webkit-keyframes indexscroll {
	0% {
		background-image:url(../images/white.jpg);
	}
	1% {
		background-image: url(../images/SSI.jpg);
	}
	24% {
		background-image:url(../images/SSI.jpg);
	}
	25% {
		background-image:url(../images/white.jpg);
	}
	26% {
		background-image:url(../images/CNR.jpg);
	}
	49% {
		background-image:url(../images/CNR.jpg);
	}
	50% {
		background-image:url(../images/white.jpg);
	}
	51% {
		background-image:url(../images/Marine.jpg);
	}
	74% {
		background-image:url(../images/Marine.jpg);
	}
	75% {
		background-image:url(../images/white.jpg);
	}
	76% {
		background-image:url(../images/education.jpg);
	}
	99% {
		background-image:url(../images/education.jpg);
	}
	100% {
		background-image:url(../images/white.jpg);
	}
}

.bigpic {
	width:450px;
	float:left;
}

.desktop ul li ul #acnr a{
	word-wrap: break-word;
}

.offscreen {
	position:absolute;
	left:-100000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

@media only screen and (min-width: 800px) {

	.mobile {
		display:none;
	}
	
	.bigpic {
		display:none;
	}
	
}

@media only screen and (min-width: 450px) {
	
	.prmobilepic {
		display:none;
	}
	
}

@media only screen and (max-width: 449px) {
	
	.prmobilepic
	{
		width:300px;
		float:left;
	}
	
	.proneandtwopic
	{
		display:none;
	}
	
	.bigpic {
		display:none;
	}
	
}
@media only screen and (max-width: 299px) {
	
	.prmobilepic {
		display:none;
	}
	
}

@media only screen and (max-width: 799px) {
	.desktop {
		display:none;
		word-wrap: break-word;
	}
	
	.container /* here is the formatting for the container holding all the other sections */
	{
	   width: 100%;
	   margin: 0 auto;
	   overflow:hidden;
	}
	.pagetitle {
		min-height:26px;
		width:100%;
		padding: 0px;
		padding-top:2px;
		text-align:center;
	}
	
	.mediumpagetitle {
		min-height:26px;
		width:100%;
		padding: 0px;
		padding-top:2px;
		text-align:center;
	}
	
	.widepagetitle {
		min-height:26px;
		width:100%;
		padding:0px;
		padding-top:2px;
		text-align:center;
	}
	
	.contentwrapper /* here is the formatting for the content section */
	{
	   width: 100%;
	   float: left;
	   padding-left: 0px;
	   padding-right: 0px;
	   padding-top: 0px;
	   padding-bottom: 0px;
	   margin-left: 0px;
	   margin-right: 0px;
	   margin-top: 0px;
	   margin-bottom: 0px;
	   
	}
	
	.mediumcontentwrapper /* here is the formatting for the content section */
	{
	   width: 100%;
	   float: left;
	   padding-left: 0px;
	   padding-right: 0px;
	   padding-top: 0px;
	   padding-bottom: 0px;
	   margin-left: 0px;
	   margin-right: 0px;
	   margin-top: 0px;
	   margin-bottom: 0px;
	   
	}
	
	.mediumcontentwrapperIDS /* here is the formatting for the content section */
	{
	   width: 100%;
	   min-height:500px;
	   float: left;
	   padding-left: 0px;
	   padding-right: 0px;
	   padding-top: 0px;
	   padding-bottom: 0px;
	   margin-left: 0px;
	   margin-right: 0px;
	   margin-top: 0px;
	   margin-bottom: 0px;
	   
	}
	
	.content
	{
		padding: 0px;
		min-height:960px;
	}
	.widecontentwrapper
	{
		width: 100%;
		float: left;
		padding: 0;
	}
	.footer {
		padding: 0px;
		float:left;
		width: 100%;
		text-align:center;
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		position: relative; /* this gives IE6 hasLayout to properly clear */
		clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	}
	
	.pronepicgap
	{
		display:none;
	}
	
	.prfivepicgap
	{
		display:none;
	}
	
	.prtwopicgap
	{
		display:none;
	}
	
	.prpicgaps
	{
		display:none;
	}
	
	.prthreepics
	{
		display:none;
	}
	
	.prfourpics
	{
		display:none;
	}
	
}