/* Overall */
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #434343;
	text-align: center;
	background: url(../images/Layout_BG.jpg) repeat-x;
	background-color: #F3F3F3;
}

input, select, textarea {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 14px;
	color: #434343;
	border: 1px solid #C1C1C1;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
	padding: 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
input:hover, select:hover, textarea:hover {
	border-color: #999;
}
input:focus, select:focus, textarea:focus {
	border-color: #0663A7;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset, 0 0 3px #0663A7 !important;
}
input[type='image'],
input[type='radio'],
input[type='checkbox'] {
	border: none !important;
	box-shadow: none !important;
}
input[type='radio'],
input[type='checkbox'] {
	vertical-align: -2px;
}
input[type='submit'],
input[type='button'] {
	box-shadow: none !important;
}

a {
	color: #0663A7;
	text-decoration: underline;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover {
	color: #0B9F44;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 1.0em 0;
	line-height: 1.2em;
}
.p_margin {
	margin-bottom: 0;
}
.p_padding {
	padding-bottom: 0;
}
.p_center {
	text-align: center;
}
.p_right {
	text-align: right;
}

ul, ol {
	margin: -0.8em 0 0 0;
	padding: 0 0 1em 3em;
}
ul ul, ol ol {
	margin-top: 0;
}
ul li, ol li {
	margin-bottom: 0.6em;
}

hr {
	border-style: none;
	border-top: 1px dashed #C0C0C0;
	margin: 1em 0 2em 0;
	background-color: #FFF;
	color: #FFF;
}

.unbold {
	font-weight: normal;	
}

* :focus {
	outline: 0;
}


/* Headings */
h1, h2, h3, h4, h5, h6, pre {
	margin: 0;
}

h1 {
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", sans-serif;
	font-size: 22px;
	color: #0663A7;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 17px;
	color: #434343;
	margin-bottom: 0.7em;
}

h3 {
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", sans-serif;
	font-size: 19px;
	color: #0663A7;
	margin-bottom: 0.2em;
}

h4 {
	font-size: 18px;
	color: #0D8A39;
	margin-bottom: 0em;
}

h5 {
	font-size: 16px;
	color: #545151;
	margin-bottom: 1.0em;
}


/* Sub-Headings */
.Heading1 {
	color: #0663A7;
	font-size: 16px;
	font-weight: bold;
}

.Heading2 {
	color: #434343;
	font-size: 16px;
	font-weight: bold;
}

.Heading3 {
	color: #0663A7;
	font-size: 11px;
}

.Heading4 {
	color: #0D8A39;
	font-size: 16px;
	font-weight: bold;
}

.Heading5 {
	color: #545151;
	font-size: 16px;
	font-weight: bold;
}


/* Highlights */
.Highlight1 {
	color: #C00;
}

.Highlight2 {
	color: #090;
}

.Highlight3 {
	color: #0663A7;
}

.Highlight4 {
	color: #434343;
}

.Highlight5 {
	color: #0663A7;
}

.Highlight6 {
	color: #0D8A39;
}

.Highlight7 {
	color: #545151;
}


/* Backgrounds */
.Background1 {
	background-color: #E6F4FE;
	border-right: 4px solid;
	border-color: #BAE0FD;
	color: #044676;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background2 {
	background-color: #F2F2F2;
	border-right: 4px solid;
	border-color: #DBDBDB;
	color: #2A2A2A;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background3 {
	background-color: #E6F4FE;
	border-right: 4px solid;
	border-color: #BAE0FD;
	color: #044676;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background4 {
	background-color: #E8FDEF;
	border-right: 4px solid;
	border-color: #BEF9D3;
	color: #095B26;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background5 {
	background-color: #F2F2F2;
	border-right: 4px solid;
	border-color: #DCDBDB;
	color: #3A3838;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}

.Background6 {
	background-color: #EBEBEB;
	border-right: 4px solid;
	border-color: #D1D1D1;
	color: #696969;
	padding: 0 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}


/* Callout */
.Callout1 {
	background-color: #E6F4FE;
	border-left: 7px solid;
	border-color: #BAE0FD;
	color: #044676;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.Callout2 {
	background-color: #F2F2F2;
	border-left: 7px solid;
	border-color: #DBDBDB;
	color: #2A2A2A;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.Callout3 {
	background-color: #E6F4FE;
	border-left: 7px solid;
	border-color: #BAE0FD;
	color: #044676;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.Callout4 {
	background-color: #E8FDEF;
	border-left: 7px solid;
	border-color: #BEF9D3;
	color: #095B26;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.Callout5 {
	background-color: #F2F2F2;
	border-left: 7px solid;
	border-color: #DCDBDB;
	color: #3A3838;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.Callout6 {
	background-color: #EBEBEB;
	border-left: 7px solid;
	border-color: #D1D1D1;
	color: #696969;
	padding: 12px 10px 0px 12px;
	text-shadow: 0 1px 0 rgba(255,255,255,1.0);
	border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
}

p.Callout1,
p.Callout2,
p.Callout3,
p.Callout4,
p.Callout5,
p.Callout6 {
	padding-bottom: 12px;	
}


/* Images */
.ImageLink {
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px;
	margin: 6px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border-radius: 2px;
}
a .ImageLink {
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover .ImageLink {
	background-color: #FFF;
	border-color: #0B9F44;
}
table.ImageLink {
	border-collapse: collapse;
	width: 1%;
	font-size: 0.85em;
	color: #666;
}
table.ImageLink td {
	padding: 5px;
}
table.ImageLink hr {
	margin: 5px 0 2px 0;
	border-style: dotted;
}

.ImagePad_Left {
	margin: 0 0 1em 1em;
}
.ImagePad_Right {
	margin: 0 1em 1em 0;
}


/* Buttons */
.Btn1,
.Btn2,
.Btn3,
.Btn4,
.Btn5,
.Btn6 {
	background: url(../images/buttons/Button_BG1.png) repeat-x top;
	border-bottom: 0;
	border: 1px solid;
	padding: 5px 11px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.75);
	box-shadow: none;
	border-radius: 2px;
	-webkit-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	-moz-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	-ms-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	-o-transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear, text-shadow 0.2s linear;
}
.Btn1:hover,
.Btn2:hover,
.Btn3:hover,
.Btn4:hover,
.Btn5:hover,
.Btn6:hover {
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(255,255,255,0.35);
}
.Btn1:active,
.Btn2:active,
.Btn3:active,
.Btn4:active,
.Btn5:active,
.Btn6:active {
	position: relative;
	top: 1px;
}
.Btn1:visited,
.Btn2:visited,
.Btn3:visited,
.Btn4:visited,
.Btn5:visited,
.Btn6:visited {
	color: #FFF;
}
.Btn1:focus,
.Btn2:focus,
.Btn3:focus,
.Btn4:focus,
.Btn5:focus,
.Btn6:focus {
	border-color: inherit;
}

.Btn1 {
	background-color: #0663A7;
	border-color: #022945;
	color: #FFF;
}
.Btn1:hover {
	background-color: #0775C5;
	border-color: #033458;
	color: #FFF;
}

.Btn2 {
	background-color: #434343;
	border-color: #101010;
	color: #FFF;
}
.Btn2:hover {
	background-color: #525252;
	border-color: #1A1A1A;
	color: #FFF;
}

.Btn3 {
	background-color: #0663A7;
	border-color: #022945;
	color: #FFF;
}
.Btn3:hover {
	background-color: #0775C5;
	border-color: #033458;
	color: #FFF;
}

.Btn4 {
	background-color: #0D8A39;
	border-color: #042D12;
	color: #FFF;
}
.Btn4:hover {
	background-color: #10A645;
	border-color: #063F1A;
	color: #FFF;
}

.Btn5 {
	background-color: #545151;
	border-color: #201F1F;
	color: #FFF;
}
.Btn5:hover {
	background-color: #646060;
	border-color: #2A2929;
	color: #FFF;
}

.Btn6 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #FFF;
}
.Btn6:hover {
	background-color: #989898;
	border-color: #6E6E6E;
	color: #FFF;
}

.BtnImg {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.BtnImg img {
	border: 0;
	vertical-align: middle;
}


/* Layout */
#header,
#header_container,
#body_container,
#footer,
#footer_container,
#center {
	margin: 0 auto;
}

#header_container,
#body_container,
#footer_container {
	position: relative;
	width: 997px;
	text-align: left;
}

#header {
	position: relative;
	background: url(../images/Layout_Header.jpg) no-repeat center top;
	height: 429px;
}

#body_bg {
	background: url(../images/Layout_BodyBG.jpg) repeat-y center top;
	overflow: hidden;
	clear: both;
}

#body {
	background: url(../images/Layout_Body.jpg) no-repeat center top;
	overflow: hidden;
}

#body_container {
	min-height: 396px;
}

#body_left {
	width: 93%;
	margin: 20px 0 0px 30px;
}

#body_right {
	float: right;
	width: 300px;
	margin-left: 2em;
}

#footer {
	background: url(../images/Layout_Footer.jpg) no-repeat center top;
	height: 74px;
	clear: both;
}

#footer_bg {
	background: url(../images/Layout_FooterBG.jpg) repeat-x center -1px;
	overflow: hidden;
	clear: both;
}


/* Navigation */
#nav {
	position: absolute;
	top: 121px;
	left: -12px;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	text-indent: -9999px;
}
#nav a:hover,
#nav a.hover,
#nav a.selected {
	background-position: 0 -30px !important;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav a.home {
	background-image: url(../images/Nav_Home.jpg);
	width: 137px;
}
#nav a.services {
	background-image: url(../images/Nav_Services.jpg);
	width: 166px;
}
#nav a.about {
	background-image: url(../images/Nav_About.jpg);
	width: 138px;
}
#nav a.contact {
	background-image: url(../images/Nav_Contact.jpg);
	width: 165px;
}


/* Navigation Overlays */
#nav ul li {
	position: relative;
}

#nav ul ul {
	display: none;
	position: absolute;
	z-index: 999;
	top: 35px;
	left: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	/*
	border-top: 2px solid #000;
	border-bottom: 7px solid #000;
	background: rgb(0,0,0);
	filter: alpha(opacity=85);
	background: rgba(0,0,0,0.85);
	*/
	border-left: 7px solid #094D1E;
	background-color: #0E7B30;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
}

#nav ul li li {
	/*border-bottom: 1px dotted #414141;*/
	border-top: 1px solid #119239;
	border-bottom: 1px solid #0B6427;
	width: 100%;
}

#nav ul li li:last-child {
	/*border-bottom: 0;*/
}

#nav li ul a {
	display: block;
	padding: 6px 1.3em 6px 0.9em;
	margin: 0;
	/*width: 150px;*/
	white-space: nowrap;
	height: auto;
	text-indent: 0;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 -1px 0 #094D1E;
	-webkit-transition: background 0.2s linear, color 0.2s linear;
	-moz-transition: background 0.2s linear, color 0.2s linear;
	-ms-transition: background 0.2s linear, color 0.2s linear;
	-o-transition: background 0.2s linear, color 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear;
}

#nav li ul a:hover {
	background-color: #12A03E;
	color: #08C656;
}

#nav li li ul {
	top: 0px;
	left: 1px;
	margin-left: 100%;
}

#nav ul li.parent > a {
	border-right: 2px solid;
	border-color: #13A942;
	-webkit-transition: border 0.2s linear;
	-moz-transition: border 0.2s linear;
	-ms-transition: border 0.2s linear;
	-o-transition: border 0.2s linear;
	transition: border 0.2s linear;
}

#nav ul li.parent > a:hover {
	border-color: #08C656;
}

#nav ul li.parent > a > div.marker {
	display: block;
	position: absolute;
	top: 0.4em;
	right: 0.6em;
	/*font: 16px Webdings, Wingdings;*/
	color: #13A942;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#nav ul li.parent > a:hover > div.marker {
	color: #08C656;
}


/* Navigation (Footer) */
#navf {
	position: absolute;
	top: 40px;
	left: 657px;
	width: 350px;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
#navf ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#navf ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navf ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0 10px 0 6px;
}
#navf ul li:first-child a {
	margin-left: 0;	
}
#navf ul li a:hover {
	color: #0B9F44;
	text-decoration: none;
}


/* Home */
#home {
	position: absolute;
	top: 19px;
	left: 58px;
	width: 268px;
	height: 82px;
}
#home a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Copyright */
#copyright {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #FFF;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #0B9F44;
}


/* Designed */
#designed {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 671px;
	text-align: left;
	font-size: 12px;
	color: #FFF;
}
#designed a {
	color: #FFF;
	text-decoration: none;
}
#designed a:hover {
	color: #0B9F44;
}


/* Rotator */
#rotator {
	position: absolute;
	top: 10px;
	left: 10px;
}


/* Call To Action */
#cta {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #000;	
}
#cta strong {
	font-size: 35px;
	color: #F00;
}


/* Social */
#social {
	position: absolute;
	top: 10px;
	left: 10px;
}

#facebook {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
}
#facebook a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

#twitter {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
}
#twitter a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

#linkedin {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 100px;
}
#linkedin a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}


/* Link Icons */
.icon_pdf {
	background: url(../images/icons/Icon_PDF.png) no-repeat 0 50%;
	padding-left: 19px;
}

.icon_pdf20 {
	background: url(../images/icons/Icon_PDF20.png) no-repeat 0 50%;
	padding: 3px 0 3px 23px;
}

.icon_pdf32 {
	background: url(../images/icons/Icon_PDF32.png) no-repeat 0 50%;
	padding: 10px 0 10px 35px;
}

.icon_email {
	background: url(../images/icons/Icon_Email.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_email_add {
	background: url(../images/icons/Icon_EmailAdd.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_email_sub {
	background: url(../images/icons/Icon_EmailSub.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_phone {
	background: url(../images/icons/Icon_Phone.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_phone2 {
	background: url(../images/icons/Icon_Phone2.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_fax {
	background: url(../images/icons/Icon_Fax.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_mobile {
	background: url(../images/icons/Icon_Mobile.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_map {
	background: url(../images/icons/Icon_MapPin.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_calendar {
	background: url(../images/icons/Icon_Calendar.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_web {
	background: url(../images/icons/Icon_Globe.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_service {
	background: url(../images/icons/Icon_Bell.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_support {
	background: url(../images/icons/Icon_Support.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_help {
	background: url(../images/icons/Icon_Question.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_login {
	background: url(../images/icons/Icon_Lock.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_news {
	background: url(../images/icons/Icon_News.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_cart {
	background: url(../images/icons/Icon_Cart.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_back {
	background: url(../images/icons/Icon_ArrowLeft.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_print {
	background: url(../images/icons/Icon_Print.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_home {
	background: url(../images/icons/Icon_Home.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_sitemap {
	background: url(../images/icons/Icon_Sitemap.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_success {
	background: url(../images/icons/Icon_Tick.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_success_small {
	background: url(../images/icons/Icon_Tick_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_warning {
	background: url(../images/icons/Icon_Exclamation.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_warning_small {
	background: url(../images/icons/Icon_Exclamation_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_error {
	background: url(../images/icons/Icon_Cross.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_error_small {
	background: url(../images/icons/Icon_Cross_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_required {
	background: url(../images/icons/Icon_Error.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_required_small {
	background: url(../images/icons/Icon_Error_Small.png) no-repeat 0 50%;
	padding-left: 16px;
}

.icon_plus {
	background: url(../images/icons/Icon_Plus.png) no-repeat -3px 50%;
	padding-left: 12px;
	font-size: 12px;
}

.icon_minus {
	background: url(../images/icons/Icon_Minus.png) no-repeat -3px 50%;
	padding-left: 12px;
	font-size: 12px;
}

.icon_zip {
	background: url(../images/icons/Icon_Zip.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_chat {
	background: url(../images/icons/Icon_Chat.png) no-repeat 0 50%;
	padding-left: 20px;
}

.icon_centella {
	background: url(../images/icons/Icon_Centella.png) no-repeat 0 50%;
	padding: 3px 0 4px 20px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.95);
}


/* Lists */
.list_pdf {
	list-style-type: none;
	padding: 0 0 1em 1.6em;
}
.list_pdf li {
	background: url(../images/icons/Icon_PDF.png) no-repeat 0 50%;
	padding-left: 20px;
}


/* FAQ */
#faq dt {
	position: relative;
	color: #0663A7;
	font-weight: bold;
	cursor: pointer;
	margin-top: 20px;
	padding-left: 27px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#faq dt:hover {
	color: #0B9F44;
}
#faq dt div {
	position: absolute;
	top: -6px;
	left: 0px;
	font-weight: bold;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
}
#faq dd {
	position: relative;
	color: #0A0A0A;
	line-height: 21px;
	background-color: #FBFBFB;
	border-top: 3px solid #CCC;
	margin: 3px 0px 0px 15px;
	padding: 1px 8px 5px 32px;
	overflow: hidden;
}
#faq dd div {
	position: absolute;
	top: 0px;
	left: 4px;
	color: #DDD;
	font-weight: bold;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
}
#faq_toggle {
	font-weight: bold;
	font-size: 11px;
}


/* Fade Carousel */
#carousel {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}


/* Quotes */
blockquote {
	padding: 0px;
	margin: 0px 30px;
	clear: both;
}

blockquote:before,
blockquote:after {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 3.5em;
	color: #C0C0C0;
}

blockquote:before {
	content: open-quote;
	vertical-align: -0.95em;
	margin: 0 0 0 -30px;
	line-height: .2em;
}

blockquote:after {
	float: right;
	content: close-quote;
	line-height: .7em;
}

blockquote p {
	padding-bottom: 0.5em;
	font-size: 0.9em;
}

blockquote cite {
	font-style: normal;
	font-size: 0.8em;
}


/* Paging */
#paging_nav {
	list-style: none;
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid;
	border-color: #CCC;
	background-color: #F5F5F5;
	color: #000;
}
#paging_nav,
#paging_nav select {
	font-size: 12px;
}
#paging_nav span {
	font-weight: bold;
}
#paging_nav li {
	float: left;
	white-space: nowrap;
	margin-top: 7px;
}
#paging_nav li.left {
	width: 24%;
	text-align: left;
}
#paging_nav li.left span {
	margin-left: 8px;
}
#paging_nav li.mid {
	width: 50%;
	padding-top: 5px;
	text-align: center;
}
#paging_nav li.right {
	width: 25%;
	text-align: right;
}
#paging_nav li.right select {
	margin-right: 4px;
}


/* Grid */
.grid {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	width: 130px;
}
.grid img {
	margin-left: 0;
	width: 120px;
}

.block {
	float: left;
	display: inline-block;
	vertical-align: top;
}


/* Multi-Column List */
.col2, .col3, .col4, .col5, .col6 {
	margin-bottom: 1.0em;
	overflow: hidden;
}
.col2 li, .col3 li, .col4 li, .col5 li, .col6 li {
	float: left;
}
.col2 li { width: 50%; }
.col3 li { width: 33.333%; }
.col4 li { width: 25%; }
.col5 li { width: 20%; }
.col6 li { width: 16.666%; }


/* Tables */
th, td {
	padding: 2px;
}

table.table {
	border-collapse: collapse;
	margin-bottom: 2.5em;
}
table.table td,
table.table th {
	border: 1px solid #CCC;
	padding: 6px;
	font-size: 0.9em;
}

table.table_0 th,
table.table_0 td {
	padding: 0 !important;	
}

table.table_1 th,
table.table_1 td {
	padding: 1px !important;	
}

table.table_2 th,
table.table_2 td {
	padding: 2px !important;	
}

table.table_3 th,
table.table_3 td {
	padding: 3px !important;	
}

table.table_altrows tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.01);
}
table.table_altrows tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.03);
}
table.table_altrows tr:first-child {
	background-color: rgba(0, 0, 0, 0.05);
}


/* Google Maps */
.gmap_infowin,
.gmap_infowin a {
	font-family: sans-serif !important;
	font-weight: normal !important;
	text-align: center;
	min-width: 175px;
}
.gmap_links,
.gmap_links a {
	font-size: 10px !important;
}


/* Lightview */
.lv_button_top_close {
	top: 20px !important;
	left: auto !important;
	right: 65px !important;
}

.lv_title_caption,
.lv_title_caption_slide {
	font-family: inherit !important;
	font-size: 0.95em !important;
}

.lv_title_caption_slide {
	padding: 10px 0 7px !important;
	text-shadow: 0 1px 0 rgba(0,0,0,0.95) !important;
	width: 100% !important;
}

.lv_title {
	color: #FFF !important;
	width: 100% !important;
}

.lv_slider {
	padding: 0px 0 14px !important;
}


/* Validation */
.required:hover,
.required_email:hover,
.required_phone:hover,
.required_alpha:hover,
.required_numeric:hover,
.required_highlight {
	border-color: #C00;
}


/* Print */
@media print {
	h1, h2, h3, h4, h5, h6, pre {
		page-break-after: avoid;
	}
	
	table tr, ul, ol {
		page-break-inside: avoid;
	}

	#header,
	#footer,
	#panel,
	.noprint {
		display: none;
	}

	#body_left,
	#body_right,
	#body_center,
	#body_container {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}

	#body,
	#body_bg {
		overflow: auto;
	}
}


/* Panel */
#panel {
	position: relative;
	background: url(../images/Layout_Panel.jpg) no-repeat;
	width: 300px;
	height: 382px;
	color: #FFF;
}
#panel table {
	position: absolute;
	top: 83px;
	left: 15px;
	width: 264px;
}
#panel td {
	padding: 4px;
}
#panel_btn {
	position: absolute;
	top: 333px;
	right: 75px;
	width: 146px;
	height: 31px;
}
#panel_btn input {
	width: 100%;
	height: 100%;
	border: 0;
	box-shadow: none;
	cursor: pointer;	
}
#panel input[type='text'],
#panel textarea,
#panel select {
	width: 95%;
	color: #000;
}
#panel input[type='checkbox'] {
	margin: 4px 0;
}
