@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 40px;
	padding-right: 40px;
	display: block;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
#top_nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	text-align: center;
	color: #FFF;
	line-height: 1.5em;
	margin-bottom: 0px;
}
#body {
	clear:both;
	float:left;
	margin:0px;
	width:100%;
	display:block;
	background-color:#E5E5FF;
	color:#000;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	margin-top:20px;
	text-align:left;
	
}


div.fixed {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}

#toalign {
	text-align: center;
	padding: 25px;
	margin: 25px;
}
p {
	padding: 25px;
	margin: 25px;
}
p.ind {
	padding: 10px 50px;
}
p.exl {
	margin-bottom: 15px;
}

hr {
	display: block;
	margin: 1.5em;
	border-style: inset;
	border-width: 2px;
}
ol, li {
	text-align: center;
	list-style-type: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	text-align: center;
}
table, td {
	margin: 0px auto;
	text-align: left;
	width: auto
}
table {
	border: thin solid;
	color: #000;
	font-family: Tahoma, "Century Gothic";
	font-size: 1em;
	padding: 2px;
	margin: 0 auto;
	width: 100%;
}
td {
	border: thin solid #48566d;
	padding: 5px;
	width: 33%
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	color: #FFF;
	line-height: 1.5em;
	text-align: center;
}
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	color: #FFF;
	line-height: 1.5em;
	text-align: center;
}
#content {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 90px;
    height: auto;
    max-width: auto;
    overflow-y: hidden;
    overflow-x:auto;
    word-wrap:normal;
    white-space:nowrap;
}
#form {
	left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
p a:link {
	text-decoration: none;
	color: #0785BC;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-size: 2.0em;
	font-family: "Monotype Corsiva", "Lucida Calligraphy", "Lucida Handwriting", "Pegasus";
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 1.4em;
}
h2 {
	font-size: 1.5em;
	line-height: normal;
	background-color: #000;
	color:white;
	text-align: center; 
	border: none;
	font-weight: bold;
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif";
	letter-spacing: inherit;
}
h3 {
	font-size: 2.0em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-family: "Monotype Corsiva", "Lucida Calligraphy", "Lucida Handwriting", "Pegasus";
}
h4 {
	font-size: 1.4em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 25px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	margin: 15px;
	text-align: right;
	padding: 10px;
}
h6 {
	font-size: .9em;
	color: #FFF;
	text-align: center;
}
h7 {
	font-size: 1em;
	color: #000;
	text-align: center;
	font-family: "Monotype Corsiva", "Lucida Calligraphy", "Lucida Handwriting", "Pegasus";
}
div.img img {
	display: inline;
	margin: 10px;
	padding: 15px;
}
.image {
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
}
.images {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	width: 200px;
}

label {
	text-align: left;
	width: 25%;
	float: left;
	padding-right:  0.5em;
	
}
.textbox {
	width:  70%;
	padding:  0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.submit {
	text-align: center;
	font-size: 18px;
}
/* ============================
image floats
========================== */
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;
}
.img.responsive-fill {
	width: auto;
	height: auto;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto;
	width: auto;
	max-width: 100%;
}
.center {
	width: 100%;
	margin: 25px;
	text-align: center;
	color: #F30C10;
	font-size: 30px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
body {
	background-attachment: fixed;
	background-image: url(img/clipart/saracld.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
}


/* 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: 85.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
body {
	background-attachment: fixed;
	background-image: url(img/clipart/saracld.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 900px) {
.content {
	padding: 10px 10px !important;
}
}
