/* Start Universal Site Properties */

html 					{height: 100%;
                        margin-bottom: 1px;
                        padding: 0px 0px 0px 0px;}

body					{background-image: url(/images/bg-page.jpg);
						background-color: #e32369;
                        background-position: top left;
                        background-repeat: repeat-x;}

/* End Universal Site Properties */

/* Start Base Layout Properties */

.base-table				{width: 100%;
                        height: 100%;
                        padding: 0px;
                        border-collapse: collapse;
                        margin-left: auto;
                        margin-right: auto;
                        border: 0px solid red;}					

.base-content			{vertical-align: top;
						text-align: left;
						border: 0px solid green;}

/* End Base Layout Properties */

/* Start Content Layout Properties */

.wrapper-table			{width: 960px;
                        height: 664px;
                        background-image: url(/images/bg-page-shaddow.png);
                        background-position: top center;
                        background-repeat: no-repeat;
                        border-collapse: collapse;
                        margin: 0px auto 0px auto;
                        padding: 0px 0px;
                        border: 0px solid red;}
                        
.wrapper-table-content	{vertical-align: top;
						text-align: left;}

.hero-table				{width: 900px;
                        height: 134px;
                        background-image: url(/images/bg-hero.jpg);
                        background-color: #FFFFFF;
                        background-position: top left;
                        background-repeat: no-repeat;
                        padding: 0px 0px 0px 0px;
                        border-collapse: collapse;
                        margin: 0px auto 0px auto;
                        border: 0px solid green;}
                    
td.hero-table-content	{vertical-align: top;
						text-align: left;}
                        
.menu-table				{width: 900px;
                        height: 34px;
                        padding: 0px 0px;
                        border-collapse: collapse;
                        margin: 0px auto 0px auto;
                        border: 0px solid blue;}
                        
td.menu-table-left		{width: 318px;
                        height: 34px;
                        background-image: url(/images/bg-menu-left.png);
                        background-position: top left;
                        background-repeat: no-repeat;
                        padding: 0px 0px;
                        border-collapse: collapse;
                        margin: 0px auto 0px auto;
                        border: 0px solid yellow;}
                        
td.menu-table-right		{width: 582px;
                        height: 34px;
                        background-image: url(/images/bg-menu-right.png);
                        background-position: top left;
                        background-repeat: no-repeat;
                        padding: 0px 0px;
                        border-collapse: collapse;
                        margin: 0px auto 0px auto;
                        float: right;
                        vertical-align: bottom;
                        border: 0px solid red;} 
                                                           
.content-table			{width: 900px;
						height: 467px;
	                    padding: 0px 0px 0px 0px;
                        border-collapse: collapse;
                        margin: 0px auto 0px auto;
                        border: 0px solid red;}
								
.content-left			{vertical-align: top;
                        text-align: left;
                        height: 467px;
                        width: 31px;
                        background-image: url(/images/bg-left-side.png);
                        background-position: top left;
                        background-repeat: no-repeat;
                        padding: 0px 0px 0px 0px;
                        border: 0px solid blue;}

.content-table-content	{vertical-align: top;
                        text-align: left;
                        height: 467px;
                        width: 832px;
                        background-image: url(/images/bg-content.jpg);
                        background-color: #FFFFFF;
                        background-position: top left;
                        background-repeat: no-repeat;
                        padding: 0px 0px 0px 0px;
                        border: 0px solid blue;}
                        
.content-right			{vertical-align: top;
                        text-align: left;
                        height: 467px;
                        width: 37px;
                        background-image: url(/images/bg-right-side.png);
                        background-color: #E53575;
                        background-position: top left;
                        background-repeat: no-repeat;
                        padding: 0px 0px 0px 0px;
                        border: 0px solid blue;}
                       
.footer-table			{width: 900px;
                        height: 20px;
                        padding: 0px 0px;
                        border-collapse: collapse;
                        margin: 0px auto 0px auto;
                        border: 0px solid blue;}
					
#footer-content			{vertical-align: top;
						text-align: center;}
                    
#footer-content p					{font-family: Verdana, Lucida Grande, Helvetica, Sans-Serif;
									font-size: 9px;
									font-weight: none;
									color: #FFFFFF;
									text-transform: uppercase;
									vertical-align: none;
									text-align: none;
									line-height: 100%;}                    
#footer-content p a:link			{text-decoration: none; color: #FFFFFF;}
#footer-content p a:visited			{text-decoration: none; color: #FFFFFF;}
#footer-content p a:hover			{text-decoration: underline; color: #ECECEC;}
#footer-content p a:active			{text-decoration: underline; color: #ECECEC;}

.page-layout-table					{width: 832px;
                                    height: 467px;
                                    margin: 0px auto 0px auto;
                                    padding: 0px 0px;
                                    border: 0px solid red;}

td.page-layout-left					{width: 287px;
                                    height: 467px;
                                    padding: 0px 0px;
                                    border-collapse: collapse;
                                    margin: 0px auto 0px auto;
                                    border: 0px solid green;}
                                    
td.page-layout-right				{width: 545px;
                                    height: 467px;
                                    padding: 0px 0px;
                                    border-collapse: collapse;
                                    margin: 0px auto 0px auto;
                                    border: 0px solid blue;}

#page-content-left					{width: 287px;
                                    height: 467px;
                                    display: block;
                                    float: left;
                                    padding: 0px 0px;
                                    border-collapse: collapse;
                                    border: 0px solid red;}

.page-content-area					{width: 508px;
                                    height: 407px;
                                    overflow-y: scroll;
                                    overflow-x: hidden;
                                    display: block;
                                    float: right;
                                    padding: 0px 0px;
                                    border-collapse: collapse;
                                    border: 0px solid red;}
                                    
#no-scroll .page-content-area		{width: 528px;
                                    height: 407px;
                                    overflow: hidden;
                                    display: block;
                                    float: right;
                                    padding: 0px 0px;
                                    border-collapse: collapse;
                                    border: 0px solid red;}

/* End Content Layout Properties */

/* Start Rollovers */

a.phone-reading						{display: block;
                                    width: 268px;
                                    height: 131px;
                                    background: url(/images/phone-reading.jpg) 0 0 no-repeat;
                                    text-decoration: none;
                                    margin: 12px 0 21px 0;
                                    border: 0px solid blue;}

a:hover.phone-reading				{background-position: -268px 0;
                                    margin: 12px 0 21px 0;
								    text-decoration: none;}
									
a.person-reading					{display: block;
                                    width: 268px;
                                    height: 131px;
                                    background: url(/images/person-reading.jpg) 0 0 no-repeat;
                                    text-decoration: none;
                                    margin: 12px 0 21px 0;
                                    border: 0px solid blue;}

a:hover.person-reading				{background-position: -268px 0;
								    margin: 12px 0 21px 0;
								    text-decoration: none;}
									
a.email-reading						{display: block;
                                    width: 268px;
                                    height: 131px;
                                    background: url(/images/email-reading.jpg) 0 0 no-repeat;
                                    text-decoration: none;
                                    margin: 12px 0 0 0;
                                    border: 0px solid blue;}

a:hover.email-reading				{background-position: -268px 0;
                                    margin: 12px 0 0 0;
								    text-decoration: none;}

/* End Rollovers */

/* Start Page Element Properties */

.mouse										{cursor: pointer;
											cursor: hand;}
                                            
#form-table label							{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                                            font-size: 12px;
                                            font-weight: none;
                                            font-style: none;
                                            color: #828c99;
                                            text-transform: none;
                                            vertical-align: none;
                                            text-align: none;
                                            line-height: 150%;
                                            word-spacing: none;
                                            letter-spacing: 0px;
                                            padding: 0px 0px 0px 0px;
                                            margin: 0px 0px 0px 0px;
                                            border: 0px solid red;}
                                            
#form-table select							{width: 170px;}


#form-table input.checkbox					{width: 20px; margin: 5px 0px;}

#form-table input.checkbox:hover			{width: 20px; margin: 5px 0px;}

#form-table input.checkbox:focus			{width: 20px; margin: 5px 0px;}

#form-table input							{background-color: #FFFFFF;
                                            border: 1px solid #dfdede;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            height: 14px;
                                            margin: 0px;
                                            padding: 2px 2px 2px 2px;
                                            width: 170px;}

#form-table input:hover						{background-color: #FFFFFF;
                                            border: 1px solid #b3b3b3;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            height: 14px;
                                            margin: 0px;
                                            padding: 2px 2px 2px 2px;
                                            width: 170px;}
                            
#form-table input:focus						{background-color: #FFFFFF;
                                            border: 1px solid #b3b3b3;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            height: 14px;
                                            margin: 0px;
                                            padding: 2px 2px 2px 2px;
                                            width: 170px;}
                                            
#form-table textarea.cat_listbox			{width: 170px;}

#form-table input.cat_button				{display: block;
                                            height: 28px;
                                            width: 96px;
                                            background-image: url(/images/sign-up-2.jpg);
                                            background-color: #FFFFFF;
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin-top: 10px;
                                            padding: 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                
#form-table input.cat_button:hover			{display: block;
                                            height: 28px;
                                            width: 96px;
                                            background-image: url(/images/sign-up-2.jpg);
                                            background-color: #FFFFFF;
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin-top: 10px;
                                            padding: 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                    
#form-table input.cat_button:focus			{display: block;
                                            height: 28px;
                                            width: 96px;
                                            background-image: url(/images/sign-up-2.jpg);
                                            background-color: #FFFFFF;
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin-top: 10px;
                                            padding: 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                            
#sign-up-page input.cat_button				{display: block;
                                            height: 28px;
                                            width: 96px;
                                            background-image: url(/images/sign-up-2.jpg);
                                            background-color: #FFFFFF;
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin-top: 10px;
                                            padding: 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                
#sign-up-page input.cat_button:hover		{display: block;
                                            height: 28px;
                                            width: 96px;
                                            background-image: url(/images/sign-up-2.jpg);
                                            background-color: #FFFFFF;
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin-top: 10px;
                                            padding: 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                    
#sign-up-page input.cat_button:focus		{display: block;
                                            height: 28px;
                                            width: 96px;
                                            background-image: url(/images/sign-up-2.jpg);
                                            background-color: #FFFFFF;
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin-top: 10px;
                                            padding: 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                            
#testimonials-table							{width: 470px;
                       						height: 107px;
                                            background-image: url(/images/bg-testimonials.gif);
                                            background-position: top left;
                                            background-repeat: no-repeat;
                                            padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 10px 0px;
                                            border: 0px solid red;}
                                            
#testimonials-add-table						{width: 470px;
                       						height: 107px;
                                            background-image: url(/images/bg-testimonials-add.gif);
                                            background-position: top left;
                                            background-repeat: no-repeat;
                                            padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 10px 0px;
                                            border: 0px solid red;}
                                            
td.testimonials-height						{height: 38px;
											border: 0px solid red;}
                                            
#testimonials-detailed-table				{width: 470px;
                       						padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 10px 0px;
                                            border: 0px solid red;}
                                            
#testimonials-detailed-table .top			{width: 470px;
                       						height: 38px;
                                            background-image: url(/images/bg-testimonials-top.gif);
                                            background-position: top left;
                                            background-repeat: no-repeat;
                                            padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 0px 0px;
                                            border: 0px solid red;}
                                            
#testimonials-detailed-table .middle		{width: 470px;
                                            background-image: url(/images/bg-testimonials-middle.gif);
                                            background-position: top left;
                                            background-repeat: repeat-y;
                                            padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 0px 0px;
                                            border: 0px solid green;}
                                            
#testimonials-detailed-table .bottom		{width: 470px;
                       						height: 18px;
                                            background-image: url(/images/bg-testimonials-bottom.gif);
                                            background-position: top left;
                                            background-repeat: no-repeat;
                                            padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 10px 0px;
                                            border: 0px solid blue;}
                                            
#home-testimonials							{width: 261px;
                       						height: 153px;
                                            background-image: url(/images/bg-testimonials-home.jpg);
                                            background-position: top left;
                                            background-repeat: no-repeat;
                                            padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 0px 0px;
                                            border: 0px solid red;}
                                            
#home-mailing-list							{width: 262px;
                       						height: 153px;
                                            background-image: url(/images/bg-mailing-list-home.jpg);
                                            background-position: top left;
                                            background-repeat: no-repeat;
                                            padding: 0px 0px;
                                            border-collapse: collapse;
                                            margin: 0px 0px 0px 0px;
                                            border: 0px solid red;}
                                            
#mailing-list input							{background-color: #FFFFFF;
                                            border: 1px solid #CCCCCC;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #828C99;
                                            height: 14px;
                                            margin: 0px;
                                            padding: 2px 2px 2px 2px;
                                            width: 90px;}

#mailing-list input:hover					{background-color: #FFFFFF;
                                            border: 1px solid #53A2CB;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #828C99;
                                            height: 14px;
                                            margin: 0px;
                                            padding: 2px 2px 2px 2px;
                                            width: 90px;}
                            
#mailing-list input:focus					{background-color: #FFFFFF;
                                            border: 1px solid #53A2CB;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #828C99;
                                            height: 14px;
                                            margin: 0px;
                                            padding: 2px 2px 2px 2px;
                                            width: 90px;}
                 
#mailing-list input.cat_button				{display: block;
                                            height: 17px;
                                            width: 60px;
                                            background-image: url(/images/sign-up.gif);
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin: 0px;
                                            padding: 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                
#mailing-list label							{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                                            font-size: 12px;
                                            font-weight: none;
                                            font-style: none;
                                            color: #00a0df;
                                            text-transform: none;
                                            vertical-align: none;
                                            text-align: none;
                                            line-height: none;
                                            word-spacing: none;
                                            letter-spacing: 0px;
                                            padding: 0px 0px 5px 0px;
                                            margin: 0px 0px 0px 0px;
                                            border: 0px solid red;}
                                            
/* End Page Element Properties */

/* Booking Form */
											
table#booking-form.webform					{width: 400px;
											border: 0px solid red;}
											
#booking-form label							{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                                            font-size: 12px;
                                            font-weight: none;
                                            font-style: none;
                                            color: #828c99;
                                            text-transform: none;
                                            vertical-align: none;
                                            text-align: none;
                                            line-height: 150%;
                                            word-spacing: none;
                                            letter-spacing: 0px;
                                            padding: 0px 0px 0px 0px;
                                            margin: 0px 0px 3px 0px;
                                            border: 0px solid red;}
                                            
#booking-form .inst							{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                                            font-size: 10px;
                                            font-weight: none;
                                            font-style: none;
                                            color: #828c99;
                                            line-height: 100%;
                                            display: block;
                                            border: 0px solid red;}
#booking-form .inst	a:link					{text-decoration: none; line-height: 100%; color: #828c99;}
#booking-form .inst	a:visited				{text-decoration: none; line-height: 100%; color: #828c99;}
#booking-form .inst	a:hover					{text-decoration: underline; line-height: 100%; color: #828c99;}
#booking-form .inst	a:active				{text-decoration: underline; line-height: 100%; color: #828c99;}
																				
#booking-form input.checkbox				{width: 20px;
											margin-right: 5px;}

#booking-form input.checkbox:hover			{width: 20px;
											margin-right: 5px;}

#booking-form input.checkbox:focus			{width: 20px;
											margin-right: 5px;}
											
#booking-form select						{width: 150px;
											border: 1px solid #dfdede;
											margin-right: 5px;}
											
#booking-form select:hover					{width: 150px;
											border: 1px solid #b3b3b3;
											margin-right: 5px;}
											
#booking-form select:focus					{width: 150px;
											border: 1px solid #b3b3b3;
											margin-right: 5px;}
                                            
#booking-form input							{background-color: #FFFFFF;
                                            border: 1px solid #dfdede;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            margin: 0px 5px 0px 0px;
                                            padding: 2px 2px 2px 2px;}

#booking-form input:hover					{background-color: #FFFFFF;
                                            border: 1px solid #b3b3b3;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            margin: 0px 5px 0px 0px;
                                            padding: 2px 2px 2px 2px;}
                            
#booking-form input:focus					{background-color: #FFFFFF;
                                            border: 1px solid #b3b3b3;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            margin: 0px 5px 0px 0px;
                                            padding: 2px 2px 2px 2px;}
                                            
#booking-form textarea						{background-color: #FFFFFF;
                                            border: 1px solid #dfdede;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            margin: 0px 5px 0px 0px;
                                            padding: 2px 2px 2px 2px;}
											
#booking-form textarea:hover				{background-color: #FFFFFF;
                                            border: 1px solid #b3b3b3;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            margin: 0px 5px 0px 0px;
                                            padding: 2px 2px 2px 2px;}
											
#booking-form textarea:focus				{background-color: #FFFFFF;
                                            border: 1px solid #b3b3b3;
                                            font-family: Verdana, Helvetica, Sans-Serif;
                                            font-size: 11px;
                                            color: #3F3F3A;
                                            margin: 0px 5px 0px 0px;
                                            padding: 2px 2px 2px 2px;}		
                                            
#booking-form input#Amount.cat_textbox		{background-color: #CCCCCC;
											font-weight: bold;
                                            border: 1px solid #b3b3b3;}	
                                            
#booking-form input.cat_button				{display: block;
                                            height: 35px;
                                            width: 85px;
                                            background-image: url(/images/submit-button.jpg);
                                            background-color: #FFFFFF;
                                            background-position: 0 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin: 0px 0px;
                                            padding: 0px 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                
#booking-form input.cat_button:hover		{display: block;
                                            height: 35px;
                                            width: 85px;
                                            background-image: url(/images/submit-button.jpg);
                                            background-color: #FFFFFF;
                                            background-position: -85px 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin: 0px 0px;
                                            padding: 0px 0px;
                                            cursor: pointer;
                                            cursor: hand;}
                                    
#booking-form input.cat_button:focus		{display: block;
                                            height: 35px;
                                            width: 85px;
                                            background-image: url(/images/submit-button.jpg);
                                            background-color: #FFFFFF;
                                            background-position: -85px 0;
                                            background-repeat: no-repeat;
                                            border: 0px solid red;
                                            margin: 0px 0px;
                                            padding: 0px 0px;
                                            cursor: pointer;
                                            cursor: hand;}                                   							

/* Booking Form */

/* Start Font Properties */

h1						{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                        font-size: 12px;
                        font-weight: 800;
                        font-style: none;
                        color: #00a0df;
                        text-transform: uppercase;
                        vertical-align: none;
                        text-align: none;
                        line-height: 100%;
                        word-spacing: none;
                        letter-spacing: 2px;
                        padding: 0;
                        margin: 0 0 5px 0;}
h1 a:link 				{text-decoration:none; font-weight: 800; color: #00a0df;}
h1 a:visited 			{text-decoration:none; font-weight: 800; color: #00a0df;}
h1 a:hover 				{text-decoration:underline; font-weight: 800; color: #00a0df;}
h1 a:active				{text-decoration:underline; font-weight: 800; color: #00a0df;}

h2						{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                        font-size: 18px;
                        font-weight: none;
                        font-style: italic;
                        color: #fd3e83;
                        text-transform: none;
                        vertical-align: none;
                        text-align: none;
                        line-height: 180%;
                        word-spacing: none;
                        letter-spacing: 0px;
                        padding: 0px 0px 0px 0px;
                        margin: 0px 0px 5px 0px;}
h2 a:link 				{text-decoration:none; font-style: italic; color: #fd3e83;}
h2 a:visited 			{text-decoration:none; font-style: italic; color: #fd3e83;}
h2 a:hover 				{text-decoration:underline; font-style: italic; color: #fd3e83;}
h2 a:active				{text-decoration:underline; font-style: italic; color: #fd3e83;}

h3						{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                        font-size: 12px;
                        font-weight: bold;
                        font-style: none;
                        color: #fd3e83;
                        text-transform: uppercase;
                        vertical-align: none;
                        text-align: none;
                        line-height: 150%;
                        word-spacing: none;
                        letter-spacing: 0px;
                        padding: 0px 0px;
                        margin: 0px 0px;}
h3 a:link 				{text-decoration:none; font-weight: bold; color: #fd3e83;}
h3 a:visited 			{text-decoration:none; font-weight: bold; color: #fd3e83;}
h3 a:hover 				{text-decoration:underline; font-weight: bold; color: #fd3e83;}
h3 a:active				{text-decoration:underline; font-weight: bold; color: #fd3e83;}

h4						{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                        font-size: 10px;
                        font-weight: bold;
                        font-style: none;
                        color: #00a0df;
                        text-transform: none;
                        vertical-align: none;
                        text-align: none;
                        line-height: 150%;
                        word-spacing: none;
                        letter-spacing: 0px;
                        padding: 0px 0px;
                        margin: 0px 0px;}
h4 a:link 				{text-decoration:none; font-weight: bold; color: #00a0df;}
h4 a:visited 			{text-decoration:none; font-weight: bold; color: #00a0df;}
h4 a:hover 				{text-decoration:underline; font-weight: bold; color: #00a0df;}
h4 a:active				{text-decoration:underline; font-weight: bold; color: #00a0df;}

p						{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                        font-size: 12px;
                        font-weight: none;
                        font-style: none;
                        color: #828c99;
                        text-transform: none;
                        vertical-align: none;
                        text-align: none;
                        line-height: 150%;
                        word-spacing: none;
                        letter-spacing: 0px;
                        padding: 0px 0px 0px 0px;
                        margin: 5px 0px 5px 0px;
						border: 0px solid red;}
a:link 					{text-decoration:none; color:#828c99;}
a:visited 				{text-decoration:none; color:#828c99;}
a:hover 				{text-decoration:underline; color:#828c99;}
a:active				{text-decoration:underline; color:#828c99;}

.blue					{color: #00a0df;}
.blue a:link 			{text-decoration:none; color: #00a0df;}
.blue a:visited 		{text-decoration:none; color: #00a0df;}
.blue a:hover 			{text-decoration:underline; color: #00a0df;}
.blue a:active			{text-decoration:underline; color: #00a0df;}

.purple					{color: #8f3394;}
.purple a:link 			{text-decoration:none; color: #8f3394;}
.purple a:visited 		{text-decoration:none; color: #8f3394;}
.purple a:hover 		{text-decoration:underline; color: #8f3394;}
.purple a:active		{text-decoration:underline; color: #8f3394;}

.pink					{color: #fd3e83;}
.pink a:link 			{text-decoration:none; color: #fd3e83;}
.pink a:visited 		{text-decoration:none; color: #fd3e83;}
.pink a:hover 			{text-decoration:underline; color: #fd3e83;}
.pink a:active			{text-decoration:underline; color: #fd3e83;}

.book-now				{font-family: Verdana, Helvetica, Tahoma, Sans-Serif;
                        font-size: 11px;
                        font-weight: bold;
						font-style: normal;
                        color: #00a0df;
                        text-transform: none;
                        vertical-align: none;
                        text-align: none;
                        line-height: 150%;
                        word-spacing: none;
                        letter-spacing: 0px;
                        padding: 0px 0px;
                        margin: 0px 0px;}
.book-now a:link 		{text-decoration:none; font-weight: bold; font-style: normal; color: #00a0df;}
.book-now a:visited 	{text-decoration:none; font-weight: bold; font-style: normal; color: #00a0df;}
.book-now a:hover 		{text-decoration:underline; font-weight: font-style: normal; bold; color: #00a0df;}
.book-now a:active		{text-decoration:underline; font-weight: font-style: normal; bold; color: #00a0df;}

#welcome-table	h1				{font-family: Georgia, Times New Roman, Helvetica, Sans-Serif;
                                font-size: 22px;
                                font-weight: none;
                                font-style: italic;
                                color: #700305;
                                text-transform: none;
                                vertical-align: none;
                                text-align: none;
                                line-height: 100%;
                                word-spacing: none;
                                padding: 0px 0px 0px 0px;
                                margin: 0px;}
#welcome-table	h1 a:link 		{text-decoration:none; font-style: italic; color:#700305;}
#welcome-table	h1 a:visited 	{text-decoration:none; font-style: italic; color:#700305;}
#welcome-table	h1 a:hover 		{text-decoration:underline; font-style: italic; color:#700305;}
#welcome-table	h1 a:active		{text-decoration:underline; font-style: italic; color:#700305;}

#welcome-table	h2				{font-family: Verdana, Helvetica, Sans-Serif;
                                font-size: 11px;
                                font-weight: bold;
                                font-style: none;
                                color: #91670e;
                                text-transform: none;
                                vertical-align: none;
                                text-align: none;
                                line-height: 170%;
                                word-spacing: none;
                                padding: 0px 0px 0px 0px;
                                margin: 0px;}
#welcome-table	h2 a:link 		{text-decoration:none; font-weight: bold; font-style: none; color:#91670e;}
#welcome-table	h2 a:visited 	{text-decoration:none; font-weight: bold; font-style: none; color:#700305;}
#welcome-table	h2 a:hover 		{text-decoration:underline; font-weight: bold; font-style: none; color:#91670e;}
#welcome-table	h2 a:active		{text-decoration:underline; font-weight: bold; font-style: none; color:#91670e;}

#welcome-table	p				{font-family: Verdana, Lucida Grande, Helvetica, Sans-Serif;
                                font-size: 10px;
                                font-weight: none;
                                color: #3f3f3a;
                                text-transform: none;
                                vertical-align: none;
                                text-align: none;
                                line-height: 100%;
                                word-spacing: none;
                                padding: 0px;
                                margin: 0px;}
#welcome-table	a:link 			{text-decoration:none; font-weight: none; color:#700305;}
#welcome-table	a:visited 		{text-decoration:none; font-weight: none; color:#700305;}
#welcome-table	a:hover 		{text-decoration:underline; font-weight: none; color:#700305;}
#welcome-table	a:active		{text-decoration:underline; font-weight: none; color:#700305;}

/* End Font Properties */

/* Start IE6 PNG Handling */

* html img,
* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}