@charset "utf-8";

/* CSS Document */
/*/////////////// M A I N /////////////////*/
html {
	overflow-y: scroll;
}



body {
	margin: 0;
	padding: 0;
	background: #efefef;
	font: normal 100%;
	font-family: 'Open Sans', sans-serif;
	height: 100%;

}

#wrapper {
	background: url(images/elements/background.png);
	background-repeat: repeat-x;
	margin: 0 auto;
	height: 100%;
}

.main {
	width: 980px;
	max-width: 61.250em;
	margin: auto;
}

a,
a:visited {
	color: #0978bb
}

/*/////////////// H E A D E R /////////////*/
.header {
	margin: 0 auto;
	height: 80px;
	width: 980px;
	position: relative;
	/*overflow: hidden;*/
	/* changed to the below to accommodate drop down menu [AM] */

}

#logo {
	padding-top: 10px;
}

#phonebooth {
	margin: 0 auto;
	position: absolute;
	height: 20px;
	top: 20px;
	right: 20px;
}

#phonebooth h3 {
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-weight: 400;
}

#gcs {
	position: absolute;
	width: 340px;
	top: 6px;
	right: 0px;
	height: 60px;
	overflow: hidden;
}

/*/////////////// N A V B A R /////////////*/

#cssmenu {
	width: 980px;
	position: absolute;
	top: 69px;
	height: 31px;
	left: 0;
	overflow: visible;
	font-family: "Open Sans", sans-serif;
	vertical-align: central;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
	font-size: 1em;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;

}

#cssmenu:after,
#cssmenu ul:after {
	display: block;
	clear: both;
}

#cssmenu a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 1em;
	min-width: 7px;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
}

#cssmenu ul {
	list-style: none;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu>ul>li.active a {
	background: #0868a3;
}

#cssmenu>ul>li.active a:hover {
	background: #07598a;
	color: #fff;
}

#cssmenu>ul>li a {
	line-height: 30px;
	padding: 0 23px;
}

#cssmenu>ul>li a:hover {
	background: #07598a;
}

#cssmenu .has-sub:hover ul {
	display: block;
	background: #07598a;
}

#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	height: auto;
	top: 30px;
	min-width: 120%;
	background-color: #0978BB;
}

#cssmenu .has-sub ul li {
	background: #0868a3;
	height: 40px
}

#cssmenu .has-sub ul li a {
	display: block;
	line-height: 120%;
	padding: 9px 5px;
}

/* //////////////C O N T E N T /////////// */
.content {
	margin: auto;
	padding-top: 10px;
}

.top_box {
	background: #FFFFFF;
	padding: 0 0 5px 0;
	box-shadow: 0px 0px 5px #888888;
	clear: both;
	overflow: hidden;
}

.feature {
	padding: 20px 20px 20px 20px;
	width: 490px;
	float: left;
	display: inline-block;
}

.feature>img,
.feature a img {
	width: 470px;
	padding: 5px;
}

.feature_text {
	padding: 30px 5px 0px 5px;
	width: 410px;
	display: inline-block;
	line-height: normal;
}

.feature_text h3,
.feature_text h3 a:visited,
.feature_video_text h3,
.feature_video_text a:visited {
	background: #f08300;
	width: 270px;
	height: 2px;
	border-radius: 5px;
	color: white;
	padding: 20px 0;
	margin: 7px auto;
	font-size: 18px;
	text-align: center;
	line-height: 0;
}

.feature_video {
	padding: 20px;
	width: 570px;
	float: left;
	display: inline-block;
}

.feature_video_text {
	padding-top: 20px;
	width: 360px;
	display: inline-block;
}

.feature_info {
	padding: 30px 30px 0px 20px;
	float: left;
	display: inline-block;
	width: 180px;

}

.feature_info h2 {
	line-height: normal;
}

.center_vid {
	margin: auto;
	display: block;
	width: 980px;
}

.center_vid h1 {
	text-align: center;
	font-size: 2.75em;
	text-shadow: 1px 1px #888888;
}

.center_vid h2 {
	color: white;
	line-height: normal;
	text-align: center;
	font-size: 1.5em;
}

.center_vid h3 {
	background: #f08300;
	width: 270px;
	height: 2px;
	border-radius: 5px;
	color: white;
	padding: 20px 0;
	margin: 20px auto;
	font-size: 18px;
	text-align: center;
	line-height: 0;
}

.center_vid p {
	font-size: 1.5em;
	padding: 0 30px;
	text-align: center;
}

.dis {
	padding: 20px;
}

.dis h3 {
	color: #0958BB;
	line-height: normal;
	text-align: center;
	font-size: 1.5em;
}
.WordSection1 {
	margin: 10px 0px
}

.WordSection1 h2 {
	line-height: initial;
	margin-bottom: 0 !important;
}
.MsoNormal {
	margin-top: 0px !important;
}

.post h2,
h2 a {
	line-height: normal;
	font-size: 1.125em;
	color: #0978bb;
	text-decoration: none;
}

.bottom_box {
	background: #ffffff;
	box-shadow: 0px 0px 5px #888888;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.box_shadow {
	box-shadow: 0px 0px 6px #888888;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.column_5 {
	width: 181px;
	min-height: 210px;
	display: inline-block;
	padding: 5px;
	vertical-align: top;
	overflow: hidden;
}

.column_5 li a {
	line-height: 2em;
	font-size: 1.25em;
}

.center_box {
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #efefef;
}

.column_3 {
	width: 300px;
	min-height: 180px;
	display: inline-block;
	padding: 8px;
	vertical-align: top;
	overflow: hidden;
}

.column_3 h3 {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.6em;
}

.column_3 h3 a,
h3 a:active,
h3 a:visited,
h3 a:hover {
	text-decoration: none;
	color: #0978BB;
}

.feature_text h3 a,
a:visited h3,
a:hover h3,
a:active h3 {
	color: white;
}

.long_text {
	background: #FFFFFF;
	box-shadow: 0px 0px 5px #888888;
	min-height: 980px;
	padding: 18px 10px;
	clear: both;
	overflow: hidden;
}

.long_text,
.long_text p,
.long_text ol,
.long_text ol li,
.long_text a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: normal;
	font-size: 1em;
}

.long_text>ol>ol,
.long_text>ol>ol>li {
	list-style-type: lower-latin;
}

.footer {
	width: 100%;
	height: 100px;
	margin: 20px auto 5px auto;
	padding: 5px 0 15px;
}

.footer>p {
	font-family: "Open Sans", sans-serif;
	font-size: 0.688em;
	text-align: center;
	font-size: .9em;
}

/* ////////////// E L E M E N T S //////// */
.clearfix {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.space {
	height: 15px;
	margin: auto;
	width: 980px;
	clear: both;
}

.horline {
	background: #F08300;
	width: 100%;
	height: 2px;
	margin: 0 0 6px 0;
}

ul,
.li,
li a {
	font-family: "Open Sans", sans-serif;
	padding: 0px;
	margin: 0;
	list-style-type: circle;
	color: #000;
	text-decoration: none;
	font-size: .875em;
	line-height: normal;
}

ul.bullet {
	list-style-type: circle;
}

img.displayed {
	width: 300px;
	height: 200px;
	display: block;
	margin: 0px auto;
	padding: 3px 0px;
	overflow: hidden;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

h1 {
	color: #0978BB;
	font-size: 2em;
}

h2 {
	font-size: 1.625em;
	margin: 16px 0 12px 0;
	line-height: 0px;
	color: #0978BB
}

h3 {
	margin: 16px 0 12px 0;
	line-height: inherit;
	color: #0978BB;
}

h4 {
	font-size: 1em;
	text-align: center;
	color: #0978BB;
}

.long_text h4 {
	font-size: 1em;
	text-align: center;
	color: #0978BB;
	line-height: normal;
	margin: 0px;
	-webkit-margin-after: -1.25em;
}

p {
	font-family: "Open Sans", serif, sans-serif;
	font-size: 0.875em;
}

.social {
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    width: auto;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.social a {
	text-decoration: none;
}

.social img {
	height:25px;
	width: auto;
	margin: 0px 5px;
}
button {
	background: #0978BB;
	padding: 1% 1%;
	font-size: 1em;
	font-weight: bold;
	width: 100px;
	color: #fff;
	border-radius: .25em;
	margin: .5em auto;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: none
}

button:hover {
	outline: -webkit-focus-ring-color auto 5px;
}

/*////////////////////////////////////////// C O N T A C T F O R M //////////////////////////////*/
#contact_form label {
	display: block;
	height: 29px;
}

#contact_form date {
	display: block;
	height: 29px;

}

#contact_form span {
	display: block;
	padding: 2px 0 0 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#contact_form input {
	background: #fff;
	float: right;
	width: 250px;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #a3a3a3;
}

#contact_form select {
	background: #fff;
	float: right;
	width: 258px;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #a3a3a3;
}

#contact_form textarea {
	background: #fff;
	float: right;
	width: 250px;
	height: 152px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #a3a3a3;
	margin: 0 0 18px 0;
}

#contact_form #checkbox {
	width: 20px;
	display: inline;
	float: left;
}

#reset {
	background: #F08300 !important;
	color: white;
	width: 56px !important;
	height: 25px !important;
	padding: 2px !important;
	border: 0 !important;
	border-radius: 2px;
}

#send {
	background: #F08300 !important;
	color: white;
	width: 52px !important;
	height: 25px !important;
	padding: 0 !important;
	border: 2px !important;
	margin: 0 9px 0 0;
	border-radius: 2px;
}

.MsoNormal {
	margin-top:0;
}

.MsoTitle {
	margin-bottom:0;
}

.MsoSubtitle {
	margin-top:0;
}

.Msoh1 {
	font-size: 1em;
	margin-bottom: 0;
}

.MsoOL li {
    font-family: "Open Sans", serif, sans-serif;
    font-size: 0.875em;
}
/*////////////////////////////////////////// R E G I S T R A T I O N  F O R M   //////////////////////////////*/
#reg_form label {
	display: block;
	height: 29px;
	padding-top: 10px;
}

#reg_form date {
	display: block;


}

#reg_form span {
	display: block;
	padding: 2px 0 0 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#reg_form input {
	background: #fff;
	float: left;
	width: 318px;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #a3a3a3;
	height: 19px;
}

#reg_form select {
	background: #fff;
	float: left;
	width: 326px;
	padding: 1px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #a3a3a3;
	height: 23px;
}

#reg_form textarea {
	background: #fff;
	float: left;
	width: 318px;
	height: 152px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #a3a3a3;
	margin: 0 0 18px 0;
}

#reg_form #checkbox {
	width: 20px;
	display: inline;
	float: left;
}


/*//////////// S W I N G C A T A L Y S T ////////////////////////*/