/***********************************************/
/* 2 column fluid layout                       */
/* Impexus Web Design                          */
/* www.impexus.co.uk                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color:#333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

a{
	color:#A94049;
	text-decoration: none;
}

a:link{
	color:#A94049;
	text-decoration: none;
}

a:visited{
	color:#A94049;
	text-decoration: none;
}

a:hover{
	color:#A94049;
	text-decoration: underline;
}

h1{
 	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color:#336600;
 	margin: 0px;
	padding: 0px;
}

h2{
 	font-family: Arial,sans-serif;
 	font-size: 114%;
 	color:#A94049;
 	margin: 10px 0 0 0;
 	padding: 0px;
}

h3{
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h4{
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 100%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

label{
 	font-family: Arial,sans-serif;
 	font-size: 100%;
 	font-weight: bold;
	color:#41502b;
}
dt {
	font-weight:bold;
	margin: 10px 0 5px 0;
}
dl {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	min-width:960px;
}

#header{
	float: left;
	width: 73%; 
	height: 140px;
 	background-image: url(/images/name_bg.jpg);
}
#header img {
	float:left; 
	padding: 0px;
	margin: 22px 20px 0 22px;
	border:none; 
	border-color:#006600; 
}
#header .flag {
float:right;

}

#header h1 {
    float:left;
	font-size: 42px;
	margin: 35px 0 0 20px;
	color:#336600;
}
/* Header image */
#photo{
	float: left;
	min-width:20px;
	width: 27%;
	height: 205px;
	background-image: url(/images/shadow.jpg);
	background-repeat:no-repeat;
}
#headright {
	background-image: url(/images/name_bg.jpg); 
	height: 205px;
	background-repeat:repeat-x;
	}

#navBar{
	float: left;
	width: 250px;
	margin: 0 0 0 0px;
	padding: 0px;
	background-color:#ffffff;
}

#content{
	float: left;
	width: 73%;
	margin:-50px 0px 0px 0px;
	min-height:300px;
}
#content img {
	float: left;
	margin: 5px 10px 10px 10px;
	border: 1px solid;
}
#content p, h1, h2, h3, h4, dl {
	margin: 10px 20px 0px 20px;
}

.clear {clear:both;}

/***********************************************/
/* Footer styles                               */
/***********************************************/

#siteInfo{
	clear: both;
	background-image: url(/images/footer_bg.jpg);
	height: 32px;
	font-size: 75%;
	color: #000000;
	padding: 20px 10px 10px 10px;
	margin-top:10px;
}

#siteInfo img{
	padding: 0px 20px 0px 10px;
	vertical-align: middle;
}
#siteInfo a{
	color: #000000;
	text-decoration: none;
}

#siteInfo a:link{
	color: #000000;
	text-decoration: none;
}
#siteInfo a:visited{
	color: #000000;
	text-decoration: none;
}

#siteInfo a:hover{
	color: #A94049;
	text-decoration: underline;
}
/***********************************************/
/* table styles                                */
/***********************************************/
#content table {
	border: 1px solid black;
	border-collapse:collapse;
	margin: 10px 10px 10px 20px;
	width: 95%;
}
#content caption {
	margin-bottom: 10px;
	text-align:left;
}
#content th {
	padding: 0 5px;
	border: 1px solid #999;
	background-color:#84a25b;
}
#content td {
	padding: 0 10px;
	border: 1px solid #999;
	text-align:center;
}
#content tr {
	border: 1px solid #999;
	background-color:#ccf1c3;
}

/***********************************************/
/* navcontainer styles                         */
/***********************************************/

#navcontainer { width: 250px; }

#navcontainer ul
{
	margin: 5px 0 5px 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 6px;
	margin: 10px 0 0 0;
	width: 250px;
	background-image: url(/images/button_bg.jpg);
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
	color: #A94049;
	text-decoration: none;
}

#navcontainer a:hover 
{
	background-image: url(/images/button_bg_a.jpg);
	font-weight:bold;
}
#active {
	background-image: url(/images/button_bg_a.jpg);
	font-weight:bold;
}

/***********************************************/
/* other styles                         */
/***********************************************/
.emphasis {
	font-weight:bold;
}
.emphasis2 {
	font-style:italic;
}
.watermark {
	padding-bottom: 20px;
	background-image:url(/images/watermark.jpg);
	background-repeat:repeat-y;
	/*background-repeat:repeat;*/
	background-position: left; 
 	background-attachment: fixed; 
}
.err {
	color:#FF0033;
}

/***********************************************/
/* form styles                         */
/***********************************************/
form#bigForm {
	background-color:#84a25b;
	margin: 20px auto;
	padding:10px 20px;
	width:500px;	
	}
#bigForm fieldset p {
	margin: 5px 0 5px 10px;
}
#bigForm fieldset {
	margin-bottom:10px;
}
#bigForm legend {
	font-weight:bold;
}
#bigForm .checkbox {
	border: none;
	width: 20px;
}	

form ol {
	list-style:none;
	margin:0;
	padding:0;
}
		
form li {
	padding:6px;
	margin-bottom: 1px
}
			
form li#send {
	background:none;
	margin-top:6px;
}
		
#bigForm label {
	float:left;
	width:210px;
	text-align:left; 	
	margin-right:7px;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
}
#bigForm  input {
	padding:4px;
	border:1px solid #999999;
	width:230px;
}
			
#bigForm  input:focus,
#bigForm  textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}
			
#bigForm  textarea {
	padding:4px;
	border:1px solid #999999;
	width:480px;
	height:100px;
}
#bigForm  textarea.narrow {
	width:210px;
	padding:12px;
}
#bigForm  li#join button:hover,
#bigForm  li#send button:hover { 
	background-color:#aa2238;
}
#bigForm  li#send button {
	margin-left:200px;
}

#liaise_8 input, select{
float:left;
}
#liaise_8 td{
text-align:left;
}



