/*Attorney Green stylesheet*/

/* zeroing margins and padding - add these to the elements in the various containers */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
   margin: 0; 
   padding: 0; 
   border: 0; 
}

html {
   min-height: 100%;
   margin-bottom: 1px;
}

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B635D;
	background-color: #AAA995;
}

h1 {
	font-size: 2em;
	margin-left: 250px;
	padding-top: 5px;
	padding-bottom: 10px;
}

h2 {
	font-size: 1.7em;
	color: #563105;
	margin-left: 250px;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 2px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.5em;
	color: #563105;
	margin-left: 250px;
	padding-top: 8px;
	padding-bottom: 12px;
}

h4 {
	font-size: 1.3em;
	color: #563105;
	margin-left: 250px;
	padding-top: 8px;
}

h5 {
	font-size: 1.2em;
	color: #563105;
	margin-left: 250px;
	padding-top: 8px;
}

h6 {
	font-size: 1.1em;
	color: #563105;
	margin-left: 250px;
	padding-top: 8px;
}

.bumpUpOne {
	font-size: 1.1em;
	font-weight: bolder;
}

/* outer wrapper div */
#wrapper {
	margin: 7px auto;
	width: 750px;
	text-align: left;
	position: relative;
	background-image: url(../images/wrapper.jpg);
}

#header {
	background-repeat: no-repeat;
	background-image: url(../images/header1.jpg);
	height: 87px;
}

#headerMoto {
	height: 88px;
	background-repeat: no-repeat;
	background-image: url(../images/header_moto.jpg);
}

/* section under company name - graphics */
#strap {
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 35px;
}

#pete {
	background-image: url(../images/peter_murray.jpg);
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 220px;
}

#pete1 {
	background-image: url(../images/peter_murray.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

#innerstrap {
	margin-top: 12px;
	margin-left: 188px;
	margin-right: 26px;
	font-family: Garamond, Georgia, Arial;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0px;
}

#innerwrapper {
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
/* right content area */

#content {
	background-repeat: repeat-y;
	padding-bottom: 1px;
	background-image: url(../images/bridge.jpg);
}

/* paragraph styles in the content area */

#content p {
	font-family: Garamond, Georgia, Arial;
	font-size: 1em;
	line-height: 1.3em;
	color: #000000;
	margin-top: 10px;
	margin-right: 38px;
	margin-left: 248px;
}

/* gives the pictures in the content area a nice border, remove the style if you don't want the border */
#content img {
	border: 1px solid black;
}

/* styles the list in the content area */

#content  li {
	margin-top: 12px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 80px;
}

#content ul {
	font-family: Garamond, Georgia, Arial;
	font-size: 1em;
	line-height: 1.3em;
	margin-left:/**/ 200px;
	margin-right: 30px;
}

#content ol {
	font-family: Garamond, Georgia, Arial;
	font-size: 1em;
	line-height: 1.3em;
	margin-left:/**/ 200px;
	margin-right: 30px;
}

#content table {
	margin-left: 255px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	float: none;
	margin-bottom: 10px;
}

#content tr {
	font-family: Garamond, Georgia, Arial;
	font-size: 1em;
	vertical-align: top;
}

/* styles in the Moto content area */

#contentMoto {
	background-repeat: repeat-y;
	padding: 0;
	padding-bottom: 1px;
	background-image: url(../images/moto-bk.jpg);
}

#contentMoto p {
	font-family: Garamond, Georgia, Arial;
	color: #5A5A5A;
	font-weight: bold;
	padding-left: 30px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#contentMoto img {
	padding-right: 21px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

	/* footer div */
	
#footer {
	clear: both;
	background-color: #474A3C;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	height: 59px;
}

/* paragraph styles in the footer area */
#footer p {
	font-size: 75%;
	text-align: right;
	padding: 9px 35px 0 35px;
	padding:/**/ 2px;
	padd\ing: 9px 35px 0 35px;
	color: #FFFFFF;
}

#footer a {
	color: #E8F0E8;
	font-weight: bold;
}

/* self explanatory  :-)  left column */
#leftcol {
	float: left;
	width: 190px;
	w\idth: 190px;
	margin-left: 31px;
	font-size: 1.1em;
	margin-top: 10px;
}

/* graphic above the menu list */

#leftcol img {
	float: none;
}

#leftcol h3 {
	background-image: url(../images/h3_bg.jpg);
	background-repeat: repeat-y;
	font-size: 90%; 
	padding: 3px 0 10px 3px;
	color: #625449;
	height: 12px;
}

#leftcol h3 span {
	position: absolute;
	top: -3000px;
}

#leftcol ul {
	list-style-type: none;
	border-top: 1px solid white;
}

/* styles the list menu */
#leftcol ul li {
    border-bottom: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	width: 190px;
	w\idth: 188px;
	line-height: 100%;
	line-height:/**/118%;
	l\ine-height: normal;
	margin-bottom:/**/ -3px;
	ma\rgin-bottom: 0;	
}

#leftcol li a {
	font-size: 90%;
	height: 1%;
	display: block;
	text-decoration: none;
	color:  #333333;
	padding: 3px 0 3px 2px;
	padd\ing: 4px 0 4px 2px;
	background-color: #CC9933;
	border-left: 10px solid #999966;/* gives a colored border to the left side of the button */
	text-align: center;
}


#leftcol li a:hover, #leftcol li a:focus {
	background-color: #C4C4A6;
	color: White; 
	border-left: 10px solid #CC9933;
}

/* end menu styles */

#content img {
	margin: 3px 8px 1px 0;
}

hr {
	width: 350px;
	margin-left: 45px;
}
/* styles to float images in the content area */
.imgleft {
	float: left;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.imgright {
	float: right;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
	
	/* sets no border on the validation buttons */
	#valid img {
	border: none;
		}

	
	/* FORM STYLES */
	
/***** Begin laying out the contact form *****/

form {
width: 350px;
}

fieldset{
	padding:10px;
	margin-bottom:15px;
	margin-top: 20px;
	width: 275px;
	font-size: 100%;
	margin-left: 50px;
}

/*styles the input fields*/
input,textarea{
	margin: 4px;
	padding: 2px;
	background-color: #F5F5F5;
	border: 1px solid #9D9D9D;
}
/* styles the text beside the input fields */
label{
	color:#666;
	font-size: 80%;
}
legend{
padding:10px;/*gives a bit of padding between the border and the text*/
color: #756F5F;
font-weight: bold;
}
/* styles the submit button */
.submitbutton {
	border: 1px solid #7F714B;
	background: #EEEEEE;
	color: Black;
}

textarea:focus, input:focus, select:focus {
background-color: #A6A491;
color: #414129;
}
	
/*end of form styles */

/* styles the current page navbar color */
#leftcol a.currentLink {
	background-color: #C4C4A6;
	color: #6A501A;
	font-weight: bold;
	text-align: center;
	border-left: 10px solid #999966;
}

