﻿@import 'reset.css';
@import 'misc.css';
@import 'pikachoose.css';
/* _________________________________________________________________________

								structure
____________________________________________________________________________ */
body {font: 14px Baskerville, Times New Roman, Times, serif;
	 color: maroon;
	 background: #a1a1d0 url(../images/bg.jpg) repeat-x;
	 margin-top: 44px;}
	
#wrap {margin: 60px auto 0 auto;
	   width: 900px;
	   position: relative;}
	
	
#base {margin: 0 auto;	/*	This Wraps the Content and Sidebar Together	*/
	   width: 900px;
	   position: relative;
	   overflow: auto;
	   background: #fff5e6;}

#logoWrap {width: 900px;
           margin: 20px auto 0 auto;
		   position: relative;
		   height: 95px;}

#logo {background: url(../images/logo.gif) no-repeat;
       height: 117px;
	   width: 427px;
	   z-index: 10;
	   position: absolute;
	   top: 0;
	   left: 35%;}

#sidebar {float: left;
		  width: 200px;}

#content {width: 660px;
          padding: 10px 20px;
		  color: maroon;	
		  float: right;}

#text {background: #cccce5;
	   overflow: auto;
	   padding: 20px;
	   width: 700px;
	   color: #191970;
	   margin: 0 auto;}

#footer {font: 15px 'times new romans';
		 background: #33339a;
		 color: #fff;
		 padding: 25px;
		 margin: 0;
		 clear: left;
		 text-align: center;}
		 
#footer1 {font: 5px 'times new romans';
		  background: #a1a1d0;
		  color: #a1a1d0;
		  padding: 5px;
		  margin: 0;
		  clear: left;
		  text-align: center;}
		  
#room1 {float: left;
		width: 252px;
		margin-left: 50px;
		margin-bottom: 25px;}
		
#room2 {float: left;
		width: 252px;
		margin-left: 85px;
		margin-bottom: 20px;}
		
#room3 {float: left;
		width: 252px;
		margin-left: 50px;}
		
#room4 {float: left;
		width: 252px;
		margin-left: 85px;
		margin-bottom: 25px;}		

.blue, p.blue a, table.blue tr td, table.blue tr td a {color: #083072;}

#footer a{color: #fff;}
#footer table td {padding: 5px;}
/* _________________________________________________________________________

								nav
____________________________________________________________________________ */

#sidebar a {font-weight: bolder;
	        text-decoration: none;
		    color: #8b0039;
		    padding: 0px 20px;
		    width: 120px;
		    display: block;}
			
#sidebar img {float: center;}
		   
/* #sidebar1 a:visited {font-weight: bolder;
				    text-decoration: none;
				    color: #8b0039;
				    padding: 0px 10px;
				    width: 120px;
				    display: block;}
					
#sidebar1 a:hover {font-weight: bolder;
				  text-decoration: none;
				  color: #197184;
				  padding: 0px 10px;
				  width: 120px;
				  display: block;}*/
				  
#sidebar1 a:active {font-weight: bolder;
				    text-decoration: none;
				    color: #51311d;
				    padding: 0px 10px;
				    width: 120px;
				    display: block;} 

#top {background: #fff5e6;
      height: 120px;
	  color: #8b0039;
	  padding: 10px;}
			
#look {float: right;
	   font-size: 12px;
	   text-decoration: underline;}
			
#TA_excellent291 {margin-left: 10px;}

.slogan {padding: 10px;
         font: normal italic 15px Baskerville, Times New Roman, Times, serif;
		 letter-spacing: 1px;}

.sloganRes {font-family: Century Gothic, Apple Gothic, sans-serif; 
		    font-style: normal; 
			letter-spacing: 0;}
/* _________________________________________________________________________

								links
____________________________________________________________________________ */
a:link {color: #8b0039;}
a:visited {color: #197184;}
a:hover {color: #197184;}

ul.lg li {
	font: bolder 16px 'times new romans';
}
/* _________________________________________________________________________

								text
____________________________________________________________________________ */
h1 {font-weight: bolder;
	font-size: 20px;
	font: 'times new romans';}
	
h2 {font-weight: bolder;
	font-size: 18px;
	font: 'times new romans';}
	
h3 {font-weight: bolder;
	font-size: 16px;
	font: 'times new romans';
	text-decoration: none;}

h4 {text-decoration: none;
	text-align: left;
	font-size: 20px;
	margin: 0;}

h5 {font-weight: bolder;
	font: 'times new romans';
	font-size: 14px;}



p {line-height: 1.5;
   margin-top: 10px;
   margin-bottom: 20px;
   margin-right: 5px;}
   
p.indent {text-indent: 10px;}

/* _________________________________________________________________________

								lists
____________________________________________________________________________ */

ul li {font-size: 14px;
	   margin-bottom: 5px;
	   padding-left: 16px;}

/* _________________________________________________________________________

								text
____________________________________________________________________________ */
.over{background: #fcfcf8;}

.alt {background: #f4f5f0;}

/* _________________________________________________________________________

								forms
____________________________________________________________________________ */


input.std {border: 0;
		   background: url(../images/input-form.png) no-repeat;
		   color: #a6a6a6;
		   padding: 12px;
		   padding-right: 30px;
		   width: 135px;
		   height: 16px;}
		   
input.std:hover, input.std:focus {background-position: 0 -40px;}

input.go {background: url(../images/input-go.png) no-repeat;
		  height: 37px;
		  width: 37px;
		  border: 0;
		  cursor: pointer;}

input.go:hover {background-position: 0 -37px;}

label {float: left;
	   width: 170px;
	   font-weight: bold;}

input, textarea {width: 180px;
			     padding: 5px 3px;
				 margin-bottom: 5px;
				 font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif; }
				 
textarea {width: 550px;
          height: 220px;
		  font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;}
