*{
	margin:0px;
	padding:0px;
}
a{
	outline:none;
}
acronym{
	cursor:help;
	font-size:90%;
}
/*=========site layout============*/
body{
	background-color:#090c4f;
	font-family:"gill sans", verdana, arial, sans-serif;
	font-size:small;
}
html>body{
	font-size:medium;
}
#header{
	height:196px;
	background:#090c4f url(../images/headerTile.gif) repeat-x top left;
}
	#header h2{
		height:127px;
		background:#090c4f url(../images/logo.gif) no-repeat top left;
		text-indent:-3000em;
	}
#footer{
	background:#090c4f url(../images/footerTile.gif) repeat-x top left;
	height:91px;
	clear:both;
	padding-top:30px;
}
	.copyright{
		color:#fff;
		font-size:80%;
		padding-top:30px;
		text-align:center;
		background: transparent url(../images/icon_homeUp.gif) no-repeat top center;
	}
		.copyright a{
			color:#e2e2e2;
			text-decoration:none;
		}
		.copyright a:hover{
			text-decoration:underline;
		}
/*==========navigation=============*/
#mainNav {
	float:right;
	margin-top:13px;
}
#mainNav li{
	list-style:none;
	display:inline;
}
	#mainNav li a{
		display:block;
		float:left;
		width:140px;
		height:33px;
		text-transform:uppercase;
		text-decoration:none;
		font-size:17px;
		padding-top:23px;
		color:#fff;
	}
	#mainNav li a:hover{
		color:#c11717;
		background:#fff url(../images/navBtn_hover.gif) no-repeat top left;
	}
	#mainNav li .here{
		color:#c11717;
		background:#fff url(../images/navBtn_hover.gif) no-repeat top left;
	}
	.iconHome{
		display:block;
		width:32px;
		height:21px;
		background: transparent url(../images/icon_homeUp.gif) no-repeat top left;
		text-indent:40px;
		margin-left:22px;
	}
		#mainNav li a:hover .iconHome{
			background: transparent url(../images/icon_home.gif) no-repeat top left;
		}
		#mainNav li .here .iconHome{
			background: transparent url(../images/icon_home.gif) no-repeat top left;
		}
	.iconAbout{
		display:block;
		width:16px;
		height:21px;
		background: transparent url(../images/icon_aboutUp.gif) no-repeat top left;
		text-indent:24px;
		margin-left:30px;
	}
		#mainNav li a:hover .iconAbout{
			background: transparent url(../images/icon_about.gif) no-repeat top left;
		}
		#mainNav li .here .iconAbout{
			background: transparent url(../images/icon_about.gif) no-repeat top left;
		}
	.iconServices{
		display:block;
		width:21px;
		height:21px;
		background: transparent url(../images/icon_servicesUp.gif) no-repeat top left;
		text-indent:25px;
		margin-left:14px;
	}
		#mainNav li a:hover .iconServices{
			background: transparent url(../images/icon_services.gif) no-repeat top left;
		}
		#mainNav li .here .iconServices{
			background: transparent url(../images/icon_services.gif) no-repeat top left;
		}
	.iconContact{
		display:block;
		width:22px;
		height:21px;
		background: transparent url(../images/icon_contactUp.gif) no-repeat top left;
		text-indent:28px;
		margin-left:14px;
	}
		#mainNav li a:hover .iconContact{
			background: transparent url(../images/icon_contact.gif) no-repeat top left;
		}
		#mainNav li .here .iconContact{
			background: transparent url(../images/icon_contact.gif) no-repeat top left;
		}
/*==========page content===========*/
.centeredContent{
	width:740px;
	margin:0 auto;
	padding:0 30px 0 30px;
}
#pageContent{
	background-color:#e3e3e3;
	color:#000000;
	font-family:verdana, arial, sans-serif;
}
#pageContent .centeredContent{
	background:#fff url(../images/containerTile.gif) repeat-y top left;
	padding-top:20px;
}
#mainContent{
	width:472px;
	float:left;
	padding:28px 7px 0 0;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
	/*ie renders crappy dashed lines for dotted*/
	html>body #mainContent{
		border-right:1px dotted #545454;
		border-bottom:1px dotted #545454;
	}
	#mainContent h2, #mainContent h3, label{
		color:#c11717;
		font-variant:small-caps;
		font-weight:normal;
		font-size:160%;
		padding-bottom:5px;
		font-family:"gill sans", verdana, arial, sans-serif;
		border-bottom:1px solid #d9d9d9;
	}	
	#mainContent h3 {
		font-size:130%;
		border:none;
	}
	#mainContent ul{
		padding:0 0 30px 20px;
	}
	#mainContent li{
		list-style-image:url(../images/listStyle.gif);
		font-size:90%;
		padding:3px 0;
	}
	#mainContent .greeting{
		padding:15px 10px;
		border-bottom:1px solid #d9d9d9;
		margin-bottom:5px;
		background-color:#f7f7f7;
	}
#secondaryContent{
	width:254px;
	height:565px;
	background:#090c4f url(../images/sideBar.jpg) no-repeat top right;
	float:right;
}
	#secondaryContent #infoHolder{
		width:195px;
		margin-top:244px;
		margin-left:52px;
	}
		#infoHolder a{
			font-size:80%;	
		}
	#secondaryContent h3{
		color:#e2e2e2;
		border-bottom:1px solid #fff;
		text-transform:uppercase;
		font-weight:normal;
		font-size:70%;
		font-family:"gill sans", verdana, arial, sans-serif;
	}
	#secondaryContent p{
		color:#fff;
		text-align:right;
		padding:10px 0 10px 0;
		font-family:"gill sans", verdana, arial, sans-serif;
	}
	#secondaryContent a{
		color:#fff;
		text-decoration:none;
	}
		#secondaryContent a:hover{
			text-decoration:underline;
		}
#nachiLogo{
	width:472px;
	clear:both;
	padding:10px 0 8px 0;
}
.headshot{
	float:left;
	padding:3px;
	border:2px solid #ccc;
	margin-right:19px;
}
/*========contact form=============*/
fieldset {
	margin:1em 0;
	padding:10px;
	border:1px solid #d9d9d9;
}
	/*ff gets a dotted border*/
	html>body fieldset{
		border:1px dotted #5e2b18;
	}
	#widgets{
		margin:0px 0 10px 0;
	}
	#widgets div{
		float:left;
		width:120px;
	}
	#widgets p{
		clear:both;
	}
	.otherOption{
		padding:10px 0px 0 9px;
	}
	.otherOption label{
		float:left;
		width:45px;
	}
label {
	display:block;
	font-size:100%;
	border:none;
}
input {
	width:250px;
	margin:0 0 12px 8px;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:3px;
}
input:focus{
	background-color:#ffc;
}
input.checkbox{
	float:left;
	margin-right:1em;
	width:auto;
	border:none;
}
.feedback{
	font-size:90%;
	font-variant:normal;
	color:#FF0000;
	margin-left:5px;
}
.formNote{
	text-align:right;
	font-size:80%;
	color:#c11717;
}
#submitBtn{
	width:59px;
	height:23px;
	background:#ccc url(../images/submitBtn.gif) no-repeat top left;
	color:#c11717;
	text-transform:uppercase;
	font-family:"gill sans", verdana, arial, sans-serif;
	border:none;
	cursor:pointer;
	float:right;
}
.warning{
	color:#FF0000;
	background:url(../images/warning.gif) no-repeat 3%;
	text-indent:60px;
}
/*=========general classes==========*/
.bodyCopy{
	font-size:90%;
	line-height:1.4em;
	padding:3px;
	margin-bottom:30px;
}
.hidden{
	display:none;
}