﻿
/* Generic styles */
body
{
	background-color: #E7EEF5;
	background-image: url(Images/background.png);
	background-repeat: repeat-x;
	font-size: 8pt;
	color: black;
	margin: 0px auto;
	font-family: 'Trebuchet MS' , 'Comic Sans MS';
	width: 762px;
	position: relative;
	direction: ltr;
	text-align: left;
	background-color: white;
	line-height: 1.4em;
	background-attachment: fixed;
}

h1
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 28pt;
	margin-bottom: 20px;
	padding-top: 20px;
	font-family:  'Levenim MT', Georgia;
	color:#A1A676
}
h2
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 10px;
	padding-top: 10px;
	font-family:  'Levenim MT', Georgia;
}
/* used in forms so a label can be a heading */
.h2 
{
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family:  'Levenim MT', Georgia;
	line-height: 2em;
}
h3
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: 10px;
	padding-top: 10px;
	font-family:  'Levenim MT', Georgia;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a
{
	color:#636B21;
}
a:hover
{
	color:black;
	text-decoration:underline;
}
a:visited
{
	color:#636B21;
}
.tickList
{
	list-style-image: url(../Images/TickWhiteBackground.png);
}
li
{
	padding-left: 5px;

}
.noDecoration
{
       text-decoration: none;
}
.floatLeft
{
    float:left;
    margin: 0;
    padding: 0;
}

.floatRight
{
    clear:right;
    float:right;
    margin: 0;
    padding: 0;
}
strong
{
    color: #636B21;
}
p
{
    margin-top: 0px;
    margin-bottom: 20px;
}
.smallPrint
{
	color:#ACB286;
}
.centered
{
	text-align: center;
}

/* Page Layout */
.page
{
	margin: 0px auto 0px 0px;
	width: 760px;
	margin-left: 0px;
}
.pageTop
{
	background: url(../Images/pageTop.gif) no-repeat;
	height: 20px;
	margin-top:20px;
}
.pageSides
{
	background: url(../Images/PageSides.png) repeat-y;
}
.pageSidesPlain
{
}
.pageBottom
{
	background: url(../Images/footer.png) no-repeat;
	height: 59px;
	clear: both;
	padding-bottom: 20px;
	background-color:White;
}
.pageBottomFullWidth
{
	background: url(../Images/footerFullWidth.png) no-repeat;
	height: 65px;
	clear: both;
	padding-bottom: 20px;
	background-color:White;
}
.homePageColumn1of2
{
	float:left;
	width:139px;
	clear:both;
	background-color:#CCDEB8;
	height:287px;
	padding-left:15px;
}
.column1of2
{
    font-size: 9pt;
    font-family:Georgia;

	float:left;
	background: url(../Images/ColumnLHBackground.png);
	background-repeat: repeat-x;
	width:139px;
	clear:both;
	background-color:#CCDEB8;
	height:287px;
	padding-left:15px;
	padding-right:5px;
}

.column2of2
{
	 margin-left:178px;
	 padding-right:13px;
	 background-color:White;

}
.section
{
	clear:both;
}


/* Styles specific to part of the page */

.banner
{
	background: url(../Images/Banner.png) no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	height:133px;
}
.bannerPrint
{
	display:none;
}
.logo
{
	margin-left:180px;
}
.featureImage
{
	margin-bottom:20px;
}
.textPadding
{
	padding-left:.5em;
}
.button
{
	background: url(../Images/ButtonBackground.gif) no-repeat;
	width:130px;
	height:28px;
	padding-top:6px;
	padding-left:5px;
    font-size: 9pt;
    font-family:Georgia;

}
.button a
{
	color:White;
	text-decoration:none;
}
.button a:hover
{
	color:white;
	text-decoration:underline;
}
.button a:visited
{
	color:white;
}


/* Navigation */

.navigation
{
	margin-top:30px;
    margin-left:180px;
    margin-right:20px;
    font-size: 9pt;
    font-family: Georgia;
    padding-top: 4px;
}
.navigationDividers
{
    color:white;
}
.navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 10px;
	background-image: url(../Images/MenuBackgroundFullLength.png);
	height: 28px;
	background-repeat: no-repeat;
}

.navigation ul li
{
    display:inline;

}

.navigation ul li a 
{
    padding-right: 3px;
    padding-left: 0px;
    text-decoration:none;
    color:white;

}
.navigation ul li a:hover
{
    text-decoration:underline;
    color:white;
}
.navigation ul li a:visited
{
    color:white;
    }
.navigationSelected
{
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center 50%;
	color: #3F1948;
	line-height: 1em;
}

/* Styles specific to items on a particular page*/

.homeFeatureImage
{
	background-image: url(../Images/FeatureImage.jpg);
	height: 198px;
	background-repeat: no-repeat;
	padding-left:15px;
}

.homeTickList
{
	list-style-image: url(../Images/TickGreenBackground.gif);
	font-size: 9pt;
	list-style-position: inside;
	line-height: 1.9em;
	color: #065600;
	padding-left: 0px;
	margin-left: 0px;
	font-family:Georgia;
}
.homeTickList li
{
	padding-left:0px;
}
.homePageH1
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 20pt;
	margin-bottom: 15px;
	padding-top: 15px;
	font-family: Bodoni MT;
	color:#A1A676
}
.TermsAndConditions
{
	padding-left: 30px;
	padding-right: 30px;
	background-color: White;
	font-family: 'Times New Roman';
	font-size:10pt;
}
.TermsAndConditions strong
{
	color:Black;
}
.TermsAndConditions h1
{
	font-size:14pt;
	color:Black;
	font-family: 'Times New Roman';

}
.TermsAndConditions h2
{
	font-size:10pt;
	padding-left:65px;
	text-indent: -65px;
	font-family: 'Times New Roman';

}
.TermsAndConditions h3
{
	font-size:10pt;
	padding-left:83px;
	text-indent: -83px;
	font-family: 'Times New Roman';

}

.contactDetails
{
	font-size:1.2em;
}
.ColourBlueLink
{
	float: right;
	margin-right: 0px;
	color:#ACB286;
	font-size: 9px;
	text-decoration: none;
	font-family: Verdana;
}

/* Registration Pages */
.inputForm
{
	line-height: 2em;
}
.prompt1
{
	float: left;
    width: 120px;
    text-align: right;
    margin-right: 5px;
    line-height: 1em;
}
.prompt2
{
	float: left;
    width: 300px;
    text-align: left;
    margin-right: 5px;
     line-height: 1em;
}
.promptEmpty
{
	float: left;
	clear:left;
    width: 120px;
    text-align: right;
    margin-right: 5px;
}
.errorMessage
{
	background-color: yellow;
}
.errorMessageAllClear
{
	background-color:White;
}
#confirmation
{
    color: white;
    background-color:#A2A776;

}
.ast
{
	background-color: yellow;
	padding-left:3px;
	padding-right:3px;
}
