﻿html  
{
	font-family:Verdana; 
	background-color:White;
	overflow-y:scroll;
}
html, body  
{
	margin:0; 
	padding:0; 
}
p  
{
	color:#000000;
	margin:5px 0; 
}


#mainframe  
{
	padding:20px; 
	width:804px;
	margin:20px auto;
}

#mainframe, #mainframe .sb-inner { background: White; }
#mainframe .sb-shadow { background: Black; }
#mainframe .sb-border { background: #336699; }

#header
{
}

#headerimg
{
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:120px;	
}

#headermenu
{
	/*
	border:Solid 1px Green;
	color:White;
	position:Absolute;
	top:70px;
	width:300px;
	height:25px;
	*/
}

#enquiryform
{
    position: absolute;
    background-color: #333333;
    filter: alpha(opacity=95);
    opacity: 0.95;
    -moz-opacity: 0.95;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    border: solid 4px #7F99B2;
    padding: 8px 8px 8px 8px;
}

#titleheader
{
	text-align: center;
}

#enquiryformclose
{
	font-size: 0.8em;
}

#content
{
	background:White;
	width:100%;
	height:100%;
}

#footertext
{
	color:#AAAAAA;
	text-align: center;
	font-size: 0.6em;
}

/* Menu */
.MenuNormal
{
    text-decoration: none;
	color: White;
	font-size: 0.7em;
	font-weight: bold;
}
.MenuHover a
{
	text-decoration: underline;
	font-size: 0.7em;
	font-weight: bold;
}
.MenuSelected
{
	color: #7F99B2;
	font-size: 0.7em;
	font-weight: bold;
}


/* General */

.TextPageHeader
{
	color: #3F668D;
	text-align: center;
	font-size: 1.1em;
}

.TextNormal
{
    text-align: left;
	color:Black;
	font-size:0.7em;
}
.TextHighlighted
{
    text-align: left;
	color:Black;
	font-size:0.8em;
}

.TextFormHeader
{
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 0.9em;
}
.TextFormTitle
{
	font-weight: bold;
	color: White;
	text-align: center;
	font-size: 0.8em;
}
.TextFormNormal
{
	color: White;
	font-size:0.7em;
}
.TextFormError
{
	color: Yellow;
	font-size:0.7em;
}

.MainTable
{
    padding: 8px;
}

/* Images */
.FlowImage
{
	
}
.FlowImage1, .FlowImage2
{
    border: 0px;
	float:left; 
	/*clear:left;*/
}

/* Hyperinks -  */
a.LinkGeneral {color: #3F668D; text-decoration: none;}
a.LinkGeneral:hover {text-decoration: underline;}

a.LinkHighlighted {color: #3F668D; font-weight:bold; text-decoration: none;}
a.LinkHighlighted:hover {text-decoration: underline;}
