﻿/* HEADER */
.main{border:solid 2px #fff;}
.header{width:1000px;height:270px;}
.tblPhoto{top:67px;left:850px;width:125px;height:150px;}/* width = 125, height = 150 */
.imgphoto{border:solid 2px #fff;}
.tblLogo{top:80px;left:24px;width:250px;height:125px;}/* width = 250, height = 125 */
.imglogo{border:solid 2px #fff;}
.tblContact{top:200px;left:315px;width:492px;height:35px;}
.contact{color:#663;}
.name{float:left;font-size:21px;padding:3px 5px;}
.phone{float:right;font-size:17px;padding:6px 5px;}
.tblEmail{top:210px;left:4px;width:290px;height:25px;}
.email{font-size:15px;padding:3px 0;color:#fff;}
/* TOPNAV */
.tblTopNav{top:245px;left:0px;width:1000px;height:24px;}
.topnav{}
.topnav ul{margin:0;list-style-type:none;text-align:center;}
.topnav li{margin:5px;display:inline;}
.topnav a{padding:0px 5px;font-weight:bold;color:#663;text-decoration:underline;}
.topnav a:hover{text-decoration:underline;}
/* NAV */
.nav{}
.nav ul{margin:0;padding:0 1px;list-style-type:none;text-align:left;}
.nav li{margin:0;}
.nav a{display:block;width:195px;padding:5px;font-weight:bold;color:#fff;text-decoration:none;}/***** WIDTH MUST BE 205 MINUS THE RIGHT LEFT PADDING *****/
.nav a:hover{padding:4px;border:solid 1px #663;color:#663;background-color:#cc9;}
