/*
Theme Name: Phebus Law AZ
Theme URI: http://www.kauteneffects.com/
Description: A customized theme designed for use by Phebus Law AZ.
Version: 1.0
Author: Kauten Effects
Author URI: http://www.kauteneffects.com/

	Originating from Kubrick v1.5
	http://binarybonsai.com/kubrick/

	This theme was originally designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/.
	
	It has been updated, customized, and adapted for use on Phebus Law AZ
	by Geoff Kauten with Kauten Effects found at http://www.kauteneffects.com
*/

*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #00002b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

a, a:active, a:visited {}

a:hover {}

img {
	border: 0px;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 18px;
	padding-left: 25px;
}

h2 {
	font-size: 16px;
	padding-bottom: 16px;
	padding-left: 25px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 14px;
	padding-left: 25px;
}

h3.indent {
	padding-left: 45px;
}

h3.sub {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 14px;
	padding-left: 50px;
}

h3 ul {
	list-style-type: none;
	list-style-image: url('images/icon_bullet.jpg');
	list-style-position: inside;
	padding-left: 10px;
}

h3 ul li {
	padding-bottom: 5px;
}

hr {}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

p {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 14px;
	padding-left: 0px;
}

/* ================================================== */
/* Phebus Law Information Tables                      */
/* ================================================== */

table.info tr.key {
	background-color: #efefef;
}

table.info tr.alt {
	background-color: #f5f5f5;
}

table.info tr td {
	padding: 5px;
}

/* ================================================== */
/* Phebus Law Header                                  */
/* ================================================== */

#header {
	height: 90px;
	max-height: 90px;
	min-height: 90px;
	margin: 0px auto 0px auto;
	width: 950px;
	max-width: 950px;
	min-width: 950px;
}

#logo {
	float: left;
	height: 64px;
	max-height: 64px;
	min-height: 64px;
	margin-top: 13px;
	width: 282px;
	max-width: 282px;
	min-width: 282px;
}

#call {
	float: left;
	height: 42px;
	max-height: 42px;
	min-height: 42px;
	margin-top: 25px;
	margin-left: 125px;
	width: 162px;
	max-width: 162px;
	min-width: 162px;
}

#consult {
	float: right;
	height: 60px;
	max-height: 60px;
	min-height: 60px;
	padding-right: 50px;
	width: 200px;
	max-width: 200px;
	min-width: 200px;
}

#searchform {
	background-image: url('images/search_template.jpg');
	background-repeat: no-repeat;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	text-align: center;
}

#searchform #s {
	border: #333333 solid 1px;
	color: #666666;
	font-size: 14px;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	margin-right: 5px;
	width: 100px;
}

#searchform #searchsubmit {
	border: #333333 solid 1px;
	color: #666666;
	font-size: 10px;
	height: 18px;
	max-height: 18px;
	min-height: 18px;
	margin-top: 5px;
	width: 50px;
}

/* ================================================== */
/* Phebus Law Navigation                              */
/* ================================================== */

#navigation {
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	margin: 0px auto 0px auto;
	width: 950px;
	max-width: 950px;
	min-width: 950px;
}

#navigation #left {
	background-image: url('images/bg_navi_left.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 28px;
	max-width: 28px;
	min-width: 28px;
}

#navigation #center {
	background-image: url('images/bg_navi_center.jpg');
	background-repeat: repeat-x;
	float: left;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 894px;
	max-width: 894px;
	min-width: 894px;
}

#navigation #center ul {
	list-style-type: none;
	padding-left: 5px;
}

#navigation #center ul li {
	display: inline;
}

#navigation #center ul li a, #navigation #center ul li a:active, #navigation #center ul li a:visited, #navigation #center ul li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#navigation #center ul li a img {
	margin-top: 10px;
}

#navigation #right {
	background-image: url('images/bg_navi_right.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 28px;
	max-width: 28px;
	min-width: 28px;
}

/* ================================================== */
/* Phebus Law Sub Navigation                          */
/* ================================================== */

#subnav {
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	margin: 0px auto 5px auto;
	text-align: center;
}

#subnav ul {
	list-style-type: none;
}

#subnav ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#subnav ul li a {
	color: #00002b;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#subnav ul li a:hover {
	color: #666666;
	text-decoration: none;
}

/* ================================================== */
/* Phebus Law Page Wrap                               */
/* ================================================== */

#wrapper {
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	width: 950px;
	max-width: 950px;
	min-width: 950px;
}

/* ================================================== */
/* Phebus Law Content                                 */
/* ================================================== */

#content {
	background-color: #ffffff;
	min-height: 400px;
	padding: 10px;
	width: 930px;
	max-width: 930px;
	min-width: 930px;
}

/* ================================================== */
/* Phebus Law End                                     */
/* ================================================== */

#end {
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	margin: 0px auto 0px auto;
	width: 950px;
	max-width: 950px;
	min-width: 950px;
}

#end #end_left {
	background-image: url('images/bg_end_left.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 28px;
	max-width: 28px;
	min-width: 28px;
}

#end #end_center {
	background-color: #ffffff;
	color: #999999;
	float: left;
	font-size: 10px;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	text-align: center;
	width: 894px;
	max-width: 894px;
	min-width: 894px;
}

#end #end_center ul {
	list-style-type: none;
	padding-left: 5px;
}

#end #end_center ul li {
	display: inline;
}

#end #end_center ul li a, #end #end_center ul li a:active, #end #end_center ul li a:visted, #end #end_center ul li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#end #end_center ul li a img {
	margin-top: 10px;
}

#end #end_right {
	background-image: url('images/bg_end_right.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	width: 28px;
	max-width: 28px;
	min-width: 28px;
}

/* ================================================== */
/* Phebus Law Footer                                  */
/* ================================================== */

#footer {
	clear: both;
	color: #666666;
	font-size: smaller;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	margin: 0px auto 0px auto;
	width: 850px;
	max-width: 850px;
	min-width: 850px;
}

#footer #copy {
	float: left;
	padding: 2px 0px 0px 15px;
	text-align: left;
	vertical-align: middle;
	width: 300px;;
}

#footer #site {
	float: left;
	padding-top: 2px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

#footer #credit {
	float: right;
	padding: 2px 15px 0px 0px;
	text-align: right;
	vertical-align: middle;
	width: 300px;
}

#footer #credit a, #footer #credit a:active, #footer #credit a:visited {
	color: #666666;
	text-decoration: none;
}

#footer #credit a:hover {
	color: #ffffff;
	text-decoration: none;
}
