
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#999999;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#999999;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	color:#999999;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#0000FF;
	text-decoration:underline;
}

a:visited {
	color:#0000FF;
	text-decoration:underline;
}

a:hover {
	color:#0000FF;
	text-decoration:none;
}

a:active {
	color:#0000FF;
	text-decoration:none;
}

ul {
	margin:0 0 15px 30px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
}

ul li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

ul li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

ol {
	margin:0 0 15px 33px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

ol li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

.floatRight {
	float:right;
	margin-left:10px;
}

.floatLeft {
	float:left;
	margin-right:10px;
}

.clearFloat {
	clear:both;
	height:0;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#navHandheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactInfoForPrint {
	display:none;
}

/* eliminates extra bottom margin pixels added to images by Firefox and Safari */
img {
	vertical-align:bottom;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalSpacer {
	margin:0 0 5px 0;
	padding:0;
}

/* change transparency - applies to different browsers */
.transparent50Percent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

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

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:800px;
	background-color:#FFFFFF;
}

/* --- top nav attributes --- */

#topNav {
	background:#bb6622;
	padding:0 20px 0 20px;
	height:30px;
	text-align:center;
}

#topNav ul {
	margin:0;
	padding:5px 0 0 0;
	list-style:none;
}

#topNav ul li {
	display:inline;
	padding:0 7px 0 7px;
	font-size:1.4em;
	color:#FFFFFF;
}

#topNav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#topNav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#topNav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#topNav a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

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

/* --- top nav buttons - rollover effect without javascript --- */

#firstButton {
	float:left;
	margin:0;
	padding:0;
	width:75px;
	height:31px;
	background:url(../images/nav/home-off.gif) no-repeat;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#firstButton a:link, #firstButton a:visited {
	display:block;
	width:75px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/home-off.gif) no-repeat;
}

#firstButton a:hover, #firstButton a:active {
	background:url(../images/nav/home-on.gif) no-repeat;
}

#nextButton {
	float:left;
	margin:0;
	padding:0;
	width:84px;
	height:31px;
	background:url(../images/nav/law-firm-off.gif) no-repeat;
}

#nextButton a:link, #nextButton a:visited {
	display:block;
	width:84px;
	height:31px;
	text-decoration:none;
	background:url(../images/nav/law-firm-off.gif) no-repeat;
}

#nextButton a:hover, #nextButton a:active {
	background:url(../images/nav/law-firm-on.gif) no-repeat;
}

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

/* contains side and main sections */
#mainContainer {
	margin:0;
	padding:0;
	width:980px;
	background-color:#FFFFFF;
}

/* --- left section --- */

#side1 {
	float:left;
	margin:0 0 0 27px;
	padding:0;
	width:194px;
	_display:inline; /* this is an IE6 hack to fix the floated double-margin problem */
}

#side1 img {
	border:none;
}

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

/* --- right section --- */

#side2 {
	float:left;
	margin:0 0 0 27px;
	padding:0;
	width:194px;
}

#side2 img {
	border:none;
}

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

/* --- common to both left and right sections --- */

.sideContainer {
	margin:0 0 50px 0;
	padding:0;
	width:194px;
}

.sideContainer p {
	margin:0;
	padding:5px 10px;
	font-size:1.2em;
	line-height:120%;
}

.headerBg {
	margin:0 0 7px 0;
	padding:0;
	width:194px;
	background-image:url(../images/headerbg.jpg);
}

.headerBg p {
	margin:0;
	padding:3px 10px;
	font-size:1.3em;
	font-weight:bold;
	line-height:120%;
	color:#FFFFFF;
}

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

/* --- main section --- */

#main {
	float:left;
	margin:0 0 0 27px;
	padding:0;
	width:484px;
}

#main img {
	border:none;
}

#mainContent {
	margin:15px 0 50px 0;
	padding:0;
}

#mainContent p {
	margin:0;
	padding:5px 0;
	font-size:1.2em;
	line-height:120%;
}

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

/* --- footer section --- */

#footer {
	margin:5px auto 0 auto;
	padding:0 0 30px 0;
	width:980px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#FFFFFF;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

.footerLeft {
	float:left;
	margin:0;
	padding:0;
	width:248px;
}

.footerMiddle {
	float:left;
	margin:0;
	padding:0;
	width:511px;
}

.footerRight {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

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

/* --- form field attributes --- */

form {
	margin:0 0 0 30px;
	padding:20px;
	border:1px solid #cccccc;
}

#submissionForm table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#submissionForm table tr td {
	margin:0;
	padding:5px 0 5px 10px;
}

#submissionForm table tr td.alignright {
	margin:0;
	padding:0;
	text-align:right;
}

#submissionForm table tr td.alignright p {
	margin:0;
	padding:0;
	text-align:right;
	vertical-align:top;
}

#realname, #phone, #email, #bestTimeToContact {
	margin:0;
	padding:0;
	width:200px;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.4em;
	color:#555555;
	border:1px solid #999999;
}

#projectDetails {
	margin:0;
	padding:0;
	width:200px;
	height:60px;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.4em;
	color:#555555;
	border:1px solid #999999;
}

#submissionForm table tr td #spamcode {
	margin:0;
	padding:0;
	border:1px solid #999999;
}

#submissionForm table tr td .securityCodeText {
	margin:0;
	padding:0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.4em;
	color:#555555;
}

#security_code {
	margin:0;
	padding:0;
	width:52px;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.4em;
	color:#555555;
	border:1px solid #999999;
}

#submit {
	margin:0;
	padding:0;
}

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