@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	width: 100%;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	width: 100%;
}
.sotahead {
	float: left;
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 4%;
	text-shadow: 1% 1% 1% #FFFFFF;
}
.slide_container {
	background-color: #000000;
	width: 100%;
	top: auto;
	visibility: visible;
	left: auto;
	right: auto;
	bottom: auto;
	position: static;
	z-index: 300;

}
.sotabg {
	background-image: url(sotabg.jpg);
	background-size: cover;
	max-width: 100%;
	text-shadow: 0px 0px 4px #FFFFFF;
	position: static;
	visibility: visible;
	z-index: 0;
}
.sota_course {
	padding-right: 5%;
	padding-left: 5%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.sota_notice {
	width: 80%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
	border-color: #000000;
	border-style: ridge;
	padding-right: 5px;
	padding-left: 5px;
}
.download {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: medium;
	margin-bottom: 10px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.sotahead {
	float: left;
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.slide_container {
	background-color: #000000;
	width: 100%;
	top: auto;
	visibility: visible;
	left: auto;
	right: auto;
	bottom: auto;
	position: static;

}
.title_sota {
	width: 60%;
	color: #600;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	float: none;
	-webkit-box-shadow: 0px 0px 20px #3399FF;
	box-shadow: 0px 0px 20px #3399FF;
	border-radius: 20px;
	margin-left: 20%;
	margin-right: 20%;
}
.sotabg {
	background-image: url(sotabg.jpg);
	max-width:100%;
	text-shadow: 0px 0px 4px #FFFFFF;
}
.sota_course {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding-left: 10%;
	padding-right: 5%;
}
.sota_notice {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.download {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: medium;
	margin-bottom: 10px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	background-repeat: no-repeat;
}
.sotahead {
	float: left;
	width: 80%;
	clear: both;
	display: block;
	margin-right: 10%;
	margin-left: 10%;
	text-shadow: 2px 2px 2px #FFFFFF;
}
.slide_container {
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;
	top: auto;
	visibility: visible;
	left: auto;
	right: auto;
	bottom: auto;
}
.title_sota {
	-webkit-box-shadow: px 0px 20px #3399FF;
	box-shadow: px 0px 20px #3399FF;
	-webkit-transition: outline-offset 4s cubic-bezier(x1,y1,x2,y2) 3s;
	-moz-transition: outline-offset 4s cubic-bezier(x1,y1,x2,y2) 3s;
	-ms-transition: outline-offset 4s cubic-bezier(x1,y1,x2,y2) 3s;
	-o-transition: outline-offset 4s cubic-bezier(x1,y1,x2,y2) 3s;
	transition: outline-offset 4s cubic-bezier(x1,y1,x2,y2) 3s;
	border-radius: 20px;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;

}
.sotabg {
}
.fluid.sotabg {
	background-image: url(sotabg.jpg);
	text-shadow: 0px 0px 4px #FFFFFF;
}
.sota_course {
	padding-right: 15px;
	padding-left: 15px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: x-large;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #066;
}
.sota_notice {

}
.download {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: medium;
	margin-bottom: 10px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

}
.title_sota  {
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 15px #3399FF;
	box-shadow: 0px 0px 15px #3399FF;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	position: static;
	visibility: visible;
}
