@charset "utf-8";
body  {
	
	background-image:url(../images/background.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 957px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/body.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 

	background: #DDDDDD;
	background-image: url(../images/header.png);
	height: 168px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

	
.twoColFixLtHdr #header form { 
	margin-left: 405px;
	padding-top: 6px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
}

.twoColFixLtHdr #header #logo {
		
	margin-left: 460px;
	margin-top: 24px;
}

.twoColFixLtHdr h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 24px;
padding-top: 2px;
}


.twoColFixLtHdr #triange {
padding-right: 10px;
padding-bottom: 2px;
vertical-align: text-bottom;

}


.twoColFixLtHdr #image {
	
	background: #DDDDDD;
	background-image: url(../images/body.png);
	height: 239px;
	width: 957px;
}

.twoColFixLtHdr #image img{
	
	margin-left: 182px;
	border-top: 1px solid #f98b1f;
	border-bottom: 1px solid #f98b1f;
	
}


.twoColFixLtHdr #image_bar { 
	margin: 0;
	height: 60px;
	background-image: url(../images/img_bar.png);
	background-repeat: no-repeat;	
}

#mainContent p
{

font-family: Tahoma, Geneva, sans-serif;
font-size: 28px;

}


#mainContent ul
{

list-style-type: square;
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
line-height: 20px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 160px;
	margin-top: 25px;
} 

.twoColFixLtHdr #mainContent h2 { 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 24px;
} 

.twoColFixLtHdr #mainContent h3 { 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.twoColFixLtHdr #mainContent p { 
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.twoColFixLtHdr #body_footer p
{
background-color: #f1841d;
color: #FFFFFF;
font-weight: bold;
padding-left: 10px;
}

.twoColFixLtHdr #body_footer 
{
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
}


.twoColFixLtHdr #body_footer a, a:visited
{
	text-decoration: underline;
	color: #FFF;
	
}


.twoColFixLtHdr #footer { 
	margin-left:8px;
	margin-right:8px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-bottom: 185px;
	background:#f98e20;
	background-image:url(../images/footer.png);
} 

.twoColFixLtHdr #footer_img  { 
	margin: 0;
	height: 118px;
	background-image: url(../images/footer_img.png);
	background-repeat: no-repeat;	
}

.twoColFixLtHdr #copy { 
	margin-left:8px;
	margin-right:8px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-bottom: 20px;
	text-align: center;
	background:#f98e20;
	background-image:url(../images/footer.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
} 



.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #jumpmenu {
	
float: right;
margin-right: 60px;
font-family:Verdana, Geneva, sans-serif;
font-size: 10px;
	
	
}

.twoColFixLtHdr #UKWA {
	
float: right;
margin-right: 120px;
		
}




/* NAVIGATION BAR */

.twoColFixLtHdr #sidebar1 {
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	 /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding: 15px 10px 15px 20px; */
	margin-top: -369px;
	margin-left: 8px; 
	width: 190px;
	min-height: 740px;
	
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	
	z-index: 1;
}

.twoColFixLtHdr #lower_sidebar
{
	position: absolute;
	bottom: 0px;
	
	width: 190px;
	height: 200px;

	background-image: url(../images/lower_nav.png);
	background-repeat: repeat-y;
	
	
	
}

#sidebar1 ul
{
padding: 0;
margin: 0;
margin-top: -14px;
list-style-type: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
font-weight: bold;
}

#sidebar1 a
{
margin: 0;
margin-left: 18px;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
border-top: solid 1px #EEE;
border-bottom: solid 1px #EEE;
border-left: solid 1px #EEE;
display: block;
width: 172px;
background-color: #e4770b;

padding-left: 5px;
color: #999;

}

#sidebar1 li
{
 margin-top: 0px;
}

/*#sidebar1 img
{
margin-top: 5px;
margin-bottom: 5px;
vertical-align: middle;
padding-right: 0px;

} */

#sidebar1 a:link, #navlist a:visited
{
color: #FFF;
text-decoration: none;
}

#sidebar1 a:hover
{
color: #FFFFFF;
border-top: solid 1px #FFF;
border-bottom: solid 1px #FFF;
background-color: #f1841d;


}

#sidebar1 #active  {

background-color: #343434; 
color: #FFFFFF;
border-left: solid 1px #343434;
width: 165px;

}

 
/* FORM! */

form div {
        
		position: relative;
        /* we need relative positioning of the containing element, 
        so IE knows what to do with the "absolute" below */
        margin-bottom: 20px; /* a bit of space below, irrelevant */
        }
		 
div.form_text, form div input, form div textarea, form div select {
        
		margin-left: 120px;
        /* we make some space to the left, so our label has a place to be */
        border: 1px solid #f1841d;
		text-align:left;/* just for illustration of this demo */
        }
		   
form div label {
	position: absolute;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left: 1px;
	top: 1px;
	width: 110px;
	text-align: right;
        
    }

div.form_text  {
     margin-top: 0px;
     text-align:left;
     margin-left: 3px;
	 text-indent: 10px;
        
    }
