﻿body {
	background-color:#ffffff;
	font-size:14px;
	font-family:"Century Gothic";
	/*
	scrollbar-arrow-color:#5f9ea0;
	scrollbar-track-color:#e6e6fa;
	scrollbar-shadow-color:#dddddd;
	scrollbar-face-color:#F5F5F5;
	scrollbar-highlight-color:#f0fff0;
	scrollbar-darkshadow-color:#F5F5F5;
	scrollbar-3dlight-color:#EDEBEE;
	*/
}

.font_18 {
	font-size:18px;
	font-family:"Century Gothic";
}

.about_us_cs {
	
	font-size:14px;
	font-family:"Century Gothic";
	color:#0684b6;
	padding-right:0px; padding-left:5px;	
}

.bgimage_left {
	background-color: #999999;
	background:url("../images/left_bar.jpg") ;
	background-repeat: no-repeat;	
	background-position: left top;	
}

a {
	color:#0684b6; 
	font-size:14px;
	font-family:"Century Gothic";
	}
a:link {
	font-family:"Century Gothic";
	text-decoration:none; 
	font-size:14px;
	}
a:visited {
	font-family:"Century Gothic";
	text-decoration:none; 
	font-size:14px;
	}
a:hover {
	font-family:"Century Gothic";
	color:#ff0000; 
	text-decoration:underline; 
	font-size:14px;
	}
a:active {
	font-family:"Century Gothic";
	color:#ff0000; 
	text-decoration:underline; 
	font-size:14px;
	}

#dhtmlgoodies_slidedown_menu li{
		font-size: 14px;
		list-style-type:none;
		position:relative;
		font-family:"Century Gothic";
	}
	#dhtmlgoodies_slidedown_menu ul{
		font-size: 14px;
		margin:0px;
		padding:0px;
		position:relative;
		font-family:"Century Gothic";

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
		font-family:"Century Gothic";
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:350px;
		font-family:"Century Gothic";
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		font-size: 14px;
		color: #0684b6;
		text-decoration:none;	
		display:block;
		clear:both;
		width:350px;	
		padding-left:2px;	
		font-family:"Century Gothic";
		/*height:20px;*/

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		font-size: 14px;
		margin-top:1px;
		/*border-bottom:1px solid #0684b6;*/
		font-weight:bold;
		font-family:"Century Gothic";
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		color: #0684b6;
		font-family:"Century Gothic";
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		color: #0684b6;
		font-family:"Century Gothic";
		
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
		font-family:"Century Gothic";
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
		font-family:"Century Gothic";
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
		font-family:"Century Gothic";
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
		font-family:"Century Gothic";
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
		font-family:"Century Gothic";
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
		font-family:"Century Gothic";
	}