/* This style is for the layout of Columbus Corporate Caterers' index page */
/* This style sheet was created by Daniel Andresky, purplemunchie@gmail.com */


/*anytime these tags are used on any pages linked to this stylesheet, these are the settings that will be used unless other styles are specified in-line on the page*/

iframe { 
	 border: 0px solid #663333;
	 width: 720px; height: 420px;
	 padding-top: 0px;
	 padding-right: 0px;
	 padding-bottom: 0px;
	 padding-left: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-left: 0px;
	 margin-right: 0px;
       }

body   {
	background-color: #a0cca0;
	font-family: "Comic Sans MS", helvetica, arial, sans-serif;
 	font-weight: bold;font-size: 1em;
	color: #ffffff; 
	text-align: center;
       } 

h1     { 
	font-family: "Comic Sans MS", helvetica, arial, sans-serif;
	font-weight: bolder;
	font-size: 3em;
	color: #ffffff;
	text-align: center;
	padding-top:25px;
	margin-bottom: -7px;
       }


h3     { 
	font-family: "Comic Sans MS", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff; text-align: center;
       }

h6     {
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-top: 12px;
 	border-top: 1px solid white;
	margin-bottom: 0px;
	font-size 2.5em;
       }

hr     {
	color:#ffffff; 
       }

p      {
	text-align: left;
 	text-indent: .25in;
       }

td     {
	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 3px;
 	padding bottom: 3px;
       }

a {color: #663333; text-decoration: none;}
a:hover {color: #d90000; text-decoration: underline;}
a:visited a {color: #663333; text-decoration: none;}

/*-------------------------------------------------------------*/

.header {
 	 font-family: "Comic Sans MS", helvetica, arial, sans-serif;
	 font-weight: bolder;
	 font-size: 3em;
	 color: #ffffff;
	 text-align: center;
	 padding-top:25px;
	 margin-bottom: -7px;
	}



.specialText { 
	      font-family: "Comic Sans MS", helvetica, arial, sans-serif;
	      font-weight: bold;
	      font-size: 1em;
	      color: #ffffff; text-align: right;
	      padding-right: 27px;
	      margin-top: 0px;
	     }


/* These classes are used to layout the main four sections of the index.html (home page) and should never appear more than one time on any page.*/
div.cornerLogo  { 
		 position: absolute; 
		 top: 3px; 
		 left: 5px; 
		 width: 259px; 
		 height: 222px; 
		 background-image: url(CCClogoPNG_green.png);
		}

div.topBar  {
	     border: 0px solid black;
             position: absolute; 
             top: 3px;
             left: 265px; width: 729px;
             height: 158px; 
             background-image: url(backgroundTop.jpg); 
             background-repeat: repeat-x repeat-y;
            }

div.sideBar  { 
	      position: absolute;
              top: 228px; 
              left: 5px; 
              width: 259px; 
              height: 363px;
              background-image: url(backgroundLeft.jpg);
              background-repeat: repeat-x repeat-y;
             }
/*  If you want the copyright not on the dark green background use this value for the height in div.sideBar:   345px;  */

div.contentHolder  {
                    border: 2px solid #663333;
                    position: absolute; 
                    top: 167px; 
                    left: 270px; 
                    width: 720px; 
                    height: 420px;
                    background-color: #a0cca0;
		    padding-top: 0px;
	 	    padding-right: 0px;
	            padding-bottom: 0px;
	            padding-left: 0px;
	            margin-top: 0px;
	            margin-bottom: 0px;
	            margin-left: 0px;
	            margin-right: 0px;
                   }

/*-------------------------------------------------------------*/

table.nav1  {
 	     font-weight: bolder;
             font-family: Arial, helvetica, san-serif; 
             font-size: 1em; 
             background-color: #cccc99;
             text-align: center; 
             border: 2px solid #663333;
             margin-left: 0px;
             margin-top: -25px;
             padding-bottom: 0px;
	    }




p.alturnative {
	       text-align: left; 
               text-indent: .25in; 
               color: #663333; 
               font-weight: bold; 
               font-family: Arial, helvetica, san-serif;
               font-size: 1em;
	       
              }