﻿body 
{
	margin: 0;
	font-family: Arial;
	font-size: small;
	text-align: justify;
}
#page 
{
	width:1003px;
	/*background-color:Red;*/
	margin-left:auto;
	margin-right:auto;
	background-image :url(../../images/DSP-background2.jpg);
	background-repeat:repeat-y;	
}

#topofpage 
{
	/*ie6 min-height hack*/
	min-height:718px;
	height:auto !important;
	height:718px;	
	/*end hack*/
	margin: 0 0 10px 0;
}
form
{
	width:100%;		
}
#head
{
	height:129px;
}
#foot
{
	
	text-align:center;
	padding-bottom:20px;
}
a img
{
	border:0;
}

ul#sitenav 
{
	margin: 0;	
	padding: 0;
	list-style-type:none;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom:10px;
}

ul#sitenav  li
{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
}

.clear
{
	clear: both;
	line-height: 0;
	height: 0;
}

.fr 
{
	float: right;
}

/* Image box */
.imageboxcontainer
{
	width:970px;
	margin: 0 auto 0 auto;
}

	div.imageboxcontainer div.imagebox 
	{	
		margin-left: 12px;
		margin-right: 12px;
		float: right;
		display:inline; /*ie6 hack*/
	}

	div.imageboxcontainer div.imagebox div 
	{
		padding: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}

div.imagebox 
{
	width: 298px;
	height: 405px;
	background-color: #eaeced;
	position:relative;
}
.imagehome
{
	position:absolute; bottom:0;
	}
/*
div.imageboxcontainer2 div.imagebox2 
{
	margin-left: 12px;
	margin-right: 12px;
	float: left;
}

div.imageboxcontainer2 div.imagebox2 div 
{
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

div.imagebox2 
{
	width: 479px;
	height: 205px;
	background-color: #eaeced;
}

div.imageboxcontainer2 div.imagebox3 
{
	margin-left: 12px;
	margin-right: 12px;
	float: right;
}

div.imageboxcontainer2 div.imagebox3 div 
{
	padding: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

div.imagebox3 
{
	width: 479px;
	height: 505px;
	background-color: #eaeced;
}
*/
.imageboxdouble 
{
	width: 479px;
	background-color: #eaeced;
}

.imageboxdouble div 
{
	padding-left: 10px;
	padding-right: 10px;
	
}
.imageboxdouble div .first,.imageboxcontainer .first  
{
	margin-top: 0
}


.imageboxleft
{
	/*background-color:Red;*/
	min-height: 200px;
	width: 479px;
	float: left;
	display:inline;
	margin-left:10px;
	}
	
.imageboxright
{
	/*background-color:Green;*/
	min-height: 200px;
	width: 497px;
	float: right;
}

.aboutusimgbx 
{
	min-height: 130px;
	margin-bottom: 22px;
}

div.textboxcontainer
{
	background-image :url(../../images/Intro-bg.png);
	height:57px;
	width:989px;
	background-repeat:no-repeat;	
	margin: 0 auto 0 auto;
	padding: 0;
}

	div.textboxcontainer div.textbox
	{	
		padding:12px 15px 3px 15px;
	}
	
/*the art of clearing without empty divs*/
.autoClear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.autoClear {display: inline-block;}
/* Hides from IE-mac \*/
* html .autoClear {height: 1%;}
.autoClear{display: block;}
/* End hide from IE-mac */

.header
{
	margin-top:-4px;
	position:relative;
}
