body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #8b8078;
	font-size: 14px;
	line-height: 21px;
}

div.wrapper { 
	margin: 0 auto;
	width:1020px;
	background-color: #FFFFFF;
}

.container {
	width: 100%;
}

.header {
	height: 108px;
}

.logo {
	background: #FFFFFF url(../images/menu-bg.png) no-repeat;
	float:left;
}

.topimage {
	float: left;
}

.redline {
	background-color: #ce3234;
	height:9px;
	clear:both;
}

.aboveimage {
	background-color: #FFFFFF;
	height:26px;
	clear:both;
}

.blueline {
	background-color: #acc2cd;
	border-top:3px solid #2f6681;
	height:47px;
	clear:both;
	margin-bottom:12px;
}

.footer {
	font-size: 9px;
	color: #595959;
	background-color:#FFFFFF;
	height: 23px;
	padding: 5px 35px 8px 15px;
    line-height:14px;
}

.gotohome {
	float:left;
	padding: 3px 15px 0 0;
}

.left {
	width: 180px;
	background-color:#ddd9d6;
	padding-top:19px;
}

.right {
	background-color:#f4f2f1;
}

.content {
	font-size: 12px;
	padding: 15px;
}

.menu {
	border-left:25px solid #acc2cd;
	background-color:#f4f2f1;
	color:#2f6681;
	font-family: Avenir-Black, Verdana, Arial, Georgia;
	font-size: 16px;
	line-height:21px;
	font-weight: bold;
}

.divider {
	color: #594724;
	height: 1px;
	border: 1px solid;
}

.clr {
    clear:both;
	height: 0;
}


p {
	padding-bottom: 5px;
}

a {
	color: #6E9EB9;
	text-decoration: none;
}

a:hover {
	color: #CE3234;
	text-decoration:none;
}

a:focus {
	text-decoration: none;
	border-style: none;
	outline: none;
}

.footer a {
	color:#9b9b9b;
}

.footer a:hover {
	color: #CE3234;
	text-decoration:underline;
}


h1 {
	color: #2f6681;
	font-size: 23px;
	line-height: 27px;
	font-weight: normal;
}

h2 {
	color:#000000;
	font-weight: bold;
}

h3 {
	color:#000000;
	font-size: 10px;
	line-height:15px;
}

.lead-in-text {
	color: #8b8078;
	text-indent: 40px;
	background: url(../images/button.jpg) no-repeat;
	font-size: 14px;
	line-height: 30px;
}


.intro_red {
	color:#ce3234;
	font-size: 15px;
	line-height:30px;
	font-weight: bold;
}


.testimonial {
	color:#CE3234;
	font-size:18px;
	line-height:35px;
	padding-bottom:15px;
	padding-left:38px;
	padding-right:40px;
	padding-top:15px;
}


.content ul li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 7px;
	padding-left: 13px;
} 




/*
General rules
*/

#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
}


#dhtmlgoodies_slidedown_menu li li{
	list-style-type:none;
	position: relative;
	font-size:11px;
	font-weight:normal;
}

#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;

}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
}
/*  Layout CSS */
#dhtmlgoodies_slidedown_menu{   
	width:210px;  
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	color:#2f6681;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-decoration:none; 
	display:block;
	clear:both;
	width: 188px;  
	padding-left:12px; 
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a:hover{
	color:#ce3234;
	background-color: #ddd9d6;
}

#dhtmlgoodies_slidedown_menu  a.slMenuItem_depth2:hover{
	color:#ce3234;
}


/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{  /* Main menu items */
	font-weight:bold;
} 
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{  /* Sub menu items */
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0 5px 24px;
	width: 186px;
} 
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{  /* Sub menu items */
	font-style:italic;
	color:blue;
} 
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{  /* Sub menu items */
	color:red;
} 
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{  /* Sub menu items */
	margin-top:1px;
}

/* 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;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
	margin-left: 0;
	padding: 0;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	margin-left:10px;
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
	margin-left:15px;
	padding:1px;
}

