/*CSS Document*/

body {background-color: #8ECFE3;}

#content {width: 60em;
	       background-color: #FFFFFF;
	       color: #2D5589;
	       font-family: Verdana,Arial,Helvetica,sans serif;
	       font-size: medium;
	       line-height: 1.5em;
	       margin: auto;
	       padding: 1em;
	       }
	       
#header {padding: 0;
			margin: 0;
			}
#logo {width: 150px;
	    float: left;
	    padding: 0 1em 1em 1em;
		 }
		 
#TA_rated909 {width: 150px;
				  float: right;
				  padding: 0 1em;
				  height: 10em;
				  }
	       
#header h1 {text-align: center;
				font-size: 1.5em;
				line-height: 1.25em;
			   font-family: "Times New Roman",Times,"Nimbus Roman No9 L", serif;
			   font-weight: normal;
			   font-style: italic;
			   padding-top: 0.5em;
			   }
			   
#title {font-size: 1.2em}

ul {list-style-type: square;
	 }
	 
ul + p {clear: both;}

#nav {list-style-type: none;
		margin-left: 0;
		text-align: center;
		border-top: 2px groove #2D5589;
		border-bottom: 2px groove #2D5589;
		clear: both;
		}
		
#nav li {display: inline;
	      padding: 0 2.5em 0 1.5em;
	      line-height: 1.8em;
	      }
	      
#nav a:link {color: #2D5589;
				 text-decoration: none;
				 }
				 
#nav a:visited {color: #666666;
				    text-decoration: none;
				    }
				    
#nav a:hover {text-decoration: underline;}

.selected {background: url(images/star.gif) left 50% no-repeat;
			  }
			  
#footer {text-align: center;
			border-top: 2px groove #2D5589;
			padding-top: 0.5em;
			}
			
#design {font-size: 0.7em;}
			
.address {font-family: "Times New Roman",Times,"Nimbus Roman No9 L", serif;
			 font-style: italic;
			 }

#slideshow {text-align:center;}

dt {font-weight: bold;}
dd {padding-bottom: 1em;}

.leftpic {float: left;
			 padding-right: 1em;
			 margin-right: 1em;
			 }

.rightpic {float: right;
			  padding-left: 1em;
			  }
			  
.twinpic {width: 800px;
	       height: 270px;
	       margin: auto;
	       }
	       
#contact {list-style-type: none;}

#email, #fax, #phone, #write {line-height: 3em;
										padding-left: 40px;}
										
#write p {margin-top: 0;}
										
#write .address {line-height: 1.5em;}

#email {background: url(images/email.png) left 50% no-repeat}
#fax {background: url(images/fax.png) left 50% no-repeat}
#phone {background: url(images/phone.png) left 50% no-repeat}
#write {background: url(images/write.png) left top no-repeat}

			   
	       

