/*************************************
/*													 
/*	body          								 
/*													 
/*************************************/
		body {
		background-image: url('../img/DM-Media_fullPage_rev2a.jpg');
		background-position: 0 0;
		background-color: #ffffff; 
		/* background-attachment: fixed; */
		background-repeat: no-repeat;
		}
		
		#wrapper {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    height: 600px;
		}
		
		#menuBar {
		position: absolute;
		top: 265px;
		height: 30px;
		left: 0px;
		width: 800px;
		background-color: #70cfe3;  /*#70cfe3*/
		padding-left: 235px;
		white-space: nowrap;
		z-index: 2;
		}
		
		#imgLink1, #imgLink2, #imgLink3 {
		display: inline;
		}		
		
		#linkDesc1, #linkDesc2, #linkDesc3 {  
		position: absolute;
		top: 300px;
		left: 250px;
		height: auto;
		width: 425px;
		font-family: sans-serif;
 		font-size: 0.75em;
		background-color: #FFFACD;
		border: 3px solid #FFFFE0;
		margin: 15px; 
		padding: 10px; 
		/* filter: alpha(opacity=75);
		-moz-opacity: .75;
		opacity: .75; */
		z-index:4;
		}
			
/**************************************
/*														
/*	side bar       								
/*														
/**************************************/
		#sideBar {
		display: block;
		/*border-left: 3px dotted #B0E0E6;*/
		background-image: url('../img/vertRepeat1.png');
		background-repeat: repeat-y;
		background-position: top left;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 225px;
		height: 600px;
		background-color: #ffffff;
		padding-top: 25px; 
		padding-left: 10px;
		z-index: 4;
		}

		.menuBlock	{
				width:  170px;
				background-color: #E3E3E3;
				list-style-type: none;
				margin-left: -20px;
		}

		.menuBlock1	{
				width:  160px;
				background-color: #F5F5F5;
				list-style-type: none;
				margin-left: -10px;
				
		}
		a.additlMenu	{
				display: list-item;
				list-style-image: none;
				font-family: sans-serif;
				font-size: 0.85em;
				font-weight: normal;
				text-indent: 5px;
				color: #3d3d3d;
				text-decoration: none !important;
				margin-left: 8px;
		}
		a:hover.additlMenu 	{
				list-style-image: url('../img/raquo.gif');
				list-style-position: outside;
				color: #000000;
		}
		a:active.additlMenu 	{
				list-style-image: url('../img/raquo.gif');
				list-style-position: outside;
				color: #000000;
		}		
		a:visited.additlMenu 	{
				/* color: #E88E02; */
		}
		
#sideBarItems	{
		font-family: sans-serif;
		font-size: 0.75em;
		font-weight: normal;
		text-indent: 5px;
		color: #3d3d3d;
		text-decoration: none;
		margin-left: 8px;
		}
		

html, body {
	height: 100%;
  /* font-family: sans-serif, Arial; */
	}
		
.normalText {
		text-align: left;
		font-family: sans-serif, Arial;
		font-size: 0.75em;
		color: #000087;
		}


#wrapper {
  position: relative;
  min-height: 100%;
  height: 100%;
	}
		
.invisible {
	display: none;
	}

.visible {
	display: inline;
	}

#banner {
	position: relative;
	top: 22px;
	left: -10px;
	width: 1000px;
	height: 65px;
	background-image: url('../img/DM-Media_banner-logo_h65repeat.jpg');
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
#textFrame {
	position: relative;
	top: 75px;
	}
	
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: auto;
	min-height: 300px;
	}
	
#sideBar {
		display: block;
		/* border-left: 3px dotted #B0E0E6; */
		position: absolute;
		top: 0px;
		right: 0px;
		width: 225px;
		height: 600px;
		background-color: #ffffff;
		padding-top: 25px; 
		padding-left: 10px;
		z-index: 4;
		}
		
	a.topLink {
				font-family: sans-serif;
				font-size: 0.85em;
				font-weight: normal;
				text-indent: 5px;
				color: #3d3d3d;
				text-decoration: none;
				/* margin-left: -10px; */
}
	a:hover.topLink 	{
				background-color: #e0e0e0;
				color: #000000;
}
	a:active.topLink 	{
				list-style-image: url('../img/raquo.gif');
				list-style-position: outside;
				color: #000000;
}		
	a:visited.topLink 	{
				color: #E88E02;
}		

/**************************************
/*														
/*	Email form			    					
/*														
/**************************************/

#showForm {  
	position: relative;
	top: 25px;
	left: 75px;
	height: auto;
	width: 700px;
	font-family: sans-serif;
	font-size: 0.95em;
	background-color: #fffacd;
	margin: 15px; 
	padding: 15px; 
}

.emphasis {
	font-size: 0.8em;
	color: red;
}

input, textarea.box { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.85em;
  border: 1px solid #ffa500;
  background-color: #ffffa5;
  padding: 2px;
}

.comment1 {
  height: 80px;
  width: 400px;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.85em;
  padding: 2px;
}

input.boxa { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #b8860b;
  background-color: #ffa500;
  padding: 2px;
  width: 75px;
}

button.boxa { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.95em;
  font-weight: bold;
  border: 1px solid #b8860b;
  background-color: #ffa500;
  padding: 3px;
  width: auto;
  margin-left: 75px;
}



.boxb { 
    position: relative;
    top: 175px;
    left: 0px;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 0.95em;
    color: #ffa500;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #b8860b;
    background-color: #fffacd;
    padding: 5px;
    width: auto;
    margin: 25px;
    }

#mForm {  
	padding-top: 10px; 
	padding-left: 50px;
	padding-bottom: 25px; 
}



#showConfirm {  
	position: relative;
	top: 25px;
	left: 175px;
	height: 275px;
	width: 500px;
	font-family: sans-serif;
	font-size: 0.95em;
	background-color: #fffacd;
	margin: 15px; 
	padding: 15px; 
	z-index: 10;
}

/*
#showConfirm p{
	position: relative;
	top: 25px;
	left: 25px;
	height: auto;
	width: 300px;
}
*/
.visible {
  display: inline;
}


/**************************************/
/*														
/*	footer        									
/*														
/**************************************/
		#footer {
		position: absolute;
		/* top: 400px; */
		bottom: 0;
		left: 0;
		width: 800px;
		height: auto;
		border-top: 2px solid #B0E0E6;
		background-color: #ffffff;
		border-bottom: 2px solid #B0E0E6;
		/*display: block; */
		margin-left: -10px;
		padding-left: 60px; 
		padding-top: 10px; 
		padding-bottom: 10px; 
		opacity: .75;
		filter: alpha(opacity=75);
		z-index: 1;
		}

.commonText {
		font-family: sans-serif;
		font-size: 0.80em;
		}
		
 a:link.one	{
	font-weight: bold;
	text-decoration: none;
	color: #FF9D0A;
	}		

a:hover.one	{
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	}		

a:active.one {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	}	
	
a:visited.one	{
	font-weight: bold;
	text-decoration: none;
	color: #3d3d3d;
	}	


/*		
#footer {
		position: relative;
		top: 20;
		left: 0;
		width: 775px;
		height: auto;
		border-top: 2px solid #B0E0E6;
		background-color: #ffffff;
		border-bottom: 2px solid #B0E0E6;
		font-family: sans-serif;
		font-size: 0.75em;
		padding-left: 105px; 
		padding-top: 10px; 
		padding-bottom: 10px;
		margin-top: 50px;
		margin-left: 30px;
		opacity: .75;
		filter: alpha(opacity=75);
		}
		

*/		
		
