@charset "utf-8";
/* Zelt Stylesheet */
* {
	margin: 0;
padding 0;
}
a img {
	border: none;
	outline: none;
}
a:active, a:focus {
	outline: 0;
}
/* Global Classes */
.clear {
	clear: both;
}
.hide {
	display: none !important;
}
/* IE6 PNG Support */
img, div {
	behavior: url(iepngfix.htc);
}
/* Image Style */
.image-right {
	float: right;
	margin: 8px 40px 8px 8px;
	padding: 3px;
	background-color: #ffffff;
}
.image-left {
	float: left;
	margin: 8px 8px 8px 40px;
	padding: 3px;
	background-color: #ffffff;
}
.image-center {margin: 0 auto;}
.center {text-align: center;}
img.border {
    background-color: #FFFFFF;
    margin: 0 0 8px;
    padding: 3px;
}
/* Site Structure */
body {
	background-color: #144969;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#top-space {
	width: 950px;
	height: 127px;
	margin: 0 auto;
	background-image: url(images/top-space.jpg);
}
#header {
	width: 950px;
	height: 231px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#left-image {
	width: 674px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
}
#content-wrapper {
	width: 950px;
	margin: 0 auto;
	background-image: url(images/content-repeat.jpg);
	background-repeat: repeat-y;
}
#content {
	width: 950px;
	min-height: 500px;
	background-image: url(images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#left-column {
	width: 276px;
	float: left;
	margin: 0 0 -180px;
}
#right-column {
	width: 674px;
	float: left;
	padding-top: 45px;
}
#footer {
	width: 950px;
	height: 200px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/* English Images */
#logo {
	padding-top: 30px;
	float: left;
}
#slogan {
	float: left;
	padding: 20px;
}
#call-today {
	float: right;
	padding: 20px 0px 20px 20px;
}
#link, .link {
	display: block;
	position: relative;
	margin-top: 8px;
	top: -190px;
	left: 30px;
}
#signature {
	padding: 5px 10px 15px 40px;
}
/* Right Column - Text Style */
#right-column h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding: 0px 50px 0px 45px;
	color: #ffffff;
	font-weight: normal;
}
#right-column h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 20px 50px 5px 45px;
	color: #ffffff;
	font-weight: normal;
}
#right-column h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 10px 150px 5px 30px;
	color: #ffffff;
	font-weight: normal;
}
#right-column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 8px 50px 8px 45px;
	line-height: 130%;
	color: #c4ddea;
	font-weight: normal;
}
#right-column p strong {
	margin-left: 20px;
}
#right-column blockquote p {
	font-weight: bold;
	margin-left: 20px;
	margin-right: 100px;
}
#right-column ul {
	color: #c4ddea;
	list-style: disc;
	margin: 2px 30px 10px 70px;
	padding: 0 0 0 0;
}
#right-column li {
	font-family: Arial, Helvetica, sans-serif;
	color: #c4ddea;
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
	line-height: 130%;
}
#right-column a {
	color: #00CCFF;
	text-decoration: none;
}
#right-column a:hover {
	color: #ffffff;
}
/* Footer Text Style */
#footer-text {
	width: 950px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
#footer-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B8DBF;
}
#footer-text a {
	text-decoration: none;
	color: #3B8DBF;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-text a:hover {
	color: #ffffff;
}
/* Vertical Navigation */
#vertical-navigation {
	position: relative;
	top: -190px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#vertical-navigation li {
	display: block;
	border-bottom: 1px solid #1c5273;
	margin: 0px 50px 0px 30px;
	padding: 8px 0px 8px 0px;
}
#vertical-navigation li.dark {
	border-bottom: 1px solid #1e5779;
}
#vertical-navigation li a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#vertical-navigation li a:hover {
	color: #1398ea;
}
/* Horizontal Navigation */
#horizontal-navigation {
	bottom: 0;
    height: 31px;
    position: absolute;
    right: 0;
    width: 674px;
}
#horizontal-navigation > ul {
	list-style: none outside none;
    margin: 0 0 0 5px;
    padding: 0;
}
#horizontal-navigation > ul > li {
	background-image: url("images/horizontial-menu-divider.jpg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    height: 31px;
    margin: 0;
    padding: 0;
	position: relative;
}
#horizontal-navigation > ul > li.last {
	background-image: none;
	font-weight: bold;
	letter-spacing: -0.1em;
}
#horizontal-navigation > ul > li > a {
	color: #3B5B72;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    padding: 9px 12px 9px 13px;
    text-decoration: none;
}
#horizontal-navigation ul > li > a:hover {
	color: #2791df;
}
#horizontal-navigation ul > li:hover ul.submenu {left: -2px;}
#horizontal-navigation ul ul.submenu {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    left: -999999px;
    list-style: none outside none;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 22px;
    z-index: 9999999;
}
#horizontal-navigation ul ul.submenu li {
	background: none;
    border-bottom: 1px solid #2b6483;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}
#horizontal-navigation ul ul.submenu li a {
	background: none repeat scroll 0 0 #80AABA;
    border-left: 1px solid #2B6483;
    border-right: 1px solid #2B6483;
    color: #FEFEFE;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: auto;
    margin: 0;
    padding: 8px 18px;
    text-decoration: none;
    text-shadow: -1px -1px #8198A5;
    white-space: nowrap;
}
#horizontal-navigation ul ul.submenu li a:hover {background: none #327091; text-shadow: none;}


/* Quick Contact */
#quick-contact {
	width: 276px;
	position: relative;
	top: -150px;
	left: 40px;
}
#quick-contact h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
}
#quick-contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-right: 85px;
}
#quick-contact form {
	margin: 30px 0;
}
#quick-contact input {
	width: 160px;
	border: 1px solid #042A3F;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B9D5E0;
	margin: 0 0 10px;
	box-shadow: none;
}
#quick-contact textarea {
	width: 160px;
	height: 90px;
	border: 1px solid #042A3F;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B9D5E0;
	margin: 0 0 10px;
}
#quick-contact input[type="submit"] {
	display: block;
	color: #042A3F;
	width: 60px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
}
#quick-contact span, #main-contact span {
	color: #91acbb;
    display: block;
    font-family: verdana;
    font-size: 11px;
}
#quick-contact span input, #main-contact span input {
	cursor: pointer;
    margin: 0 8px 15px 0;
    width: auto;
}
/* Main Contact */
#map {
	width: 600px;
	position: relative;
	left: 45px;
	padding: 3px;
	background-color: #ffffff;
}
h1.below-form {
	margin-top: 25px;
}
#main-contact {
	width: 350px;
	position: relative;
	left: 40px;
	top: -20px;
	margin: 0px 0 0px 0;
}
#main-contact h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	letter-spacing: 1px;
}
#main-contact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-right: 85px;
}
.notification.success {
	background-color: #B9D5E0;
    border: 1px solid #0A344C;
    color: #042A3F;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 10px 60px 0 0;
    padding: 10px 4%;
    text-align: center;
    width: auto;
}
#main-contact form {
	margin-top: 30px;
	position: relative;
}
#main-contact input {
	width: 220px;
	box-shadow: none;
	border: 1px solid #042A3F;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B9D5E0;
	margin: 0 0 10px;
}
#main-contact textarea {
	width: 220px;
	height: 90px;
	border: 1px solid #042A3F;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B9D5E0;
	margin: 0 0 10px;
}
#main-contact input[type="submit"] {
	display: block;
	color: #042A3F;
	width: 60px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
}

#main-contact input.error, #main-contact textarea.error, #quick-contact input.error, #quick-contact textarea.error{
	border-color: #A20505;
}
.formcontact div.error {
	color: #C4DDEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Diagrams */
.diagram {
	width: 250px;
	padding: 3px 3px 3px 3px;
	margin: 8px 8px 8px 45px;
	background-color: #ffffff;
	float: left;
}
.diagram-wide {
	width: 500px;
	padding: 3px;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
}
.diagram h5, .diagram-wide h5 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	padding: 5px;
	font-size: 14px;
}
#footer-text p > a.mobile {
	font-weight: normal;
	color: #fafafa;
	font-size: 50px !important;
	background-color: #3B8DBF;
	border: 1px solid #0A344C;
	margin: 30px 2%;
	padding: 20px 0;
	display: block;
	text-align: center;
	clear: both;
	width: 96% !important;
}
#footer-text p > .ipad {
	padding: 5px 0;
	font-size: 24px !important;
	width: 50% !important;
	margin: 30px auto;
	clear: both;
}

/*OTHER*/
table.mtable {
	border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 46px 0;
    position: static;
}
table * {position: static;}
table.mtable tr {
}
table.mtable th span {
	font-weight: normal;
}
table.mtable td, table.mtable th {
	border-bottom: 1px solid #1F5C7E;
    font-size: 13px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
table.mtable th {
	background-color: #336D8D;
    border: 1px solid #144661;
    color: #AADDEA;
}
table.mtable tbody td {
	background-color: #184D6A;
    border-collapse: separate !important;
    color: #C4DDEA;
    font-size: 12px;
}
#right-column ul.vids {
	float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 30px;
}
#right-column ul.vids li {
	display: inline;
    float: left;
    height: 130px;
    margin: 0 0 12px;
    padding: 0 0 0 13px;
    width: 154px;
}
#right-column ul.vids a {
	display: block;
    float: left;
    font-size: 13px;
    line-height: 120%;
}
#right-column ul.vids img {
	border: 2px solid #FFFFFF;
    margin: 0 0 5px;
}
#right-column ul.testim, #right-column ul.testim li {
	clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#right-column ul.testim {
	margin: 10px 40px;
    width: auto;
}
#right-column ul.testim li {
	background: none repeat scroll 0 0 #44738D;
    border-bottom: 1px solid #57859f;
    border-top: 1px solid #57859f;
    display: block;
    margin: 0 0 5px;
    padding: 15px 0 8px
}

/*Intro Video on the index page*/
a.intro-video  img {
	border:3px solid rgb(238, 238, 238);
}