/*
	Dark Blue: 31, 74, 141 = #1f4a8d
	Medium Dark: 80, 123, 190 = #507bbe
	Light Blue: 168, 180, 206 = #a8bfdf
	Lighter Blue: 219, 227, 244, = #dbe3f4
	Very Light Blue: 233, 238, 248 = #e9eef8
	tan: 210,180,140 = #D2B48C
	
	Triads
	Blue1: 80, 125, 190 - #507dbe
	Red1: 190, 80, 125 - #be507d
	White: #ffffff
	Green1: 125, 190, 80 - #7dbe50
	Blue2: 60, 93, 142 - #3c5d8e
	Red2: 142, 60, 93 - #8e3c5d 
	Grey: 191, 191, 191 - #bfbfbf
	Green2: 93, 142, 60 - #5d8e3c
	
	Complementary
	Blue1: 80, 125, 190 - #507dbe
	Brown: 190, 144, 80 - #be9050
	Blue2: 168, 191, 223 - #a8bfdf
	Light Brown: 223, 200, 168 - #dfc8a8
	Dark Blue: 60, 93, 142 - #3c5d8e
	Dark Brown: 142, 108, 60 - #8e6c3c
	Grey Blue: 126, 143, 167 - #7e8fa7
	Tan: 167, 150, 126 - #a7967e
*/

p, li, ul, ol, h1, h2, h3, h4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px; */
}

html {
	background: #acc3e7 url(/images/backgrounds/bckgrnd.jpg) repeat-x left top;
}

body {
	line-height: 100%;
	font-family: "Calibri W01 Regular 904604", Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {
	margin-bottom: 15px;
	line-height: normal;
}
/*
h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	color: #ffcc00; 
/*	text-shadow: 2px 2px 3px #577901; */
/*	text-shadow: 1px 1px 2px #000000;
	line-height: 42px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
} */

h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	color: #ffcc00; 
/*	text-shadow: 2px 2px 3px #577901; */
	text-shadow: 2px 2px 4px #000000;
	line-height: 42px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
}

h2 {
/*	color: #7f5110; */
	color: #990000;
	text-shadow: 1px 1px 2px #000000;
	line-height: 26px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 {
	color: #990000;
	text-shadow: 1px 1px 2px #000000;
	line-height: 22px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 10px;
}

h4 {
	color: #5d8e3c;
	margin-bottom: 8px;
	line-height: 16px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	color: #4a2c02;
	line-height: 18px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

h6 {
	color: #4a2c02;
	line-height: 18px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 16px;
}

hr {
	height: 2px;
	width: 80%;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	background-image: url("/images/backgrounds/sep.png"); 
	background-repeat: repeat-x; 
	border-top-color: currentColor;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-color: currentColor;
	border-right-color: currentColor;
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #990000;
	text-decoration: underline; 
	cursor: pointer;
	outline-width: medium;
	outline-style: none;
	outline-color: invert;
}

a:hover {
	color: #cc3333;
}


.h2Green {
	color: #5d8e3c;
	text-shadow: 1px 1px 1px #d8f84b;
	line-height: 26px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

.h2Gold {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	color: #ffcc00; 
/*	text-shadow: 2px 2px 3px #577901; */
	text-shadow: 1px 1px 3px #000000;
	line-height: 100%;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}


#headerTop {
	width: 940px;
	height: 30px;
}

#upperlinks {
	float: right;
	margin-top: 10px
}

#upperlinks a {
	text-decoration: none;
	color: #999999;
	font-size: 14px;
}

#header_slide {
	
}

#mainMenu {
	width: 940px;
	height: 25px;
/*	background: #141464; */
	background: url("/images/backgrounds/menubar.jpg") repeat-x;
}

#menubar {
	float: right;
	top: 0px;
/*	height: 25px; */
	right: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

#menubar li {
	float: right;
	line-height: 100%;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 15px;
	float: none;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	position: relative;
/*	background-image: url("/images/menu/nav_divider.gif");
	background-position: center top; 
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 10px; */
	vertical-align: middle;
}

#menubar li.first {
	background-image: none;
}

#menubar li a {
/*	color: #d5fd70; */
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;
}

#menubar li a:hover {
	color: #ffcc00;
/*	background: #fff; */
}

/* Menu Drop Down */
#menubar li ul {
	left: 14px;
	top: 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	position: absolute;
	z-index: 100;
	background: -webkit-linear-gradient(#8080db, #ebebf3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#8080db, #ebebf3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#8080db, #ebebf3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#8080db, #ebebf3); /* Standard syntax */
}

#menubar li.hover ul, #nav li:hover ul {
	display: block;
	z-index: 1000;
}

#menubar li ul li {
	height: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Calibri W01 Regular 904604", Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	display: block;
	white-space: nowrap;
/*	border-bottom: thin solid #141464; */
/*	background-image: none;
	background-color: #f7f7ff; */
}

/* Menu Text */
#menubar li ul li a {
	color: #141464;
	display: block;
}

/* Menu Text Highlight */
#menubar li ul li a:hover {
	color: #5050db;
}

#nav {
	top: 230px;
	height: 26px;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
}

#nav li {
	line-height: 18px;
	padding-left: 14px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-left: 14px;
	float: left;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	position: relative;
	background-image: url("/images/header/nav_divider.gif");
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 7px;
}

#nav li.first {
	background-image: none;
}

#nav li a {
	color: #ffcc00;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
	padding-bottom: 0px;
	text-decoration: none;
}

#nav li a:hover {
	color: #ffcc00;
	font-weight: bold;
	text-shadow: 0px 0px 0px #000000;
}

/* Menu Drop Down */
#nav li ul {
	left: 14px;
	top: 22px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	position: absolute;
	z-index: 100;
	background-image: url("/images/header/nav_dropdown.png");
	background-repeat: no-repeat;
}

#nav li.hover ul, #nav li:hover ul {
	display: block;
	z-index: 1000;
}

#nav li ul li {
	height: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: "Calibri W01 Regular 904604", Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	display: block;
	white-space: nowrap;
	background-image: none;
	background-color: rgb(212, 218, 189);
}

/* Header */
#header {
		left: 0px;
		top: 0px;
		width: 940px;
		margin-bottom: 0px;
		position: relative;
		height: 200px;
}

#banner {
	float: right;
	margin-top: -260px;
}

#logo {
	margin-top: 0px;
	height: 250px;
}

#logo img {
	margin-top: 0px;
	height: 250px;
}

#logo2 {
	margin-top: 0px;
	height: 250px;
}

#logo2 img {
	margin-top: 10px;
	height: 240px;
}

#bannerTitle {
	float: left;
	width: 615px;
	height: 140px;
	margin-top: -240px;
	margin-left: 240px;
	margin-right: 0px;
}

#bannerPriTitle {
	margin-top: 30px;
	margin-bottom: 0px;
	position: relative;
	margin-left: 0px;
	margin-right: opx;
	font-size: 48px; 
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000000;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

#bannerSubTitle {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	font-size: 28px; 
	line-height: 30px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
/*	color: #990000; */
	color: #000000;
}

/*
#bannerTitle img {
	width: 572px;
}
*/

#tagline {
	color: #fff;
	float: right;
	width: 600px;
	position: relative;
	text-transform: uppercase;
	line-height: 30px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	text-align: right;
/*	margin-top: -70px; */
	margin-top: -50px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header_photo {
	clear: both;
	position: relative;
	margin-top: 10px;
}

#locationslides {
	width: 380px;
	height: 230px;
	position: absolute;
	float: left;
}

#photoslides {
/*	width: 320px;
	height: 230px;
	position: absolute;
	float: left; */
}

#header_photo ul#locationslides {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#header_photo ul#photoslides {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#header_photo ul#locationslides li{
	height: 230px;
	width: 380px;
	left: 280px;
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: none;
	position: absolute;
	list-style-type: none;
	background-color: #8c0202;
}

#header_photo ul#photoslides li{
	height: 230px;
	width: 280px;
	left: 0px; 
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: none;
	position: absolute;
	list-style-type: none;
	background-color: #ffffff;
	text-align: center;
}

#locationslides img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	max-height: 170px; 
}

#photoslides img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	max-height: 230px; 
}

#header_photo ul li:first-child {
	display: block;
}

#headquote {
	height: 215px;
	width: 260px;
	margin-top: -230px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url("/images/header/headtext.png");
	font-family: "Calibri W01 Regular 904604", Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#headquote .blockquote {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 35px;
	margin-right: 35px;
	max-height: 215px;
}

#headquote li {
	left: 12px;
	top: 0px;
	width: 320px;
	margin-left: 630px;
	max-height: 215px;
	font-size: 15px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	visibility: hidden;
	position: absolute;
	line-height: normal;
}

#headtext {
	width: 230px;
	height: 180px;
	color: rgb(50, 45, 40);
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url("/images/header/headtext.png");
	list-style-type: none;
	font-style: italic;
}

#headtext li {
	left: 25px;
	top: 25px;
	width: 230px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	visibility: hidden;
	position: absolute;
}

#headtext blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	max-height: 180px;
}

#headtext cite {
	color: #990000;
	font-style: normal;
	float: right;
	margin-right: 20px;
}

/* Popup Settings */
#pup {
	position:absolute;
	z-index:200; /* aaaalways on top*/
	padding: 3px;
	margin-left: 10px;
	margin-top: 5px;
	width: 250px;
	border: 1px solid black;
	background-image: url("/images/bg-pup.png");
	background-color: rgb(161, 173, 107);
	color: white;
	font-size: 0.95em;
	opacity:0.8;
}

/* Left Sidebar */
/*
===== Colors =====

red		- #FF0000
Orange	- #FFA500
Yellow	- #FFFF00
Green	- #008000 
Blue	- #0000FF
Indigo	- #4B0082
Violet	- #EE82EE
red, orange, yellow, green, blue, indigo, violet
red, orange, yellow, green, blue, violet

was: #ffd3d3, #fed68c, #ffff9c, #d1fdd1, #d2d2ff, #dab3f7, #fbc2fb

#d2d2ff, #dab3f7, #fbc2fb, #ffd3d3, #fed68c, #ffff9c, #d1fdd1

*/
#sidebar-l{
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
/*	background-image: none;
 	background-color: #fde0df;
	background-image: none; */
	background: -webkit-linear-gradient(top, #bddaea, #bcb8d7, #efc9d7, #f5c8b6, #ecefb5, #c3ddc7); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #bddaea, #bcb8d7, #efc9d7, #f5c8b6, #ecefb5, #c3ddc7); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #bddaea, #bcb8d7, #efc9d7, #f5c8b6, #ecefb5, #c3ddc7); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top, #bddaea, #bcb8d7, #efc9d7, #f5c8b6, #ecefb5, #c3ddc7); /* Standard syntax */
}

#sidebar-l ul {
	margin-left: 10px;
	font-size: 17px;
}

#sidebar-l h2 {
	margin-bottom: 20px;
}

#sidebar-l li {
	margin-top: 20px;
}

#sidebar li a{
	color: #990000;
}

/* Right Sidebar */

#sidebar-r {
	float: right;
	width: 260px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
    margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    display: block;
 	background-color: #fabdbd;
	background-image: none;
}

/* Base Page Structure */
#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

/* Inner Page Area */
#container #workingarea {
	position: relative;
	top: 0px;
	min-height: 465px; 
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #ffffff;
	background-image: none; 
}

/* Full Page Content */
#content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
	background-image: none;
}

#contentMargins {
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
	background-image: none;
}

#contentMargins li {
	margin-bottom: 5px;
}

#contentSales {
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: none;
	background-image: none;
}

#contentSales p {
	font-size: 18px;
}

#contentSales .title {
	font-size: 32px
}

#contentSales .subTitle {
	font-size: 24px; 
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #000000;
	background-image: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

#contentSales hr {
	display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
    width: 200px;
    background: #000000;
 }
 
#contentSales .centerTitle {
 	font-size: 24px; 
 	font-weight: bold;
 	text-align: center;
 }
 
#contentSales .greyTitle {
 	font-size: 18px; 
 	font-weight: normal;
 	text-align: center;
 	color: #707070;
 }
 
#contentSales .greyLeft {
 	font-size: 20px; 
 	font-weight: normal;
 	text-align: left;
 	color: #707070;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }
 
 #contentSales .blackLeft {
  	font-size: 20px; 
 	font-weight: normal;
 	text-align: left;
 	color: #000000;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }
 
 #contentSales .titleLeft {
  	font-size: 24px; 
 	font-weight: bold;
 	text-align: left;
 	color: #000000;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }

#contentSales .tableQuotes {
 	width: 100%; 
 	border-spacing: 20px; 
 	margin:auto;
 }

#contentSales .centerText {
	text-align: center;
}
 
#contentSales ul {
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
}
 
#contentSales li {
	margin-bottom: 10px;
}

#content-r {
	float: right;
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	background-color: #ffffff;
}

#content-r ul {
	margin-left: 60px;
	margin-right: 60px;
	list-style-type:circle;
}

#content-r ol {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
}

#content-r li {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
}

#content-r h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Content Left Side */
#content-l {
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
/* 	border-style: solid;
 	border-color: green; */
 	background-color: #ffffff;
	background-image: none;
}

#content-c {
	float: none;
	width: 940px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
}
#content ul, #content ol, #left_content ul {
	padding-left: 30px;
	margin-bottom: 10px;
}

.Signature {
	color: red;
	font-family: Mistral;
	font-size: 24px;
	margin-bottom: 0px;
}

.Comment {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#bookBox {
	width: 560px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
/*	background-color: #ffffcc; */
	background-color: #eff5fd;
	box-shadow: 5px 5px 5px #999999;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
    border-width: 3px;
    border-color: #6e8bb9;
    -moz-border-radius: 15px;
    border-radius: 5px;
	box-shadow: inset 3px 3px 9px 1px #acc3e7, 3px 3px 5px 1px #acc3e7;
	-webkit-box-shadow: inset 3px 3px 9px 1px #acc3e7, 3px 3px 5px 1px #acc3e7;
	-moz-box-shadow: inset 3px 3px 9px 1px #acc3e7, 3px 3px 5px 1px #acc3e7;
	-o-box-shadow: inset 3px 3px 9px 1px #acc3e7, 3px 3px 5px 1px #acc3e7;
    color: #000000;
}

#bookTopTitle {
	width: 940px;
	Height: 320px;
	background-image: url("/images/book/bck4.jpg");
}

.bookTitle {
	text-align: center;
	font-size: 32px;
	margin: auto;
	width: 600px;
	padding-top: 60px;
}

.bookSubTitle {
	font-size: 32px;
	font-weight: bold;
}

.bookComment {
	font-style: italic;
	padding-bottom: 0px;
	font-size: 18px;
	margin-bottom: 5px;
}

.bookSignature {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}

.bookSigText {
	font-size: 14px;
	margin-bottom: 0px;
	
}

.Indent {
	
}

#bookButton {
	font-size: 12px;
	display: inline-block;
	background: url(/images/buttons/btn30up.jpg) repeat-x;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	cursor:pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #d5fd70;
	text-shadow: 1px 1px 2px #000000;
	-moz-border-radius: 10px;
    border-radius: 10px;
	border-color: #315995; /* #d5fd70 #d5fd70  #5d8e3c  */
/*	box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-webkit-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-moz-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-o-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50; */
}

#buttonBook:hover {
	background: url(/images/buttons/btn30ovr.jpg) repeat-x;
	color: black;
	text-shadow: 1px 1px 2px #d5fd70;
}

#buttonBook:active {
	background: url(/images/buttons/btn30dwn.jpg) repeat-x;
	color: #d5fd70;
	text-shadow: 1px 1px 2px #000000;
}
.quote {
	color: #990000;
	font-style:italic;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
}

.quoteSig {
	color: #990000;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	margin-top: -0px;
}

.highlight {
	color: #990000;
}

.highlighBright {
	color: #ff0000;
}

.hightlightProd {
	color: #13a7fc;
	text-decoration:underline;
}

.textEmphasis {
/*	color: #dd0000; */
	color: #000;
	text-align: left;
	font-weight: bold;
}

.textLeft {
	text-align: left;
}

#center50 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#center75 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#center80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#center90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#center100 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
#footer {
	display: block;
	width: 600px; 
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
/*	float: right; */
}

#footer p {
	text-align: center;
	color: #B6B0A6;
}

#searchForm {
	padding-left: 0px;
	padding-right: 0px;
	width: 600px;
	background-color: #ffffff;
}

#searchForm p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.category {
	width: 100px;
}

.state {
	width: 100px;
}

.searchHeading {
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff3333;
}

#searchResults {
	display: block;
/*	width: 940px; */
	width: 600px;
	margin-top: 20px;
/*	margin-right: auto;
	margin-left: auto; */
	margin-bottom: 40px;
	padding-bottom: 20px;
/*	float: right; */
	text-align: left;
}

#searchResults p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#searchResults table {
	border-style: solid;
	border-color: #FF3333;
	width: 600px;
}


#doublelist {
	float: right;
	width: 940px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	background-color: rgb(255, 255, 255);
}

#doublelist table {
	margin-left: auto;
	margin-right: auto;
}

#doublelist ul {
	margin-left: 0px;
	margin-right: 0px;
	list-style-type:circle;
}

#doublelist ol {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
}

#doublelist li {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: normal;
}

#doublelist h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

#author {
	font-style: italic;
	color: #990000;
	font-weight: normal;
}

#interview {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff8f8;
}

#interview p {
	margin-left: 20px;
	margin-right: 20px
}

#interview h3 {
	margin-left: 20px;
	margin-right: 20px
}

#interview h4 {
	margin-left: 20px;
	margin-right: 20px
}

#interview audio {
	width: 460px;
	margin-left: 20px;
}
	
#slideshow {
    width: 950px;
    height: 220px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 0px;
}

#slideshow img {
    position: absolute;
    height: 220px;
    width: 950px;
}

#truthtips {
	background-image: url("/images/objects/truthtips.png");
	height: 150px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

#truthtips h2 {
	padding-top: 10px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 2px #FFaaaa;
}

#truthtips h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#truthtips p {
	width: 350px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ================ */
/*    Font Styles   */
/* ================ */
/* 
	Red1: #8e3c5d
	Red2: #be507d
	Red3: #ff0169
*/
.fontRed {
	color: #990000;
}

.fontRedBold {
	color: #990000;
	font-weight: bold;
}

/* ================= */
/*     Boxes         */
/* ================= */

#box1 {
	width: 500px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #f2efea;
/*	box-shadow: 5px 5px 5px #999999; */
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
    border-width: 3px;
    border-color: #8e6c3c;
    -moz-border-radius: 10px;
    border-radius: 10px;
	box-shadow: inset 1px 1px 4px 1px #c4a77f, 1px 1px 3px 1px #c4a77f;
	-webkit-box-shadow: inset 1px 1px 4px 1px #c4a77f, 1px 1px 3px 1px #c4a77f;
	-moz-box-shadow: inset 1px 1px 4px 1px #c4a77f, 1px 1px 3px 1px #c4a77f;
	-o-box-shadow: inset 1px 1px 4px 1px #c4a77f, 1px 1px 3px 1px #c4a77f;
    color: #000000;
}

#box1 p {
	margin-bottom: 10px;
}

#box1 #author {
	margin-top: 5px;
	margin-bottom: 20px;
}

#box1 ul {
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
}

#box2 {
	width: 440px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#box2left {
	width: 440px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#box2left p {
	text-align: left;
}

#box2 a {
	color: #990000;
}

#box2 a:hover {
	color: #cc3333;
}

#box2 p {
	text-align: center;
}

#box3 {
	position: relative;
	display: inline-block;
	border-style: solid;
	border-width: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-color: #990000;
/*	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	text-size: 16px;*/
}

#box3 img {
		display: block;
}

#box4 {
	width: 560px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
/*	background-color: #ffffcc; */
	background-color: #fcf2e9;
	box-shadow: 5px 5px 5px #999999;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
    border-width: 3px;
    border-color: #990000;
    -moz-border-radius: 15px;
    border-radius: 5px;
	box-shadow: inset 3px 3px 9px 1px #cc7d78, 3px 3px 5px 1px #cc7d78;
	-webkit-box-shadow: inset 3px 3px 9px 1px #cc7d78, 3px 3px 5px 1px #cc7d78;
	-moz-box-shadow: inset 3px 3px 9px 1px #cc7d78, 3px 3px 5px 1px #cc7d78;
	-o-box-shadow: inset 3px 3px 9px 1px #cc7d78, 3px 3px 5px 1px #cc7d78;
    color: #000000;
}

#box4 p {
	margin-bottom: 10px;
}

#box4 #author {
	margin-top: -10px;
	margin-bottom: 20px;
}

#box4 ul {
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
}

/* ================ */
/*   Photo Slides   */
/* ================ */


#header_photo {
	clear: both;
	position: relative;
	margin-top: 10px;
	margin-bottom: 280px;
}

#locationslides {
	width: 380px;
	height: 230px;
	position: absolute;
	float: left;
}

#header_photo ul#locationslides {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#header_photo ul#locationslides li{
	height: 230px;
	width: 380px;
	left: 280px;
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: none;
	position: absolute;
	list-style-type: none;
	background-color: #8c0202;
}

#locationslides img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	max-height: 230px; 
}

#header_photo ul li:first-child {
	display: block;
}


.certMenu {
	width: 940px;
	height: 40px;
	display: block-inline;
	position: relative;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

.certMenu ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}

.certMenu li{
	display: inline;
}

.certMenu li a{
	float: left;
	font-size: 13px;
	line-height: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #433011;
	width: 90px;
	height: 40px;
	margin-right: 40px;
	padding-top: 8px;
	vertical-align: middle;
	padding-left: 0px;
	background: url("/images/cert/getcert_top.gif") no-repeat;
}

.certMenu li a:hover, .certMenu li .current{
	color: #fff;
	background: url("/images/cert/getcert_cur.gif") no-repeat;
}

#elementCalc {
	width: 200px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background: url("/images/objects/elementcalc.png") no-repeat;
	text-align: center;
}

#calcForm {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 0px;
}

#calcForm h2 {
	margin-bottom: 10px;
}

#findElement {
	position: relative;
/*	margin-top: 27px; 
	margin-left: 85px; */
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	padding-top: 0px;
	cursor: pointer; 
	height: 40px;
	width: 150px; 
	background: url("/images/buttons/elementnow_up.gif") no-repeat;
	z-index: 200;
}

#elementCalc p {
	line-height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#findElement:hover {
	background: url("/images/buttons/elementnow_dwn.gif") no-repeat;
}

#tipsAndTruth {
	width: 250px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #fdf6d9;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	border-style: solid;
    border-width: 3px;
/*    border-color: #990000; */
    border-color: #ffcc00;
    -moz-border-radius: 10px;
    border-radius: 10px;
	box-shadow: inset 1px -1px 19px 1px #755e00, 5px 5px 5px 1px #755E00;
	-webkit-box-shadow: inset 1px -1px 19px 1px #755e00, 5px 5px 5px 1px #755E00;
	-moz-box-shadow: inset 1px -1px 19px 1px #755e00, 5px 5px 5px 1px #755E00;
	-o-box-shadow: inset 1px -1px 19px 1px #755e00, 5px 5px 5px 1px #755E00;
    color: #000000;
}

#tipsAndTruth input {
	background-color: #fefee4;
}
/*

Bronze: #a46204
Inside base: #fcd25c
Inside: #faf0d3
Border: #fcd25c

*/
#chiquizCalc {
	width: 260px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #faf0d3;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 0px;
	border-style: solid;
    border-width: 3px;
/*    border-color: #990000;
    border-color: #d8d800; */
    border-color: #a46204;
    -moz-border-radius: 10px;
    border-radius: 10px;
	box-shadow: inset 1px -1px 19px 1px #a46204, -5px -5px 5px 1px #a46204;
	-webkit-box-shadow: inset 1px -1px 19px 1px #a46204, -5px -5px 5px 1px #a46204;
	-moz-box-shadow: inset 1px -1px 19px 1px #a46204, -5px -5px 5px 1px #a46204;
	-o-box-shadow: inset 1px -1px 19px 1px #a46204, -5px -5px 5px 1px #a46204;
    color: #000000;
}

#bookcover {
	width: 300px;
	border: 1px solid, black;
	box-shadow: inset 1px 1px 19px 1px #a46204, 5px 5px 5px 1px #888888;
	-webkit-box-shadow: inset 1px 1px 19px 1px #a46204, 5px 5px 5px 1px #888888;
	-moz-box-shadow: inset 1px 1px 19px 1px #a46204, 5px 5px 5px 1px #888888;
	-o-box-shadow: inset 1px 1px 19px 1px #a46204, 5px 5px 5px 1px #888888;
}

#suzeera {
	width: 300px;
}

/*
#sharePage {
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #faf0d3;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 0px;
	border-style: solid;
    border-width: 3px;
    border-color: #a46204;
    color: #000000;
    -moz-border-radius: 10px;
    border-radius: 10px;
	box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
	-webkit-box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
	-moz-box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
	-o-box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
}
*/

#sharePage {
	width: 250px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a46204;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 0px;
	border-style: solid;
    border-width: 3px;
    border-color: #a46204;
    color: #ffffff;
    -moz-border-radius: 10px;
    border-radius: 10px;
	box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
	-webkit-box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
	-moz-box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
	-o-box-shadow: inset 3px 3px 9px 1px #ecae44, 3px 3px 5px 1px #dc9a1c;
}

#elementCalc input {
	margin-top: 15px;
}

#productArray {
	text-align: center;
}

#productArray img{
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid red;
	width: 140px;
}

#productArray p {
	margin-top: -5px;
}


.subTitle {
	color: #990000;
	line-height: 26px;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	text-decoration:underline;
	margin-top: 0px;
	margin-bottom: 10px;
	
}

.articleSuzee {
	font-size: 17px;
	margin-top: -20px;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: #888888;
}

.orderBook {
	font-size: 17px;
	margin-top: 0px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	color: #888888;
}

#copyright {
	width: 75%;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #999999;
}

.SmallGreyText {
	font-size: 12px;
	color: #555555;
}

.greyText {
	color: #888888;
}

.highlightbullet {
	font-size: 18px;
}

/* ================== */
/*      Dialog        */
/* ================== */
#dialog {
	position: absolute; 
	width: 425px; 
	padding: 10px; 
	z-index: 200; 
	background: #fff;
}

#dialog-header {
	display: block; 
	position: relative; 
	width: 411px; 
	padding: 3px 6px 7px; 
	height: 14px; 
	font-size: 14px; 
	font-weight: bold;
}

#dialog-title {
	float: left;
	margin-top: -3px;
}

#dialog-close {
	float: right; 
	cursor: pointer; 
	margin: 3px 3px 0 0; 
	height: 11px; 
	width: 11px; 
	background: url(/images/dialog/dialog_close.gif) no-repeat
}

#dialog-content {
	position: absolute;
	width: 411px;
	display: block; 
	height: 160px; 
	padding-left: 6px;
	padding-right: 6px;
	amrgin-top: 20px;
	color: #000; 
	font-family: Verdana, Arial, Helvetica;
	line-height: 100%;
	font-size: 14px;
	text-align: center;
}

#dialog-mask {
	position: absolute; 
	top: 0; 
	left: 0; 
	min-height: 100%;
	width: 100%; 
	background: #FFF; 
	opacity: .75; 
	filter: alpha(opacity=75); 
	z-index: 100;
}

#dialog-button {
	position: absolute;
	margin-top: 200px; 
	padding-top: 0px;
	cursor: pointer; 
	height: 40px;
	width: 90px; 
	background-image: url("/images/dialog/getcert_top.gif"); 
	line-height: 13px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	z-index: 200;
}

#dialog-button:hover {
	background: url("/images/dialog/getcert_cur.gif") ;
}

.error {
	background:#fff url(/images/dialog/error_bg.jpg) bottom right no-repeat; 
	border:1px solid #924949; 
	border-top:none;
}

.errorheader {
	background:url(/images/dialog/error_header.gif) repeat-x; 
	color:#6f2c2c; 
	border:1px solid #924949; 
	border-bottom:none;
}

.warning {
	background:#fff url(/images/dialog/warning_bg.jpg) bottom right no-repeat; 
	border:1px solid #c5a524; 
	border-top:none;
}

.warningheader {
	background:url(/images/dialog/warning_header.gif) repeat-x; 
	color:#957c17; 
	border:1px solid #c5a524; 
	border-bottom:none;
}

.success {
	background:#fff url(/images/dialog/success_bg.jpg) bottom right no-repeat; 
	border:1px solid #60a174; 
	border-top:none;
}

.successheader {
	background:url(/images/dialog/success_header.gif) repeat-x; 
	color:#3c7f51; 
	border:1px solid #60a174; 
	border-bottom:none;
}

.prompt {
	background:#fff url(/images/dialog/prompt_bg.jpg) bottom right no-repeat; 
	border:1px solid #4f6d81; 
	border-top:none;
}

.promptheader {
	background:url(/images/dialog/prompt_header.gif) repeat-x; 
	color:#355468; 
	border:1px solid #4f6d81; 
	border-bottom:none;
}

.element {
	background:#fff url(/images/dialog/prompt_bg.jpg) bottom right no-repeat; 
	border:1px solid #4f6d81; 
	border-top:none;
}

.elementtheader {
	background:url(/images/dialog/prompt_header.gif) repeat-x; 
	color:#355468; 
	border:1px solid #4f6d81; 
	border-bottom:none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
     header { 
     	position: absolute; 
     }
     
     h6 {
     	margin-top: -0px;
     	margin-bottom: 8px;
     }
     
/*     #elementCalc p {
     	margin-top: 0px;
     	margin-bottom: 0px;
     }
*/
	#headquote {
		height: 225px;
		width: 270px;
		margin-top: -230px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		float: right;
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		background-image: url("/images/header/headtext.png");
		font-family: "Calibri W01 Regular 904604", Calibri, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	#headquote p {
     	margin-top: 5px;
     	margin-bottom: 8px;
	}
}

#progressbar .pbCaption​ { 
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

#button1 {
	font-size: 12px;
	display: inline-block;
	background: url(/images/buttons/button1up.gif) repeat-x;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	cursor:pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	-moz-border-radius: 8px;
    border-radius: 8px;
}

#button1:hover {
	background: url(/images/buttons/button1dwn.gif) repeat-x;
	color: black;
}

#button1:active {
	background: url(/images/buttons/button1up.gif) repeat-x;
	color: white;
}

#button2 {
	font-size: 12px;
	display: inline-block;
	background: url(/images/buttons/btn30up.jpg) repeat-x;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	cursor:pointer;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #d5fd70;
	text-shadow: 1px 1px 2px #000000;
	-moz-border-radius: 10px;
    border-radius: 10px;
	border-color: #315995; /* #d5fd70 #d5fd70  #5d8e3c  */
/*	box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-webkit-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-moz-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-o-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50; */
}

#button2:hover {
	background: url(/images/buttons/btn30ovr.jpg) repeat-x;
	color: black;
	text-shadow: 1px 1px 2px #d5fd70;
}

#button2:active {
	background: url(/images/buttons/btn30dwn.jpg) repeat-x;
	color: #d5fd70;
	text-shadow: 1px 1px 2px #000000;
}

#button3 {
    background-color: #d4dff1;
    background-image: -webkit-linear-gradient(top, #acc3e7, #365b85);
    background-image: -moz-linear-gradient(top, #acc3e7, #365b85);
    background-image: -ms-linear-gradient(top, #acc3e7, #365b85);
    background-image: -o-linear-gradient(top, #acc3e7, #365b85);
    background-image: linear-gradient(to bottom, #acc3e7, #365b85);
    border: 1px solid #375974;
    border-bottom: 1px solid #284359;
    border-radius: 5px;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

#button3:hover {
    background-color: #77cff3;
    background-image: -webkit-linear-gradient(top, #365b85, #acc3e7);
    background-image: -moz-linear-gradient(top, #365b85, #acc3e7);
    background-image: -ms-linear-gradient(top, #365b85, #acc3e7);
    background-image: -o-linear-gradient(top, #365b85, #acc3e7);
    background-image: linear-gradient(to bottom, #365b85, #acc3e7);
    border: 1px solid #5a96c6;
    border-bottom: 1px solid #375974;
    cursor: pointer;
    text-shadow: .5px .5px 0 #ffffff;
    color: #000000;
}

#button3:active {
    border: 1px solid #375974;
    border-bottom: 1px solid #375974;
    -webkit-box-shadow: inset 0 0 5px 2px #365b85, 0 1px 0 0 #acc3e7;
    -moz-box-shadow: inset 0 0 5px 2px #365b85, 0 1px 0 0 #acc3e7;
    -ms-box-shadow: inset 0 0 5px 2px #365b85, 0 1px 0 0 #acc3e7;
    -o-box-shadow: inset 0 0 5px 2px #365b85, 0 1px 0 0 #acc3e7;
    box-shadow: inset 0 0 5px 2px #365b85, 0 1px 0 0 #acc3e7;
    text-shadow: .5px .5px 0 #ffffff;
    color: #000000;
}


#payOptions {
	width: 440px;;
	height: 220px;
	margin: auto;
	padding: 10px;
}

#purchaseFull {
	display: in-line;
	width: 200px;
	height: 210px;
	background-image:  url('/images/buttons/paybutton.png');
	background-repeat: no-repeat;
	
}

#purchaseFull-red {
	display: in-line;
	width: 200px;
	height: 210px;
	background-image:  url('/images/buttons/paybutton-red.png');
	background-repeat: no-repeat;
	
}

#purchaseFull-white {
	display: in-line;
	width: 200px;
	height: 210px;
	background-image:  url('/images/buttons/paybutton-white.png');
	background-repeat: no-repeat;
	
}

#purchaseFull .purTitle {
	position: relative;
	display: block;
	top: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

#purchaseFull-red .purTitle {
	position: relative;
	display: block;
	top: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

#purchaseFull-white .purTitle {
	position: relative;
	display: block;
	top: 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

#purchaseFull .purPay {
	position: relative;
	display: block;
	top: 55px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-shadow: 1px 1px 1px #ffffff;
}

#purchaseFull-red .purPay {
	position: relative;
	display: block;
	top: 55px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-shadow: 1px 1px 1px #ffffff;
}

#purchaseFull-white .purPay {
	position: relative;
	display: block;
	top: 55px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-shadow: 1px 1px 1px #ffffff;
}

#purchaseFull .purPayCost {
	position: relative;
	display: block;
	top: 65px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-shadow: 1px 1px 1px #ffffff;
}

#purchaseFull-red .purPayCost {
	position: relative;
	display: block;
	top: 65px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-shadow: 1px 1px 1px #ffffff;
}

#purchaseFull-white .purPayCost {
	position: relative;
	display: block;
	top: 65px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: black;
	text-shadow: 1px 1px 1px #ffffff;
}

#purchaseFull .buttonPur {
    background-color: #ffcc00;
    background-image: -webkit-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -moz-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -ms-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -o-linear-gradient(top, #ffcc00, #f9a312);
    background-image: linear-gradient(to bottom, #ffcc00, #f9a312);
    border: 1px solid #e09417;
    border-bottom: 1px solid #284359;
    border-radius: 5px;
    color: #538df6;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

#purchaseFull-red .buttonPur {
    background-color: #ffcc00;
    background-image: -webkit-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -moz-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -ms-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -o-linear-gradient(top, #ffcc00, #f9a312);
    background-image: linear-gradient(to bottom, #ffcc00, #f9a312);
    border: 1px solid #e09417;
    border-bottom: 1px solid #284359;
    border-radius: 5px;
    color: #538df6;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

#purchaseFull-white .buttonPur {
    background-color: #ffcc00;
    background-image: -webkit-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -moz-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -ms-linear-gradient(top, #ffcc00, #f9a312);
    background-image: -o-linear-gradient(top, #ffcc00, #f9a312);
    background-image: linear-gradient(to bottom, #ffcc00, #f9a312);
    border: 1px solid #e09417;
    border-bottom: 1px solid #284359;
    border-radius: 5px;
    color: #538df6;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

#purchaseFull .buttonPur:hover {
    background-color: #77cff3;
    background-image: -webkit-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -moz-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -ms-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -o-linear-gradient(top, #f9a312, #ffcc00);
    background-image: linear-gradient(to bottom, #f9a312, #ffcc00);
    border: 1px solid #e09417;
    border-bottom: 1px solid #284359;
    cursor: pointer;
    text-shadow: .5px .5px 0 #ffffff;
    color: #538df6;
}

#purchaseFull-red .buttonPur:hover {
    background-color: #77cff3;
    background-image: -webkit-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -moz-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -ms-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -o-linear-gradient(top, #f9a312, #ffcc00);
    background-image: linear-gradient(to bottom, #f9a312, #ffcc00);
    border: 1px solid #e09417;
    border-bottom: 1px solid #284359;
    cursor: pointer;
    text-shadow: .5px .5px 0 #ffffff;
    color: #538df6;
}

#purchaseFull-white .buttonPur:hover {
    background-color: #77cff3;
    background-image: -webkit-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -moz-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -ms-linear-gradient(top, #f9a312, #ffcc00);
    background-image: -o-linear-gradient(top, #f9a312, #ffcc00);
    background-image: linear-gradient(to bottom, #f9a312, #ffcc00);
    border: 1px solid #e09417;
    border-bottom: 1px solid #284359;
    cursor: pointer;
    text-shadow: .5px .5px 0 #ffffff;
    color: #538df6;
}

#purchaseFull .buttonPur:active {
    border: 1px solid #b07412;
    border-bottom: 1px solid #77cff3;
    -webkit-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -moz-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -ms-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -o-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    text-shadow: .5px .5px 0 #dce8ff;
    color: #4373c9;
}

#purchaseFull-red .buttonPur:active {
    border: 1px solid #b07412;
    border-bottom: 1px solid #77cff3;
    -webkit-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -moz-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -ms-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -o-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    text-shadow: .5px .5px 0 #dce8ff;
    color: #4373c9;
}
	
#purchaseFull-white .buttonPur:active {
    border: 1px solid #b07412;
    border-bottom: 1px solid #77cff3;
    -webkit-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -moz-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -ms-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    -o-box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    box-shadow: inset 0 0 5px 2px #e39514, 0 1px 0 0 #f9a312;
    text-shadow: .5px .5px 0 #dce8ff;
    color: #4373c9;
}
		
#whatis {
/*	background-image: url(/images/whatis/whatis-background.png); */
	width: 550px;
	height: 226px;
	margin-left: auto;
	margin-right: auto;
}

#highlight {
/*	color: #5d8e3c; */
	color: #406e22;
	font-family: "Calibri W01 Bold 904607", Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ************************** */
/* ****** JSSOR Slider ****** */
/* ************************** */

.captionGoldShadow {
	background-color: none;
	color: #ffcc00;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

.captionGreenShadow {
	background-color: none;
	color: #c5f747;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

.captionBoxList {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
	color: #5d8e3c;
	font-weight: bold;
	text-shadow: 1px 1px 2px #9bd30e;
    -moz-border-radius: 10px;
    border: 1px solid;
    border-radius: 5px;
	border-color: #5d8e3c;
	background-color: rgba(246, 252, 212, 0.8);
/*    background-color: #f6fcd4; */
	box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-webkit-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-moz-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
	-o-box-shadow: inset 1px 1px 4px 1px #7dbe50, 1px 1px 2px 1px #7dbe50;
}

.captionList {
	font-size:16px;
	font-weight: bold;
/*    background: f6fcd4;
    background-color: rgba(246, 252, 212, 0.4); */
    color: #ffcc00;
    text-shadow: 2px 2px 3px #000000;
}

.captionTan {
	background-color: none;
	
}

a.captionTan, A.captionTan:active, A.captionTan:visited {
	color: #ffffff;
	text-decoration: none;
}

a.captionTan:hover {
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}

.captionTan, .captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

a.captionOrange, A.captionOrange:active, A.captionOrange:visited {
	color: #ffffff;
	text-decoration: none;
}

a.captionOrange:hover {
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}

.captionOrange, .captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionBlack {
	font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.bricon {
    background: url(/images/slider/slide4/browser-icons.png);
}

.slider div { 
	position: relative; 
	margin: 0px; 
	padding: 0px; 
}

#slider_container {
	position: relative; 
	width: 940px;
    height: 200px; 
    overflow: hidden;
}

#imagedownload {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#imagedownload table {
	width: 100%;
}

#imagedownload table tr:nth-child(even) {
     background-color: #dbe3f4;
}

#imagedownload table tr:nth-child(odd) {
     background-color: #e9eef8;
}

#imagedownload table th {
    color: white;
    height: 20px;
    background-color: #1f4a8d;
}

#imagedownload table td th {
    border: 1px solid black;
	border-collapse: collapse;
}


/* Bullet Navigator Skin Begin */

/* jssor slider bullet navigator skin 03 css */
/*
.jssorb03 div           (normal)
.jssorb03 div:hover     (normal mouseover)
.jssorb03 .av           (active)
.jssorb03 .av:hover     (active mouseover)
.jssorb03 .dn           (mousedown)
*/

.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av
{
    background: url(/images/slider/b03.png) no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.jssorb03 div { 
	background-position: -5px -4px; 
}

.jssorb03 div:hover, .jssorb03 .av:hover { 
	background-position: -35px -4px; 
}

.jssorb03 .av { 
	background-position: -65px -4px; 
}

.jssorb03 .dn, .jssorb03 .dn:hover { 
	background-position: -95px -4px; 
}

/* Arrow Navigator Skin Begin */
/* jssor slider arrow navigator skin 20 css */
/*
.jssora20l              (normal)
.jssora20r              (normal)
.jssora20l:hover        (normal mouseover)
.jssora20r:hover        (normal mouseover)
.jssora20ldn            (mousedown)
.jssora20rdn            (mousedown)
*/

.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(/images/slider/a20.png) no-repeat;
    overflow:hidden;
}

.jssora20l { 
	background-position: -3px -33px; 
}
	
.jssora20r { 
	background-position: -63px -33px; 
}
	
.jssora20l:hover { 
	background-position: -123px -33px; 
}
	
.jssora20r:hover { 
	background-position: -183px -33px; 
}
	
.jssora20ldn { 
	background-position: -243px -33px; 
}
	
.jssora20rdn { 
	background-position: -303px -33px; 
}
