/* @override 
	http://pueschellaw.com/pueschel_ee/stylesheets/pueschel_styles.css
	http://test.pueschellaw.com/pueschel_ee/stylesheets/pueschel_styles.css
*/

/*-----------------------------------------------------------------
Pueschel Law Firm

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2009 Pueschel Law Firm

-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	list-style: none;
}


body {
	background: #f0fbfe url(../images/backgrounds/pueschellaw_topbg.gif) repeat-x 0 0;
	margin: 0;
	font: 14px/16px Trebuchet MS, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 0;
	height: 100%;
}

/* @group HELPERS */

.clear {
	clear: both;
}

.float_right{
	float: right;
}

.float_left {
	float: left;
}

.extra_margin {
	margin-top: 10px;
}

.narrow {
}

.bold {
	font-weight: bold;
}

/* @end */

/* @group STRUCTURE */

#header{
	width: 100%;
	height: 173px;
	margin: 0;
	padding: 0;
}

#content{
	width: 796px;
	background-color: #fefdf9;
	border-left: 2px solid #2d526c;
	border-bottom: 2px solid #2d526c;
	border-right: 2px solid #2d526c;
	float: left;
	padding: 15px 0 25px;
}

.wrapper {
	width: 800px;
	height: 100%;
	margin: 0 auto;
}

.left_column {
	width: 440px;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
}

.right_column {
	width: 290px;
	float: left;
	height: 100%;
	margin: 10px 0 0 24px;
	display: block;
	padding: 0;
}

#footer {
	height: 35px;
	padding: 0 20px;
	width: 760px;
	float: left;
	margin: 0;
	display: block;
}

/* @end */

/* @group Header */

#header h1 a{
	text-indent: -9999px;
	background: url(../images/backgrounds/pueschellaw_logo.gif) no-repeat;
	width: 350px;
	height: 126px;
	float: left;
}

#header .header_text{
	float: right;
	margin-top: 25px;
	color: white;
	margin-right: 20px;
}

#header .header_text p{
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2em;
	color: white;
}

#header .header_text h3{
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 10px;
}
/* @end */

/* @group Navigation */

#navigation {
	height: 48px;
	background: url(../images/backgrounds/pueschellaw_navbg.gif) repeat-x 0 0;
	width: 800px;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul{
	float: right;
	width: 590px;
}

#navigation ul li{
	height: 47px;
	float: left;
}

#navigation ul li a{
	display: block;
	text-indent: -9999px;
	float: left;
}

#navigation ul li.home a{
	background-image: url(../images/buttons/plf_navigation_home.gif);
	width: 80px;
	height: 48px;
}

#navigation ul li.practiceareas a{
	background-image: url(../images/buttons/plf_navigation_practiceareas.gif);
	width: 149px;
	height: 48px;
}

#navigation ul li.faqs a{
	background-image: url(../images/buttons/plf_navigation_faqs.gif);
	width: 71px;
	height: 48px;
}

#navigation ul li.resources a{
	background-image: url(../images/buttons/plf_navigation_resources.gif);
	width: 115px;
	height: 48px;
}

#navigation ul li.about a{
	background-image: url(../images/buttons/plf_navigation_about.gif);
	width: 78px;
	height: 48px;
}

#navigation ul li.contact a{
	background-image: url(../images/buttons/plf_navigation_contact.gif);
	width: 97px;
	height: 48px;
}

#navigation ul li.home a:hover{
	width: 80px;
	background: url(../images/buttons/plf_navigation_home.gif) 0 -48px;
}

#navigation ul li.practiceareas a:hover{
	width: 149px;
	background: url(../images/buttons/plf_navigation_practiceareas.gif) 0 -48px;
}

#navigation ul li.faqs a:hover{
	width: 71px;
	background: url(../images/buttons/plf_navigation_faqs.gif) 0 -48px;
}

#navigation ul li.resources a:hover{
	width: 115px;
	background: url(../images/buttons/plf_navigation_resources.gif) 0 -48px;
}

#navigation ul li.about a:hover{
	width: 78px;
	background: url(../images/buttons/plf_navigation_about.gif) 0 -48px;
}

#navigation ul li.contact a:hover{
	width: 97px;
	background: url(../images/buttons/plf_navigation_contact.gif) 0 -48px;
}

#navigation ul li.home a.current{
	width: 80px;
	background: url(../images/buttons/plf_navigation_home.gif) 0 -96px;
}

#navigation ul li.practiceareas a.current{
	width: 149px;
	background: url(../images/buttons/plf_navigation_practiceareas.gif) 0 -96px;
}

#navigation ul li.faqs a.current{
	width: 71px;
	background: url(../images/buttons/plf_navigation_faqs.gif) 0 -96px;
}

#navigation ul li.resources a.current{
	width: 115px;
	background: url(../images/buttons/plf_navigation_resources.gif) 0 -96px;
}

#navigation ul li.about a.current{
	width: 78px;
	background: url(../images/buttons/plf_navigation_about.gif) 0 -96px;
}

#navigation ul li.contact a.current{
	width: 97px;
	background: url(../images/buttons/plf_navigation_contact.gif) 0 -96px;
}

ul.footer_nav{
	height: 25px;
	width: 600px;
	float: left;
	padding-top: 4px;
}

.footer_nav li{
	width: 100%;
	height: 100%;
	display: inline;
}


.footer_nav li a{
	display: block;
	margin-right: 0;
	font-size: 12px;
	color: #5e5e5e;
	float: left;
	text-decoration: none;
	margin-left: 3px;
}

.footer_nav li a:hover{
	color: black;
}


.footer_nav li.float_right{
	margin-left: 15px;
	font-size: 12px;
	color: #5e5e5e;
	display: inline;
	width: 150px;
	height: 15px;
}

.imp{
	font-size: 12px;
	text-indent: -9999px;
	background: url(../images/misc/an_ID_creation.gif) no-repeat;
	width: 100px;
	float: right;
	margin-left: 15px;
	height: 30px;
}


/* @end */

/* @group TEXT */

p{
	color: #444;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

#content .left_column p{
	color: #444;
	width: 435px;
	margin: 0 0 13px;
	padding: 0;
}

#content .left_column strong{
	color: #333;
}

#content .left_column p a{
	color: #2c516b;
	text-decoration: underline;
	font-weight: bold;
}

#content .left_column p a:hover{
	color: black;
	text-decoration: none;
}

#content .left_column #ltcol_contact{
	padding: 0;
	height: 100%;
	margin: 0;
	float: left;
	width: 435px;
}

#content .left_column #ltcol_contact p{
	color: #333;
	padding: 0;
	margin: 0 0 10px;
	width: 435px;
}

.right_content p a{
	font-size: 14px;
	padding-right: 5px;
	margin: 0 0 10px;
	text-decoration: underline;
	color: #2c516b;
	font-weight: bold;
}

.right_content p a:hover{
	color: black;
}

.left_column h1{
	color: #2c516b;
	background: url(../images/backgrounds/h1_bg.gif) repeat-x 0 0;
	width: 440px;
	margin: 0 0 10px;
	text-align: left;
	font-size: 28px;
	padding: 0;
	line-height: 36px;
	height: 40px;
}

.left_column h2{
	color: #3e3a22;
	font-size: 19px;
	line-height: 23px;
}

.left_column h2.article_header{
	margin-bottom: 3px;
}


.left_column h3{
	color: #3e3a22;
	margin: 0;
}

.left_column h3.links{
	margin-bottom: 10px;
}

.left_column h3.links a{
	color: #3e3a22;
	text-decoration: none;
}

.left_column h3.links a:hover{
	text-decoration: underline;
}

.left_column h4{
	color: #414141;
	margin: 3px 0;
	padding: 0;
}

.links_header h3{
	padding-left: 15px;
	margin-bottom: 10px;
	color: #3e3a22;
}


.right_content h3.article_header{
	color: #3e3a22;
	margin: 10px 0 0;
	padding: 0;
}

.right_column h2.sub_nav{
	width: 270px;
	height: 22px;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
	background: url(../images/backgrounds/tab2_bgslice.gif) repeat-x;
}

.right_column h2.sub_nav a{
	text-decoration: none;
	color: white;
}

.right_column h2.sub_nav a:hover{
	color: white;
	text-decoration: underline;
}

.right_column h3.links{
	color: #333;
	margin-bottom: 1px;
	margin-top: 13px;
}

.right_column #google_map h3{
	color: #333;
	margin: 0 0 10px;
}

.right_column h3{
	color: #3e3a22;
	line-height: 19px;
	margin-left: 5px;
	margin-top: 5px;
}

.right_column h3.highlights{
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 5px;
}

.right_column h4{
	color: #555;
	line-height: 19px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.right_column .tabs{
	background: url(../images/misc/tab.gif) no-repeat;
	height: 22px;
	color: white;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 15px;
}

.right_column .tabs2{
	background: url(../images/misc/tab2.gif) no-repeat;
	height: 22px;
	color: white;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 15px;
}

/* @end */

/* @group Misc */

.right_content{
	background: url(../images/backgrounds/tab_bgslice.gif) no-repeat 0 0;
	width: 255px;
	height: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0 15px;
}

.left_column p img{
	float: right;
	margin: 0 0 0 15px;
	padding: 0;
	width: 148px;
	height: 275px;
}

.right_column img{
	margin-bottom: 10px;
}

/* @end */

/* @group Form */

form#contact_form{
	width: 435px;
	height: 100%;
}

form#contact_form #form label{
	padding: 0;
	margin: 0;
	font-size: 16px;
	width: 100%;
}

form#contact_form #form label.state{
	padding: 0;
	height: 100%;
	margin: 0 200px 0 0;
}

form#contact_form #form label.phone{
	padding: 0;
	height: 100%;
	margin: 0 130px 0 0;
}

form#contact_form #form label.zip{
	padding: 0;
	height: 100%;
	margin: 0;
}

form#contact_form #form label.questions{
	padding: 0;
	margin: 0;
	font-size: 16px;
	width: 400px;
}

form#contact_form #form input.text{
	padding: 0;
	height: 20px;
	margin: 5px 0 10px;
	width: 435px;
	border: 1px solid #999;
}

form#contact_form #form input.text_state{
	padding: 0;
	height: 20px;
	margin: 5px 27px 10px 0;
	width: 200px;
	border: 1px solid #999;
}

form#contact_form #form input.text_zip{
	padding: 0;
	height: 20px;
	margin: 5px 0 10px;
	width: 200px;
	border: 1px solid #999;
}

form#contact_form #form #checkboxes{
	width: 435px;
	padding: 0;
	margin: 0;
}

form#contact_form #form #checkboxes .check_group{
	width: 435px;
	padding: 0;
	margin: 10px 0;
}

form#contact_form #form #checkboxes .check_group .checkbox_text label.checkbox_text{
	font-size: 16px;
	margin: 0 0 55px;
	padding: 0;
	width: 300px;
}

form#contact_form #form #checkboxes .check_group .checkbox input{
	padding: 0;
	height: 15px;
	margin: 0 12px 0 0;
	width: 20px;
	float: left;
}

form#contact_form #form #checkboxes .check_group textarea{
	padding: 0;
	height: 65px;
	margin: 0;
	width: 435px;
}

form#contact_form #form #checkboxes .check_group .checkbox_text{
	margin-bottom: 10px;
}

form#contact_form #form textarea.last_box{
	padding: 0;
	height: 65px;
	margin: 5px 0 0;
	width: 435px;
}

form#contact_form #form .submit input.submit_button{
	width: 85px;
	height: 25px;
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
	color: #333;
	border: 1px solid #999;
	padding: 0;
}

/* @end */

/* @group Google Map */

#google_map p.map{
	color: #333;
	font-size: 14px;
	margin: 8px 0 0;
	padding: 0;
	height: 35px;
}

.directions_form table tbody tr th{
	height: 20px;
	font-size: 15px;
	width: 200px;
	margin: 0;
	padding: 0;
}

#google_map form.directions_form input#fromAddress{
	height: 20px;
	border: 1px solid #999;
	padding: 0;
	margin: 0 0 10px;
	width: 255px;
}

.googledir{
	width: 251px;
}

#google_map table.directions{
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#google_map table.directions tbody tr th{
	height: 20px;
	font-size: 15px;
	padding: 0;
	margin: 0 0 10px;
	width: 200px;
}

#directions{
	margin-bottom: 25px;
	width: 257px;
	height: 100%;
}

#map_canvas{
	width: 255px;
	height: 300px;
	border: 1px solid #666;
	margin-bottom: 10px;
}

#google_map form.directions_form input.get_directions{
	width: 112px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	margin: 0;
	color: #333;
	border: 1px solid #999;
	padding: 0;
}

.googledir table tbody tr td{
	height: 100%;
	margin: 0;
	padding: 0;
}

.googledir table tbody tr td img{
	width: 25px;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0 10px 0 0;
}




/* @end */

































