/* CSS Document */


body {background-color:#EFF8FF;
background-image: none;
background-attachment: fixed;
background-repeat: no-repeat;
margin-left: 8px;
margin-top: 12px;
}



.page-container {width: 840px; height: auto; margin-left: 10px; margin-top: 0px; padding: 1px;  border-left: solid 1px #000; border-right: solid 1px #000; border-bottom: solid 1px #000; border-top: solid 1px #000; padding:0px; background-color: none; }

.container-thanks {width: 740px; height: auto; margin-left: 90px; padding: 0px; margin-top: 0px; padding: 1px;  border-left: solid 0px #000; border-right: solid 0px #000; border-bottom: solid 0px #000; border-top: solid 0px #000; padding:0px; background-color: none; }


<!--- buttonbar ---> 

.indentmenu{
font: bold 14px Arial, Helvetica, sans-serif;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #609; /*dark purple border*/
border-width: 0px 0;
background: black url(image/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 15px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
border-right: 1px solid #609; /*dark purple divider between menu items*/
border-top: 0px;
}

.indentmenu ul li a:visited{
color: #35C;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: light blue !important; /*text color of selected and active item*/
padding-top: 4px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: blue url(image/indentbg2.jpg) center center repeat-x;
}




#header {background-image: none;
background-repeat: no-repeat;
z-index: 80;
padding: 0px 0px 0px 0px;
}



#centreposition {
padding-top: 1px;
	padding-right: 8px;
	padding-left: 120px;
	background-color: none;


}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */

#centrecontent {
	z-index: 10;
	min-width: 0px;
	background-color: none;
	border: 0px solid #999999;
	padding: 0px 0px 0px 4px;
background-image: url(image/nbg_4.jpg);
background-repeat: no-repeat;

}

#footer { 
	padding: 0px;
	background-color: none;
border-top: solid 0px #000;
}

#left {
margin-left: 18px;
margin-top: 18px;
	width: 120px;
	position: absolute;
	top: 97px;
	left: 2px;
	padding: 0px 0px 0px 0px;
}



#right {
	width: 130px;
	position: absolute;
	top: 90px;
	right: 0px;
	height: 200px;
}


img {
         border:0px;
         background-color:none;
		border: 0;
         padding:0px;
         margin-left:0px;
         margin-right:0px;
         float:none;
} 

img.floatLeft { 
    float: left; 
    margin-top: 6px; 
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 6px;
}
img.floatRight { 
    float: right; 
	margin-top: 12px;
	margin-bottom: 0;
    margin-left: 6px;
	margin-right: 6px; 
	
}

img.floatRight2 { 
    float: right; 
	margin-top: 2em;
	margin-bottom: 0;
    margin-left: 8px;
	margin-right: 6px; 
	
}


#dropmenudiv{
position:absolute;
border:0px;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0CF;
}


