/* CSS Document */

body
{
   text-align: center;
   background: #fff;
   color: #000;
   font-family: arial;
   width: 800px;
   margin: 0;
   padding: 0;

}


#container
{
   border-top: 1px solid #387A9B;
   border-right: 2px solid #387A9B;
   border-bottom: 2px solid #387A9B;
   border-left: 1px solid #387A9B;
   text-align: left;
   -moz-border-radius: 7px 6px 0 0; /*top, right, bottom, left*/
   margin: 0;
   padding: 0;
   width: 800px;
   background: white;
}


h1 
{
   background:  transparent url(multibackgroundheader3.jpg) ;
   color: #000066;
   padding: 0; /*top, right, bottom, left*/
   margin: 0;
   -moz-border-radius: 7px 6px 0 0; /*top, right, bottom, left*/
   border-bottom: 5px solid #387A9B;
   text-align: left;
   text-indent: 4cm;
   height: 190px;
   width: 100%;
   font-size: 44px;
}

h2
{
   margin: 22px 0 0 0;
   color: #B23B00;
   font-weight: normal;
   font-size: 28px;
   text-align: center;
}





#navigbar
{
   width: 800px;
}

ul#Navighorizontal
{
   margin-left: 0;
   list-style-type: none;
   background: #036;
   float: left;
   width: 760px;
 	border-bottom: 5px solid #387A9B;
      }

ul#Navighorizontal li
{
display: inline;
}

ul#Navighorizontal a
{
   display: block;
   float: left; 5px;
   padding-top: 5px;
   padding-left: 15px;
   padding-bottom: 5px;
   padding-right: 15px;
   padding: 5px 15px;
   text-decoration: none;
   color: #fff;
   font-size: 12px;
   background: #036;
   border-right: 1px solid #fff;
}

ul#Navighorizontal a:hover
{
   color: #000;
   background: #69C;
}



#nav
{
   border: 0px solid blue;
   float: left;
   width: 170px;
   height: 172px;
   display: inline;
   margin: 20px 20px 30px 40px; /*top, right, bottom, left*/
   padding: 0;
}

#nav ul
{
   margin: 25px;
   padding: 0;
   list-style-type: none;
   text-align: left;
   font-size: 18px;
}

#nav li
{
   background:  url(header-bullet.gif) no-repeat 100% .4em;
   padding: 0;
}



#mainphoto
{
   border: 0px solid yellow;
   width: 450px;
   height: 172px;
   margin: 20px 30px 30px 20px; /*top, right, bottom, left*/
   float: left;
   padding: 0;
}

h3
{

   margin: 30px 0 0 50;
   color: #B23B00;
   font-weight: normal;
   margin-bottom: 20px; 
   margin-top: 10px;
}


h4 
{

   color: #FF0000;
   text-align: center;
   padding: 0;
   margin: 0;

}



#content
{
   border: 0px solid black;
   width: 650px;
   padding: 0;
   margin: 20px 20px 50px 100px;/*top, right, bottom, left*/
   Text-align: justify;
   float: left;
}




img.floatRighta { 
    float: right; 
    margin-top: 1px;
	margin-right: 1px;
    margin-left: 20px;
    margin-bottom: 200px;
	padding: 2px;
}
img.floatRight { 
    float: right; 
    margin-top: 1px;
	margin-right: 1px;
    margin-left: 20px;
    margin-bottom: 20px;
	padding: 2px;
}
img.floatLeft { 
    float: left; 
    margin-top: 20px;
	margin-right: 20px;
    margin-left: 1px;
    margin-bottom: 2px;
	padding: 0;
}


#contactcenter
{
   border: 0px solid green;
   text-align: center;
   margin: 20px 0 0 0; /*top, right, bottom, left*/
   width: 100%;
   }


#footer
{
   clear: both;
   border: 0px;
   solid red;
   background: #FFF;
   color: #000;
   padding: 10px 0;
   text-indent: 25px;
   font-size: 70%;
   margin: 0;/*top, right, bottom, left*/
   width: 100%;
   height: 40px;
   text-align: center;
}


.centerp
{
    border: 0px solid black;
	text-align: justify;
	font-size: 14px;
	color: red;
	width: 600px;
    margin: 20px 2cm 20px 4cm;/*top, right, bottom, left*/
}


#searchbox
{
border: 1px solid black;
float: left;
   margin-top: 1cm;
   margin-left: 1cm;
   margin-right: 1cm;
   margin-bottom: 1cm;
   width: 10cm;
   height: 2cm;
   padding: 10px;
   color: #D36832;
   font-size: 150%;
}



