﻿/* Contact.aspx does not use fusion.css because it has a different background to the rest of the web pages */

/* Main CSS for every page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	line-height: 14px;
	
}
div.OuterContainer 
{
	width : 100%;
	margin-right : auto;
	margin-left : auto;
}

div.InnerContainer
{
	width : 100%;
	text-align : left;
	margin-top : 15px;
	float : left;
	clear : none;
	border-top: solid 1px #3D4144;
}

div.title
{
	width : 100%;
	height: 116px;
	margin-bottom: 0px;
     
}
div.helpBar 
{
	text-align: right;
	font-size: 10px;
	background-image: url(webbanner1.jpg);
	height: 116px;
}
div.linkBar
{
	width : 100%;
	padding-top : 2px;
	margin-bottom : 1px;
	background-color: #EDDC12;
	font:Candara;
	font-size:14px;
 }
 div.footer
{
	width : 100%;
	margin-bottom : 1px;
	background-color: #EDDC12;
	font:Candara;
	font-size:14px;
	clear:both;
	border-top: solid 1px #3D4144;	
	border-bottom: solid 1px #3D4144;
}
/* End of Main CSS for every page */

/* Background image - using backgroundcloud.jpg not background.jpg  */
div.background
{
	width : 100%;
	float: left;
	background-image: url(backgroundcloud.jpg);
	background-repeat: no-repeat;
}

/* Layer inside the background image for content - Text, images etc */
div.maincontent
{
	width : 95%;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Rollover Link properties */
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #3D4144;
	text-decoration: none;
}
a:hover {
	color: #7AADC2;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Main Fonts used on all these pages */
.basictxt{
	font-size : 14px;	
	line-height: 15px;
	font:Verdana;
}
.headertxt{
	font-size : 18px;
	line-height: 19px;
	font:verdana;
	font-weight : bold;
}

/* CSS for Contact.aspx */
#websites_Col1 
{
    width: 250;
    float: left;
    background: #EEE;
    border: #838486 solid 1px;
}

#websites_Col2 
{
    width: 250;
    float: left;
	background: #EEE;
    border: #838486 solid 1px;
}
#websites_Col3 
{
    width: 250;
    float: left;
	background: #EEE;
    border: #838486 solid 1px;
}
fieldset 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 12px;
	border-color: #EBDA06;
	width: 40em;
	float:left;
	margin: 0 auto;
	border: 3px;
	background-color: #CEE6F0; 
}

#RequiredFieldValidator1 
{
    float: left;
    width: 6em;
    margin: 0 0;
}    
span
{
    width: 12em;
    float: left;
    text-align: right;
    margin: .5em 1em;
}
label
{
    width: 12em;
    float: left;
    text-align: right;
    margin: .5em 1em;
    clear: both;
}
span#label2
{
    width: 12em;
    float: left;
    text-align: right;
    margin: .5em 1em;
}
input, textarea, submit
{
    float: left;
    margin: .5em 0;
    width: 250px;
}
    
#rb1_0 
{
    float: left;
    margin: .5em 0;
    width: 30px;
}
#rb1_1 
{
    float: left;
    margin: .5em 0;
    width: 30px;
}
select 
{
    float: left;
    margin: .5em 0;
    width: 35px;
}

#Return
{    
    width: 50px; 
}

radio
{
    width: 50px;
}
br 
{
    clear:left;
}

input:focus
{
    background-color: Aqua;
}

#btnSendFeedback 
{
    float: left;
    width: auto;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    
}
/* Used to center the Contact form */
#contactLeft 
{
	width:235px;
	height:307px;
	float:left;
}

/* End */

