@charset "utf-8";
/* CSS Document */

body {margin: 0; background: #676767 url(../images/martinovsky-law-bg.jpg) top left repeat-x fixed; font-family: "Myriad Pro", Arial, Helvetica, sans-serif; font-size: 62.5%; color: #003333;}

/* div widths and heights */

#container, #footerContainer {width: 900px; margin-left: auto; margin-right: auto;}
#container {border: 1px solid #000033;}
#headerContainer, #masthead, #mainNavContainer, #footer, #copyright {width: 100%;}
#masthead {height: 127px; background-image: url(../images/header.jpg);}
#masthead h1{display: none;}
#upperNav {height: 46px; background: #DFE0E0;}
#upperNavLeft, #upperNavRight {padding: 10px 5px; font-size: 15px; font-weight: bold;}
#upperNavLeft {float: left;} 
#upperNavRight {float: right;}
#mainNavContainer {background: #DFE0E0; height: 211px;}
#mainNav {margin-left: 2px;}
#content {background-color: #DFE0E0; padding: 10px 20px;}
#contentLeft {width: 255px; float:left;}
#contentRight {width: 575px; float: right;}
.mustard {color: #D07502;}
.clear {clear: both;}

.bioPhoto {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}

/* styles */

h1,h2,h3,h4 {padding: 0; margin:0;}
p {padding: 0;}
h1,h3 {color: #13242C;}
h2,h4 {color: #D07502;}
h1 {font-size: 21px;}
h2 {font-size: 19px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
a {color: #003333; font-weight: bold; text-decoration: none;}


/* content table */

#contentLeft, #contentRight {padding: 0; vertical-align: top;}
#contentLeft a {display: block; padding: 6px 15px; font-size: 16px; letter-spacing: 1px; border: 1px solid #999999; margin-bottom: 5px;}
#contentLeft a:hover, .leftNavSelected {background: #CCCCCC; font-weight: bold;}
#contentRight {line-height: 1.6em; font-size: 16px;}
.ctbg {background: url(../images/table-bg-bottom.gif) bottom repeat-x;}
.bullet {background: url(../images/bullet-arrow.gif) top left no-repeat;}
.hl {width: 860px; padding: 20px 0 25px 0;}
#footerContainer {color: #ffffff; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; }
#footer {font-size: 13px; line-height: 130%;}
#copyright p{font-size: 11px;}
#footer p{margin:0; padding: 7px 0;}
.subnav {margin-top: 0; margin-left:30px; font-size: 14px; color: #003333; line-height: 150%;}
#lowerNav {padding: 40px 5px 10px 5px; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: 1px;}
#lowerNav a{font-weight: normal;}
#lowerNav a:hover{color: #000000; text-decoration: underline;}


/* contact page */
.contactFormErrorMessage {
color:red;
font-weight:bold;
display:none;
}

#containerContactForm span.italic {
font-style:italic;
}

input, label {
display:block;
}

fieldset#contactFormPersonalInformation input {
width:200px;
}

fieldset#contactFormContactPreferences input {
display:inline;
}

fieldset#contactFormContactPreferences label {
display:inline;
}

label#contactFormDisclaimer, input#contactFormDisclaimer {
display:inline;	
}

textarea#contactFormHelpYou {
width:400px;
height:100px;
}

#contactInfo {
font-size: 16px;
}

#contactInfo a {
border:none;
padding:0;
margin:auto;
display:inline;
font-size: 16px;
}

#contactInfo a:hover {

}

#contactFormSubmit {
margin-top:10px; 
font-size: 16px;
font-weight:bold;
}