@charset "utf-8";
/* CSS Document */
/* Global Style Sheet for SGM */
/* Version 1.0 | Updated 05/07/2009 */

/* @Begin Group Core Elements */
html {
	height: 100%;
	/* Force Vertical Scroll Bar for IE */
	margin-bottom: 1px;
}
body {
	font-size: 12px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	line-height: 135%;
	color:#07355B;
	margin: 0;
	padding: 0;
	text-align:center;
	background:#1668AB url(../images/background.jpg) repeat-x;
}
ul {
	/* Allow for Customizable List Classes */
	padding-left: 0;
	margin-left: 0;
}
p {
	/* Setup More Readable Paragraph Spacing */
	margin-top: 10px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h4 {
	/* Setup More Readable Header Spacing */
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	color:#000000;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
a {
	/* Global Links */
	color:#A4262B;
	text-decoration: none;
	outline:none;
	border-bottom:1px dotted;
}
a:focus {
	color:#000;
}
a:hover {
	/* Global Links | Hover */
	color:#87911E;
}
#follow a {
	border: none;
	outline: none;
}
.clearfloat {
	/* Final Class Used to Fully Close a div Float Element | Use: <br class="clearfloat" /> @ End of Closing div */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* @End Group Core Elements */

/* @Begin Global Container Elements */
#container {
	text-align:left;
	width:995px;
	margin:0 auto;
}
#header {
	height:80px;
	background:url(../images/header.png) repeat-x;
	margin-top:25px;
	padding-top:30px;
	padding-left:10px;
}
#header-links {
	float:left;
	width:245px;
	text-transform:uppercase;
}
#header-links a {
	color:#2173A9;
	border-bottom:none;
}
#header-links a:hover {
	color:#07355B;
}
#follow {
	float: left;
	width: 200px;
	margin: -20px 0 0 0; 
	height:50px; 
	position: relative; 
	z-index: 5;
}
#logo {
	float:right;
	height:84px;
	width:269px;
	background:url(../images/logo.png) no-repeat;
	margin-top:-19px;
}
#top-nav {
	position:absolute;
	margin-top:27px;
}
#top-nav a {
	color:#FFF;
	border-bottom:none;
	display:block;
}
#top-nav ul {
	list-style-type:none;
	margin-top:10px;
}
#top-nav ul li {
	float:left;
	padding:5px 6px;
	text-align:center;
	border:1px solid #FFF;
}
#top-nav ul li a.current {
	text-decoration:overline;
}
#top-nav ul li a:hover {
	text-decoration:overline;
}
#main-content-container {
	padding:10px;
}
#showcase {
	margin:0 5px;
}
#showcase img {
	border-top:10px solid #000;
	border-bottom:10px solid #000;
}
#bottom-modules {
	height:335px;
	background:url(../images/bottom-back.png) repeat-x;
}
#module-green, #module-red {
	width:232px;
	height:180px;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	background:url(../images/mod-back.png) no-repeat;
}
#module-green h3 {
	width:212px;
	height:35px;
	background:url(../images/mod-green-h3.png) no-repeat;
	position:absolute;
	margin-left:-13px;
}
#module-red h3 {
	width:212px;
	height:35px;
	background:url(../images/mod-red-h3.png) no-repeat;
	position:absolute;
	margin-left:-13px;
}
#module-green h3 span.text, #module-red h3 span.text {
	color:#FFF;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left:35px;
	margin-top:8px;
	position:absolute;
}
.module-content {
	width:180px;
	position:absolute;
	margin-top:55px;
	margin-left:21px;
	font-size:11px;
}
.module-content a{
	border-bottom:none;	
}
.module-content strong {
	font-size:120%;
}
blockquote {
	color:#FFF;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	background:#2173A9;
	border:3px solid #025790;
	padding:15px;
}
blockquote a {
	color:#FFFFFF;
}
#divider {
	background:url(../images/divider.png) no-repeat;
	width:824px;
	height:2px;
	float:left;
	margin-left:85px;
}
#footer {
	height:65px;
	color:#c5d727;
	float:left;
	padding-left:10px;
}
/*mooflow*/
.mf {
	visibility: hidden;
	z-index:1;
	color:#fff;
	font-size:14px
}
.mf * {
	outline:none;
	border:none;
	padding:0;
	margin:0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select:none;
	-o-user-select:none
}
.mf div.loader {
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:0 auto;
	top:45%;
	width:100%;
	background:url(../images/ajax_loader.gif) no-repeat 50% 0;
	padding:50px 0;
}
.mf div.caption {
	position:absolute;
	text-align:center;
	z-index:98;
	margin:1em auto;
	bottom:50px;
	width:100%;
}
.mf div.mfNav {
	position:absolute;
	z-index:99;
	margin:0 auto;
	text-align:center;
	width:100%;
	bottom:20px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.mf div.autoPlayCon {
	float:left;
	width:10%;
	padding-left:3%;
	height:24px;
}
.mf a.play, .mf a.stop {
	width:27px;
	height:24px;
	float:left;
	cursor:pointer;
}
.mf a.play {
	background:url(../images/play.png) no-repeat;
}
.mf a.stop {
	background:url(../images/stop.png) no-repeat;
}
.mf div.sliderCon {
	margin-top:5px;
	float:left;
	width:74%;
}
.mf a.sliderNext {
	background:url(../images/left.png) no-repeat;
}
.mf a.sliderPrev {
	background:url(../images/right.png) no-repeat;
}
.mf a.sliderNext, a.sliderPrev {
	text-decoration:none;
	width:25px;
	height:16px;
	cursor:pointer;
	float:left;
}
.mf div.resizeCon {
	float:right;
	width:10%;
	padding-right:3%;
	height:24px;
}
.mf a.resize {
	width:34px;
	height:24px;
	float:right;
	cursor:pointer;
	background:url(../images/resize.gif) no-repeat;
}
.mf div.slider {
	background:url(../images/middle-flow3.png) repeat-x;
	height:16px;
	position:relative;
	text-align:left;
	float:left;
}
.mf div.knob {
	height:16px;
	background:url(../images/m-slider.png) repeat-x right center;
}
.mf div.knobleft {
	background:url(../images/l-slider.png) no-repeat center;
	width:8px;
	height:16px;
}
.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image {
	background:url(../images/open_image.png) no-repeat 50%;
}
.mf a.show.video {
	background:url(../images/open_image.png) no-repeat 50%;
}
.mb {
	background:url(../images/open_image.png) no-repeat 50%;
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.viewerload {
	background:url(../images/mb-loader.gif) no-repeat 50%;
}
.mf a.show.link {
	background:url(../images/open_link.png) no-repeat 50%;
}
.mf div.tooltip {
	background:url(../images/tooltip.png) repeat-y 50%;
	width:282px;
	margin-left:-151px;
	height:200px;
	padding:15px 10px 5px;
	position:absolute;
	z-index:101;
	top:0;
	left:50%;
	text-align:center;
	font-size:12px;
	line-height:130%;
}
/*Content Background*/
div#content-bg {
	background: url(../images/cb1-br.png) 100% 100% no-repeat;
}
div#content-bg div#bl {
	background:url(../images/cb1-bl.png) 0 100% no-repeat;
}
div#content-bg div#bl div#tr {
	background:url(../images/cb1-tr.png) 100% 0 no-repeat;
}
div#content-bg div#bl div#tr div#tl {
	background:url(../images/cb1-tl.png) 0 0 no-repeat;
}
/*Content*/
div#main-content-container {
	float:left;
}
div.min {
	min-height:500px;
	height:auto!important;
	height:500px;
}
div.fixed {
	width:685px;
}
div.max {
	min-height:600px;
	height:auto!important;
	height:600px;
}
div.liquid {
	width:100%;
}
div.right270 {
	width:270px;
}
div#content {
	padding:15px;
}
/*Title Interior Images*/
div#title-img {
	float:left;
	width:70px;
	height:350px;
	margin-top:-15px;
	margin-bottom:10%;
}
/*Center-Copy Content*/
div#center-copy {
	padding:5px;
	color:#000000;
}
div#center-copy ul {
	margin-left:100px;
	font-size:90%;
}
div#center-copy ul li {
	list-style:none;
	list-style-image:url(../images/bullet.png);
}
div#center-copy img {
	border:4px solid #C5D727;
	margin-left:5px;
}
div#divider-short {
	width:650px;
	height:10px;
	background:url(../images/divider-shrt.png) no-repeat;
	min-height:46px;
}
/*Right Module Top Backgrounds*/
div.right-img {
	background:url(../images/awm-right.png) no-repeat;
	height:419px;
}
/*Right Module Content Background*/
div#r-content-bg {
	background: url(../images/r1-br.png) 100% 100% no-repeat;
}
div#r-content-bg div#bl {
	background:url(../images/r1-bl.png) 0 100% no-repeat;
}
div#r-content-bg div#bl div#tr {
	background:url(../images/r1-tr.png) 100% 0 no-repeat;
}
div#r-content-bg div#bl div#tr div#tl {
	background:url(../images/r1-tl.png) 0 0 no-repeat;
	padding-bottom:15px;
}
/*Accordion stuff*/
#accordion {
	margin:20px 0px 20px 60px;
}
.toggler {
	cursor:pointer;
	font-weight:bold;
	color:#000;
	margin: 5px;
	padding:5px;
	font-size:16px;
	background:url(../images/accordion-toggle4.png) repeat-x;
	border-left:#6f8523 1px solid;
	border-right:#6f8523 1px solid;
}
.toggler:hover {
	color:#ADCC42;
}
.element {
	padding:0 5px;
	margin-bottom:5px;
}
blockquote {
	padding:5px 20px;
}
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	background:url(../images/multiboxbg.png) no-repeat center;
	padding:20px;
	display: none;
	z-index: 9999;
	text-align: left;/*overflow: hidden;*/
}
.MultiBoxLoading {
	background: url(../images/mb-loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -6px;
	right: -6px;
	background: url(../images/mb-close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
	background-color: #000;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}
.MultiBoxPrevious {
	position: absolute;
	background: url(../images/mb-left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background: url(../images/mb-right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/mb-rightDisabled.png) no-repeat;
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/mb-leftDisabled.png) no-repeat;
}
.MultiBoxTitle {
	position: relative;
	margin: 5px 0 0 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}
.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}
/*************************************************************/

.mf a.show {
	position:absolute;
	margin-left:-16px;
	width:32px;
	height:32px;
	top:70%;
	left:50%;
	z-index:100;
	cursor:pointer;
}
.mf a.show.image {
	background:url(../images/open_image.png) no-repeat 50%;
}
.mf a.show.video {
	background:url(../images/open_image.png) no-repeat 50%;
}
.mb {
	background:url(../images/open_image.png) no-repeat 50%;
	position:absolute;
	margin-left:-16px;
}
div#center-copy #noBorder img {
	border:none;
	margin:0;	
}
div#center-copy #noBorder a {
	border-bottom:none;
}
/*bottom boxes*/
#bottom-left {
	width:285px;
	text-align:center;
	padding:10px; 
	float:left;
	border-right:1px solid #E9E9E9;
}
#bottom-left a{
	border-bottom:none;
}
#bottom-right {
	width:285px;
	text-align:center;
	padding:10px; 
	float:left;
	border-left:1px solid #A0A0A0;
}
#bottom-right a{
	border-bottom:none;

}
/*******************************************/

/* ----- BEGIN home login form ----- */
.iptcontact, .contact textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#edeae5;
	border:1px solid #4e8c9f;
	color:#363636;
	width:176px;
	padding:1px;
}
.btncontact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	background:#edeae5;
	border:1px solid #4e8c9f;
	color:#161c23;
	padding:1px 6px 1px 6px;
	margin-top:5px;
}
/* ----- END home login form ----- */


