body
{
	margin: 0;
	background-color: #1d1d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#servicesArea h1
{
	display: none;
}

h2 {margin:0;}

img
{
	border:0;	
}

#topBlackBar
{
	height: 26px;
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background-color: black;
}

#topBlackBar a.enquiriesRollover
{
	display: block;
    width: 105px;
    height: 22px;
	background: url("Images/enquiries.gif") 10px 2px no-repeat;
    text-decoration: none;
}

#topBlackBar a:hover.enquiriesRollover 
{
	text-decoration: none;
	background-position: 10px -20px;
}

#servicesArea
{
	width: 771px;
	height: 160px;
	padding-top: 80px;
	padding-left: 232px;
	padding-bottom: 65px;
}

.servicesHeading
{
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #ff6c00;
}

.servicesBox
{
	width: 126px;
	height: 180px;
	float: left;
	margin-right: 3px;
}

.servicesBoxEnd
{
	width: 126px;
	height: 180px;
	float: left;
}

#servicesArea a.serviceImg
{
	float: left;
	width: 118px;
	height: 118px;
	border: 4px white solid;
	text-decoration: none;
}

#servicesArea a:hover.serviceImg
{
	float: left;
	width: 118px;
	height: 118px;
	border: 4px #ff6c00 solid;
	text-decoration: none;
}

#servicesArea h3
{
	float: left;
	color: #ff6c00;
	font-weight: bold;
	font-size: 13px;
	padding-right: 5px;
}

#servicesArea h3 a:link
{
	color: #ff6c00;
	text-decoration: none;
}

#servicesArea h3 a:visited
{
	color: #ff6c00;
	text-decoration: none;
}

#servicesArea h3 a:hover
{
	color: #ff6c00;
	text-decoration: underline;
}

#logoArea
{
	float: left;
	width: 1001px;
	height: 250px;
	background-image: url("Images/logo.jpg");
	background-repeat: no-repeat;
}


/*---------
Admin Page
---------*/

#adminArea
{
	width: 950px;
	padding-top: 55px;
	padding-left: 60px;
	padding-bottom: 65px;
}

#adminArea h3, #adminArea h4 
{
	color: #ff6c00;
}

#Aurora-LogoutPanel-UserSettingsLink
{
	display:none;
}

#Aurora-LogoutPanel-Message
{
	display:inline;
}

#Aurora-LogoutPanel-LogoutLink
{
	display:inline;
	margin-left: 5px;
}

#adminArea a:link
{
	color: #ff6c00;
	text-decoration: none;
}

#adminArea a:visited
{
	color: #ff6c00;
	text-decoration: none;
}

#adminArea a:hover
{
	color: #ff6c00;
	text-decoration: underline;
}

#Aurora-LoginPanel
{
	width:200px;
}

#Aurora-LoginPanel input
{
	margin-bottom: 5px;
	display:block;
}

p.Aurora-LoginPanel-FailMsg
{
	margin:0;
	color:red;
}

#Aurora-LoginPanel-ErrorBox
{
	border:1px solid red;
}

#Aurora-AdminNavigationPanel-Nav
{
	float:left;
	border-right:1px solid #ff6c00;
	padding-right:10px;
	color: #ff6c00;
}

#Aurora-AdminNavigationPanel-AdminPanel
{
	float:left;
	padding-left:10px;
	border-left:1px solid #ff6c00;
	position:relative;
	left:-1px;
}

#Aurora-AdminNavigationPanel-AdminPanel h4
{
	margin-top: 0;
}

#Aurora-AdminNavigationPanel-SectionList 
{
	list-style-type: none;
	margin:0;
	padding:0;
	font-weight: bold;
}

ul.Aurora-AdminNavigationPanel-SectionPanelList
{
	font-weight: normal;
}

table.Aurora-EnquiryAreaAdminPanel-AreaTable td
{
	width:150px;
	color: white;
}

#Aurora-EnquiryAreaAdminPanel-AreaNameLbl
{
	margin-right:19px;
}

#Aurora-EnquiryAreaAdminPanel-SubjectPrefixLbl
{
	margin-right:2px;
}

#Aurora-EnquiryAreaAdminPanel-AddNewArea div
{
	margin-bottom:5px;
}

.Aurora-EnquiryAreaAdminPanel-ErrorMessage
{
	margin:0;
	color:red;
}

#Aurora-EnquiryAreaAdminPanel-AreaNameErr, #Aurora-EnquiryAreaAdminPanel-SendToEmailErr,
#Aurora-EnquiryAreaAdminPanel-SubjectErr
{
	border:1px solid red;
}

#Aurora-EnquiryAreaAdminPanel fieldset
{
	margin-bottom: 20px;
	border:1px solid #ff6c00;
	color: #ff6c00;
}

#Aurora-EnquiryAreaAdminPanel fieldset label
{
	color:white;
}

/*-----------
Enquiries
-----------*/

#topBlackBar h1
{
	display: block;
	width: 400px;
	height: 22px;
	background: url(../Images/cloudRow.jpg) 10px 2px no-repeat;
	padding-top: 4px;
	padding-left: 170px;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	text-transform: uppercase;
}

#topBlackBar h1 a:link
{
	color:white;
	text-decoration: none;
}

#topBlackBar h1 a:visited
{
	color:white;
	text-decoration: none;
}

#topBlackBar h1 a:hover
{
	color:#ff6c00;
	text-decoration: none;
}

#enquiriesArea
{
	width: 771px;
	height: 400px;
	padding-top: 55px;
	padding-left: 60px;
	padding-bottom: 65px;
}

#breadcrumbs
{
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#breadcrumbs a:link
{
	text-decoration: none;
	color: white;
}

#breadcrumbs a:visited
{
	text-decoration: none;
	color: white;
}

#breadcrumbs a:hover 
{
	text-decoration:none;
	color: #ff6c00;
}

#enquiriesTitle
{
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #ff6c00;
	margin: 0;
}

#enquiriesText
{
	font-size: 12px;
	color: #ff6c00;
}

#indent
{
	padding-left: 100px;
}



/*-----------------------
Aurora Send Enquiry Form
-----------------------*/

#Aurora-SendEnquiryPanel input[type="text"]
{
	width:200px;
}

#Aurora-SendEnquiryPanel-Submit
{
	margin-left:101px;
	background-color:white;
	border: 1px black solid;
}

#Aurora-SendEnquiryPanel select
{
	width:206px;
}

#Aurora-SendEnquiryPanel label
{
	color:white;
}

#Aurora-SendEnquiryPanel div
{
	margin-bottom:10px;
}

#Aurora-SendEnquiryPanel-AreasLbl
{
	margin-left:6px;
}

#Aurora-SendEnquiryPanel-NameLbl
{
	margin-left:57px;
}

#Aurora-SendEnquiryPanel-SubjectLbl
{
	margin-left:46px;
}

#Aurora-SendEnquiryPanel-MessageLbl
{
	margin-left:37px;
	padding-top:8px;
	vertical-align: top;
}

#Aurora-SendEnquiryPanel-MessageLbl
{
}

#Aurora-SendEnquiryPanel-AreasErr, #Aurora-SendEnquiryPanel-NameErr,
#Aurora-SendEnquiryPanel-EmailErr, #Aurora-SendEnquiryPanel-SubjectErr,
#Aurora-SendEnquiryPanel-MessageErr
{
	border:1px solid red;
	padding-top:2px;
	padding-bottom:2px;
}

p.Aurora-SendEnquiryPanel-ErrorMessage
{
	margin:0;
	color:red;
	margin-left:100px;
}

#Aurora-SendEnquiryPanel-SuccessMessage, #Aurora-SendEnquiryPanel-CriticalErr p
{
	margin-left:100px;
}

textarea
{
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	top:-3px;
	font-family: sans-serif;
	font-size:13.33px;
}





