@import url("reset.css");

/* global rules */

h1,h2,h3,h4,h5,h6, p {margin:0 0 1em 0;}
h1 {
	font-size:1.4em;
	margin: 0 0 .6em 0;
}
h2 {
	font-size:1.2em;
	font-weight: bold;
}
h3 {
	font-size:1em;
	font-weight: bold;
}
h4,h5,h6 {font-size:.9em;}

p {line-height: 1.3em;}

a {
	color: #566878;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

a.blue-btn {
	background: #566878;
	color: #fff;
	padding: 5px 10px;
}

.left-menu-link {
	line-height: 1.5em;
	margin: 0 5px 0 10px;
}

strong {font-weight: bold;}
blockquote {margin: 20px;}
sup {
	font-size: .8em;
	vertical-align: super;
}

input, textarea {color: #484736;}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.printonly {display:none;}

.clear {
	clear: both;
	height: 1px;
	_display: none;
	width: 100%;
}

/* global layout */

body {
	background: #fff url(/images/bg_body.jpg) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
}

#wrapper {
	background: url(/images/bg_wrapper.jpg) no-repeat;
	margin: 0 auto;
	width: 1000px;
}

#container {
	margin: 0 auto;
	width: 804px;
}

#header {
	margin: 0;
	height: 178px;
	position: relative;
}

#header img#print-header {display: none;}

#header a#home-logo {
	display: block;
	height: 40px;
	left: 10px;
	position: absolute;
	top: 35px;
	width: 400px;
}

#header #topnav {
	background: url(/images/bg_topnav.png) repeat-y;
	position: absolute;
	top: 110px;
	padding: 0 4px;
	width: 796px;
}

#header #topnav #topnavbg {
	background: url(/images/bg_topnav.gif) no-repeat;
	position: absolute;
	height: 44px;
	width: 609px;	
}

#header #topnav ul {
	position: absolute;
	z-index: 2;
}

#header #topnav ul li {
	float: left;
	height: 44px;
}

#topnav ul li a {
	background: url(/images/bg_topnav.gif) no-repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	height: 44px;
}

#topnav ul li a.current {border-bottom: 1px solid #a7bac9;}

#topnav ul li#home a {width: 63px;}
#topnav ul li#about a {
	background-position: -63px 0;
	width: 79px;
}
#topnav ul li#prof a {
	background-position: -142px 0;
	width: 111px;
}
#topnav ul li#prac a {
	background-position: -253px 0;
	width: 161px;
}
#topnav ul li#career a {
	background-position: -414px 0;
	width: 75px;
}
#topnav ul li#news a {
	background-position: -489px 0;
	width: 120px;
}

#topnav ul li#home a:hover, #topnav ul li#home a.current {background-position: 0 -44px;}
#topnav ul li#about a:hover, #topnav ul li#about a.current {background-position: -63px -44px;}
#topnav ul li#prof a:hover, #topnav ul li#prof a.current {background-position: -142px -44px;}
#topnav ul li#prac a:hover, #topnav ul li#prac a.current {background-position: -253px -44px;}
#topnav ul li#career a:hover, #topnav ul li#career a.current {background-position: -414px -44px;}
#topnav ul li#news a:hover, #topnav ul li#news a.current {background-position: -489px -44px;}

#topnav ul li a span {display: none;}

#topnav #search {
	background:url(/images/bg_topnav_search.gif) no-repeat;
	border-bottom: 1px solid #fff;
	color: #fff;
	float: right;
	font-size: 10px;
	height: 44px;
	width: 187px;
}

#topnav #search table {height: 42px; margin: 2px 0 0 0;}
#topnav #search table td {padding: 0;}
#topnav #search table td * {vertical-align: middle;}
#topnav #search span {margin: 0 0 0 5px;}

#topnav #search input.textbox {
	border: none;
	font-size: 9px;
	height: 13px;
	width: 80px;
}

#main {width: 804px;}

#footer {
	clear: both;
	font-size: 11px;
	width: 804px;
}

#footer #foot-top {
	background: url(/images/bg_footer_top.png) repeat-y;
	padding: 10px 0 10px 80px;
	width: 724px;
}

#footer #foot-bot {
	background: url(/images/bg_footer_bot.png) top no-repeat;
	height: 8px;
	width: 804px;
}

#footer ul li {
	border-right: 1px solid #313131;
	display: inline;
	padding: 0 10px;
}

#footer ul li#lastli {border-right: none;}
#footer ul li a {color: #3a4e5d;}
#footer ul li a img {vertical-align: middle;}

#copyright {
	color: #313131;
	font-size: 10px;
	text-align: right;
}
div.phonepaddding {
	float:left;
	width:13px;
	height:10px;
}