﻿.Image img
{
	left: -8px;
	top: -8px;
	padding: 2px;
	border: 1px solid #ADD8E6;
}

.Image img:hover
{
	border: 1px solid #3FBCE2;
	background-color: #FFFFFF;
}

body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	background: url(../Graphics/Background.png) left top repeat-x;
	background-color: #D8FD6D;
	text-align: center;
}

/* Clears floats */
.fc:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.fc {display: inline-block;}

/* Hides from IE-mac \*/
* html .fc {height: 1%;}
.fc {display: block;}
/* End hide from IE-mac */

a
{
	color: #00008B;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #800080;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

span.Underline
{
    text-decoration: underline;
}

span.Strike
{
    text-decoration: line-through;
}

input.SmallButton
{
	font-size: 90%;
}

span.HiddenText
{
	display: block;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

div.WideTableHolder
{
    overflow: hidden;
}

div.WideTableHolder table
{
    margin: 0px;
    margin-bottom: 20px;
}

#MainBody
{
	width: 883px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

#Header
{
	background: url(../Graphics/TopMiddle.png) left top repeat-x;
	width: 763px;
	height: 117px;
	position: relative;
	margin-bottom: -15px;
	margin: 0px 60px -15px 60px;
}

#Header .Hook1
{
	background: url(../Graphics/TopLeft.png) left top no-repeat;
	position: absolute;
	left: -60px;
	top: 0px;
	width: 60px;
	height: 117px;
}

#Header .Hook2
{
	background: url(../Graphics/TopRight.png) right top no-repeat;
	position: absolute;
	right: -60px;
	top: 0px;
	width: 60px;
	height: 117px;
}

#Header h1
{
	text-indent: -999px;
}

#Header h1 span
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 420px;
	height: 70px;
	background: url(../Graphics/HeaderTitle.jpg) left top no-repeat;
}

#Header p
{
	position: absolute;
	width: 250px;
	right: 30px;
	top: 20px;
	text-align: center;
	font-size: 110%;
}

#Header div.AdminWelcomeMessage
{
	position: absolute;
	bottom: 35px;
	right: 0px;
	color: #006400;
	font-weight: bold;
	font-size: 90%;
}

#Header div.AdminWelcomeMessage input
{
	font-size: 80%;
	margin-left: 10px;
}

/*---- Navigation Section ----*/

#Navigation
{
	width: 178px;
	background: url(../Graphics/SideMiddle.png) left top repeat-y;
	float: left;
	margin-right: -10px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}

#Navigation .Hook1,
#SecondaryNavigation .Hook1
{
	display: block;
	width: 178px;
	height: 50px;
	position: absolute;
	top: -50px;
	left: 0px;
	background: url(../Graphics/SideTop.png) left top no-repeat;
}

#Navigation .Hook2,
#SecondaryNavigation .Hook2
{
	display: block;
	width: 178px;
	height: 50px;
	position: absolute;
	bottom: -50px;
	left: 0px;
	background: url(../Graphics/SideBottom.png) left bottom no-repeat;
}

#Navigation > ul
{
	position: relative;
	padding: 0px 35px 0px 25px;
	margin-top: -15px;
	z-index: 1;
}

#Navigation > ul li
{
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #666666;
	margin-bottom: 10px;
}

#Navigation > ul span
{
	text-decoration: underline;
}

#Navigation > ul > li > ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#Navigation > ul > li > ul li
{
	font-size: 80%;
	border-bottom: none;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 0px;
}

#Navigation > ul > li > ul > li > ul
{
	margin: 0px 0px 8px 0px;
	display: block;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#Navigation > ul > li > ul > li > ul > li
{
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	background: url(../Graphics/SubNavDots.gif) left top no-repeat;
	padding-left: 7px;
}

#Navigation > ul > li > ul > li.SelectedLevel2
{
	list-style-type: none;
	position: relative;
	padding-top: 65px;
}

#Navigation > ul > li > ul > li.SelectedLevel2 > ul
{
	display: inline;
	position: static;
}

*:first-child+html #Navigation > ul > li > ul > li.SelectedLevel2
{
	padding-top: 50px;
}

#Navigation > ul > li > ul > li.SelectedLevel2 > strong
{
	display: block;
	text-decoration: none;
	background: url(../Graphics/Tab.png) left top no-repeat;
	width: 145px;
	height: 28px;
	position: absolute;
	left: -28px;
	top: -5px;
	z-index: 99;
	padding: 23px 0px 20px 28px;
	font-weight: bold;
}

/*---- Main Content Section ----*/

#MainContent
{
	width: 468px;
	float: left;
	background: url(../Graphics/MainMiddle.png) left top repeat-y;
	position: relative;
	margin-top: 50px;
	margin-bottom: 60px;
	padding: 0px 45px 0px 35px;
}

*:first-child+html #MainContent
{
	z-index: -1;
}

#MainContent h2
{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}

#MainContent h3
{
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	width: 100px;	
}

#MainContent ul.ContentsList
{
	float: left;
	margin-bottom: 20px;
}

#MainContent ul.ContentsList li
{
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.4em;
}

#MainContent h4
{
	clear: both;
	font-size: 130%;
	font-weight: bold;
	color: #8B0000;
	border-bottom: 2px #8B0000 solid;
	margin-bottom: 10px;
}

#MainContent p
{
	text-align: justify;
	margin: 10px 0px 10px 10px;
	line-height: 1.5em;
}

#MainContent div.TextContent
{
	margin-left: 10px;
	clear: both;
	margin-bottom: 10px;
}

#MainContent div.TextContent p
{
	margin-left: 0px;
	margin-top: 0px;
}

#MainContent div.TextContent ul li
{
	list-style-type: disc;
	margin-left: 25px;
}

#MainContent ul.ContentsListBottom
{
	border-top: 2px #8B0000 solid;
	font-size: 80%;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin-top: 20px;
	clear: both;
}

#MainContent ul.ContentsListBottom li
{
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 2px solid #000000;
}

#MainContent ul.ContentsListBottom li.LastElement
{
	border-right: none;
}

#MainContent span.Breadcrumbs
{
	display: block;
	width: 513px;
	position: absolute;
	left: 0px;
	font-size: 80%;
}

#MainContent span.BreadcrumbsTop
{
	height: 30px;
	background: url(../Graphics/MainTop.png) left top no-repeat;
	top: -50px;
	padding: 20px 0px 0px 35px
}

#MainContent span.BreadcrumbsBottom
{
	height: 55px;
	background: url(../Graphics/MainBottom.png) left bottom no-repeat;
	bottom: -60px;
	padding: 5px 0px 0px 35px;
}

#MainContent div.AdminEditPageControls
{
	padding-bottom: 30px;
	clear: both;
	font-size: 80%;
	margin-top: 10px;
	margin-left: 10px;
}

#MainContent div.AdminEditPageControls ul li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #000000;
	list-style-type: none;
}

#MainContent div.AdminEditPageControls ul li.FirstElement
{
	padding-left: 0px;
}

#MainContent div.AdminEditPageControls ul li.LastElement
{
	padding-right: 0px;
	border-right: none;
}

*:first-child+html #MainContent div.AdminEditPageControls ul li.AdminEditPageMoveTextDown
{
	padding-left: 0px;
}

#MainContent .AdminEditPageControls input
{
	font-size: 90%;
	margin: 0px;
}

*:first-child+html #MainContent div.AdminEditPageControls ul li.AdminEditPageMoveTextUp
{
	padding-left: 0px;
}

/*--- Google Embedded Map ---*/

div.GoogleMap
{
    margin-top: 20px;
    text-align: center;
    clear: both;
}

div.GoogleMap iframe
{
    border: 2px solid #00008B;
    margin-bottom: 10px;
}

/*-- Testimonials */

ul.TestimonialsList
{
	margin-left: 10px;
}

ul.TestimonialsList li
{
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul.TestimonialsList li span.TestimonialText
{
	font-weight: bold;
	font-style: italic;
}

img.TestimonialImageTop
{
	float: left;
	margin: 0px 5px 5px 0px;
}

img.TestimonialImageBottom
{
	float: right;
}

/*-- Form inputs */

#MainContent fieldset
{
	border: 1px solid #8B0000;
	margin-left: 10px;
	font-size: 90%;
	margin-bottom: 20px;
}

#MainContent fieldset legend
{
	margin-left: 15px;
	color: #8B0000;
	font-weight: bold;
	font-size: 110%;
}

fieldset div.FieldSetInner
{
	padding: 15px 5px 15px 20px;
}

fieldset div.FormRowVertical,
fieldset div.FormRow
{
	margin-bottom: 5px;
}

fieldset div.FormRowGap
{
	margin-bottom: 15px;
}

fieldset div.FormRow label
{
	width: 110px;
	text-align: right;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	position: relative;
	top: 3px;
	vertical-align: bottom;
	clear: left;
}

fieldset div.FormRowVertical label
{
	display: block;
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
}

textarea.InputTextArea,
input.InputPassword,
input.InputTextBox,
input.InputUpload,
input.DropDown
{
	background-color: #FFFFE0;
}

textarea.InputTextArea:hover,
input.InputPassword:hover,
input.InputTextBox:hover,
input.InputUpload:hover,
input.DropDown:hover
{
	background-color: #FFFFBA;
}

.InputDateDropDown
{
    display: inline;
}

.InputDateDropDown label
{
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: none;
}

.InputDateDropDown select
{
    background-color: #FFFFE0;
    margin-right: 2px;
}

.InputDateDropDown select:hover
{
    background-color: #FFFFBA;
}

fieldset .Image
{
	margin-bottom: 10px;
	clear: right;
}

fieldset span.InputCheckBoxWithLabel,
fieldset span.InputRadioWithLabel
{
	display: block;
	width: 380px;
	margin-left: 115px;
	clear: both;
	position: relative;
	top: -12px;
}

fieldset span.InputCheckBoxWithLabel input,
fieldset span.InputRadioWithLabel input
{
	float: left;
}

fieldset span.InputCheckBoxWithLabel label,
fieldset span.InputRadioWithLabel label
{
	display: inline;
	font-weight: normal;
	text-align: left;
	padding-left: 3px;
	font-style: italic;
	clear: none;
}

fieldset div.FormButtons
{
	margin-left: 120px;
	margin-top: 15px;
	margin-bottom: 5px;
}

fieldset div.FormButtons input
{
	margin-right: 5px;
}

fieldset span.FormMessage
{
	margin-left: 120px;
	font-size: 90%;
	display: block;
	margin-top: 2px;
}

fieldset dl:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

fieldset dl
{
	display: inline-table;
}

fieldset dl
{
	display: block;
}

fieldset dl dt
{
	float: left;
	width: 110px;
	clear: left;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 7px;
}

fieldset dl dd
{
	float: left;
	clear: right;
	width: 280px;
	margin-bottom: 7px;
}

*:first-child+html fieldset dl dd
{
	margin-left: 120px;
	float: none;
}

/*---- Form Validator controls styling ----*/

#MainContent .Validator
{
	margin-left: 110px;
	color: #8B0000;
}

#MainContent .Validator p
{
	margin-top: 0px;
}

#MainContent .Validator p.AdvancedValidator-MainMessage
{
	color: #8b0000;
	font-size: 90%;
	padding-top: 2px;
	margin-bottom: 8px;
	font-weight: bold;
}

#MainContent .Validator div.AdvancedValidator-MainBox
{
	width: 300px;
	border: 2px solid #c6c304;
	background-color: #fefecc;
	padding: 4px;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color: #2e2d00;
}

#MainContent .Validator div.AdvancedValidator-MainBox p
{
	padding: 5px 10px 0px 0px;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 1.4em;
}

#MainContent .Validator div.AdvancedValidator-MainBox div.FormMessage-Close a
{
	font-weight: bold;
	font-size: 110%;
}

#MainContent .Validator p.AdvancedValidator-MainMessage span.AdvancedValidator-CssPopup
{
	border: 2px solid #c6c304;
	background-color: #fefecc;
	color: #000000;
	width: 300px;
}

#MainContent .Validator p.AdvancedValidator-MainMessage span.AdvancedValidator-CssPopupMessage
{
	display: block;
	font-style: italic;
	padding-left: 10px;
}

/*---- Photo List ----*/

table.PhotoList
{
	margin-top: 10px;
	margin-left: 10px;
	width: 100%;
}

table.PhotoList td
{
	padding-bottom: 20px;
	font-size: 80%;
	text-align: center;
}

span.PhotoSelectAdminControls
{
	position: relative;
	left: -10px;
}

/*---- Paging Navigation ----*/

div.Paging
{
	margin-left: 10px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}

div.Paging:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.Paging
{
	display: inline-table;
}

* html div.Paging { height: 1%; }
*:first-child+html div.Paging { height: 1%; }

div.Paging
{
	display: block;
}

div.Paging div.PagingRecordCount
{
	display: block;
	float: left;
	text-align: left;
	width: 165px;
	padding-top: 5px;
}
div.Paging div.PagingPageSize
{
	display: block;
	float: left;
	width: 140px;
	vertical-align: top;
}

div.Paging div.PagingPageSize select
{
	font-size: 90%;
	background-color: #FFFFE0;
}

div.Paging div.PagingPageSize input
{
	font-size: 90%;
}

div.Paging table.PagingNavLinks
{
	float: right;
	text-align: right;
	padding-top: 3px;
}

div.Paging table.PagingNavLinks a span
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

div.Paging table.PagingNavLinks tr td.PageLeft,
div.Paging table.PagingNavLinks tr td.PageRight
{
	width: 17px;
	height: 17px;
}

div.Paging table.PagingNavLinks tr td.PageDisplay
{
	padding: 0px 4px 0px 4px;
}

div.Paging table.PagingNavLinks tr td.PageLeft a
{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../Graphics/PageLeft.gif) left top no-repeat;
}

div.Paging table.PagingNavLinks tr td.PageLeft a:hover
{
	background: url(../Graphics/PageLeft.gif) left top no-repeat;
}

div.Paging table.PagingNavLinks tr td.PageRight a
{
	display: block;
	width: 17px;
	height: 17px;
	background: url(../Graphics/PageRight.gif) left top no-repeat;
}

div.Paging table.PagingNavLinks tr td.PageRight a:hover
{
	background: url(../Graphics/PageRight.gif) left top no-repeat;
}

/*---- Apartment Prices table ----*/

table.ApartmentPrices
{
	width: 100%;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0px 0px 20px 0px;
}

table.ApartmentPrices th,
table.ApartmentPrices td
{
	padding: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	text-align: center;
}

table.ApartmentPrices tr.AlternatingElement
{
	background-color: #FEFF6F;
}

table.ApartmentPrices thead tr th
{
	background-color: #CCFF00;
	font-weight: bold;
}

table.ApartmentPrices tbody tr th
{
	font-weight: bold;
}

table.ApartmentPrices input.InputTextBox
{
    width: 50px;
}

div.PricesAdminButtons
{
    margin-bottom: 10px;
    text-align: right;
}

/*---- About Us page ----*/

div.PropertyOwnersLogo
{
    clear: both;
    text-align: center;
}

/*---- Availability Calendar ----*/

.BookingCalendar
{
    margin-left: 10px;
    clear: both;
}

.BookingCalendar h5
{
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 20px;
}

.BookingCalendar table
{
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	font-size: 12px;
	margin-left: 20px;
	border-collapse: separate;
}

.BookingCalendar table td,
.BookingCalendar table th
{
	padding: 3px;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	width: 50px;
	text-align: center;
}

.BookingCalendar thead tr
{
	background-color: #FFFFCC;
	font-weight: bold;
	font-size: 14px;
}
            
.BookingCalendar td.Booked
{
	background-color: #F66F59;
}
			
.BookingCalendar td.Unbooked
{
	background-color: #CCFF00;
}

.BookingCalendar td.StartBooking
{
	background: url(../Graphics/bookStart.jpg) center center no-repeat;
}

.BookingCalendar td.EndBooking
{
	background: url(../Graphics/bookEnd.jpg) center center no-repeat;
}

.BookingCalendar td.Bookingcrossover
{
	background: url(../Graphics/bookCrossover.jpg) center center no-repeat;
}

.BookingCalendar td.DoesntBook
{
    background-color: #999;
}

.BookingKey
{
    margin-top: 20px;
}

.BookingKey ul
{
    margin-left: 30px;
    font-size: 80%;
}

.BookingKey ul li span
{
    position: relative;
    top: -10px;
}

ul.CalendarApartmentSubLinks
{
    margin-left: 20px;
    margin-bottom: 3px;
    font-size: 90%;
    margin-right: 20px;
}

ul.CalendarApartmentSubLinks li.FirstElement
{
    padding-left: 0px;
}

ul.CalendarApartmentSubLinks li.LastElement
{
    border-right: none;
}

ul.CalendarApartmentSubLinks li
{
    display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 2px solid #000000;
}

ul.AvailabilityApartmentLinks
{
	font-size: 100%;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin-top: 20px;
	clear: both;
}

ul.AvailabilityApartmentLinks li
{
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 2px solid #000000;
}

ul.AvailabilityApartmentLinks li span
{
    font-weight: bold;
}

ul.AvailabilityApartmentLinks li.FirstElement
{
    padding-left: 0px;
}

ul.AvailabilityApartmentLinks li.LastElement
{
	border-right: none;
}

/*---- Holiday Hire page ----*/

div.HolidayHires
{
    clear: both;
}

div.HolidayHires h5
{
    clear: both;
    color: #8B0000;
    border-bottom: 2px solid #8B0000;
    font-weight: bold;
    padding-top: 15px;
}

div.HolidayHires img
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    top: 5px;
}

div.HolidayHires strong
{
    display: block;
    position: relative;
    left: 20px;
    margin-top: 5px;
}

/*---- Floor Plan styles ----*/

div.FloorPlan
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}

div.FloorPlan a
{
    display: block;
}

/*---- Contact details page ----*/

dl.ContactDetails
{
    clear: both;
    margin-left: 10px;
}

dl.ContactDetails dt
{
    float: left;
    font-weight: bold;
    padding-right: 10px;
    padding-bottom: 3px;
}

dl.ContactDetails dd
{
    padding-bottom: 3px;
}

/*---- Sitemap Navigation styling ----*/

div.SiteMapNavigation
{
    margin-left: 10px;
    clear: both;
}

div.SiteMapNavigation ul.ListLevel1 li
{
    list-style-type: none;
}

div.SiteMapNavigation ul.ListLevel1 li span
{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-decoration: underline;
}

div.SiteMapNavigation ul.ListLevel2
{
    margin-left: 20px;
}

div.SiteMapNavigation ul.ListLevel2 li
{
    padding-left: 10px;
    list-style-type: disc;
    padding-bottom: 5px;
}

div.SiteMapNavigation ul.ListLevel3
{
    margin-bottom: 10px;
}

div.SiteMapNavigation ul.ListLevel3 li
{
    margin-left: 20px;
    list-style-type: circle;
}

div.SiteMapNavigation ul
{
    padding-top: 5px;
}


/*-- Blogging Section styles --*/

#MainContent div.BlogSection
{
    margin-left: 10px;
}

#MainContent div.BlogSection h5
{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: -5px;
}

#MainContent div.BlogSection h5 .BlogTitle
{
    color: #000000;
    text-decoration: underline;
}

#MainContent div.BlogSection p.PublishInfo
{
    font-style: italic;
    font-size: 90%;
    padding-left: 30px;
}

#MainContent div.BlogSection p
{
    margin-left: 0px;
    padding-left: 0px;
}

div.CommentsControls
{
    margin-bottom: 10px;
    font-size: 90%;
}

div.CommentsControls:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.CommentsControls {display: inline-block;}

/* Hides from IE-mac \*/
* html div.CommentsControls {height: 1%;}
div.CommentsControls {display: block;}
/* End hide from IE-mac */

div.CommentsControls a.PostCommentLink
{
    float: right;
}

div.CommentsControls a.ViewCommentLink
{
    float: left;
}

/*---- Secondary Navigation Styling ----*/

#SecondaryNavigation
{
	width: 118px;
	background: url(../Graphics/SideMiddle.png) left top repeat-y;
	float: right;
	margin-left: -15px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	padding: 0px 35px 0px 25px;
}

#SecondaryNavigation h5
{
	font-weight: bold;
	font-size: 90%;
	text-decoration: underline;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid gray;
	clear: both;
	padding-top: 8px;
}

#SecondaryNavigation h5.FirstElement
{
	margin-top: -15px;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
	border: none;
	padding-top: 0px;
}

#SecondaryNavigation ul.QuickLinksList
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#SecondaryNavigation ul.QuickLinksList li
{
	font-size: 80%;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

.MainImage
{
	position: relative;
	top: -25px;
	left: -15px;
}

.RandomImage
{
	margin-bottom: 10px;
}

*:first-child+html .RandomImage
{
	margin-bottom: 0px;
}

/*---- Quick Poll ---*/

#QuickPoll
{
	margin-top: 10px;
}

#QuickPoll legend
{
	display: none;
}

#QuickPoll p
{
	font-size: 80%;
	margin-bottom: 5px;
}

#QuickPoll ul li
{
	list-style-type: none;
	margin-left: 0px;
	clear: both;
	margin-bottom: 3px;
}

#QuickPoll ul li:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#QuickPoll ul li
{
	display: inline-table;
}

* html #QuickPoll ul li { height: 1%; }

#QuickPoll ul li
{
	display: block;
}

#QuickPoll ul li input
{
	display: block;
	float: left;
	clear: left;
}

#QuickPoll ul li label
{
	display: block;
	float: left;
	clear: right;
	width: 90px;
	padding-top: 3px;
	padding-left: 2px;
	font-size: 80%;
}

#QuickPoll input.VoteButton
{
	margin-left: 23px;
	clear: left;
	margin-top: 3px;
}

#QuickPoll span.VoteResults
{
	font-size: 80%;
	display: block;
	margin-left: 23px;
	margin-top: 5px;
}

#QuickPoll ul.PollResults
{
    margin-top: 10px;
}

#QuickPoll ul.PollResults li span
{
    display: block;
    clear: both;
    background-color: #006400;
    margin: 0px 0px 8px 0px;
    height: 10px;
    font-size: 0px;
}

span.AlreadyVotedMessage
{
    font-size: 80%;
    font-style: italic
}

/*---- Footer Section ----*/

#Footer
{
	position: relative;
	width: 548px;
	float: left;
	margin-left: 168px;
	font-size: 70%;
}

#Footer .Hook1
{
	position: absolute;
	display: block;
	width: 548px;
	height: 50px;
	top: 0px;
	left: 0px;
	background: url(../Graphics/MainTop.png) left top no-repeat;
	z-index: -1;
}

#Footer .Hook2
{
	position: absolute;
	display: block;
	width: 548px;
	height: 60px;
	top: 50px;
	left: 0px;
	background: url(../Graphics/MainBottom.png) left top no-repeat;
	z-index: -1;
}

#Footer #CopyRight
{
	position: absolute;
	top: 30px;
	left: 40px;
}

#Footer #CopyRight a
{
	color: Black;
}

#Footer #CopyRight a:hover
{
	text-decoration: none;
}

#Footer #FooterContact
{
	position: absolute;
	top: 30px;
	right: 40px;
	text-align: right;
	font-size: 110%;
}

#Footer #FooterContact span
{
	display: block;
	margin-bottom: 5px;
}

#Footer #FooterLinks
{
	position: absolute;
	top: 50px;
	left: 40px;
}

#Footer #FooterLinks li
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 2px solid #000000;
}

#Footer #FooterLinks li.FirstElement
{
	padding-left: 0px;
}

#Footer #FooterLinks li.LastElement
{
	border-right: none;
}