/* ------------------ Divs -----------------*/
	
#splash {
	padding: 10px 10px 0 10px;
	margin:30px 0px 5px 0px;
	height:45px;
	background-color:#CCD6EB;

	}

.splash_text_header {
	font-family:Tahoma, Arial, Verdana;
	font-size:24px;
	font-weight:bold;
	color:#333;
	}
	
.splash_brief {
	margin-top:5px;
	}


.splash_button
	{
		border:1px #fff solid;
		padding:10px;
		width:150px;
		display:block;
	}
	
.splash_button a:hover
	{
		background: #FFF;
		color:#dddddd;
	}

#background_shaper {
background-image:url(../images/bkg_pedigree.png);
background-repeat:no-repeat;
height:35px;
margin-top:-35px;
}

#background_top {
background-image:url(../images/bkg_upper.png);
background-repeat:no-repeat;
height:15px;
margin-top:30px;
background-color:#3399FF;
}

#background_mid {
background-image:url(../images/bkg_mid.png);
background-repeat:repeat-y;
height:auto;
}

#background_bottom {
height:auto;
min-height:350px;
margin-bottom:2px;
margin-top:-10px;
}
	
#container
{ 
    width: 100%;
    margin: 0px auto;
	width:900px;
}

#wrapper
{ 
	background-color:#FFFFFF;
}
	
#mainContent {
	margin: 10px 10px 10px  0;
	width:100%;
	padding:10px;
	}

#rightContent {
	padding: 1px 0 0 1px;
	margin-left:0px;
	margin-top:-10px;
	margin-right:40px;
	width:670px;
	height:auto;
	}
	
#enq_box{
margin-left:10px;
margin-top:20px;
padding:10px;
height:auto;
border:1px #ccc solid;
width:250px;
}

.scroll {
height: 200px;	width: 98%;	overflow: auto; padding: 4px;
}

.light_bluebox{
background-color:#ccd6eb;
}

.alert_colour{ /* used for confirmations and alerts*/
background-color:#FFFF99;
padding:5px;
border:#e5f9b8 solid 1px;
width:700px;
text-align:center;
margin:0 auto;
}

.border_btm
{
border-bottom:1px #cccccc dotted;
}

.border
{
border:1px #ccd6eb solid;
}

#float_right{
float:right;
margin-right:20px;
width:180px;
}
	
.instruction_box_blue{
	border: 0px solid #003366;
	padding: 10px;
	background: #63d4e2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
}

.instruction_box_gray{
	border: 0px solid #cccccc;
	padding: 10px;
	background:#e7e7e7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
}

.instruction_box_white{
	border: 1px solid #ddd;
	padding: 15px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
}

.txtinput { background: #fff url(../images/tpfade.gif) repeat-x top; border-style: none solid solid; vertical-align: middle; border: 1px solid #aaa; padding: 4px; color: #555; width: 500px; margin: 0;}



.formbkg {
	border: 1px solid #f0f0f0;
	padding: 5px;
	background: #ffffff;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	font-size:14px;
	color:#999999;
}


.button {
	background-color: #ccd6eb;
	border: 1px solid #FBFBFD;
	color: #FFFFFF;
	font-size:12px;
	padding:2px;
}
/* ------------------ footer links -----------------*/
#footer{
padding:10px;
text-align:center;
background-color:#ccd6eb;
margin-bottom:10px;
height:50px;
}

#footerlist
	{
	margin-left:30px;
	margin-right:30px;
	}

#footerlist li
	{
  		padding: 0 10px 0 10px;
		display: inline;
  		list-style-type: none;
		font-size:12px;
		border-right:#ccc 1px solid;
		/*background:#FF3366;*/
 	}
	
#footerlist a:link, #footerlist a:visited
	{
		font-size: 1em;
		margin-right: 4px;
		text-decoration: none;
		color:#333;
	}

#footerlist a:link.active, #footerlist a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#footerlist a:hover
	{
		color:#999999;
	}
