body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
div, span, img, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, select, textarea, checkbox {
	border: 1px solid #999999;
	padding: 2px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h2, h3, h4, h5, h6 {
	color: #444444;	
	margin: 10px 0 0 0;
	border-bottom: dashed 1px #DFDFDF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
table {
	border: 0px;
}
.divider {
	height: 3px;
	margin: 0;
	padding: 0;
}.spacer {
	height: 10px;
	margin: 0;
	padding: 0;
}
.buttons {
	border: 1px solid silver; 
	background: #000000;
	font-family: tahoma; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: normal; 
	color: white;
}
a.navlink {
	font-family: Arial, Helvetica;
	color: #CC3300;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
a.navlink:hover {
	color: #669900;
	text-decoration: underline;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.boldtxt {
	font-weight: bold;
}
.greentxt {
	color: #339900;
}
.greytxt {
	color: #666666;
}
.bluetxt {
	color: #0766b2;
}
.error {
	color: #FF0000;
	font-weight: bold;
}


/* CONTAINER styles
-------------------------------------------*/
#contentrow {
	border-right: 1px solid #CCCCCC;
	margin-top: 1px;
	background-color:#FFCC66; 
}
#contentleft {
	display: table-cell;
	width: 270px;
	float:left;
	margin: 0 auto;
}
#contentright {
	display: table-cell;
	vertical-align: top;
	min-height:300px;
	background-color: #FFFFCC;
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;*/
	width:529px;
	float:right;
}
.panel {
	text-align:center;
	padding: 8px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#header {
	padding: 2px 12px 2px 12px;
}
#header .icon {
	width:54px;
	float:right;
	padding-left:3px;
}
#header .breadcrumb {
	float:left;
	padding-left:6px;
	font-size:10px;
}
#header .breadcrumb a {
	font-family: Arial, Helvetica;
	font-size: 10px;
}
#menurow {
	/*background: #000000;*/
	margin-bottom: 1px;	
}
#bannerrow {
	height: 269px;
}
#footerrow {
	text-align: center;
}
#banner_l {
	width: 270px;
	float: left;
}
#banner_r {
	width: 530px;
	height:269px;
	float: right;
	background-color: #FFCC66;
}
#logo {
	text-align: center;
	background-color: #FFCC66;	
}
#contacts {
	text-align: center;
	background-color: #FFCC66;
	height: 91px;
	/*margin-top: 1px;*/
}
#contacts .wrap {
	text-align: center;
	font-size: 11px;
	width: 84%;
	margin: 0 auto;
	padding: 18px 0px 6px 0px;
}
#contacts .label {
	text-align: left;
	font-weight: bold;
}
#contacts a {
	color: #000000;
	text-decoration: underline;
}
#contacts a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#search {
	text-align: center;
	background-color: #FFCC66;
	height: 39px;
	margin-top: 1px;
	padding: 0px 4px 0 4px;
}
#search input {
	width: 180px;	
	margin-top: 8px;
}
#search #btngo {
	width: 40px;
	height: 20px;
}
#packagesrow {
	height: 200px;	
	background: #666666 url(images/packages_bg.gif) repeat-x;
	margin: 0 auto;
	margin-top: 1px;	
	padding-left: 16px;
	padding-right: 16px;
}
#package1, #package2, #package3, #package4 {
	background-color: #FFFFFF;
	height: 174px;
	width: 172px;	
	margin-top: 14px;
}
#package1 {
	float: left;
	margin-right: 26px;
}
#package2 {
	float: left;
}
#package3 {
	float: right;
	margin-left: 26px;
}
#package4 {
	float: right;
}
#packagesrow .pic {
	text-align: center;
	margin: 10px 0 8px 0;
}
#packagesrow .text {
	text-align: left;
	padding: 0 10px 5px 10px;
}
#packagesrow .link {
	text-align: right;
	padding: 0 10px 5px 10px;
}
#feedback {
	width: 18px;
	float: right;
	background-color: #FFFFCC;	
}


/* CONTENT styles
-------------------------------------------*/
#contentright #text {
	padding: 4px 14px 3px 14px;
	min-height:560px;
	width:94%;
}
#contentright ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}
#contentright h2 {
	font-size: 1.8em;
	color: #CC3300;
	border-bottom: dashed 1px #F23D00;
	margin-bottom: 1em;
	padding-top: 4px;
}
#contentright h3 {
	font-size: 1.4em;
	color: #545454;
	padding-top: 4px;
}
#contentright a {
	text-decoration: underline;
}
#footer {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
	/*margin-top: 1px;*/
}
#footerrow_b {
	background-color: #333333;
	padding: 2px 10px 2px 10px;
	text-align: center;
	font-size: 10px;
	/*margin-top: 1px;*/
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#footerrow a {
	font-family: Arial, Helvetica;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#footerrow a:hover {
	color: #FF3333;
	text-decoration: underline;
}
.vidtitle {
	font-size: 1em;
	font-weight:bold;
	text-align:left;
	color:#339900;
}
.search_result a {
	text-decoration: none;
}
.search_result a:hover {
	text-decoration: underline;
}
.bookmark {
	padding: 0 12px 6px 0;
	text-align: right;
}
#payments {
	text-align: center;
	padding-top: 4px;
}
#symphony {
	text-align: center;
	font-size: 9px;	
}
#symphony a {
	font-weight: normal;
	font-size: 9px;	
}
#symphony a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.line {
	padding: 0 2px 0 2px;
}
#pagination {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 12px;
	font-weight: bold;
}
#contactus {
	margin: 0 auto;
	width: 360px;
}
#contactus table td {
	vertical-align: top;
}
#contactus table td.label {
	color: #CC3300;
	font-weight: bold;
	text-align: right;
}
#comments {
	margin: 0 auto;
	width:420px;
}
.quote {
	display: block;
	padding: 15px 15px 15px 45px;
	border: 1px solid #d8ecbe;
	background: #fff url(../images/quote_bg.gif) no-repeat;
}

.fact {
	display: block;
	padding: 15px;
	border: 1px solid #d8ecbe;
	background: #fff;
}
.pg {
	display: block;
	padding: 10px 10px 10px 10px;
	border: 1px solid #d8ecbe;
	width:96%;
	min-height:110px;
	background-color:#FFFFFF; 
}
.pg .photo {
	float:left;
	width:150px;
}
.pg .text {
	float:right;
	width:320px;
}
.pg .title {
	color: #0766b2;
	padding:0 6px 3px 6px;
	font-size:14px;
	text-align:left;
}


/* BOX styles
-------------------------------------------*/
#box {
	padding: 12px 2px 12px 2px;	
}
#box .title {
	font-weight:bold;
	font-size:12px; 
	text-transform:uppercase; 
	color:#CC3300;
	margin-top: 5px;
}


/* WEBFORM styles
-------------------------------------------*/
table.webform_table input, table.webform_table select {
	width: 250px;
	height: 26px;
	font-size: 1.3em;
}
table.webform_table textarea {
	height: 180px;
	width: 350px;
	font-size: 1.3em;
}
table.webform_table .webform_label, table.webform_table .webform_label_multi {
	text-align: right;
}
table.webform_table input.formbutton {
	width: 80px;
}
.webform_label_error {
	color: #FF0000;
}
.webform_msg_error {
	color: orange;
	font-weight: bold;
}


/* PICTURE styles
-------------------------------------------*/
.photocenter {
	background-color:#000000;
	padding:20px;
	width: 300px;
	text-align:center;
	margin:0 auto;
}
.photoleft {
	background-color:#000000;
	padding:12px 12px 8px 12px;
	width: 250px;
	float:left;
	margin:8px;
}
.photoright {
	background-color:#000000;
	padding:12px 12px 8px 12px;
	width: 250px;
	float:right;
	margin:8px;
}
.photocenter img, .photoleft img, .photoright img {
	border:1px solid #FFFFFF;
}
.photocap {
	color:#FFFFFF;
	padding-top:8px;
	font-size:10px;	
	text-align:center;
}



/* PHOTOGALLERY styles
-------------------------------------------*/
#picgallery {
	margin-left: 18px;;
}
.picleft,.picright  {
	padding: 4px;
}
a.pictags {
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
}
a.pictags:hover {
	color: #669900;
	text-decoration: none;
}
a.selectedtag {
	font-weight: bold;
}
#picgallery img {
	border: 1px solid #444;
}



/* MENU styles
-------------------------------------------*/
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */

.glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}
.glossymenu li {
	float:left;
}
.glossymenu li a {
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;	
}
.glossymenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover {
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	text-decoration: none;
}
.glossymenu li.current a b, .glossymenu li a:hover b {
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* SUBMENU styles
-------------------------------------------*/
#submenu{
	width: 240px;
	border-right: 1px solid #AA7300;
	padding: 0 0 0 0;

	margin:0 auto;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color:#D4340C;
	color: #333;
	text-align: left;
}
#submenu{ /*IE 6 only */
	/*width: 147px; Box model bug: 180px minus all left and right paddings for #submenu */
}
#submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#submenu li {
	border-bottom: 1px solid #DD9500;
	margin: 0;
}
#submenu li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #000000;
	border-right: 10px solid #BF8200;
	background-color: #CC8A00;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #submenu li a{ /*Non IE6 width*/
	width: auto;
}

#submenu li a:hover{
	border-left: 10px solid #000000;
	border-right: 10px solid #CC3300;
	background-color: #660000;
	color: #fff;
}


/* YAHOO WEATHER styles
-------------------------------------------*/
#yahoo{clear:both;position:relative;width:270px;min-height:130px;border-left:none;border-right:none;}
#yahoo .forecast-temp{position:absolute;top:42px;right:14px;min-width:200px;width:201px;*width:10.0138em;height: 68px;}
#yahoo .forecast-temp #yw-temp{float:right;color:#fff;text-shadow:#444 0 -1px 1px;font-weight:bold;font-size:250%;padding:5px 15px 2px 0;}
#yahoo .forecast-temp p{clear:right;text-align:right;padding-right:17px;color:#444;font-size:80%;text-shadow:#fff 0 -1px 1px;}
#yahoo .forecast-icon{position:absolute;top:-14px;left:-9px;width:210px;height:130px;background-repeat:no-repeat;}

.clear {
	clear: both;
}

