
/*This is the Cascading Style Sheet for Central Austin Toastmasters.
  
  This file is divided into sections depending on which webpages are controlled, starting with
  styles applied to all the pages.*/

  
/*All the pages:  */
body {background-color:#E7E3CF;
     font-family:Arial, sans-serif;
     font-size:16px;
     }          
a {color:#36638C;
  font-weight: bold;
  }
a:visited {text-decoration:none;
          }
#contest-link {color:red;
         }

#header {background-image:url(images/bg-gradient.gif); 
		background-repeat:repeat-x;
		width:650px;
		height:54px;
		text-align:center;
		line-height:30%;
		}
div#header h1 {color:#fff;
	    	  font-family:Arial, sans-serif; 
	    	  font-size:24;
	    	  padding-top:12px;   
		  	  }
div#header h2 {color:#fff;
	          font-family:Arial, sans-serif;
	          font-size:12;
	          padding-bottom:-15px;
	          }              
#logo {position:absolute;
	  left:590px;
	  top:4px;
	  }
 
#navcontainer {position:absolute; 
              top:70px; 
              width:650px; 
              height:25px;
              background-color:#003366;
              }
#navcontainer ul {padding:0px 0px 0px 0px;
                 margin:0px;
				 position:absolute; 
				 top:2px; 
				 left:118px;
				 }       
#navcontainer ul li {display:inline; 
					height:25px; 
					padding:2px 0px 0px 12px; 
					font-family:Arial, sans-serif;
	               	font-size:14;
	               	color: white;
					}
#navcontainer ul li a {color: white;
					  text-decoration: none;
					  font-weight: normal;
					  }  
#navcontainer ul li a:hover {background-color:#4e799f;
                            }   
/*End of 'all the pages'.*/


/*Home page:  */
#statement-a {position:absolute;
             top:105px;
             width:700px;
	         }
#photopresident {float:left;
                padding-right:10px;
	            }
	   
#statement-b {position:absolute;
             top:235px;
             width:680px;
	         }
#map {float:right;
     padding-left:10px;
     padding-top:6px;
     } 
#news-home {position:absolute;
           top:135;
	       width:420;
	       border-top:2px;
           border-top-style:solid;
           border-top-color:#4E799F;
           }
#news-home-title {margin-top:3px;
	             text-align:center;
                 }
/*End of Home page.*/


/*Schedule page:  */
#instructions {position:absolute;
              top:100px;
              width:97%;
              padding: 5px 0px 0px 0px;
          }
/*End of Schedule page.*/


/*Progress page:  */
#charts {position:absolute;
        top:105px;
        width:700px;
        text-align:center;
        }
#progress-tables {position:absolute;
                 top:175px;
                 width:700px;
                 }
/*End of Progress page.*/


/*Faqs page:  */
#history {position:absolute;
               top:105px;
               width:700px;
               text-align:center;
               font-size:16;
               }
#questions {position:absolute;
           top:170px;
           }
#questions a {font-weight:normal;
             }
#answers {position:absolute;
         top:600px;
         width:97%;
         padding: 5px 0px 0px 0px;
         border-top:2px;
         border-top-style:solid;
         border-top-color:#4E799F;
         }
/*End of Faqs page.*/

/*For pages awaiting content.*/
#text {position:absolute;
      top:105px;
      width:700px;
      }
/*End of pages awaiting content.*/