﻿/* HEADER */
.header{width:1000px;height:250px;}
.tblPhoto{top:55px;left:50px;width:125px;height:150px;}/* width = 125, height = 150 */
.imgphoto{border:solid 1px #ccc;}
.tblLogo{top:67px;left:250px;width:250px;height:125px;}/* width = 250, height = 125 */
.imglogo{border:solid 0px #ccc;}
.tblContact{top:2px;left:0px;width:1000px;height:30px;}
.contact{color:#fff;}
.name{font-size:21px;padding-left:25px;}
.tblPhone{top:210px;left:10px;width:205px;height:25px;}
.phone{font-size:17px;color:#333;}
.tblEmail{top:197px;left:225px;width:300px;height:25px;}
.email{font-size:15px;color:#333;}
/* TOPNAV */
.tblTopNav{top:2px;left:0px;width:1000px;height:30px;}
.topnav{}
.topnav ul{margin:0;padding-right:35px;list-style-type:none;}
.topnav li{display:inline;}
.topnav a{padding:0px 5px;font-weight:bold;color:#fff;text-decoration:none;}
.topnav a:hover{text-decoration:underline;}
/* EXTRA */
.tblExtra{top:215px;left:585px;width:350px;height:20px;}
.tblExtra a{text-decoration:none;cursor:pointer;}
/* NAV */
.nav{}
.nav ul{margin:0;list-style-type:none;text-align:left;}
.nav li{margin:0;}
.nav a{display:block;width:195px;margin:1px 0;padding:7px 5px;font-weight:bold;color:#fff;text-decoration:none;}/***** WIDTH MUST BE 205 MINUS THE RIGHT LEFT PADDING *****/
.nav a:hover{}
