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

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font:62.5% "Palatino Linotype", "Book Antiqua", serif;
	color:#555555;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

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

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

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

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

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

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

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

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

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

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

.imageFloatRight {
	float:right;
	margin:0 0 5px 30px;
}

.imageFloatLeft {
	float:left;
	margin:0 30px 5px 0;
}

.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* 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.displayBlock {
	display:block;
}

/* 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:980px;
	background-color:#FFFFFF;
}

#masthead {
	margin:0;
	padding:0;
	width:980px;
	height:93px;
	background:#000000 url(../images/masthead.jpg) no-repeat;
}

#topNav {
	margin:0;
	padding:39px 0 0 340px;
	width:940px; /* this is a box model hack for IE5 and IE5.5 */
	voice-family: "\"}\""; /* this is a box model hack for IE5 and IE5.5 */
	voice-family:inherit; /* this is a box model hack for IE5 and IE5.5 */
	width:600px;
	height:26px;
}

/* outermost border */
#mainContainer {
	margin:0;
	padding:0 15px;
	width:946px;
	border-right:#20375d 2px solid;
	border-bottom:#20375d 2px solid;
	border-left:#20375d 2px solid;
}

/* container for homepage Flash */
#flash {
	margin:0;
	padding:0;
	width:946px;
	height:485px;
	background:url(../images/mainimage.jpg) no-repeat;
}

/* --- homepage content --- */

#mainContainer .topCurve {
	margin:15px 0 0 0;
	padding:0;
	width:946px;
	height:26px;
	background:url(../images/curve-top-946px.gif) no-repeat;
}

#homepageMainContent {
	margin:0;
	padding:90px 40px 0 40px;
	border-right:#20375d 1px solid;
	border-left:#20375d 1px solid;
	background:url(../images/homepage-quote-photo2.jpg) no-repeat left top;
	width:946px; /* this is a box model hack for IE5 and IE5.5 */
	voice-family: "\"}\""; /* this is a box model hack for IE5 and IE5.5 */
	voice-family:inherit; /* this is a box model hack for IE5 and IE5.5 */
	width:864px;
}

#homepageMainContent p {
	margin:0;
	padding:0 0 15px 0;
	font-size:1.4em;
	text-align:justify;
	line-height:150%;
}

#mainContainer .bottomCurve {
	margin:0 0 15px 0;
	padding:0;
	width:946px;
	height:26px;
	background:url(../images/curve-bottom-946px.gif) no-repeat;
}

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

/* --- internal page content --- */

#mainContainer .topCurve2 {
	margin:0;
	padding:0;
	width:946px;
	height:26px;
	background:url(../images/curve-top-946px.gif) no-repeat;
}

#internalpageMainContent {
	margin:0;
	padding:0 40px 0 40px;
	border-right:#20375d 1px solid;
	border-left:#20375d 1px solid;
	background:url(../images/curve2-bottom-hammer-icon.gif) no-repeat left bottom;
	width:946px; /* this is a box model hack for IE5 and IE5.5 */
	voice-family: "\"}\""; /* this is a box model hack for IE5 and IE5.5 */
	voice-family:inherit; /* this is a box model hack for IE5 and IE5.5 */
	width:864px;
}

#internalpageMainContent h1 {
	margin:0;
	padding:0 0 20px 0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:2.1em;
	font-weight:normal;
	color:#555555;
}

#internalpageMainContent h2 {
	margin:0;
	padding:0 0 5px 0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.8em;
	font-weight:normal;
	color:#555555;
}

#internalpageMainContent h3 {
	margin:0;
	padding:0 0 5px 0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.6em;
	font-weight:normal;
	color:#555555;
}

#internalpageMainContent p {
	margin:0;
	padding:0 0 15px 0;
	font-size:1.4em;
	text-align:justify;
	line-height:150%;
}

#internalpageMainContent .byline {
	margin:-10px 0 0 0;
	padding:0;
	font-size:1.4em;
	text-align:right;
	line-height:120%;
}

#mainContainer .bottomCurve2 {
	margin:0 0 15px 0;
	padding:0;
	width:946px;
	height:26px;
	background:url(../images/curve2-bottom-946px.gif) no-repeat;
}

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

/* --- portfolio both columns bottom border and right section's bg pattern plus bottom right curve --- */

#twoColumnBorder {
	position:relative;
	margin:0 0 15px 0;
	padding:1px 0;
	width:946px;
	background:url(../images/border-2column.gif) repeat-y;
}

#twoColumnBorder .topLeftCurve {
	position:absolute;
	top:0;
	left:0;
	width:29px;
	height:28px;
	background:url(../images/curve-portfolio-top-leftside.gif) no-repeat;
}

#twoColumnBorder .bottomRightCurve {
	position:absolute;
	bottom:0;
	right:0;
	width:29px;
	height:28px;
	background:url(../images/curve-portfolio-bottom-rightside.gif) no-repeat;
}

#twoColumnBg {
	margin:0 1px 0 0;
	padding:0;
	width:945px;
	background:url(../images/portfolio-bg-pattern.gif) right top repeat-y;
}

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

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

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

#side1 img {
	border:none;
}

#side1MainContent {
	margin:0;
	padding:0;
	background-color:#eeeeee;
	width:401px;
}

#side1MainContent .bodyContent {
	margin:0;
	padding:10px;
}

#side1MainContent h1 {
	margin:0;
	padding:0 0 20px 0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:2.1em;
	font-weight:normal;
	color:#555555;
}

#side1MainContent h2 {
	margin:0;
	padding:0 0 5px 0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.8em;
	font-weight:normal;
	color:#555555;
}

#side1MainContent h3 {
	margin:0;
	padding:0 0 5px 0;
	font-family:"Palatino Linotype", "Book Antiqua", serif;
	font-size:1.6em;
	font-weight:normal;
	color:#555555;
}

#side1MainContent p {
	margin:0;
	padding:0 0 15px 0;
	font-size:1.4em;
	text-align:justify;
	line-height:150%;
}

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

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

#side2 {
	float:right;
	margin:0 1px 0 0;
	padding:0;
	width:531px;
}

#side2 img {
	border:none;
}

#side2MainContent {
	margin:0;
	padding:38px 0 10px 42px;
	width:489px;
}

#side2MainContent p.heading {
	margin:0;
	padding:0 0 33px 0;
	font-size:1.8em;
}

#side2MainContent img.thumbnail {
	margin:0;
	padding:0 30px 30px 0;
	width:89px;
	height:89px;
}

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

/* --- 2 column staff table --- */

#mainContainer table.twoColumnStaffTable {
	margin:0;
	padding:0;
	width:100%;
	border-collapse:collapse;
}

#mainContainer table.twoColumnStaffTable tr td {
	margin:0;
	padding:0 0 30px 0;
	vertical-align:top;
}

#mainContainer table.twoColumnStaffTable tr td p {
	margin:0;
	padding:0 0 15px 20px;
}

#mainContainer table.twoColumnStaffTable tr td p.caption {
	margin:0;
	padding:0;
	font-size:1.4em;
	text-align:justify;
	line-height:150%;
}

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

/* --- 2 equal column table --- */

#mainContainer table.twoEqualColumns {
	margin:0;
	padding:0;
	width:100%;
	border-collapse:collapse;
}

#mainContainer table.twoEqualColumns tr td {
	margin:0;
	padding:0 20px 0 0;
	width:50%;
	vertical-align:top;
}

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

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

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

#footer p {
	margin:0;
	padding:0 0 5px 0;
	text-align:justify;
}

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

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

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

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

.horizontalLine {
	margin:0 0 5px 0;
	padding:0;
	width:980px;
	height:1px;
	background:#555555;
}

.footerLeft {
	float:left;
	margin:0;
	padding:0;
}

.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;
}

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