@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image: url(images/page_images/webpage_background_01.jpg);
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border: 0px none;
}

.mainBody #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image: url(images/page_images/bg_greybackground_block_01.jpg);
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
/*  Header Display */
.mainBody #rowHeader { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border: 0px none #000000;
	width: 800px;
} 
.mainBody #rowHeader h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 0px none #000000;
}
.mainBody #headerImageTopLeft {
	background-image: url(images/page_images/bg_topleft_01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px none #000000;
	float: left;
	height: 111px;
	width: 131px;
}
.mainBody #headerImageTopCenter {
	background-image: url(images/page_images/bg_toptitle_02.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px none #000000;
	float: left;
	height: 111px;
	width: 541px;
}
.mainBody #headerImageTopRight {
	background-image: url(images/page_images/bg_topright_01.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px none #000000;
	float: right;
	height: 111px;
	width: 128px;
}
/*  Content Display */
.mainBody #rowContent { 
	background-image: url(images/page_images/bg_greybackground_block_01.jpg);
	padding: 0px;
	margin: 0px;
	border: none;
	width: 800px;
}
.mainBody #leftColumn {
	border: none;
	float: left;
	width: 131px;
	min-height: 715px;
}
.mainBody #midColumn {
	background-image: url(images/page_images/bg_midBlock_repeat_01.jpg);
	background-repeat: repeat-y;
	border: none;
	float: left;
	width: 541px;
	min-height: 715px;
}
.mainBody #rightColumn {
	border: none;
	float: right;
	width: 128px;
	min-height: 715px;
}
.mainBody #contentColumnHeader {
	background-image: url(images/page_images/bg_midCenterTop_01.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 541px;
	padding: 0px;
	margin: 0px;
}
.leftColumnInfoBox {
	border: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 131px;
}
.rightColumnInfoBox {
	border: none;
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
	float: right;
	width: 128px;
}
.mainBody #rightColumn h1{
	font-size: smaller;
}
/*  Footer Display */
.mainBody #footerBar { 
	background-repeat: no-repeat;
	border: none;
	height: 11px;
	width: 800px;
	padding: 0px;
	margin: 0px;
}
.mainBody #rowFooter { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	background-image: url(images/page_images/bg_greybackground_block_01.jpg);
	width: 800px;
}
.mainBody #footerImageLeft {
	background-image: url(images/page_images/bg_bottomleft_01.jpg);
	background-repeat: no-repeat;
	border: none;
	float: left;
	height: 163px;
	width: 131px;
	padding: 0px;
	margin: 0px;
}
.mainBody #footerImageCenter {
	background-image: url(images/page_images/bg_bottommid_01.jpg);
	background-repeat: no-repeat;
	border: none;
	float: left;
	height: 163px;
	width: 541px;
	padding: 0px;
	margin: 0px;
}
.mainBody #footerImageCenterLeft {
	background-image: url(images/page_images/bg_bottominnerleft_01.jpg);
	border: none;
	background-repeat: no-repeat;
	float: left;
	height: 163px;
	width: 78px;
	padding: 0px;
	margin: 0px;
}
.mainBody #footerImageCenterMid {
	background-image: url(images/page_images/bg_bottommid_01.jpg);
	background-repeat: no-repeat;
	border: none;
	float: left;
	height: 163px;
	width: 372px;
	padding: 0px;
	margin: 0px;
}
.mainBody #footerImageCenterRight {
	background-image: url(images/page_images/bg_bottominnerright_01.jpg);
	background-repeat: no-repeat;
	border: none;
	float: left;
	height: 163px;
	width: 91px;
	padding: 0px;
	margin: 0px;
}
.mainBody #footerImageRight {
	background-image: url(images/page_images/bg_bottomright_01.jpg);
	background-repeat: no-repeat;
	border: none;
	float: right;
	height: 163px;
	width: 128px;
	padding: 0px;
	margin: 0px;
}
.mainBody #rowFooter p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.mainBody #rowFooter h1 {
	font-size: small;
}
/*  Standard List */
.mainBody ul {
	 margin: 0px;
	 padding: 0px;
}
.mainBody li {
	background: none;
	text-decoration: none;
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
}
/*  Menu List */
#mainMenuList { 
	background-image: url(images/page_images/menu_bg_bottm_01.jpg);
	background-repeat: repeat-y;
	border: none;
	float: left;
	width: 131px;
	padding: 0px;
	margin: 0px;
}
.mainBody #mainMenuList ul {
	display: block;	
	text-decoration: none;
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}
.mainBody #mainMenuList li {
	display: block;
	text-decoration: none;
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
}
.mainBody #mainMenuList li {
	width: 131px;
	height: 37px;
	padding: 0px;
	margin: 0px;
}
.mainBody #mainMenuList a {
	display: block;
	width: 131px;
	height: 37px;
	padding: 0px;
	margin: 0px;
}
.mainBody #menuHeader {
	background: #DDDDDD url(images/page_images/menu_top_01.jpg) no-repeat left bottom;
	height: 45px;
}
.mainBody #homeLink a {
	background: #DDDDDD url(images/page_images/home_Bttn.jpg) no-repeat right bottom;
}
.mainBody #packagesLink a {
	background: #DDDDDD url(images/page_images/packages_Bttn.jpg) no-repeat left bottom;
}
.mainBody #galleryLink a {
	background: #DDDDDD url(images/page_images/gallery_Bttn.jpg) no-repeat left bottom;
}
.mainBody #aboutLink a {
	background: #DDDDDD url(images/page_images/about_Bttn.jpg) no-repeat left bottom;
}
.mainBody #blogLink a {
	background: #DDDDDD url(images/page_images/blog_Bttn.jpg) no-repeat left bottom;
}
.mainBody #contactLink a {
	background: #DDDDDD url(images/page_images/contact_Bttn.jpg) no-repeat left bottom;
}
.mainBody #faqLink a {
	background: #DDDDDD url(images/page_images/faq_Bttn.jpg) no-repeat left bottom;
}
.mainBody #homeLink a:hover, a:selected {
	background: #DDDDDD url(images/page_images/home_Bttn.jpg) no-repeat right bottom;
}
.mainBody #packagesLink a:hover, a:selected {
	background: #DDDDDD url(images/page_images/packages_Bttn.jpg) no-repeat right bottom;
}
.mainBody #galleryLink a:hover, a:selected {
	background: #DDDDDD url(images/page_images/gallery_Bttn.jpg) no-repeat right bottom;
}
.mainBody #aboutLink a:hover, a:selected {
	background: #DDDDDD url(images/page_images/about_Bttn.jpg) no-repeat right bottom;
}
.mainBody #blogLink a:hover, a:selected {
	background: #DDDDDD url(images/page_images/blog_Bttn.jpg) no-repeat right bottom;
}
.mainBody #contactLink a:hover, a:selected {
	background: #DDDDDD url(images/page_images/contact_Bttn.jpg) no-repeat right bottom;
}
.mainBody #faqLink a:hover, a:selected {
	background: #DDDDDD url(images/page_images/faq_Bttn.jpg) no-repeat right bottom;
}
/*  Menu End */ 
.mainBody .configList ul {
	display: block;	
	text-decoration: none;
	list-style-type: none;
	text-indent: 0px;
	text-align:left;
	padding: 0px;
	margin: 0px;
}
.mainBody .configList li {
	display: block;
	text-decoration: none;
	list-style-type: none;
	text-indent: 10px;
	text-align:left;
	padding: 0px;
	margin: 0px;
}
.mainBody .configList li {
	padding: 0px;
	margin: 0px;
}
.mainBody .configList a {
	display: block;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
/* STYLING OF ELEMENTS -------------------------------------------------- */
.boxSize-a {
	width: 600px;
}
.boxSize-b {
	width: 500px;
}
.boxSize-c {
	width: 400px;
}
.boxSize-d {
	width: 300px;
}
.boxSize-e {
	width: 200px;
}
.boxSize-f {
	width: 100px;
}
.boxSize-g {
	width: 50px;
}
/* END OF SECTION  ------------------------------------ */
/* STANDARD LINKS STYLE ------------------------------- */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

/* END OF SECTION  ------------------------------------ */
/* INFO BOX ONE STYLE --------------------------------- */
.box {
	display: block;
}
.infoBox-main {
	margin: auto;
	width: 450px;
	background: #B1B1B1 url(images/page_images/infoBox_bottom_left_lrg_noborder.jpg) no-repeat left bottom;
	padding-bottom: 0px;
}
.infoBox-screen {
	margin: auto;
	width: 743px;
	background: #B1B1B1 url(images/page_images/bg_screen3_centr_col_top_01.jpg) no-repeat left bottom;
	padding: 10px;
}
#packageOne  {
	background: #B1B1B1 url(images/page_images/packages_bck_classic.jpg) no-repeat left bottom;
}
#packageTwo {
	background: #B1B1B1 url(images/page_images/packages_bck_diamond.jpg) no-repeat left bottom;
}
#packageThree {
	background: #B1B1B1 url(images/page_images/packages_bck_plat.jpg) no-repeat left bottom;
}
#packageFour {
	background: #B1B1B1 url(images/page_images/packages_bck_des.jpg) no-repeat left bottom;
}
#packageFive {
	background: #B1B1B1 url(images/page_images/packages_bck_int.jpg) no-repeat left bottom;
}
#extras {
	background: #B1B1B1 url(images/page_images/packages_bck_extras.jpg) no-repeat left bottom;
}
#image-gallery {
	background: #B1B1B1 url(images/page_images/image_gallery_bck_01.jpg) no-repeat left bottom;
}
#video-gallery {
	background: #B1B1B1 url(images/page_images/video_gallery_bck_01.jpg) no-repeat left bottom;
}
.infoBox-outer {
	background: url(images/page_images/infoBox_bottom_right_lrg_noborder.jpg) no-repeat right bottom;
	padding-bottom: 10px;
}
.infoBox-inner {
	background: url(images/page_images/infoBox_top_left_lrg_noborder.jpg) repeat-x left top;
}
.infoBox-content {
	margin: 0px;
	padding: 0px;
}
.content-Box {
	height: 500px;
	overflow: auto;
}
.content-Box-2 {
	height: 200px;
	overflow: auto;
}
.infoBox-main h2 {
	background: url(images/page_images/infoBox_top_right_lrg_noborder.jpg) no-repeat right top;
	padding-top: 10px;
	border: 0px none #FFFFFF;
}
.infoBox-main h2, .infoBox-content p {
	padding-left: 5px;
	padding-right: 5px;
}
.infoBox-content h1 {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
.infoBox-main h2 {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
.infoBox-main p {
	font-size: 11px;
	color: #000000;
}
.infoBox-main img {
	margin: 0 auto;
	text-align: center;
	padding: 3px;
}
.infoBox-main h2 img {
	margin: 0px;
	margin-top: 5px;
	border: 0px solid #FFFFFF;
}
/* END OF SECTION  ------------------------------------ */
/*  Packages List */
.mainBody .packages {
	text-align: left;
	text-indent: 0px;
	padding: 0 10px 0 20px;
}
.mainBody .packages h1 {
	 margin: 0px;
	 padding: 0px;
	 line-height: 15px;
	 font-size: 15px;
	 text-decoration: underline;
}
#classic p, #diamond p, #platinum p, #international p, #extras p {
	line-height: 15px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}
.mainBody .packages ul {
	 margin: 0px;
	 padding: 0px;
	 padding-bottom: 15px;
	 line-height: 10px;
	 text-indent: 0px;
}
.mainBody .packages li {
	background: none;
	text-decoration: none;
	list-style-type: none;
	line-height: 10px;
	text-indent: 0px;
	font-size: 10px;
	padding: 3px;
	margin: 0px;
}

/* TEXT STYLES --------------------------------- */

.mainBody #footerText {
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}
.mainBody #mainText .textBox {
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}
.mainBody #copyrightText {
	background-color: #000000;
	border-color: #000000;
	border-width: thin;
	padding: 5px;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
}
.emNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	text-align: left;
	padding: 3px;
}
.txtBold {
	font-weight: bolder;
}
.txtItal {
	font-style: italic;
}
.txtCent {
	text-align: center;
}
.txtLeft {
	text-align: left;
}
.txtRight {
	text-align: right;
}
.txtRed {
	color: #FF0000;
}
.txtGreen {
	color: #00EE00;
}
.txtYello {
	color: #FFFF00;
}
.txtBlue {
	color: #6633CC;
}
.txtGrey {
	color: #303030;
}
.txtWhite {
	color: #FFFFFF;
}
/* END OF SECTION  ------------------------------------ */
/* FORM ELEMENTS -------------------------------------- */
form {
	background-color: #B1B1B1;
	position: relative;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
label {
	position: inherit;
	float: left;
	clear: both;
	width: 8em;
	text-align: right;
	margin-right: 1em;
	color: #FFFFFF;
}
.submit input {
	margin-left: 5em;
}
input {
	color: #000000;
	background: #B1B1B1;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
input hidden {
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}
textarea {
	color: #000000;
	background: #B1B1B1;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
}
.submit {
	color: #FFFFFF;
	background: #303030;
	border: 2px outset #d7b9c9;
	padding-top: 10px;
	padding-bottom: 10px;
}
fieldset {
	border: 1px solid #FFFFFF;
	background-color: #303030;
	width: 400px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px auto;
}
legend {
	color: #FFFFFF;
	background: #303030;
	border: 1px solid #FFFFFF;
	padding: 3px 6px;
	margin: 0px 5px;
}
.transparent_bck {
	background: inherit;
}
.logout_button {
	color: #FF0000;
	background-image:url(images/page_images/menu_bttn_logout_off_01.jpg);
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 137px;
	height: 37px;
	font-size: 10px;
	text-indent: -1000px;
}
.logout_button :hover {
	background-image:url(images/page_images/menu_bttn_logout_on_01.jpg);
}
/* FORM ELEMENTS END ----------------------------------------------- */
/* USER MESSAGE STYLING ---------------------------------------------*/
#user-message {
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #666666;
	width: 80%;
}
#user-message ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#user-message li {
	list-style-type: none;
	line-height: 13px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#msgDate {
	text-align:right;
}
#msgEmail {
	text-align:right;
}
/* USER MESSAGE STYLING END -----------------------------------------*/
/* ERROR FUNCTION STYLING ------------------------------------------ */
.mainBody #error-list {
	display: block;
	position: relative;
	margin: 0px;
	width: 100%;
}
.mainBody #error-list ul {
	margin: 0px;
	padding: 0px;
	border: thin solid #FF0000;
	list-style-type: none;
}
.mainBody #error-list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: #FF0000;
	background: #000000;
	padding: 0px 0px 5px 20px;
	text-align: left;
}
.mainBody #error-list #admin-notice {
	text-align: right;
	font-size: 10px;
	color: #FF0000;
	list-style-type: none;
}
/* ERROR FUNCTION STYLING END -------------------------------------- */
/* GRID TABLE STYLING -------------------------------------- */
.gridTable {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
.gridTable th {
	background: #303030;
	padding: 1px 1px 0px 0px;
	text-align: left;
	border-bottom: solid #ffffff 1px;
}
.gridTable p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	padding: 0px 2px 0px 3px;
}
.gridTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	color: #FF0000;
	padding: 0px;
	text-align: center;
	background-color: #B1B1B1;
	border-bottom: solid #303030 1px;
	border-right: solid #FFFFFF 1px;
}
.gridTable img {
	border: none;
}
.gridTableBdr {
	border-bottom: solid #303030 2px;
}

/* GRID TABLE STYLING END -------------------------------------- */
/* Miscellaneous classes for reuse --------------------------------- */
.no-border {
	border: none;
}
.border-a {
	border: 2px solid #CCCCCC;
}
.border-b {
	border: 2px solid #FFCC66;
}
.border-c {
	border: 2px solid #CCCCFF;
}
.border-img {
	border: 2px solid #FFFFFF;
}
.leftAlign p{
	text-align: left;
}
.smallText {
	font-size: 10px;
	font-weight: 100;
}
.mediumText {
	font-size: 12px;
	font-weight: 100;
}

.offScreenTxt {
	text-indent: -4000px;
	padding: 0px;
	margin: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.tall_banner {
	margin: 0 auto;
	padding: 0px;
}
.keyWords {
	display:none;
	text-indent: -4000px;
	font-size: 2px;
	padding: 0px;
	margin: 0px;
}