﻿/* HEADER */
.main{border:solid 1px #000;}
.header{width:1000px;height:225px;}
.tblPhoto{top:21px;left:40px;width:125px;height:150px;}/* width = 125, height = 150 */
.imgphoto{border:solid 1px #ccc;}
.tblLogo{top:34px;left:205px;width:250px;height:125px;}/* width = 250, height = 125 */
.imglogo{border:solid 1px #ccc;}
.tblContact{top:0px;left:165px;width:835px;height:34px;}
.contact{color:#fff;}
.name{font-size:21px;padding:3px 0;}
.tblPhoneEmail{top:194px;left:205px;width:795px;height:30px;}
.phone{float:left;font-size:17px;padding:3px 10px;}
.email{float:left;font-size:17px;padding:3px 10px;}
/* TOPNAV */
.tblTopNav{top:159px;left:165px;width:835px;height:34px;}
.topnav{}
.topnav ul{margin:0;list-style-type:none;text-align:right;}
.topnav li{margin:5px;display:inline;}
.topnav a{padding:2px 10px;font-weight:bold;color:#fff;text-decoration:none;}
.topnav a:hover{text-decoration:underline;}
/* NAV */
.nav{}
.nav ul{margin:0;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{text-decoration:underline;}