/* ---------- Theme Creations Stylesheet  --------------- */

* {
margin: 0;
padding: 0;
}

html, body {
width: 100%;
height: 100%;
background: url('../images/bg_html.gif');
text-align: center;
}

h1 {
display: none;
}

h2 {

}

h3 {
font-family: arial;
font-size: 12px;
color: #FF6FE9;
text-transform: uppercase;
margin-bottom: 6px;
margin-top: 6px;
}

p {
font-family: arial;
font-size: 11px;
color: #FFF;
margin-bottom: 7px;
line-height: 150%;
}

p.alert {
font-family: arial;
font-size: 11px;
color: #000;
background: #FFC;
line-height: 150%;
padding: 10px;
margin: 20px 5px;
border: 1px solid #FF3;
text-align: center;
}

a {
height: 12px;
font-family: arial;
font-size: 10px;
color: #999;
text-decoration: none;
text-transform: uppercase;
}

.clear {
clear: both;
}

/*  ---- layout divs ----  */

#mainwrapper {
width: 950px;
padding-bottom: 12px;
margin-left: auto;
margin-right: auto;
background-color: #000;
text-align: left;
}
#mainwrapper_intro {
width: 950px;
height: 500px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#leftcolumn {
float: left;
width: 150px;
}
	#logo {
	width: 111px;
	height: 234px;
	margin-left: 17px;
	background: url('../images/logo.gif') top left no-repeat;
	}

#rightcolumn {
float: left;
display: block;
width: 798px;
}
	#navwrapper {
	height: 12px;
	margin-top: 144px;
	}
	#mainbanner {
	width: 785px;
	height: 226px;
	margin-top: 18px;
	background: url('../images/bg_mainbanner.jpg') top left no-repeat;
	}
	#homelinks {
	width: 770px;
	height: 136px;
	margin-top: 12px;
	background: #333;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 9px;
	}
		#latestupdates {
		width: 260px;
		float: left;
		}
		#latestupdates_heading {
		width: 263px;
		height: 29px;
		background: url('../images/latestupdates_heading.gif') top left no-repeat;
		}
		#latestupdates_content {
		width: 263px;
		height: 91px;
		}
		
	#pgheading {
	width: 783px;
	height: 43px;
	margin-top: 18px;
	background: url('../images/bg_pgheader.gif') top left repeat-x;
	}
	
	#pgcontent {
	display: block;
	width: 783px;
	margin-top: 8px;
	padding: 0px;
	background: #666;
	}
		#leftside #pgcontent_content {
		width: 313px;
		padding: 7px;
		}
		#leftside #pgcontent_content ul {
			padding-left: 15px;
		}
		#leftside #pgcontent_content li {
			padding-left: 5px;
			font-family: arial;
			font-size: 11px;
			color: #FFF;

			line-height: 150%;
		}
		#pgcontent_image {
		float: left;
		width: 456px;
		height: 326px;
		}
		#pgcontent_image_themes {
		float: left;
		width: 456px;
		height: 224px;
		}
		#pgcontent_form {
		float: left;
		width: 456px;
		height: 326px;
		background: #333;
		}
	
	#pggallery {
	width: 775px;
	margin-top: 8px;
	background: #333;	
	padding-left: 9px;	
	padding-top: 8px;
	padding-bottom: 8px;
	}
		#pggallery ul {
		list-style: none;
		}
		#pggallery ul li {
		float: left;
		width: 143px;
		height: 109px;
		margin-right: 12px;
		}
		#pggallery ul li img {
		width: 143px;
		height: 107px;
		border: 1px solid #FFF;
		}
		
	#pressgallery {
	width: 783px;
	margin-top: 8px;
	background: #333;
	padding: 8px 0 8px 0;
	}
	#pressgallery #pressgallery_list {
	padding: 0 0 0 0;
	}
		#pressgallery_list ul {
		list-style: none;
		margin-left: 2px;
		}
		#pressgallery_list ul li {
		float: left;
		width: 143px;
		height: 245px;
		margin-left: 11px;
		}
		#pressgallery_list ul li img {
		width: 145px;
		height: 190px;
		}

/*  ---- navigation ----  */

#nav {
height: 14px;
}

#nav ul {
height: 14px;
list-style-type: none;
}
#nav li {
float: left;
height: 14px;
background: url('../images/bg_navli.gif') center left no-repeat;
padding-left: 12px;
padding-right: 12px;
}
#nav li a {
display: block;
font-family: arial;
font-size: 10px;
letter-spacing: 1px;
color: #999;
text-decoration: none;
text-transform: uppercase;
}
#nav li a:hover {
display: block;
color: #FFF;
}
#nav li a.on {
display: block;
font-family: arial;
font-size: 10px;
letter-spacing: 1px;
color: #FFF;
}
	#nav li ul {
	display: none;
	margin-top: 0px;
	margin-left: -10px;
	position: absolute;
	height: auto;
	background: #000;
	border: 1px solid #000;
	}
	
	#nav li li {
	clear: left;
	display: block;
	height: 16px;
	background: #000;
	}
	#nav li li.first {
	clear: left;
	display: block;
	width: 70px;
	height: 16px;
	background: #000;
	}
	#nav li li a {
	font-family: arial;
	font-size: 10px;
	color: #999;
	background: #000;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#nav li:hover ul, #nav li.over ul {
display: block;
padding-bottom: 2px;
z-index: 1000;
}

/*  ---- general object formatting ----  */

#homelinks img {
float: left;
width: 160px;
height: 120px;
margin-left: 7px;
border: 1px solid #FFF;
}

#pgheading p.pageheader {
font-family: arial;
font-size: 15px;
letter-spacing: 3px;
color: #FFF;
margin-left: 12px;
padding-top: 12px;
text-transform: uppercase;
}

#pgcontent_content a.whitelink {
height: 12px;
font-family: arial;
font-size: 11px;
color: #FFF;
font-style: italic;
text-decoration: none;
text-transform: none;
}

#pgcontent_content a.whiteline {
height: 12px;
font-family: arial;
font-size: 11px;
color: #FFF;
font-style: italic;
text-decoration: underline;
text-transform: none;
}

#pgcontent_content a.whitelink:hover {
text-decoration: underline;
}

#pressgallery_list div.horizontalline {
clear: left;
width: 753px;
height: 1px;
background: #FFF;
border: 0;
margin: 10px 0 10px 11px;
}

#pressgallery_list span.pink {
color: #FF6FE9;
}

/*  ----  page captions  ----  */

#pgcontent #leftside {
float: left;
}

#pagecaption_aboutus {
width: 205px;
height: 58px;
background: url('../images/pagecaption_aboutus.gif') top left no-repeat;
}
#pagecaption_contactus {
width: 205px;
height: 58px;
background: url('../images/pagecaption_contact.gif') top left no-repeat;
}
#pagecaption_press {
width: 166px;
height: 54px;
background: url('../images/pagecaption_press.gif') top left no-repeat;
}
#pagecaption_quote {
width: 205px;
height: 54px;
background: url('../images/pagecaption_quote.gif') top left no-repeat;
}

/*  ----  form formatting  ----  */

#pgcontent_form form {
margin: 28px 0 0 15px;
}
#pgcontent_form form span.labeloneliner {
display: block;
float: left;
width: 83px;
margin-bottom: 9px;
padding-top: 4px;
}
#pgcontent_form form span.labeltwoliner {
display: block;
float: left;
width: 83px;
margin-bottom: 9px;
}
#pgcontent_form form span.labelguests {
display: block;
float: left;
width: 83px;
margin-left: 23px;
margin-bottom: 9px;
}

#pgcontent_form form span.inputbox_long {
float: left;
width: 335px;
height: 23px;
margin-bottom: 9px;
}
#pgcontent_form form input.longbox {
width: 333px;
height: 19px;
padding-top: 4px;
padding-left: 4px;
}
#pgcontent_form form span.inputbox_short {
float: left;
width: 100px;
height: 23px;
margin-bottom: 9px;
}
#pgcontent_form form input.shortbox {
width: 100px;
height: 19px;
padding-top: 4px;
padding-left: 4px;
}
#pgcontent_form form p {
clear: left;
font-family: arial;
font-size: 11px;
color: #FF6FE9;
margin-bottom: 7px;
line-height: 12px;
text-transform: uppercase;
}
#pgcontent_form form textarea {
width: 335px;
height: 86px;
padding-top: 4px;
padding-left: 4px;
}
#pgcontent_form form input.calendarbutton {
float: left;
width: 17px;
height: 24px;
background: url('../images/calendarbutton.gif') top left no-repeat;
margin: 0 0 0 10px;
padding: 0;
border: 0;
}
#pgcontent_form form input.submitbutton {
float: right;
width: 59px;
height: 19px;
background: url('../images/submitbutton.gif') top left no-repeat;
margin: 0 23px 0 0;
padding: 0;
border: 0;
}

