﻿/* HEADER */
.main{border-left:solid 1px #fff;border-right:solid 1px #fff;}
.header{width:1000px;height:320px;}
.tblPhoto{top:18px;left:50px;width:125px;height:150px;}/* width = 125, height = 150 */
.imgphoto{border:solid 2px #fff;}
.tblLogo{top:180px;left:712px;width:250px;height:125px;}/* width = 250, height = 125 */
.imglogo{border:solid 0px #ccc;}
.tblContact{top:82px;left:200px;width:308px;height:100px;}
.contact{font-family:georgia;color:#600;}
.name{font-size:14pt;padding:2px 0;}
.phone{font-size:12pt;padding:2px 0;}
.email{font-size:10pt;padding:2px 0;}
/* TOPNAV */
.tblTopNav{top:212px;left:20px;width:700px;height:25px;}
.topnav{font-family:arial;font-size:11pt;}
.topnav ul{margin:0;list-style-type:none;}
.topnav li{margin:10px;display:inline;}
.topnav a{padding:2px 3px;font-weight:bold;color:#fff;text-decoration:none;}
.topnav a:hover{text-decoration:underline;}
/* NAV */
.nav{font-family:arial;font-size:10pt;}
.nav ul{margin:0;list-style-type:none;}
.nav li{margin:5px 0;height:35px;text-align:left;}
.nav a{display:block;margin-left:27px;padding:10px 0;font-weight:bold;color:#fff;text-decoration:none;}/***** WIDTH MUST BE 205 MINUS THE RIGHT LEFT PADDING *****/
.nav a:hover{text-decoration:underline;}