/* CSS Document */
body 
	{
	background-color : #006600;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000088;
	margin: 0px;
	background-image: url(images/steel.gif);
	background-position: top;
	background-repeat: repeat-y;
    }
	/*..........main columns..........*/
	/*..........header strapline..........*/
#strapline
	{
	margin-top: 20px;
	margin-left: 10px;
	width: 170px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	}
#strapline h1
	{
	font-size:0.9em;
	margin: 1px;
	
	}
#strapline2
	{
	position:absolute;
	top: 20px;	
	right: 20px;
	left: 80%px;
	}

	/*..........end header strapline..........*/
#header 
	{
	background-image:url(images/logos/mainminilogo.gif);
	background-position: center;
	background-repeat:no-repeat;
	height: 150px;
	margin-top: 0px;
	}
#centrecolumn 
	{
	background: #1A9C1A url(images/logos/bg.jpg) repeat-y top center;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 140px;
	color: #000000;
	padding: 10px 15px 10px 10px;
	width: auto;
	border: 1px solid #FFFFFF;
	}
.centrecolumn 
	{
	background: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 50px;
	color: #000000;
	padding: 10px;
	width: auto;
	border: 1px solid #FFFFFF;
	}
#mainnav
 	{
	position: absolute;
	top: 160px;
	left: 2px;
	width: 130px;
	padding : 8px 2px;
	height: auto;
	line-height : 110%;
	text-align: left;
    }
.navbox 
	{
	font-size: small;
	border: 1px solid #FFFFFF;
	padding: 3px;
	margin: 3px;
	background-color: #006600;
   }
.rightnav ul
	{	
	margin: 0;
	padding: 0px;
	list-style: none;
   	}
#footer {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
	background: #1A9C1A ;
  	color : #fff;
  	font-size: small;
 	text-align:center;
 	padding : 2px;
 	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 140px;	
	border: 1px solid #FFFFFF;
  	}
	/*..........end of main columns..........*/
.pullquote 
	{
	float: right;
	font: medium;
	text-align:center;
	margin: 5px 30px 5px 5px;
	padding: 5px;
	border: 1px solid #FF0000;
	background-colour: #0099cc;
	background: url(images/steel.gif) top repeat-y;
	height: 50px;
	width: 150px;
	font-weight: bolder;
   	}
h1  
	{
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	}

h2,h4 
	{
	font-size: small;
	margin-top: 5px;
	color: #000000;
	font-weight: bold;
	}
h3 	
	{
	font-size: small;
	margin-top: 0px;
	color: #000000;
	font-weight: normal;
	}
	/*..........image floats..........*/
.images 
	{
	margin: 5px;
	padding: 5px;
	/*clear: right;*/
	float: left;
	}
.images2 
	{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 10px;
	/*clear: left;*/
	float: right;
	}
	/*..........end image floats..........*/
#logo 
	{
	margin-top: 10px;
	margin-left: 10px;
	height: 101px;
	}
	/*..........header logo end..........*/
.logo2
	{
	margin: 10px;
	padding: 0px;
	height: 150px;
	background-image:url(images/logos/mainminilogo.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
.table
	{
	font-size: small;
	text-align: center;
	border: 1px solid #1A9C1A;
	/*border-spacing: 0;*/
	margin-left:50px;
	margin-right: 50px;
	line-height: 150%;
	}
.phone li
	{
	margin:0;
	padding:0;
	list-style-type: none;
	}  
.contactform
	{
	font-size: small;
	text-align: center;
	border: 1px solid #FF0000;
	border-spacing: 0;
	}
td 
	{
	padding: 5px;
	/*border: 1px solid #1A9C1A;*/
	}
.style1 
	{
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	}
.style4 {color: #CCCCCC}

p, ol, ul, dl {font-size: small;}
/*font-family is already defined, here I only set the font-size*/ 

p ol, p ul, p dl, ol ul {font-size: 13px;}
/*and here the I prevent the incredible shrinking text*/
.style5 {color: #FF0000}  

#sitemap ul
	{
	text-align: left;
	margin-left: 70px;
	margin-right: 50px;
	/*line-height: 1em;*/
	}strong, b {font-weight: 800;/*NN 4.xx needs that...*/ }
/*..........................form css.......................*/
input.txt {
  color: #00008B;
  background-color: #EEF5FB;
  border: 1px inset #00008B;
  width: 200px;
}
input.btn {
  color: #00008B;
  background-color: #EEF5FB;
  border: 1px outset #00008B;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Verdana,Arial, Helvetica, sans-serif;
}
.formcolor
	{
	background-color:#EEF5FB;
	}
input 
	{
	background-color: #EEF5FB;
	font-size: 0.9em;
	font-weight:bold;
	color: #000000;
  	width: auto;
	}
textarea
	{
	background-color: #EEF5FB;
    font: bold 0.9em Verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #00008B;
  	width: 200px;
  	border: 1px inset #00008B;
	}
/*..........................form css.......................*/
.small
	{font-size: 0.8em;
	}