/* Style Sheet for badlandsbliss.com */

.content,
.contactus
{
	width: 100%
}

.pkgTitle {
	padding: 5px;
	vertical-align: top;
}

.pkgName {
	font-size: 125%;
	color: #BBD6F3;
	font-weight: bold;
}

.pkgSummary {
	padding: 15 15 35 15;
	vertical-align: top;
}

.pkgDesc {
	padding-left: 0px;
	vertical-align: top;
}

.pkgImage {
	float: left;
	height: 60px;
	width: 60px;
}

.pkgItems {
	margin: 0;
	padding: 0px;
	height: 200px;
	overflow: visible;
  visibility: visible;
}

ul.kit {
  list-style-type: disc;
  margin-top: 0;
	padding: 0;
	display: inline;
}

.pkgNotes {
	padding-left: 20px;
	vertical-align: top;
}

.pkgItemsHidden {
	margin: 0;
	padding: 0px;
	height: 1px;
	overflow: hidden;
  visibility: hidden;
}

.pkgItemsVisible {
	margin: 0;
	padding: 0px;
	height: 200px;
	overflow: visible;
  visibility: visible;
}

.alacarteGroup {
	color: #BBD6F3;
	font-size: 110%;
	font-weight: bold;
	padding-top: 20px;
}

.alacarteDesc {
	padding-left: 40px;
	padding-right: 10px;
	text-align: left;
}

.alacartePrice {
	text-align: right;
}

.contactDetail
{
  background-color: #FFFFFF;
}

.contactHeader
{
  background-color: #e8e8e8;
}


/* Define sidemenu styles for wedding page */
a.sideMenuItem, a.sideMenuItem:hover, a.sideMenuItem:visited,
a.sideMenuItemSelected, a.sideMenuItemSelected:hover, a.sideMenuItemSelected:visited
{
	padding-bottom: 8px;
	text-decoration: none;
}

a.sideMenuItem, a.sideMenuItem:hover,
a.sideMenuItemSelected
{
	height: 22px;
	text-align: left;
}

a.sideMenuItem, a.sideMenuItem:visited,
a.sideMenuItemSelected, a.sideMenuItemSelected:visited
{
	color: #2C06FF;
}

a.sideMenuItem:hover,
a.sideMenuItemSelected, a.sideMenuItemSelected:hover, a.sideMenuItemSelected:visited
{
	text-decoration: underline;
}

.calendar
{
	width: 100%;
}

.calPrevMonth,
.calCurrentMonth,
.calNextMonth
{
  width: 33%;
}

.calPrevMonth
{
  text-align: left;
}

.calCurrentMonth
{
  text-align: center;
}

.calNextMonth
{
  text-align: right;
}


/* styles for checklist */
#checkList {
	margin: 10px;
	list-style: none;
	}

#checkList li {
	height: 50px;
	width: 100%;
	padding-left: 40px;
  list-style: none;
	background: url(./images/check.gif) top left no-repeat;
	}


.invalidField {
  color: Red;
	font-weight: bold;
}

#eventDesc li {
	font-size: 125%;
	margin-left: 280;
	padding-top: 10;
	padding-bottom: 10;
  list-style: none;
}

#eventDesc1 {
	padding-left: 0;
}

#eventDesc2 {
	padding-left: 40;
}

#eventDesc3 {
	padding-left: 80;
}

#eventDesc4 {
	padding-left: 120;
}

ul.trimmedList {
  margin-top: 0;
	padding: 0;
}

.largerFont {
	font-size: 125%;
}

