﻿/* Colour Scheme */
/*
	Orange: rgb(243,115,33)
	Blue: rgb(0,101,164)
*/

/* HTML controls */
body {
	background-color: White;
	color: Black;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0 auto 0 auto;
	width: 100%;
	min-width: 950px;
	z-index: 0;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: black;
}
h2 {
         color: rgb(243,115,33);
}
h5 
{
	color: rgb(243,115,33);
	text-transform: uppercase;
}
table {
	padding: 0;
	margin: 0;
}
img, a img {
	border: none;
}

/* ASP.NET controls */
.aspAdRotator { }
.aspAppearanceEditorPart { }
.aspBehaviorEditorPart { }
.aspBulletedList { }
.aspButton 
{
	background-image: url(images/Button.png);
	background-repeat: repeat-x;
	background-color: Transparent;
	border: none;
	color: White;
	font-weight: bold;
 }
.aspCalendar  { }
.aspCatalogZone  { }
.aspChangePassword  { }
.aspCheckBox  { }
.aspCheckBoxList  { }
.aspConnectionsZone  { }
.aspCreateUserWizard  { }
.aspDataGrid  { }
.aspDataList  { }
.aspDetailsView  { }
.aspDropDownList  { }
.aspEditorZone  { }
.aspFileUpload  { }
.aspFormView  { }
.aspGridView  { }
.aspHyperLink  { }
.aspImage  { }
.aspImageButton  { }
.aspImageMap  { }
.aspImportCatalogPart  { }
.aspLabel  { }
.aspLayoutEditorPart  { }
.aspLinkButton  { }
.aspListBox  { }
.aspLogin  { }
.aspLoginName  { }
.aspLoginStatus  { }
.aspMenu  { }
.aspPanel  { }
.aspPasswordRecovery  { }
.aspPropertyGridEditorPart  { }
.aspRadioButton  { }
.aspRadioButtonList  { }
.aspTable  { }
.aspTableCell  { }
.aspTableFooterRow  { }
.aspTableHeaderCell  { }
.aspTableHeaderRow  { }
.aspTableRow  { }
.aspTextBox  { }
.aspTreeView  { }
.aspWebPartZone  { }
.aspWizard  { }

/* Solution Controls */

/* Joomla Tags */
.article_separator {
	margin: 0;
	padding: 0;
}

/* RHOSI Tags */
.Header {
	background-image: url(images/OrangeBar.PNG);
	background-color: White;
	background-repeat: no-repeat;
	margin: 0 0 2em 0;
	min-width: 509px;
	width: 100%;
	height: 108px;
}
.Header a:hover, .Header a:visited, .Header a:link .Header a {
         text-decoration: none;
}
.HeaderMenu {
	float: left;
	width: 50%;
	min-width: 509px;
}
.HeaderMenu a:link, .HeaderMenu a:visited, .HeaderMenu a:hover {
	color: white;
	float: left;
	font-size: 100%;
	font-weight: bold;
	padding: 90px 1em 0 1em;
	text-decoration: none;
} 
.HeaderMenu a:hover, .HeaderMenu a:hover {
	background-image: url(images/OrangeMenuHighlight.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: rgb(243,115,33);
	float: left;
}
.HeaderLogo {
	background-image: url(images/Logo.JPG);
	background-repeat: no-repeat;
	color: rgb(243,115,33);
	float: right;
	font-weight: bold;
	padding: 6em 1em 0 0;
	text-align: right;
}
.HeaderLogo a 
{
	color: rgb(243,115,33);
	text-decoration: none;
}
.MainContent {
	background-color: white;
	color: black;
	float: left;
	width: 100%;
}
.MainContent .LeftColumn {
	float: left;
	padding: 60px 10px 10px 10px; 
	color: rgb(243,115,33);
	width: 170px;
}
.MainContent .LeftColumn .latestnews li,
.MainContent .LeftColumn .latestnews li a {
	list-style-type: none;
	list-style-position: outside;
	margin: 20px 0 0em -15px;
	text-decoration: none;
	color: #0065a5;
	font-weight: bold;
}
.MainContent .CenterColumn {
	background-image: url(images/OrangeOutline.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 10px 0 0 35px;
	width: 77%;
}
.MainContent .CenterColumn h1 {
	color: rgb(243,115,33);
	font-size: 200%;
	font-weight: bold;
	padding: .5em 0 8px 0;
}
.MainContent .CenterColumn h2 {
	color: rgb(243,115,33);
	font-weight: bold;
	border-top: none;
	font-size: 100%;
	margin-bottom: 0;
}
.MainContent .CenterColumn .Testimonials {
/*	border-left: 1px solid rgb(243,115,33); */
	clear: none;
	float: right;
	margin-top: 80px;
}
.MainContent .RightColumn {
	clear: none;
	float: right;
}

.FrontPage {
	background-image: url(images/BlueBarTop.jpg);
	background-repeat: no-repeat;
	color: white;
	min-height: 500px;
	width: 510px;
	vertical-align: middle;
}
.FrontPage h1 {
	padding: 10px 0 0 20px;
}
.FrontPage .Text {
	background-color: #0065a5;
	padding: 0 25px 25px 55px;
}
.FrontPage .Text a{
	color: white;
	font-weight: bold;
}
.FrontPagePicture {
	position: absolute;
	left: 570px;
	top: 135px;
}
.Footer {
	background-color: White;
	border-top: 1px solid rgb(243,115,33); 
	clear: both;
	color: Black;
	float: none;
	margin: 1em 0 0 0;
	padding: 1em;
}
.Footer .CopyrightNotice {
	font-size: 80%;
	text-align: center;
}
.FloatingImages {
	float: left;
}
.ContactForm {
	background-color: White;
	border: solid 1px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	padding: 1em;
	position: absolute;
	z-index: 1;
	top: 20%;
	left: 20%;
	width: 60%;
	
}
.ContactForm div {
	border: 1px solid rgb(243,115,33);
	padding: .5em;
}
.ContactForm h1, .MainContent .CenterColumn .ContactForm h1
{
    background-position: left bottom;
    background-image: url(images/OrangeBar.PNG);
    background-color: White;
    background-repeat: no-repeat;
    color: White;
}
.NewsListing
{
	margin: 0 0 0 1em;
}
.NewsListing a
{
	color: rgb(0,101,164);
	text-decoration: none;
	font-weight: bold;
	margin: 1em 0 1em 0;
}