/* CSS Document */

body {font-family: Arial;
	  color: #FFFFFF;
	  background-color: #0e1516;
}

h3 {font-size: 16pt;
}

hr {background-color: #FF3300;
	border: 0;
    height: 1px;
}

.orange {color: #FF3300;
}

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

#header {width: 100%;
         height: 300px;
	     left: 0px;
	     top: 0px;
	     background-color: #0e1516;
	     border-bottom: 2px solid #FFFFFF;
}

#topcontent {width: 800px;
			 margin: 0 auto;
}

#toptitle {text-align: left;
           width: 350px;
		   height: 100px;
           float: left;
		   background-image: url(../images/logo.png);
		   background-repeat: no-repeat;
		   margin-top: 100px;
}

#toptitle2 {text-align: left;
           width: 345px;
		   height: 165px;
           float: right;
		   background-image: url(../images/blocks.png);
		   background-repeat: no-repeat;
		   margin-top: 80px;
		   margin-right: 10px;
}

#navbar {float: right;
         width: 100%;
         text-align: center;
         color: #FFFFFF;  
         margin-top: 15px;
}

#navlist {padding: 3px 0;
          margin-left: 270px;
          font-family: Arial;
          font-size: 12px;
}

#navlist li {list-style: none;
             margin: 0;
             display: inline;
}

#navlist li a {padding: 5px 30px;
               margin-left: 7px;
               background-image: url(../images/linktab.png);
			   background-repeat: no-repeat;
			   float: left;
               text-decoration: none;
}

#navlist li a:link { color: #0e1516; }
#navlist li a:visited { color: #000000; }
#navlist li a:hover {color: #ff3300;
                     background-image: url(../images/hovertab.png);			 						  
}

#navlist li a:active {color: #FF3300;
                      background-image: url(../images/hovertab.png);	
					  border-bottom: none;					  
}

#navlist li a.current {background-image: url(../images/hovertab.png);
}

#panel {width: 100%;
        height: 115px;
		background-image: url(../images/middlebar.png);
		background-repeat: no-repeat;
		background-color: #000000;
		margin: auto;
		top: 300px;
		left: 0;
}

#bigbox {width: 100%;
         background-image: url(../images/gradient.gif);
		 background-repeat: repeat-x;
}

#container {width: 800px;
            height: 1000px;
			margin: 0 auto;
}

#mainsection {width: 800px;
              height: 450px;
}

#contenttop {display: inline;
             float: left;
			 margin: 0;
			 width: 800px;
}

#firstcontenttop {width: 180px;
                  height: 50px;
				  float: left;
				  padding-left: 10px;
				  padding-right: 10px;
}

#secondcontenttop {width: 540px;
                  height: 50px;
				  float: left;
				  padding-left: 10px;
				  padding-right: 10px;
}

#contentsection {display: inline;
                 float: left;
			     margin: 0;
			     width: 800px;
				 font-size: 8pt;
				 text-align: justify;
}
			  
#firstcontentsection {width: 180px;
                      height: 400px;
					  float: left;
					  padding-left: 10px;
					  padding-right: 10px;
}   

#secondcontentsection {width: 540px;
                       height: 400px;
					   float: left;
					   padding-left: 10px;
					   padding-right: 10px;
}

#thirdcontentsection {width: 520px;
                       height: 200px;
					   float: right;
					   padding-left: 10px;
					   padding-right: 60px;
}

#splitter {width: 800px;
           height: 180px;
		   margin-top: 100px;
		   background-image: url(../images/splitter5.png);
		   background-repeat: no-repeat;
}

#splitter2 {width: 800px;
            height: 180px;
			margin-top: 100px;
		    background-image: url(../images/splitter4.png);
		    background-repeat: no-repeat;
}

#splitter3 {width: 800px;
            height: 180px;
			margin-top: 100px;
		    background-image: url(../images/splitter6.png);
		    background-repeat: no-repeat;
}

#footer {position: relative;
         width: 100%;
         height: 50px;
		 background-color: #000000;
		 border-top: 5px solid #FF3300;
		 font-size: 8pt;
		 text-align: center;
		 padding-bottom: 10px;
}

.footnote {position: absolute;
           width: 100px;
		   height: 50px;
		   top: 10px;
		   left: 350px;
}

a.gallerylink:link {padding: 2px;
                    text-decoration: none;
                    color: #000000;
					background-color: #FF3300;
					border: 1px solid #FFFFFF;
}
					
a.gallerylink:visited {padding: 2px;
                       text-decoration: none;
                       color: #FFFFFF;
					   background-color: #FF3300;
					   border: 1px solid #FFFFFF;
}			

a.gallerylink:hover {text-decoration: none;
                      color: #FF3300;
					  background-color: #FFFFFF;
					  border: 1px solid #FF3300;
}
					  
				



