/* ------------------------------------------------------------------------
CSS sheet for Settle Inn Appleton.
Author: Chris Robinson
Date Created: 4/31/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS


------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	outline: none;
	color: blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: black;
   	font: 12px/1.33em Arial, Helvetica, Sans-Serif;
   	background: url(images/bodybg.gif) center top repeat-y #3D7FCD;
}
#wrap{
	width: 778px;
	margin: auto;
	text-align: left;
	background: #fff;
	position: relative;
}
h1{
	font-size: 75%;
	text-indent: -9999px;
	background: url(images/header.jpg) no-repeat;
	display: block;
	height: 339px;
	width: 779px;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
h1{
	text-indent: -9999px;
	background: url(images/settle-inn-header.jpg) no-repeat;
	height: 108px;
}
ul.navigation{
	display: block;
	float: left;
	font-size: 13px;
	background-color: #5D852C;
	border-bottom: 3px solid yellow;
	color: #fff;
	width: 779px;
	list-style-type: none;
	font-weight: bold;
}
ul.navigation a{
	color: #fff;
	text-decoration: none;
}
ul.navigation a:hover{
	color: yellow;
}
ul.navigation li{
	float: left;
	margin-left: 13px;
	text-align: center;
	padding: 3px 0;
}
#wrap > ul.navigation li{
	margin-left: 16px;
}
ul.navtop{
	list-style-type: none;
	position: absolute;
	top: 90px;
	left: 405px;
}
#wrap > ul.navtop{
	left: 412px;
}
ul.navtop li{
	float: left;
	border-right: 1px solid #333333;
	margin: 0px 5px;
	padding-right: 10px;
}
ul.navtop li.last{
	border: 0px;
}
ul.navtop li a{
	color: #333333;
	font-weight: bold;
	font-size:120%;
	text-decoration: none;
}
ul.navtop li a:hover{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
h5{
	text-indent: -9999px;
	height: 32px;
	margin-bottom: 10px;
}
h5.settleinn{
	background: url(images/settleinnappleton.png) no-repeat;
}
h5.amenities{
	background: url(images/settleinnappletonamenities.png) no-repeat;
}
h5.areainformation{
	background: url(images/areainformation.png) no-repeat;
}
h5.contact{
	background: url(images/settleinnappletoncontact.png) no-repeat;	
}
h5.location{
	background: url(images/settleinnappletondirections.png) no-repeat;	
}
h5.gallery{
	background: url(images/settleinnappletongallery.png) no-repeat;	
}
h5.meetingrooms{
	background: url(images/settleinnappletonmeetingroo.png) no-repeat;
}
h5.packages{
	background: url(images/settleinnappletonpackages.png) no-repeat;
}
h5.policies{
	background: url(images/policies.png) no-repeat;
}
h5.testimonials{
	background: url(images/testimonialh.jpg) no-repeat;
}
h5.awards{
	background: url(images/awards.jpg) no-repeat;
}	
/* -----------------------------------------------------------------------
CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px;
}
#content p{
	padding: 0 10px;
	margin: .9em 0;
}
img.front{
	float: left;
	border: 1px solid black;
	margin: 0px 0px 10px 20px;
}
h4.awards{
	text-align: center;
}
img.awardimg{
	margin-left: 25%;
}
#content > img.awardimg{
	margin-left: 30%;	
}
/* -----------------------------------------------------------------------
INDEX ELEMENTS
-------------------------------------------------------------------------*/
h3.settleinn{
	text-indent: -9999px;
	height: 32px;
	margin: 0px 0px 10px 0px;
	background: url(images/settleinnappleton.png) no-repeat;
}
p.toprightpara{
	margin: 10px 20px 10px 10px;
	width: 375px;
	float: right;
}
h3.contact{
	clear: both;
}
h4{
	font-size: 120%;
	margin-bottom: 1.0em;
}
.signup{
	margin-left: 10px;
}
.normal{
	margin: 1em 10px;
}
#newsletter{
	float: right;
	width: 375px;
	margin: 10px 20px 10px 0px;
}
#newsletter form{
	margin-top: 10px;
}

#rewardlinks{
	margin-top: 30px;
	margin-left: 60px;
	float: left;
}
#indexbox{
	clear: both;
}

a.learnmore{
	padding-left: 5px;
}
body.index dl{
	margin: 20px 0px;
}
dl dd img{
	border: 1px solid black;
}
#Row1{
	float: left;
	margin-top: 10px;
	width: 100%;
}
#Row1 dd{
	width: 200px;
}
#Row1 dl{
	width: 200px;
	float: left;
	padding: 20px;
}
#content > #Row1 dl{
	width: 200px;
	float: left;
	padding: 25px;
}
/* -----------------------------------------------------------------------
LOCATIONS ELEMENTS
------------------------------------------------------------------------*/
p.location{
	margin: 0px 0px 10px 20px;
}
p.map{
	text-align: center;
}
p.map img{
	border: 1px solid black;
}
p.map a:hover{
	text-decoration: none;
}
/* -----------------------------------------------------------------------
MEETING ROOM ELEMENTS
-------------------------------------------------------------------------*/
table{
	text-align: center;
	margin-left: 20px;
	margin-bottom: 5px;
}
table tr.toprow{
	font-weight: bold;
}
table tr td{
	padding: 0px 5px;
	border: 1px solid black;
}
img.floorplanimg{
	margin-left: 20px;
	margin-bottom: 5px;	
}
p.centered{
	text-align: center;
	font-style: italic;
	width: 460px;
	margin-bottom: 10px;
	clear: both;
}
/* -----------------------------------------------------------------------
AREA INFORMATION ELEMENTS
-------------------------------------------------------------------------*/
ul.dining{
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
}
ul.dining li.ulheading{
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	text-indent: -20px;
}
ul.recreation{
	margin-left: 40px;
	margin-bottom: 26px;
}
ul.recreation li.ulheading{
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	text-indent: -20px;
}
ul.attractions{
	float: left;
	margin-right: 50px;
	margin-left: 40px;
	margin-bottom: 10px;
}
ul.attractions li.ulheading{
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	text-indent: -20px;
}
ul.corporateoffices{
	clear: both;
	margin-left: 40px;
}
ul.corporateoffices li.ulheading{
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	text-indent: -20px;
}
.row{
	display: block;
	clear: both;
}
/* -----------------------------------------------------------------------
PACKAGES ELEMENTS
-------------------------------------------------------------------------*/	
body.packages dl{
	margin-left: 10px;
	width: 31%;
	float: left;
	display: block;
}
dl.family{
	clear: both;
}
dl dt{
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
}
dl dd{
	margin-left: 10px;
}
body.packages dl dd{
	margin-left: 10px;
}
dd.link{
	margin-top: 1px;
	font-weight: bold;
}
dl dd.link2 a{
	font-weight: bold;
}
#indexbox dl dd.meal{
	margin-left: 20px;
}
dl dd.blackout{
	font-size: 11px;
}
dl dd.expenses{
	font-weight: bold;
}
dl.family{
	background-color: #EFEDCA;
	padding: 10px 5px 0 0;
}
dl.romance{
	background-color: #FADBDB;
	height: 235px;
	margin: 10px 0 10px 0;
	padding: 10px 5px 0 0;
}
dl.shopping{
	background-color: #DAF8F8;
	height: 235px;
	margin: 10px 0 10px 0;
	padding: 10px 5px 0 0;
}
dl.baseball{
	background-color: #9AD191;
	height: 305px;
	padding: 10px 5px 0 0;
}
dl.play{
	background-color: #499D3A;
	height: 305px;
	padding: 10px 5px 0 0;
}
#indexbox dl dd.golf{
	margin-left: 20px;
}
img.images{
	float: right;
	border: 0px;
}
img.reservation{
	border: 0px;
	margin: -150px 0 0 20px;
	float: left;

}
/* -----------------------------------------------------------------------
AMENITIES ELEMENTS
-------------------------------------------------------------------------*/
h3.cleartop{
	clear: both;
	margin-left: 20px;
	margin-bottom: 10px;
}
ul.amenitiesleft{
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 20px;
}
ul.amenitiesright{
	list-style-type: none;
	float: right;
}
p.callnow{
	margin: 10px 0px 0px 20px;
	font-weight: bold;
	font-size: 15px;
}
/* -----------------------------------------------------------------------
CONTACT ELEMENTS
-------------------------------------------------------------------------*/
p.address{
	float: left;
	margin-right: 100px;
	margin-left: 20px;
	margin-bottom: 10px;
}
p.numbers{
	float: left;
	margin-right: 100px;
}
p.email{
	float: left;
	margin-left: 100px;
}
p.link{
	margin-left: 20px;
	clear: both;
}
p.myspace{
	float: left;
	clear: both;
}
/* -----------------------------------------------------------------------
Gallery ELEMENTS 
-------------------------------------------------------------------------*/
#gallery{
	text-align: center;
	width: 100%;
}
ul.custom{
	list-style-type: none;
	width: 245px;
	float: right;
	display: block;
	margin: 10px 0 0 0;
}
ul.custom li{
	display: block;
	float: left;
	width: 32%;
	text-align: center;	
	margin: 0;
}
ul.custom li a img{
	border: 1px ridge black;
}
.mainpic{
	margin: 10px;
	margin-top: 48px;
	display: inline;
	text-align: center;
	float: left;
	border: 1px ridge black;
	width: 500px;
}

h3.gallery{
	clear: both;
	display: block;
	margin: 40px 0 10px 0;
	padding-left: 10px;
}

/* -----------------------------------------------------------------------
DESCRIPTION ELEMENTS
-------------------------------------------------------------------------*/
.description{
	display: block;
	clear: both;
}
.description h3{
	padding: 0 10px;
	margin: .8em;
	font-size: 100%;
	text-decoration: underline;
}
.description ul{
	margin-left: 50px;
}
/* -----------------------------------------------------------------------
SITE MAP ELEMENTS
-------------------------------------------------------------------------*/
ul.sitemap{
	list-style-type: none;
	margin-left: 20px;
	margin-top: 30px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	height: 75px;
	background: #5D852C;
	border-top: 3px solid yellow;
	clear: both;
	color: #8CC843;
}
#footer a{
	text-decoration: underline;
	color: #8CC843;
}
#footer ul{
	padding-top: 10px;
	float: right;
	list-style-type: none;
	width: 48%;
}
#footer li{
	float: left;
	width: 32%;
	text-align: center;
}
#footer p{
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 48%;
	margin-bottom: 0;
}
/* -----------------------------------------------------------------------
TESTIMONIALS ELEMENTS
------------------------------------------------------------------------*/
dl.testimonial{
	display: block;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
	margin: 0 15px 30px 15px;
}
dl.testimonial dt{
	font-size: 15px;
	font-weight: bold;
}
dl.testimonial dd{
	margin: .8em 0;
}
dl.testimonial dd.by{
	font-style: italic;
	margin-left: 30px;
}
p.submitTest{
	float: right;
	width: 200px;
	height: 188px;
	display: block;
}
p.submitTest a{
	background: url(images/submit-testimonial.jpg) no-repeat;
	width: 200px;
	height: 188px;
	text-indent: -9999px;
	display: block;
}