/* @override http://192.168.1.110:8888/panzerlaw/css/main.css */

/*
Company:	Panzer Law
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background-color: #691e1e;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
div#hd-inner {
	background: url(../images/bd-hd.gif) no-repeat 0 0;
	overflow: hidden;
	width: 825px;
}
div#hd-bkg {
	background: url(../images/hd-bkg.gif) repeat-x 0 0;
	overflow: hidden;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
}

/* Body */
div#bd {
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 24px 40px 24px;
	overflow: hidden;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
}

/* Footer */
div#ft {
	width: 777px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 10px 24px 0 24px;
	overflow: hidden;
	background: url(../images/bd-ft.gif) no-repeat 0 0;
}
div#ft p {
	margin: 0;
	line-height: 29px;
	font-size: 77%;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}
div#ft p.ft-nav {
	width: 320px;
	text-transform: uppercase;
	float: left;
	display: inline;
}
div#ft p.copyright {
	width: 440px;
	text-align: right;
	float: right;
	display: inline;
}
div#ft p a:link, div#ft p a:visited {
	color: #fff;
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 777px;
	height: 145px;
	background: url(../images/panzer-logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Workers Compensation */
div.page-heading {
	text-indent: -9000px;
	height: 40px;
	background: url(../images/workers-comp-hd.gif) no-repeat 0 0;
	margin: 0 0 5px 0;
}

/* Side */
div.side {
	width: 180px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 565px;
	float: right;
	display: inline;
}
div.main-wide {
	width: 100%;
	float: none;
	display: block;
}

img.content-pic-left {
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}
/* @end */

/* @group Nav */
div#nav ul {
	margin: 0;
	padding: 0 3px 0 0;
	float: right;
	display: inline;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 32px;
	padding: 0 10px 8px 10px;
	text-transform: uppercase;
	font-size: 93%;
	font-family: Helvetica, Arial, sans-serif;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, body.p-home div#nav ul li#n-home a, body.p-about div#nav ul li#n-about a, body.p-faq div#nav ul li#n-faq a, body.p-contact div#nav ul li#n-contact a {
	background-color: #005568;
}
/* @end */

/* @group Default Headings */
div.side h2 {
	margin: 0 0 10px 0;
	color: #333;
	font-size: 108%;
}

div.main h1 {
	font-size: 108%;
	margin: 0 0 10px 0;
	color: #691e1e;
}
div.main h2 {
	font-size: 93%;
	margin: 0 0 4px 0;
	color: #005568;
}
div.main h3 {
	font-size: 100%;
	margin: 0 0 2px 0;
	color: #000;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	line-height: 140%;
}
.error {
	color: red!important;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
div.side form {
	border: 1px solid #000;
	padding: 10px;
	background-color: #e9fffb;
}
div.side form label {
	display: block;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 0;
}
div.side form input.txt {
	width: 150px;
	font-size: 85%;
	margin: 0 0 15px 0;
}
div.side form input.phone1 {
	width: 30px;
	text-align: center;
}
div.side form input.phone2 {
	width: 30px;
	text-align: center;
}
div.side form input.phone3 {
	width: 45px;
	text-align: center;
}
div.side form textarea {
	font-size: 85%;
	width: 150px;
	height: 75px;
	margin: 0 0 15px 0;
}

/* Contact Form */
form.contact {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
form.contact div.row {
	clear: left;
	padding: 0 0 10px 0;
}
form.contact div.row label {
	display: block;
	width: 200px;
	padding: 0 10px 0 0;
	font-weight: bold;
	color: #333;
	float: left;
	text-align: right;
}
form.contact div.row label.center {
	display: block;
	float: none;
	text-align: center;
	width: 460px;
	padding: 0 0 5px 0;
}
form.contact div.row input.txt {
	width: 250px;
}
form.contact div.row textarea {
	width: 400px;
	height: 100px;
	margin-left: 50px;
}
form.contact div.submit-row {
	text-align: center;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #005568;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
