/*
 * Davidham.com
 * screen stylesheet
 *
 *
 */
 
a {
	color: #005CA3;
	text-decoration: none;
}

a:hover {
	color: #A3000B; 
}

img, 
a img,
.flashbox {
	border: 1px solid #C9C9C9;
	padding: 2px;
}

a:hover img {
   border: 1px solid #A3000B;
}

param {
   background: red;
}

acronym {
	font-style: normal;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
	text-align: center;
	padding: 0 30px 0;
}

h1, h2, h3 {
	margin: 0 0 16px 0;
   padding: 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}

hr {
	height: 1px;
	border-top: 1px solid #C9C9C9;
}

p {
	margin: 0 0 16px 0;
	padding: 0;
}


#pageBox {
	padding: 0 40px 0 0;
	width: 752px;
	margin: 0 auto 0 auto;
	text-align: left;
}


#header {
	/*border-bottom: 1px solid #EFEFEF;*/
	border-top: 2px solid #A3A3A3;
	height: 80px;
	margin: 0 0 10px 288px;
	padding: 30px 20px 20px 0px;
}

#footer {
	margin: 20px 0 0 288px;
	padding: 20px 20px 20px 0px;
	border-top: 2px solid #C9C9C9;
}


.highlight,
.sitename {
	color: #A3000B;
}

.category {
   color: #BBB;
}

div.contact,
div.contact a {
   color:#A3000B;
}

div.contact a:hover {
   text-decoration: underline;
}

#navArea {
	border-top: 1px solid #C9C9C9;
	/*font-family: "Trebuchet MS";*/
	text-align: left;
	color: #036;
	float: left;
	padding: 10px 10px 10px 0px;
	width: 242px;
}

#navArea h2 {
   margin: 0;
   font-size: 13px;
}

#navigation {
	margin: 0 0 16px 0;
	padding: 0 0 14px 0;
	list-style-type: none;
}

#navigation li {
	padding: 0 0 3px 0;
}

#navigation li:before {
   content: "\00BB \0020"; 
}

#navigation ul {
   margin: 0 0 0 20px;
   padding: 0;
   list-style-type: none;
}

#navigation ul li:before {
   content: "";
}

#navigation ul li {
   margin: 0;
   padding: 0;
}

#web {

}

#contentArea {
	border-top: 1px solid #C9C9C9;
	margin: 0 0 0 288px;
	padding: 10px 10px 0 0;
}

.workBox {
	/*border-left: 1px solid #EFEFEF;*/
	border-bottom: 1px solid #C9C9C9;
	padding: 10px 10px 30px 0px;
}

.workBox h2 {
	font-size: 48px; 
	color: #A3A3A3;
	float: left;
	line-height: 55px;
	margin: 0 10px 0 0;
}

.workBox p,
.workbox h3  {
	margin: 0 0 0 115px;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight {
   float: right;
   margin: 0 0 10px 10px;
}

.alignLeft {
   text-align: left;
}

.alignRight {
   text-align: right;
}

/* IE hide hack \*/

* html #featureBox {
	margin-right: -3px;
}

* html #web {
	height: 1%;
	margin-left: 0;
}

/* end hack  */


#RIA {
	border-bottom: 0;
}

.clearBoth {
   clear: both;
}

div.clearBoth {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
}

