@charset "utf-8";
/* CSS Document */

#parent_logo {
  top: 0pt;
  left: 0pt;
  position: absolute;
  z-index: 20;
}

#logo_corner {
  bottom: 0pt;
  left: -250px;
  position: absolute;
  z-index: 10;
}

body{
	font:1em verdana, arial, sans-serif;
	color:#333333;
	background-image: url(/images/bg/bg4.jpg);
	background-color:#96B3D7; /*Page colour - 660099, FDD, 4B9696*/
	margin:0px;
	padding:0px;
	height: 100%;
	min-height: 100%;
	position: absolute;
	min-width:100%;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,p,th,td{
	margin:0;
	padding:0;
}
image {
	border: 0; 
} 
a{
	color:#3781EB;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3 {
	margin: .5em 0;
}
h1,h2,h3,h4,h5,h6 {
	color:#0000DD;
}

/*Page Structure Divs*/
#main_page_holder {
	height:100%;
	margin:0pt auto;
	min-height:100%;
	position:relative;	
}
#main_background {
	background: url(/images/bg.png) repeat-y center top;
	margin:0pt auto;
	min-height:100%;
	position:relative;
	width:720px;
	padding-left:10px;
	padding-right:10px;
}
#top_page_holder {
	margin:0pt 5px;
	position:relative;
}

/*Page Header*/
#header{
	width:700px;
	margin:0px;
}
#headerright{
	color: #E64CBC;
	text-align:center;
	float:right;
	width:200px;
	padding-top:15px;
	font-size:0.75em;
	font-weight:normal;
}
#headerlogo {
  display: block;
  position: relative;
  width: 300px;
  height: 10px;
  top:10px;
  left: 210px;
  z-index: 2;
}
#headernavlinks {
	width:700px;
	margin-top:90px;
	text-align:center;
	font-weight: bold;
	color: #E64CBC; /*Pipe colour*/
	font-size:1.1em;
}
.headerlinks {
	text-decoration:none;
}

/*Page Content Holder*/
#content{
	position:relative;
	padding-bottom:40px;
}

/*Page Footer*/
#footer{
	/*border-top:1px solid #3781EB;*/
	width:720px;
	padding-left:10px;
	padding-right:10px;
	left:0px;
	right:0px;
	height:50px;
	position: absolute;
	bottom: 0px;
	/*background-color:#96B3D7;
	background-image: url(/images/bottom_box.png);
	background-repeat: no-repeat;*/
	background: url(/images/bg.png) repeat-y center top;
}
#rightfooter{
	float:right;
	font-size:0.7em;
	margin-top:22px;
	margin-right:20px;
}
#leftfooter{
	float:left;
	font-size:1em;
	margin-top:21px;
	margin-left:20px;
}




/*Message Boxes*/
.message {
  color: #000000;
  background-color:#FFFFDD;
  border: 2px solid #000000;
  margin: 5px;
  padding: 5px;
  width:70%;
}
.problem {
  color: #338800;
  background-color:#DDFFDD;
  border: 2px solid #338800;
  margin: 5px;
  padding: 5px;
  width:70%;
}
.error {
  color: #FF0000;
  background-color:#FFDDDD;
  border: 2px solid #FF0000;
  margin: 5px;
  padding: 5px;
  width:70%;
}

/*Forms*/
input.text, textarea, select, input.submit {
	font-family:verdana, arial, sans-serif;
	padding: 2px;
	font-size:1em;	
}
input.text, textarea {
	color: #000000;
	text-align: left;
	float:left;
	width:300px;
}
textarea {
	height:60px;
}
select {

}
input.submit {

}
label {  
	float: left;  
	width: 10em;
	margin-right: .2em;
	margin-top:4px; 
	text-align: right; 
}

fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0; 
	border:0;
} 
legend {  
	margin-left: 11em;  
	color: #000000;  
	font-weight: bold; 
} 
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 
fieldset li {  
	padding-bottom: 1em; 
} 
fieldset.submit {  
	border-style: none; 
}

.editable, textarea{
	background-color: #ffffd3;
}



p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:500px;
padding:14px;
}
/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
