@charset "UTF-8";
html {
	background: #333;
}
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	background-color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	text-transform: none;
	margin-top: 20px;
}
/*layout*/
.twoColFixLtHdr #container {
	width: 890px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	-moz-box-shadow: #000 2px 2px 2px;
	-webkit-box-shadow: #000 2px 2px 2px;
	background: #FFF;
	border-right: 1px solid #333;
	border-bottom: 1px solid #424242;
	position: relative;
} 
.twoColFixLtHdr #header {
	background: url(../images/logo.gif) no-repeat 0px 5px;
	padding: 0;  
	height: 65px;
	width: 890px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 -1000em; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px 20px 0px 0px;
	float: left;
}
.twoColFixLtHdr #container #sidebar1 div {
	margin-bottom: 10px;
}
.twoColFixLtHdr #mainContent {
	width: 580px;
	margin: 0px;
	float: left;
	clip: rect(auto,auto,auto,auto);
} 
#mainContent h2 .latestNewsHeader {
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: left;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
	padding-left: 20px;
	margin-top: 0px;
}
#mainContent .lower  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: left;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	margin-top: 20px;
	padding-bottom: 5px;
	display: block;
	padding-left: 20px;
}
#mainContent p   {
	padding-left: 20px;
}
#mainContent h2 .services  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 0px 0px 0px 20px;
}
#sidebar1 #recentNews h2 .latestNewsHeader {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#container #sidebar1 h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #333;
	margin-bottom: 0px;
	font-weight: bold;
	color: #790C05;
}
#sidebar1 #recentNews p , #charity p, #hireMe p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	clear: both;
	padding-bottom: 10px;
	margin-right: 5px;
}
#sidebar1 #recentNews p.last {
	border-bottom: 1px solid #333;
	margin-top: 0px;
	padding-bottom: 15px;
	text-align: left;
	clear: both;
}
#sidebar1 #recentNews p.bottom {
	margin-top: 0px;
	padding-bottom: 15px;
	text-align: left;
	clear: both;
}
#sidebar1 #followMe  {
	padding: 0px 20px;
	border: 1px solid #333;
	margin: 0px 0px 20px;
}
#sidebar1 #charity  {
	padding: 0px 20px;
	border: 1px dotted #333;
	margin: 0px 0px 20px;
}
#sidebar1 .thumbnail  {
	margin: 10px 6px 3px 0px;
	padding: 5px;
	border: 1px solid #999;
}
#recentNews h2 .date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin-right: 10px;
}
#mainContent    h2 .date{
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
#recentNews a:link {
	color: #790C05;
	font-size: 10px;
	text-decoration: underline;
}
#recentNews p a:hover.previousNews {
	color: #333;
	text-decoration: underline;
}
#recentNews p a:visited.previousNews {
	color: #600;
	text-decoration: underline;
}
#container #sidebar1 #recentNews.clientList {
	border-style: none;
}
#sidebar1 #hireMe  , #urls, #recentNews{
	padding: 0px 20px;
	border: 1px dotted #333;
	margin: 0px 0px 20px;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#mainImg  {
	height: 320px;
	width: 580px;
	-moz-box-shadow: #999 1px 1px 2px;
	-webkit-box-shadow: #999 1px 1px 2px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#sidebar1 #quote {
	height: 198px;
	width: 290px;
	margin: 0px;
	overflow:hidden;
	list-style:none;
	padding:0;
}


a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
}
/* sidebar nav */
#sidebar1 div#nav {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
	height: 112px;
}
#sidebar1 #nav ul {
	padding: 0px;
	list-style: none;
	position: relative;
	top: 0px;
	margin: 0px;
}
#sidebar1 #nav ul li {
	margin:0;
	padding:0;
	background:#333;
	list-style: none;
}
#sidebar1 #nav ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 28px;
	margin: 0;
	display:block;
	width:270px;
	padding-left:20px;
	background:url(../images/navBG.png) no-repeat left center;
	position: relative;
	text-transform: uppercase;
}
#sidebar1 #nav ul a:hover {
	color:#CCC;
	background: url(../images/navBG.png) no-repeat -290px 0px;
}
#sidebar1 #nav ul a.current {
	color:#FFF;
	cursor:default;
	background: url(../images/navBG.png) right top;
}
#sidebar1 #recentNews .clientList div {
	margin-bottom: 0px;
}
#sidebar1 #recentNews h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#sidebar1 #recentNews ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sidebar1 #recentNews ul li {
	line-height: 1.4em;
}
#sidebar1 div#nav {
	padding:0;
}
.twoColFixLtHdr #footer {
	background:#600;
	border-top: 10px solid #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 20px;
	width: 890px;
	clear: both;
	height: 40px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	background: #600;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	clear: both;
}
#header p.contact {
	margin: 0px;
	position: absolute;
	right: 25px;
	top: 20px;
}
#mainContent .pfBox {
	padding: 20px;
	border: 1px solid #999;
	background: #FFF;
	width: 538px;
	height: 122px;
	margin-bottom: 20px;
	-moz-box-shadow: #333 1px 1px 2px;
	-webkit-box-shadow: #333 1px 1px 2px;
}
.pfIcons {
	padding: 10px;
	border: 1px solid #333;
	float: left;
	margin-right: 20px;
	background: #FFF;
}
.pfBox #hidden , #hidden2, #hidden3, #hidden4, #hidden5, #hidden6, #hidden7, #hidden8{
}
#mainContent .pfBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 10px;
	line-height: 130%;
}
#mainContent .pfBox h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent .pfBox:hover {
}
.pfBox a:hover .pfIcons{
	background: #323232;
}
#mainContent #formWrap {
	background: #FFF;
	padding: 20px;
	width: 540px;
	border-style: none;
}
#frmContact fieldset {
	border-style: none;
}
#mainContent #formWrap #frmContact {
	background: #CCC;
}
.textfieldRequiredMsg       {
	position: relative;
	font-size: 11px;
	width: 225px;
}
#recentNews img.thumbnail {
	float: left;
	position: relative;
}
#resume p #resumeLink {
	margin: 0px;
	position: relative;
	top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline-block;
	width: 130px;
}
#bottomNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	display: block;
	clear: both;
	width: 890px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	text-align: center;
	margin-top: 0px;
}
#bottomNav ul li {
	display: inline;
	margin: 10px;
	text-decoration: none;
}
#bottomNav ul li a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: underline;
}
#bottomNav2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	display: block;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	text-align: right;
	margin-top: 0px;
	float: right;
}
#copyright {
	display: block;
	float: left;
}
#bottomNav2 ul li {
	display: inline;
	margin: 10px;
	text-decoration: none;
}
#bottomNav2 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: underline;
}
