/* Basic Sitewide Settings */

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: Verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, lucida, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ab0635;
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-family: "Trebuchet MS", Verdana, lucida, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
	}

img {
	border: 0px;
	margin: 0px;
	}

#box_home {
	width: 775px;
	margin: 10px auto auto auto;
	text-align: left;
	border: 1px solid #666;
	}

#box_section {
	width: 775px;
	margin: 10px auto auto auto;
	text-align: left;
	border: 1px solid #666;
	}

* html #box_section {
	width: 777px;
	}

#footer {
	font-size: 10px;
	margin-bottom: 10px;
	}


/* Nav Bar */

#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
	}
#hometop #nav { position: relative; left: 15px; width: 505px; }
#top #nav { position: relative; left: 190px; background: #999; width: 585px; }
/* Box model hack - wrestles section nav bar in IE Win down to the ground and makes it behave good and proper */
* html #top #nav { margin: -2px 0px; }


#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: "Trebuchet MS", Verdana, lucida, arial, helvetica, sans-serif;
	width: 101px;
	border-top: 6px solid #113AB2;
	}
#hometop #nav li { height: 82px; }
#top #nav li { height: 43px; }

#nav li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	width: 101px;
	display: block;
	border-top: 1px solid #fff;
	line-height: 12px;
	font-size: 13px;
	letter-spacing: 1px;
	}
#hometop #nav li a { height: 82px; padding: 50px 0px 0px 0px; }
#top #nav li a { height: 43px; padding: 10px 0px 0px 0px; }

#nav li a:hover {
	color: #113AB2;
	}

#nav_about { background: #999; }
#nav_cand { background: #a3a3a3; }
#nav_emp { background: #adadad; }
#nav_ind { background: #b8b8b8; }
#nav_cont { background: #c2c2c2; }

#nav_is_about #nav_about a {color:#444;}
#nav_is_cand #nav_cand a {color:#444;}
#nav_is_emp #nav_emp a {color:#444;}
#nav_is_ind #nav_ind a {color:#444;}
#nav_is_contact #nav_cont a {color:#444;}

/* Home Subnav, Top Nav */

#navbox {
	width: 262px;
	background: #113AB2;
	font-weight: bold;
	font-size: 10px;
	}

#navbox_sub {
	width: 262px;
	padding: 3px;
	}

#navbox_top {
	width: 769px;
	text-align: right;
	background: #113AB2;
	padding: 3px;
	}

* html #navbox_top {
   width: 775px;
   }

#navbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 3px;
	}

#navbox li {
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#navbox li a {
	text-decoration: none;
	color: #E9E4E4;
	padding: 0px 7px;
	}


#navbox li a:hover {
	text-decoration: underline;
	color: #fff;
	}

.subnav_submit {
	border-right: 1px solid #fff;
	padding-right: 3px;
	}

#social {width:140px; height:70px; margin-left:15px;}
#social a {padding:10px 0 23px 0; display: block; text-decoration:none;}
#social p {margin-top:20px; width:165px; height:32px;}
#social span {float:left;}
#social .twitter {}
#social img {padding:0; float:right; margin-top:-9px;}


/* Section Subnav */

#bottom #bottomleft { float:left; width: 190px; background-color:#eee; padding-top: 10px; }
#bottom #bottomleft ul {list-style:none; margin:0 10px; padding:0; padding-bottom:20px; text-align:right; border:1px solid #fff; border-width:1px 1px 0 0; }
#bottom #bottomleft ul li {margin:0; padding:2px; border-bottom:1px solid #E4E1E1; }
#bottom #bottomleft ul li a{display:block; font-size: .8em; color:#2B5EAC; font-weight:bold; padding:3px 3px; text-decoration:none; border-right:3px solid #eee; }
#bottom #bottomleft ul li a:hover, #sidenav ul li a.hi {background-color:#E4E1E1; color:black; border-right:3px solid #3C5B94; }
#bottom #bottomleft ul li a:visited {color:#777;}


/* The following hack solves the 3px jog in IE/Win 
Hack is hidden from IE5-mac. Only IE-win sees this. \*/
* html #bottomleft {margin-right: -3px; position: relative; top: 2px;}
/* End hack */

/* Top */

#hometop {
	height: 92px;
	margin: 0px;
	}

#officename {
	float: left;
	}

#hometop #mri {
	margin: 30px 0px 0px 15px;
	}

#top #mri {
	margin: 10px 0px 0px 15px;
	}

#box_home #header { margin: 10px 0px 0px 15px; }
#box_section #header { margin: 5px 0px 0px 10px; }


/* Home Mid */

#homemid {
	position: relative;
	top: -1px;
	}


/* Bottom */

#bottom {
	clear: both;
	}

#bottomleft {
	float:left;
	}

#tagline {
	background: #999;
	font-family: "Trebuchet MS", Verdana, lucida, arial, helvetica, sans-serif;
	line-height: 14px;
	letter-spacing: 1px;
	text-indent: -30px;
	font-weight: bold;
	padding: 20px 20px 20px 48px;
	font-size: 16px;
	color: #fff;
	margin: 1px 0px 2px 0px;
	}

#homebottom #content {
	padding: 10px 15px 0px 275px;
	text-align: justify;
	}

#bottom #content {
	float:left; width:550px; padding: 10px 15px 15px 15px; 
	}

/* Section Top */

#topimage {
	float: right;
	width: 283px;
	height: 61px;
	}

/* Submit Resume form */
/*input, textarea {border:1px solid #5E7CB4}*/
#fresume label, #fresume input { display: block; width: 50%; float: left; margin-bottom: 10px; }
#fresume #fwphone { width: 40%; }
#fresume label { width: 40%; border-bottom: 1px solid #eee; padding: .2em; margin-left:1em; }
#fresume textarea { width: 90%; margin: 0 0 1em 1em; }
input#frattach { width: 50%; }
#fresume p { display: block; width: 90%; padding: 4px; background-color: #eee; font-weight: bold; }
#fsmall input, #fsmall label { width: 30px; border-bottom: none; }
#fext label, #fext input { width: 20px; padding-left:3px; }
#fresume select { font-size: x-small; }
#submit { margin-left: .5em; }
#fresume br { clear: left; }
#fresume fieldset { border: 0px; }
#fresumebox {
	clear: left;
	}

/* form styles - Request info form */
#frequest {width:90%; margin:auto; font-size: 12px;}
#frequest fieldset {border:0}
#frequest label {float:left; font-weight:bold; display:block; width:50%;  margin-bottom:1em; padding-bottom:.3em; border-bottom:1px solid #eee;}
#frequest .contact input {display: block; width: 40%; float: left; margin-bottom: 1em; }
#frequest .info label{width:90%}
#frequest textarea {width:370px; margin-bottom:10px}
#frequest br {clear:left}

/* Misc. */

#borderfix {
	display: block;
	clear: both;
	}

.parlist {
	list-style-type: none;
	margin: 10px 0px 10px 25px;
	padding: 0px;
	}

.parlist li {
	margin-bottom: 5px;
	}

.grey {
	color: #4B6EF2;
	}

.profile {margin: 15px 0px 0px 0px; font-size: 12px; width: 70%;}
.profile th {background-color:#5964B9; color: #fff; text-align:left}
.profiletd {background-color: #eee}
.profile td {vertical-align:top}

.no-bullets { list-style-type: none; }
.no-bullets li {margin-bottom:10px;}

.bio-title {border-bottom:1px solid #ccc;}
.testimonial {margin-left:20px; margin-right:20px; font-style:italic;}
.small{font-size:.9em;}
.spacedout li {margin-bottom:8px;}
