/***********************************************/
/* WEDLC: Walter E. Dennis Learning Center     */
/* WEDLC_styles.css                            */
/* Use with template WEDLC_temp.dwt            */
/*                                             */
/* CSS & Site design by Hussam H Kashou        */
/***********************************************/



body{
	margin:0;
	padding:0;
	line-height: 1.2em;
	background-color: #000000;
}

b{font-size: 110%;}
em{color: black;}
blockquote{font-weight:bold;}
hr {border:#999999 1px; border-style:dotted; border-bottom-width: 95%;}


#wrapper{
	width: 750px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#maincontainer{ /*-- Hold all content --*/
	width: 749px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	margin-left:8px;
	background: url(../images/plant3.png) left bottom no-repeat;
	background-color:#FFFFFF;
	min-height:500px;
	max-height: 600px;
	border: 3px solid #fff;	
	border-bottom: 0px;
}

#banner_white{
	background: url(../images/DD_banner1_800_2.png) center top no-repeat;
	background-color: #ffffff;
	height: 59px; /*Height of top section*/
}
#banner_black{
	background: url(../images/DD_banner2_800_2.png) center top no-repeat;
	background-color: #000000;
	height: 55px; /*Height of top section*/
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 150px; /*Width of left column*/
	margin-left: 100;
	background: #fff;
	height: 200px;
	padding-top:50px;
}
#rightcolumn{ /* Main Content Holder */
	float: right;
	width: 585px;
	padding-right: 0px;
	margin-left: 2px;
	margin-right:0px;
	margin-top: 3px;
	background:#fff;	
	overflow: auto;
	height: 465px;
}

#footer{
	width: 749px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	margin-left:8px;
	background: url(../images/footer_bg.png) repeat-x;
	height: 25px;
	color: #FFF;
	text-align: left;
	text-indent:10px;
	border: 3px solid #fff;
	border-top: 0px solid #5e501f;	
	
}

#footer a{
	color: #D7BF8E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#navigation{
	background: url(../images/nav_bg.png) repeat-x;
	height: 26px;
}

#vid {
width:425px;
text-align:left;
margin-left: 60px;
border: 2px dashed #ccc;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
}
.vidtext{	

}
#footnotes {
	width:415px;
	text-align:left;
	margin-left: 60px;
	border: 2px dashed #ccc;
	padding: 0px 5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.style1 {font-size: 10px; line-height: 1.1em; font-weight:normal }

/*----------------HEADERS-----------------------*/
.pageheader { /*-- Page Header -- */
	text-decoration:none;
	color: #999999;     /*#625F04;*/
	font-family: Georgia, "Times New Roman", Times, serif; /*pixelFJ8pt1, ComputerAmok, */
	font-size: 110%;
	width:90%;
	margin-left:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	word-spacing:4px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.subheader { /*-- subHeader -- */
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif; /*"pixelFJ8pt1", */
	font-size: 100%;
	padding-left:0px;
	width:90%;
	text-transform: none;
	letter-spacing:1px;
	word-spacing:2px;
	margin-bottom:3px;
	margin-top: 1px;
	padding-top:2px;
	color: #990000;
	margin-left:0px;
	font-weight:bold;
}
#maintext {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:0px;
	width:93%;
	letter-spacing:0px;
	margin-bottom:3px;
	margin-top: 1px;
	padding-top:2px;
	color: #000;
	margin-left:10px;

}
.quotes {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"pixelFJ8pt1", */
	font-size: 11px;
	padding-left:0px;
	width:97%;
	text-transform:NONE;
	color: #777;
	margin-left:10px;
	line-height: 1.1em;

}


/*--------------------------------------------------------*/
/*-------------------------------Navigation---------------*/

/*---------------------------------------*/
/*-- MAIN Menu Top Horizontal --*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
	padding: 0;
	width: 100%;
	background: transparent;
	/* voice-family: "\"}\"";
	voice-family: inherit; */
}

#modernbricksmenu ul{
	font: bold 60% Arial, Helvetica, sans-serif;
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#modernbricksmenu a{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 7px 7px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: transparent; /*Default menu color 98b13c  111E4B  152662  c0db5a a3be3f   ffd200*/
	border-bottom: 0px solid white;
	border-right: 1px dotted white;
}

#modernbricksmenu a:hover{
	background-color: #000; /*Menu hover bgcolor    595241*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
	background-color: #fff; /*Brown color theme #D25A0B */ 
	border-color: #fff; /*Brown color theme #D25A0B */ 
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 0px;
	background: #fff; /*Brown color theme*/ 
}


/*---------------------------------------------------*/
/*---------------------------------------*/
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
}

a:link {
    text-decoration:underline;
	color:#625F04; /* #939A01 #0787bc #586723 #98b13c */
	font-weight:bold;

}

a:hover {
	text-decoration:none;
	background-color:#990000;
	color:#fff;
}

a:visited {
	text-decoration:none;
	color:#0787bc; /* #939A01 #0787bc #586723 #98b13c */
}
/*---------------------------------------*/