/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;  051950
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */
 
 
 
 body {
	background: #E0E0E0 url(images/back.jpg) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	margin-left: 0px;
	margin-top: 0px;
}


td {
line-height: 1.3em;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 760px;
}
	
#AccessibilityNav img{
	border: none;
}

/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}

/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}


h1 {
	color:#000000;
	font-size: 1.5em;
}

H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight: bold;
}
H3 {
	color:#000080;
	font-size: 1.2em;
	font-weight: bold;
}

/* ************************************----------- HEADER -----------************************************ */


table#header {
	background: #000000 url(images/header.jpg) 0 0 no-repeat; 
	width: 760px;
	min-width: 760px;
	height: 260px;
}


/* ************************************-----------TOP NAVIGATION-----------************************************ */


div#navigation {
color: #ffffff;
font-weight: bold;
padding-top: 95px;
padding-left: 80px;
text-align: left;
}


div#navigation a{
color: #ffffff;
text-decoration: none;
	
}
div#navigation a:hover{
color: #F0671F;

}

/* *****************************----------- Left Image Column and CONTENT AREA -----------***************************  */



table#container {
	width: 760px;
	min-width: 760px;
	background-color: #ffffff; 
}


td#LeftImage{
	width: 132px;
	background: #ffffff url(images/leftimageback.jpg) 0 0 repeat-y;
}

td#ContentCell{
	width: 628px;
	background: #ffffff url(images/containerback.jpg) 0 0 repeat-y;
}

div#links{
margin-left: 10px;
margin-top: 128px;

}

div#links a{
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	font-size: 1.3em;
}
div#links a:hover{
	color: #000000;
}
/*td#LeftColumn a{
	display: block;
	color: #000000;
	line-height: 1.5em;	
	padding-left: 10px;
	text-decoration: none;
	font-size: 1.2em;
}

td#LeftColumn a:hover{
	color: #ffffff;
	background-color: #585858;
}

/********************----------- CONTENT DIV styles -----------************** */




div#ContentArea {
	padding: 0 30px 0 20px;
	text-align: left;
}

div#ContentArea a{
	color: #5F5840;
	text-decoration: none;
}
div#ContentArea a:hover{
	color: #000000;
	text-decoration: underline;
}

/*td#address {
	background: #070707;
	width: 170px;
}
td#address a:link{
	color: #ffffff;
}

/* ************************************----------- FOOTER -----------*************************************/

table#footer {
	width: 760px;
	min-width: 760px;
	height: 61px;
	background: #E0E0E0 url(images/footer.jpg) 0 0 repeat-x; 
	
 
}

/*td#left{
	background: #ffffff url(../../djpavingstones.com/test/images/back_nav.jpg) 0 0 repeat-y;
	width: 156px;
}

td#copyright{
	padding: 0 10px 0 0;
	background-color: #6E6E6E;
	color: #ffffff;
	font-size: .8em;
	line-height: 2em;	
}*/

p.copyright{
	color: #ffffff;
	font-size: .9em;
	padding-top: 30px;
	
}


.copyright a{
color: #F0671F;
text-decoration: none;
}

.copyright a:hover{
color: #6D73AF;
text-decoration: underline;
}


