/***********************************************************************************************************************************
Main page formatting
***********************************************************************************************************************************/

body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 0.8em;
	margin: 0;
	background-image: url(../GFX/backgound.jpg);
}

#wrapper
{
    width: 100%;
    height: 100%;
}

#content
{
	width: 800px;
	background-repeat: repeat-y;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 24px;
	background-position: center 24px;
}

#holdingPage
{
	width: 320px;
	background-color: #b3b3b3;
	margin: 0 auto;
	margin-top: 24px;
	margin-bottom: 24px;
}


#navigation
{
	width: 320px;
	height: 64px;
	margin:  64px 64px 0 64px;
	text-align: left;
	font-weight: bold;
	float: left;
}


#Flash
{
	width: 720px;
	background-image: url(../GFX/page_back.png);
	background-repeat: repeat-y;
	padding: 8px 40px 8px 40px;
	height: inherit;
}

#ContactHolder
{
	width: 720px;
	background-image: url(../GFX/page_back.png);
	background-repeat: repeat-y;
	padding: 8px 40px 8px 40px;
	height: inherit;
}

#pagecontent
{
	width: 720px;
	text-align: left;
	height: 100%;
	padding: 8px 40px 24px 40px;
	background-image: url(../GFX/page_back.png);
	background-repeat: repeat-y;
}

#pagebottom
{
	width: 720px;
	text-align: left;
	height: 16px;
	padding: 8px 40px 8px 40px;
	background-image: url(../GFX/page_bottom.png);
	background-repeat: no-repeat;
}


/***********************************************************************************************************************************
Link Styles
***********************************************************************************************************************************/

a:link
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

a:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #ff8400;
}


p a:link
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}

p a:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

p a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #ff8400;
}

/***********************************************************************************************************************************
Float Styles
***********************************************************************************************************************************/

.fl
{
    float: left;
}
.fr
{
    float: right;
}
.fcl
{
    clear: both;
}

/***********************************************************************************************************************************
Form Styles
***********************************************************************************************************************************/

.inputHeading
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding-left: 8px;
}

#address
{
	width: 192px;
	height: 320px;
	float: right;
}

#googleMap
{
	width: 264px;
	height: 304px;
	float: right;
	background-color: #c6d1d7;
	padding: 8px 8px 8px 8px;
	margin: 0 8px 0 0;
	border-bottom: 1px solid #c6d1d7;
}

#form
{
	width: 240px;
	height: 320px;
	float: right;
	background-color: #c6d1d7;
}

#line
{
	width: 720px;
	height: 18px;
	border-bottom: 1px solid #c6d1d7;
}

/***********************************************************************************************************************************
Styles
***********************************************************************************************************************************/

#bodytext p
{
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.BIPP
{
	padding-right:8px;
}

.BIPPFooter
{
	position:relative;
	float: right;
	top: -96px;
	left: 96px;
	background-image: url(../GFX/BIPP_footer.png);
}

.headingbodytext
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.headingbodysmalltext
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.headingorangetext
{
    font-size: 12px;
    font-weight: bold;
    color: #ff8400;
    line-height: 18px;
}

ul
{
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

ul a
{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
}

li
{
	list-style-image:url(../GFX/bullet.png);
	colour: #ff8400;
    line-height: 24px;
	margin-left:24px;
}
