

/* -- top of page and basic elements ---------------------------------------------------------------------- */


body {
	background-color: #385773;
	margin-top: 10px;
	padding-top: 20px;
	font-size: 16px; 
}
body,td,th {
	color: #FFFFFF;
	font-size: 16px; 
	font-family: Lillith, Arial, Helvetica, sans-serif;
}
a.menu_link:link {
	color: #FBFBFB;
	font-weight: bold; 
	text-decoration: underline;
	text-decoration: none;
}
a.menu_link:visited {
	color: #FBFBFB;
	font-weight: bold; 
	text-decoration: none;
}
a.menu_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu_link:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #C9D495;
	font-weight: bold; 
	text-decoration: underline;
	text-decoration: none;
}
a:visited {
	color: #C9D495;
	font-weight: bold; 
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 32px; 
	font-weight: bold; 
	font-family: Lucida Calligraphy;
}

h2 {
	font-size: 26px; 
	font-weight: bold; 
	font-family: Lucida Calligraphy;
}

h3 {
	font-size: 21px; 
	font-weight: bold; 
	font-family: Lucida Calligraphy;
}

P {
	margin-top: 15px;
	margin-bottom: 0px;
}

div.centered 
{
	padding: 0;
	margin-top: 0px
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0; 
	text-align: center;
/*	border: medium double rgb(255,255,255); */
}

.menu_on_left{
	width:800px;
}

.menu{
	margin-top: 50px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	font-size: 12px; 
	border-right: 1px solid gray;
	
/*	border: medium double rgb(255,255,255); */
}
.menu td{
	padding:5px;
	padding-right:15px; 
}

.menu_text{
	font-size: 12px; 
	text-align: left;
}
.menu_divider{
	width: 34px;
	font-size: 12px; 
	text-align: center;
}

.sub_menu{
}
.sub_menu tr{
/*	visibility: hidden;*/
	display: none;
}
.popup td{
	font-size: 12px; 

}
.popup
{
/*	border:solid 1px gray; */
	border-collapse: collapse;
	position:absolute;
	margin:0px;
	padding:0px;
}

.popup_close
{
	margin:0px;
	padding:20px;
	/*background-color:green;*/
}

.popup_inside
{
	border:solid 1px #C9D495;
	background-color:black;
	color: white;
	margin:0px;
}
.popup_inside td{
	padding:4px;
	text-align:left;
}

/* these didn't work as well as advertised * /
.menu_text div{
  background-color: #000000;
  padding: 2px;
  /* for IE * /
  filter:alpha(opacity=30);
  /* CSS3 standard * /
  opacity:0.6;
/*	border: medium double rgb(255,255,255); * /
}

.menu_text div div
  {
  font-weight: bold;
  color: #FFFFFF;
  /* for IE * /
  filter:alpha(opacity=30);
  /* CSS3 standard * /
  opacity:0.6;
/*	border: medium double rgb(255,255,255); * /
  }
.menu_text div a:link
  {
  font-weight: bold;
  color: #FFFFFF;
  /* for IE * /
  filter:alpha(opacity=30);
  /* CSS3 standard * /
  opacity:0.6;
/*	border: medium double rgb(255,255,255); * /
  }
  */

/* -- content ----------------------------------------------------------------------------------- */


.content_thin{
vertical-align: top;
	margin-left: 110px; 
	margin-right: 410px; 
	margin-top: 30px; 
	margin-bottom: 0; 
	text-align: justify;
	position: relative;
/*	border: medium double rgb(255,255,255); */
}

.content_wide{
vertical-align: top;
	margin-left: 40px; 
	margin-right: 150px; 
	margin-top: 0px; 
	margin-bottom: 0; 
	text-align: justify;
	position: relative;
/*	border: medium double rgb(255,255,255); */
}

.pagewrapper {
vertical-align: top;
	border-style: none;
	margin-top: 0;
	margin-left: auto; 
	margin-right: auto; 
	border: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	outline-style: none;
	background: #000 repeat-y left top url('img/bg/content_bg.jpg');
/*	background-image: url('img/bg/content_bg.jpg');
	background-repeat: repeat-y;
	position: relative;*/
/*	border: medium double rgb(255,255,255);
 */
}

.mainsplash {
	margin: 0;
	padding: 0;
	border: 0;

/*
	background: no-repeat left top url('img/bg/content_splash1_menubox.jpg');
	background: no-repeat left top url('img/bg/content_splash1.jpg');
	
	background-image: url('img/bg/content_splash1.jpg');
	background-repeat: no-repeat;	*/
	text-align: top;	
vertical-align: top;

	
}
.mainbottom {
	height: 1px;
	background: no-repeat left bottom url('img/bg/content_bg_bottom.jpg');
	border: 0;
	padding: 0;
	border-spacing: 0;
/*
	background-image: no-repeat left bottom url('img/bg/content_bg_bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom; 	
*/	
/*	border: medium double rgb(255,255,255);*/
	z-index: 10;
}

.innerpagecontent {
	width: 700px;
	height: 700px;
	border-style: none;
	border: 0;
	padding: 0;
/*	border-spacing: 0;
	border-collapse: collapse; */
	outline-style: double 6px;
}




.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}



/* -- bottom of page ---------------------------------------------------------------------------- */


.footer 
{
	font-size: 12px; 
	margin: 0; 
	margin-top: 1px;
}


/* cross template -------------------------- */
P.announce
{
	color: #000000;
	padding: 0px 10px 30px 10px;
}

P.journal_summary
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0; 
	margin-bottom: 0; 
	color: #000000;
	padding: 0px 10px 30px 10px;
	width: 450px;
}

P.gallery_summary
{
	color: #000000;
	padding: 0px ;
	width: 450px;
}

TD.main {
	border-style: none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
/*
	width: 807px;
	BACKGROUND-COLOR: #ffffff; 
	background-image: url("http://localhost/dannyburbol.com/online_work/webdesign/t/ripples/shared/img/monolith_bg_splash.jpg");
    background-repeat: no-repeat;*/
}
td.main p {
/*
	font-size: 18px;
	font-family: sans-serif; 
*/
	margin-left: 40px;
	margin-right: 150px;
	margin-bottom: 20px;
	text-align: justify;
}

.main img {
	border-style: none;
	border-spacing: 0px;
    border-collapse: collapse;
    border-width: 0px 0px 0 0;
/*	border: 1px solid #555; */
	
}
div.samplebox {
	border-top:1px solid #000; 
	padding: 0px 10px 10px 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}

div.ratebox {
	border:1px solid #000; 
	padding: 0px 10px 10px 10px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
}
/* ------------------ rates --------------------------------- */
.package_compare_wrapper {
	border:1px solid #000;
	padding:8px;
}
.package_compare {
	border-collapse: separate;
	border-spacing: 4px;
	width:500px;
}
.package_compare td{
/*	width: 60px; */
	padding: 2px;
	text-align: center;
	font-size:60%;
}
.package_compare td.col_spacer {
	width:1px;
}
.package_compare td.desc {
/*	width: 200px; */
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: right;
	font-size:70%;
	border-bottom:1px solid #000;
}
.package_compare td.top_desc {
/*	width: 200px; */
	margin: 3px;
	text-align: center;
	font-size:90%;
}
.not_included {
	background:silver;
	color:black;
}
.included {
	background:lightgreen;
	color:black;
}
tr.package_compare_end_row td{
	border:1px solid #000;
	font-weight: bold;
	vertical-align: middle;
	
}
tr.package_compare_end_row td i{
	font-size:110%;
}

.package_compare td.package_compare_section{
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	font-size:80%;

}
/* end rates --------------------------------- */


img.SampleThumbnail
{
	border: 1px solid #000; 
}

img.GalleryThumbnail
{
	border-style: none;
	border-spacing: 0px;
    border-collapse: collapse;
    border-width: 0px 0px 0 0;
	border: 1px solid #000; 
}

img.GalleryButton,
img.GalleryBlankButton
{
	border-style: none;
}

.entry ol, 
.entry ul
 {
	vertical-align:top;
	list-style-position: outside;
	text-align:justify;
	width: 400px;
	padding-left:50px;
}
.entry li
 {
	text-align:justify;
	padding-bottom:10px;
}


