﻿/* HEADER */
.main{border:solid 5px #333;}
.header{width:1000px;height:325px;}
.tblPhoto{top:136px;left:27px;width:125px;height:150px;}/* width = 125, height = 150 */
.imgphoto{border:solid 1px #ccc;}
.tblLogo{top:0px;left:27px;width:250px;height:125px;}/* width = 250, height = 125 */
.imglogo{border:solid 0px #ccc;}
.tblContact{top:0px;left:300px;width:670px;height:125px;}
.contact{color:#333;}
.name{font-size:21px;padding:2px 0;}
.phone{font-size:17px;padding:2px 0;}
.email{font-size:17px;padding:2px 0;}
/* TOPNAV */
.tblTopNav{top:289px;left:0px;width:1000px;height:34px;}
.topnav{}
.topnav ul{margin:0;list-style-type:none;position:relative;}
.topnav li{margin:5px 15px;display:inline;}
.topnav a{display:inline;padding:3px 10px;font-weight:bold;color:#fff;text-decoration:none;border:solid 1px #fff;}
.topnav a:hover{}
/* EXTRA */
.tblExtra{top:141px;left:688px;width:302px;height:139px;}
.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;padding:5px;border-bottom:solid 1px #666;font-weight:bold;color:#fff;text-decoration:none;}/***** WIDTH MUST BE 205 MINUS THE RIGHT LEFT PADDING *****/
.nav a:hover{color:#ccc;}

