/* Generic Styles */
html
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 25px 0px 0px 0px;
	text-align: center;
	width: 100%;
	background-color: #E2E2E2;
	color: #000;
	background-image: url('/images/backgrounds/master_back.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a.boldLinks
{
	font-weight: bold;
	color: #4F4949;
	background-color: #E2E2E2;
	text-decoration: none;
}

a.boldLinks:visited
{
	color: #4F4949;
	background-color: #E2E2E2;
}

a.boldLinks:hover
{
	font-weight: bold;
	color: #CC0000;
	background-color: #E2E2E2;
	text-decoration: underline;
}

#container
{
    display: block; /* NEW */
	position: relative;
	margin: 0px auto;
	width: 760px;
	height: 100%;
	font-size: 1em;
	background-color: #FFF;
	color: #000;
	border: 1px solid #4F4949;
}

#topbox
{
	color: #4F4949;
	font-weight: bold;
	width: 100%;
	height: auto;
	background-color: #E2E2E2;
	text-align: right;
}

#topboxtext
{	
	font-size: 0.7em;
	padding: 5px;
}

#titlediv
{
	width: 100%;
	height: 120px;
}

#titleImage
{
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}

h1{
	font-size: 0.7em;
}


#quoteText h1,
#quoteText h3,
#quoteText span
{
	color: #183487;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
}


#quoteText
{
	
	color: #4F4949;
	background-color: inherit;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}

#quotemediv
{
	font-size: 0.7em;
	color: #4F4949;
	background-color: #FFF;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

.clearLeft
{
	clear: left;
}

a:visited
{
	color: #000;
	background-color: #FFF;
}


/*front section*/
#sectionpub
{
	float: left;
	width: 199px;
	height: 383px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 0.6em;
}

/** > #sectionpub{
	margin-left: 55px;
}*/

#sectionrest
{
	float: right;
	margin-right: 0px;
	width: 199px;
	height: 383px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 0.6em;
}

#sectionhotels
{
	float: left;
	width: 199px;
	height: 383px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 0.6em;
	margin-right: 27px;
	margin-left: 27px;
}
* > #sectionhotels{

}

.photoLink
{
    display: block;
    margin-bottom: 2px;
}

.sectiontext
{
	color: #4F4949;
	background-color: #fff;
	margin: 0px 5px 0px 5px;
	height: 177px;
	clear:left;
	overflow: hidden;
}


.sectiontext h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 1.0em;
	display: inline;
}

.sectiontext a
{
    color: #4F4949;
    background-color: inherit;
    text-decoration: underline;
}

.firstpara{
	display: inline;
}

.sectionImage{
	margin: 0px 2px;
	border: none;
	width: 195px;
	height: 145px;
	overflow: hidden;
}

.phoneNumber
{
	font-weight: bold;
	text-align: center;
	width: 185px;
	font-size: 1.5em;
	vertical-align: bottom;
}

.phoneNumberPub
{
	font-weight: bold;
	text-align: center;
	width: 185px;
	font-size: 1.5em;
	clear:left;
	vertical-align:bottom;
}

/** > .phoneNumber
{
	font-weight: bold;
	text-align: center;
	width: 185px;
	font-size: 1.5em;
	clear:left;
	vertical-align:bottom;
	margin-top: 21px;
}*/

.moreInfoFront
{
	clear:left;
	vertical-align:bottom;
	display:block;
	text-align: center;
}

/* Generic Section styles eg. Pubs, resturaunt etc... */
a.moreInfo
{	
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
	width: 190px;
	display: block;
	background-image: url('/images/buttons/linkArrowOff.gif');
	background-repeat: no-repeat;
	background-position: 1% 50%;
	padding: 3px 3px 3px 20px;
	border: 1px solid #FFFFFF;
}

.footerClass
{
	/*float: left;*/
	margin-top: 10px;
	width: 100%;
	height: 70px;
	display: block;
	clear: left;
}

/* About page */

#quoteyou
{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#quotemepub
{
	width: 100%;
	text-align: center;
}

#quotemerest
{
	width: 100%;
	text-align: center;
}

#quotemehotel
{
	width: 100%;
	text-align: center;
}

a.moreInfo:hover
{
	background-image: url('/images/buttons/linkArrowOn.gif');
	background-repeat: no-repeat;
	background-position: 1% 50%;
	padding: 3px 3px 3px 20px;
	color: #CC0000;
	background-color: #E2E2E2;
	border: 1px solid #173486;
}

#bottomLinksDiv
{
	padding: 0px;
	margin: 0px;
	display:block;
	background-color: #E2E2E2;
	color: #000;
}

#bottomLinksText
{
	line-height: 18px;
	padding: 5px;
	font-weight: bold;
	color: #4F4949;
	background-color: #E2E2E2;
	font-size: 0.7em;
}

#copyrightDiv
{
    display: block;
    margin-bottom: 20px;
}

#copyrightText
{
	float: left;
	padding: 3px;
	color: #CECECE;
	background-color: #FFF;
	font-size: 0.6em;
}

#copyrightText a{
	color: #CECECE;
	background-color: #FFF;
	text-decoration: none;
}

#updateText
{
	padding: 3px;
	float: right;
	color: #CECECE;
	background-color: #FFF;
	font-size: 0.6em;
}

/* Page Sections */

/* Pubs */
.mainBody
{
	text-align: left;
	/*margin: 0px;*/
	padding-bottom: 25px;
	width: 657px;
	margin: 0px auto;
	overflow: hidden;
}

#pnl_enquiryform h2, #mainContent h2
{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.00em;
}

#mainContent .linkSectionHeading h2{
	font-family: "Trebuchet MS", verdana, serif;
	font-size: 1.5em;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	margin: 2px;
}

#pubSide
{
	float: left;
	margin: 0px 0px 10px 0px;
	width: 197px;
	background-image: url('/images/sections/pubs.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: auto;
}

#sideLinkText
{
	padding-top: 160px;
	width: 197px;
	padding-left: 5px;
}


#mainContent
{
	position: relative;
	display: block;
	margin-right: 10px;
	height: 481px;
	font-size: 0.8em;
	width: 100%;
	text-align: left;
	margin-left: 199px;
	/* 10/09/2008 */
	width: 542px;
	/* END: 10/09/2008 [MT] */
}

* > #mainContent{
	width: 542px;
	margin-left: 205px;
	height: auto;
	min-height: 481px;
}

/*#mainContent p a{
	color: #C00;
	background-color: #FFF;
	text-decoration: underline;
}*/

#mainContent .indent{
	margin-left: 60px;
}

#mainContent .linkSectionLinks{
	display: block;
	font-size: .85em;
	text-align: center;
}

#mainContent .linkSectionLinks a{
	color: #000;
	padding: 2px;
	line-height: 1.5em;
}

#mainContent .linkSectionLinks a:hover{
	color: #DC2B1B;
}

#mainContent .linkSectionHeading{
	display: block;
	margin: 15px 0px 5px 0px;
	background-color: #e2e2e2;
	padding: 2px;
}

#mainContent .link{
	padding-bottom: 5px;
	/*border-bottom: 1px dotted #ccc;*/
}

#mainContent .linkTitle,
#mainContent .linkTitle a{
	color: #183487;
	margin-top: 2px;
	font-size: 1.1em;
}

#mainContent .linkTitle a
{
    text-decoration: none;
}

#mainContent .linkDescription{
	color: #333;
	margin-top: 2px;
	font-size: .85em;
}

#mainContent .linkHref{
	margin-top: 2px;
	font-size: .85em;
}

#mainContent .linkHref a{
	color: #000;
}

#mainContent .linkHref a:hover{
	color: #DC2B1B;
}

h1.contentHeading
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

/*Contact Us Page*/
#bodySide
{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 199px;
	background-image: url('/images/backgrounds/sideimage.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 481px;
	clear: left;
}

/*form elements*/
#contactForm,
.linkDetails,
#linkFormWrapper
{
	width: 400px;
	color: #000;
	background-color: #FFE8A1;
	border: 1px solid #898989;
	padding: 5px;
	float: left;
}

* > #contactForm
{
	width: 380px;
}

#contactForm p
{
    margin-bottom: 0px;
    margin-top: 2px;
}

#contactForm label{
	line-height: 1.6em;
}

#contactForm input{
}

#txt_renewaldate{
	width: 100px;
}

#txt_address{
	/*margin-left: 185px;*/
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
}

/*.lblMoreInfo
{
	vertical-align: top;
	width: auto;
}*/

#txt_moreinfo{
	/*margin-left: 185px;*/
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
}

.txtMoreInfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	height: 80px;
	margin-right: 38px;
}

label{
	float: left;
	width: 170px;
	text-align: right;
	margin-right: 5px;
	line-height: 25px;
}

#inputcontrols
{
	margin-top: 10px;
	padding-right: 10px;
	text-align: right;
}

.requiredInput
{
	font-size: 0.6em;
	color: #CC0000;
	background-color: #FFE8A1;
}

/* Hotel and Restaurant quotes */
.quoteContainer
{
	text-align: center;
}

.quoteNormalText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align:left;
}

.quoteTitleText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align:left;
	margin-bottom: 15px;
	clear: left;
}

.questionDiv
{
	width: 300px;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 10px;
}

.quoteTextLabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	clear: left;
}

.quoteQuestion
{
	text-align:right;
	
}

.quoteCoverSelect
{
	margin-bottom: 10px;
}

.quoteLeftContainer
{
	float: left;
	width: 50%;
}

.quoteRightContainer
{
	float: left;
	width: 50px;
}

.formControls
{
	text-align:center;
}

.ul{
	text-decoration: underline;
}

#validators{
	text-align: right;
	padding: 0px 3px 0px 3px;
	margin: 0px auto;
	width: 760px;
}

#validators a
{
    font-size: 0.55em;
    margin: 0px 0px 0px 5px;
    padding-bottom: 5px;
}


/* New to replace dropdown nav */
#div_quicklinkstitle{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 200px;
	position:absolute;
	left: 550px;
	top: 100px;
	padding-left: 3px;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}

#div_quicklinksdrop{
	position:absolute;
	border: 1px solid #999999;
	display:none;
	width: 197px;
	background-color: #FFFFFF;
	left: 550px;
	top: 119px;
	text-align: left;
	z-index: 99;
	font-size: 12px;
	padding: 3px;
}

#div_quicklinksdrop a{
	text-decoration: none;
	color: #335CAD;
}

#div_quicklinksdrop a:hover{
	color: #CC0000;
	text-decoration: underline;
}

#div_quicklinksdrop a:visited{
}

.internalLink
{
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

.internalLink:hover
{
	border-bottom: 1px dotted #c00;
}

/* NEW: 13/05/08 [MT] */
.dataentryError
{
    color: #C00;
    background-color: inherit;
    font-weight: bold;
    margin-left: 175px;
    font-size: 0.70em;
}

/* 11/10/2008 */
#addUrl
{
    text-align: center;
}

#addUrl a
{
    color: #0066DD;
    background-color: inherit;
    text-decoration: underline;
}

#addUrl a:hover
{
    color: #002299;
    background-color: inherit;
}

h3.linkDetailsHeading,
h4.linkDetailsHeading
{
    margin: 0px;
    color: #c00;
    background-color: inherit;
    font-size: 1.0em;
}

h4.linkDetailsHeading
{
    color: #000;
    background-color: inherit;
    margin-top: 10px;
}

.linkDetails,
#linkFormWrapper
{
    width: 528px;
    padding: 5px;
    border: 2px dotted #ccc;
    margin-bottom: 10px;
    display: block;
}

#linkFormWrapper label
{
    margin-right: 5px;
    clear: left
}

#linkFormWrapper p.hilight
{
    color: #c00;
    background-color: inherit;
    font-style: italic;
    font-size: 0.70em;
    font-weight: bold;
    margin-left: 175px;
    margin-bottom: 5px;
}

#linkFormWrapper p
{
    margin: 0px;
}

/* Inputs */
#linkFormWrapper input[type=text],
#linkFormWrapper textarea
{
    border: 1px solid #666;
    font-family: Arial, Sans-Serif;
    color: #000;
    background-color: #fff;
    font-size: 1.00em;
}

#linkFormWrapper input.name
{
    width: 200px;
}

#linkFormWrapper input.email
{
    width: 280px;
}

#linkFormWrapper input.linkText
{
    width: 330px;
}

#linkFormWrapper textarea.linkDescription
{
    width: 330px;
    height: 80px;
    font-size: 1.00em;
    color: #000;
    background-color: #fff;
    border: 1px solid #666;
}

#linkFormWrapper span.instruction
{
    float: left;
    margin-top: 22px;
    width: 180px;
    text-align: right;
    display: block;
    position: absolute;
    left: 0px;
    font-size: 0.70em;
    color: #900;
}

#linkFormWrapper input.linkUrl
{
    width: 330px;
}

#linkFormWrapper input.backlinkUrl
{
    width: 330px;
}

#controls
{
    text-align: center;
    margin-top: 35px;
}

#controls input
{
   
}
/* END: Inputs */

#linkFormWrapper .formError,
#controls span.formErrorSend
{
    margin-left: 175px;
    margin-top: 8px;
    color: #c00;
    background-color: inherit;
    font-weight: bold;
    font-size: 0.85em;
    display: block;
}

#controls span.formErrorSend
{
    margin: 0px;
}

.linkDetails a
{
    font-size: 1.10em;
    color: #00c;
    background-color: Transparent;
}

.linkDetails div.linkHtml
{
    margin-top: 5px;
    padding: 3px 5px;
    text-align: left;
    border: 1px solid #ccc;
    color: #000;
    background-color: #fff;
}

/* END: 11/10/2008 [MT] */

