﻿.FormTable 
{
	width:80%;
	
}
.FormQuestion 
{
	background-color: #0083a6;
	color: #ffffff;
	font-weight:bold;
	width: 150px;
	padding: 3px;
	font-family: Tahoma, Verdana, arial;
	font-size: 11px;
	vertical-align:top;
}
/* the Previous need to remain together in this order */



.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Search Results Page */
.SearchResultsTitle
{
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top: 20px;
	font-size: 120%;
}


.SearchResultsDescription
{
	font-size: 100%;
	padding:0px;
	margin:0px;
	padding-top:4px;

}

.SearchResultsURL 
{
	font-size: 80%;
	color: #aaaaaa;
	padding:0px;
	margin:0px;
	padding-top:4px;

}

/* End Search Results Page */

.menubackgroundtop {
	background-image: url(../images/Home/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_background {
	background-image: url(../images/Home/bottom_bg.gif);
	background-repeat: repeat-x;
	
}
.menu_bottom_bg {
	background-image: url(../images/Home/menu_bottom.gif);
	background-repeat: no-repeat;
}
.text_only_bg {
	background-image: url(../images/Home/text_only_bg.gif);
	background-repeat: repeat-x;
}
.main_background {
	background-image: url(../images/Home/bodymain_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_background_bottom {
	background-image: url(../images/Home/bodymain_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main_background_lines {
	background-image: url(../images/Home/bodymain_bg_lines.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_bottom_bg {
	background-image: url(../images/Home/body_bottom_pic_bg.gif);
	background-repeat: repeat-x;
}
.Enquiries 
{ color: #e27634; font-weight:bold; font-family:Verdana, arial; font-size: 16px; line-height:18px;}
.Sign_up 
{ color: #000000; font-weight:bold; font-family:Verdana, arial; font-size: 13px; line-height:15px;}
.phone_text 
{ color: #0083a6; font-weight:bold; font-family:Verdana, arial; font-size: 15px; line-height:18px;}
.Address_text 
{ color: #0083a6; font-weight:bold; font-family:Verdana, arial; font-size: 11px; line-height:14px;}
.top_menu_text 
{ color: #0083a6; font-weight:bold; font-family:Verdana, arial; font-size: 12px; padding:5px;}

hr 
{
	border: 1px solid #a6d4e3;
	color:#a6d4e3;
	background-color:#a6d4e3;
	height:2px;
}

.menuStyle
{
	border:0px;
	border-bottom: 2px;
	border-bottom-style:dotted;
	border-bottom-color: #0083a6;
	z-index:999999;
}
