/* Links */
/* Hypertext links */




body {
	background-color: #293F1D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}


a:link {
	color: #293F1D;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #293F1D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
color: #293F1D;
font-weight: bold;
text-decoration: underline;
}


a:active {
color: #293F1D;
font-weight: bold;
text-decoration: underline;
}


.current_page {
	color: #663300;
	font-weight: bold;
}



h1 {
   padding-left: 5px;
	/*color: #293F1D; */
	font-size: 1.2em;
   margin-bottom: 4px;
	font-weight: bold;
	background-image: url(images/heading.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	/* border: solid 1px red; */
	padding-bottom: 5px;
	color: #444444;
}

h2 {
   padding-left: 5px;
	/*color: #293F1D; */
	font-size: 1.1em;
   margin-bottom: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #666699;
	text-decoration: underline;
}

h3 {
   padding-left: 5px;
	/*color: #293F1D; */
	font-size: 1em;
   margin-bottom: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #666699;
}

h4 {
   padding-left: 5px;
	/*color: #293F1D; */
	font-size: 0.9em;
   margin-bottom: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #666699;
}



ul {
	margin-top: 2px;
	padding-top: 2px;
}


#container {
	width: 760px;
	background-color: #FFFFFF;
	margin: 10px auto 0px auto;
   border: solid 1px #293F1D;

}

#header {
	height: 50px;
   border-bottom: solid 1px #666666; 
/*   border: solid 1px red; */
}

#description {
	background-image: url(images/background_desc.gif);
	height: 108px;
   padding-left: 280px;
	padding-right: 80px;
	padding-top: 40px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: bottom;
	/*border: solid 1px red; */
	font-size: 14px;  
}

/*
#desc_image {
   float:left;
	height: 148px;
	width: 300px;
	background-image: url(images/image1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
   border-right: solid 1px #666666; 
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	border: solid 1px red;  
}
*/

/*
#desc_text {
   padding-top: 30px;
	width: 300px;
   border: solid 1px red;
	margin-left: 320px;
	color: #432514;
	font-size: 14px;
}
*/

#index {
   text-align: center;
   clear: both;
   border-top: solid 1px #666666; 
   border-bottom: solid 1px #666666; 
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	/*border: solid 1px red; */
	background-color: #eeeeee;
}


#main {
   margin-top:10px;
   float:left;
	width: 330px;
	padding-left: 40px;
	padding-bottom: 20px;
	text-align: justify;
	/*border: solid 1px red; */  
}

img.title_image {
	display: block;
	padding-top: 5px;
	padding-bottom:  10px;
	/*border: solid 1px red; */ 
} 

#col_1 {
   margin-top:10px;
	padding-left: 40px;
	padding-bottom: 20px;
	width: 600px;
	text-align: justify;
}


#services {
   margin-top:10px;
	padding-left: 5px;
   margin-left: 400px;
	width: 320px;
	/*border: solid 1px red; */
	
}

#services h1 {
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/arrow_grey.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #293F1D;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-bottom:0px;
	padding-left: 10px;
}

#footer {
	clear: both;
	height: 20px;
	background-color: #eeeeee;
	padding: 5px;
	font-size: 10px;
	border-top: solid 1px #666666; 
   font-weight: bold;
	text-align: center;
	margin-top:20px;
}


/* Training show detail/hide detail hrefs */
#intro_xml {
display: none;
}

#intro_xml_hide {
	display: none;
}


#db_xml {
display: none;
}

#db_xml_hide {
	display: none;
}

#css {
display: none;
}

#css_hide {
	display: none;
}


#intro_perl {
display: none;
}

#intro_perl_hide {
	display: none;
}

#php {
display: none;
}

#php_hide {
	display: none;
}


#dbunn {
display: none;
}

#dbunn_hide {
	display: none;
}

#cf {
display: none;
}

#cf_hide {
	display: none;
}







.toggle {
	display: block;
	
}
