﻿/*

'.' is a 'class' used to specify a style for a group of elements

'#' is an 'ID' used to specify a style for a single element

*/

body {
    margin:0px auto 0px auto;
    padding-top:0px 0px 0px 0px;
    text-align: center;
    background-color:Black
}   

table{
    border-collapse:collapse;
    }

table#main {
    border-spacing:0px;
    width:1000px;
    table-layout:fixed;
}


a { text-decoration:none; color:blue;}
a:visited { color:blue; }

img { border:none; }
    
p { text-align:left;}


td {
    vertical-align:middle;
    text-align:center;
    
    }

td.sideMenu {
    vertical-align:top;
    padding: 0px 0px 0px 0px; 
    background-color:White;
    width:200px;
  }
    
td.wholeMainContent {
    vertical-align:top;
    background-color:White;
    width:1000px;
    padding:25px;
    text-align:center;
    }   

td.centerMainContent {
    vertical-align:top;
    background-color:White;
    width:600px;
    padding:25px;
    text-align:center;
    }    
   
td.rightMainContent {
    /* (Make Padding*2)+width = Total Content Width - EI bug work around*/
    vertical-align:top;
    padding:25px;  
    background-color:White;
    width:800px;
    }

/* HEADER BANNER - ID */
#Header_Banner{
    background-image:url(/images/website/Header_Banner.jpg); 
    height:315px;
    width:1000px;
    text-align:left;
}

/* FOOTER TRY US - ID */
#Footer_TryUs{  
    height:139px; 
    vertical-align:bottom;
    background-image:url(/images/website/Footer_TryUs.png);
    color:White;
    font-size:larger;
    }
	
/*Main Page News Divs - Class*/
.NewsTitle{
    text-align: left;
    font-style:italic; 
    font-weight:bold; 
    margin:0px;
}	
h4.NewsTitle{
     margin-bottom:8px;
}
	
/*Side Menu Link Divs - Class*/
div.SideMenuLinks ul{
    font-size:smaller;
    margin-top:0px; 
    text-align:left;
}





/*IMAGE GALLERY */
div.gallery {
    /* Main Gallery DIV*/
    width:740px; padding:5px; position:relative; float:left; 
    border:solid 1px Black; margin:10px 0px 10px 0px; }

    /* Verical Images */
div.gallery div.galleryImage {
    float:left; width:230px; }
    /* Verical Images */
div.gallery div.galleryImage img { 
    border-style: none; float:none; width:auto; height:auto;}

    /* Horizonal Images */
div.gallery img { 
    float:left; border-style: none; width:230px; }
    
    /* Color Hyperlinks Black */
div.gallery a, div.galleryDescription a, div.galleryCredit a {
    color:Black; }
    
    /* Main Description */
div.gallery div.galleryDescription{
    float:right; margin:0px 10px 0px 10px; width:475px;}
    
    /* Credit for Images */
div.gallery div.galleryCredit{
    width:500px; position:absolute; bottom:5px; right:0px; font-size:x-small;
    }

    /* Zoom Pictures */
ul.gallery {
    width: 100%
    }
    
.gallery li {
        display: inline;
        list-style: none;
        width: 210px;
        height: 175px;
        float: left ;
        margin: 0 10px 10px 0;
        text-align: center;
        }
	
.gallery li img{
        display: inline;
        list-style: none;
        width: 210px;
        height: auto;
        float:left;
        text-align: center;
        }
        
        	
	img.vertical{
         height:140px; 
        /*width:auto;*/ 
        margin:0px 40px 0px 40px
        }
/*IMAGE GALLERY */




