/* Clean Media - SaniPost Website Cascading Stylsheet CSS-v2
         Created by Megalomedia, Inc. March 1, 2007 */

body {
	margin: 0;
	text-align: left;
	background-image: url(../../images/bg_tile.jpg);
	background-repeat: repeat-x;
}

/* Text Styles */ 
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px; /* FF, mozilla match div margin fix */
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 0px; /* FF, mozilla match div margin fix */
}

p {
    line-height: 16px;
}

p a:link  {
	color: #97dbfd;
	text-decoration: none;
}

p a:visited {
	color: #97dbfd;
	text-decoration: none;
}

p a:hover {
	color: white;
	text-decoration: none;
}

.highlight {
	color: #e2c494;
}

sup {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8px;
}

/* Form fields */ 

form {
    margin-left: 20px;
}

.inputbox {
    margin-bottom: 10px;
    width: 250px;
	height: 15px;
	border: 1px solid #454648;
	background-color: #FFFFFF;
	padding: 5px;
}

.textbox {
    width: 252px;
	height: 165px;
	border: 1px solid #454648;
	background-color: #FFFFFF;
	padding: 3px;
}

.button {
	margin-top: 10px;
    background-color: #3d3d3d;
	color: #fff;
	border: 1px solid white;
	
}

/* Background image ID's and classes */

#bodywrap_home {
	background-image: url(../../images/home_body_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 432px;
	/*	overflow: hidden; */
}

#bodywrap_blank {
	background-image: url(../../images/blank_body_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 432px;
	/*	overflow: hidden; */
}

#bodywrap_hotel {
	background-image: url(../../images/hotel_body_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 432px;
	/*	overflow: hidden; */
}

div.sanipostimg {
    background:url(../../images/home_sanipost.png) no-repeat; 
	 height:540px; 
	 width:160px;
	 position: absolute;
	 top: 45px;
	 left: 700px;
}

div.sanipostimg2 {
    background:url(../../images/home_sanipost.png) no-repeat; 
	 height:540px; 
	 width:160px;
	 position: absolute;
	 top: 45px;
	 left: 750px;
}

div.locationsimg {
    background:url(../../images/locations_usmap.png) no-repeat;
	 height: 253px; 
	 width: 500px;
	 position: absolute;
	 top: 250px;
	 left: 475px;
}

div.pdflink{
	 height: 50px; 
	 width: 300px;
	 height: 30px;
	 position: absolute;
	 top: 535px;
	 left: 575px;
	 color: white;
	 font-size: 10px;
}

div.pdflink a:link {
	 color: white;
	 text-decoration: none;
}

div.pdflink a:visited {
	 color: white;
	 text-decoration: none;
}

div.pdflink a:hover {
	 color: white;
	 text-decoration: underline;
}

div.advertiseimg {
    background:url(../../images/advertise_closeup.png) no-repeat;
	 height: 413px; 
	 width: 287px;
	 position: absolute;
	 top: 168px;
	 left: 650px;
}

img.logo {
	position: absolute;
	top: 61px;
	left: 35px;
}

.photostable {
	padding: 10px;
	height: 300px;
	width: 375px;
}

img.thumbs {
	border: 1px solid white;
}

/* DIV ID Layout */

#wrap {
  width: 100%;
  /*margin:0 auto; center hack*/
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
}

#header {
  width: 100%;
  height: 117px;
  text-align:left;
  background-image: url(../../images/hdr_bg_tile.gif);
  background-repeat: repeat-x;
  
}

#navcontainer {
	height: 32px;
	padding: 0px;
}

#navigation {
	position: absolute; 
	display: inline;
	top: 118px;
	left: 33px;
	padding: 0;
	height: 32px;
	width: 645px;
}

#leftpanel {
	float: left;
	width: 145px;
	font-size: 12px;
	color: white;
	margin-top: 250px;
	margin-left: 10px;
	line-height: 24px;
}

#leftpanel a:link {
    color: #97dbfd;
	 text-decoration: none;
	 font-weight: bold;
}

#leftpanel a:visited {
    color: #97dbfd;
	 text-decoration: none;
	 font-weight: bold;
}

#leftpanel a:hover {
    color: white;
	 text-decoration: none;
}

/* Content Div - Home Page */
#content {
	float: left;
	margin-left: 5px;
	width: 320px;
	font-size: 13px;
	color: white;
	margin-top: 25px;
}

/* Content Div - Photo Gallery */
#content2 {
	float: left;
	margin-left: 5px;
	width: 475px;
	font-size: 13px;
	color: white;
	margin-top: 25px;
}

/* Content Div - Locations */
#content3 {
	float: left;
	margin-left: 5px;
	width: 290px;
	font-size: 13px;
	color: white;
	margin-top: 25px;
}

/* Content Div - About */
#content4 {
	float: left;
	width: 560px;
	font-size: 13px;
	color: white;
	margin-top: 25px;
}

/* Scrolling Content 2 columns */
#content_2column_wrap {
	float: left;
	margin-left: 5px;
	width: 475px;
	font-size: 13px;
	color: white;
	margin-top: 25px;
}

#content_2column_wrap h1 {
	margin-top: 0px;
}

#content_2column_wrap p {
	line-height: 17px;
}

#content_column1 {
   float: left;
	font-size: 11px;
	margin-top: 0;
	width: 450px;
}

/* floating ad info */
#content_column2 {
	position: absolute;
	top: 510px;
	left: 10px;
	font-size: 11px;
	width: 150px;
}

#footerwrap {
	clear: both;
	padding: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#legal {
	font-size: 9px;
	color: #87a4b1;
	float: left;
}

#footernav {
	font-size: 9px;
	color: #87a4b1;
	margin-left: 15px;
	float: left;
}

#footernav a:link, a:visited {
	text-decoration: none;
	color: #87a4b1;
}

#footernav a:hover {
	text-decoration: underline;
	color: white;
}