/*-----------------------MAIN CSS-------------------------*/

/* ---------------------------------------------------
	StyleSheet: O'Quinn Funeral Home
	main.css
	Media: screen
	Version: 1.0	
	Author: Diradv
	
	Index:
	- General Styles
	- Nav Styles
	- Content
	- Lateral Styles
	- Footer Styles
	
	
/*------------------------------------------------*/

/*-------------GENERAL STYLES----------------*/


/*------CONTENT------*/

#interior .content {
background-color: #fff;
padding: 0px 0 23px 0;
}

#interior .sub_funeral li .selected {
color: #0a5e9e;
}

#interior .sub_funeral li a:hover {
text-decoration: underline;
}

/*------LEFT LATERAL------*/

#interior .lateral_info {
padding: 20px 20px 50px 20px;
float: left;
width: 220px;
margin-right: 6px;
margin-bottom: 6px;
background-image: url(../img/lat_bg.png);
background-repeat: repeat-x;
background-position: 60px left;
}

#interior .lateral_bg {
position: relative;
bottom: 20px;
right: 20px;
margin: 0;
border: none;
}

#interior .lateral_info ul li {
padding-left: 10px;
background-image: url(../img/bullet.png);
background-repeat: no-repeat;
background-position: center left;
}

#interior .lateral_info ul li a{
font-size: 14px;
line-height: 20px;
text-decoration: none;
color: #333;
}

#interior .lateral_info ul li a:hover{
text-decoration: underline;
}

/*------MAIN CONTENT------*/

#interior .main_info {
margin-top: 30px;
}



ul.bullets { padding-left:20px; }
ul.bullets li {
padding-left: 10px;
background-image: url(../img/bullet.png);
background-repeat: no-repeat;
background-position: 3px left;
margin-bottom:10px;
}

ul.bullets li a{

line-height: 20px;
text-decoration: none;
color: #0a5e9e;
}

ul.sub_bullets { padding-top:20px;padding-left:10px; }
ul.sub_bullets li {
padding-left: 20px;
background-image: url(../img/bullet_red.png);
background-repeat: no-repeat;
background-position: 0px left;
margin-bottom:10px;
}

ul.sub_bullets li a{

line-height: 20px;
text-decoration: none;
color: #0a5e9e;
}

ol.bulletsa { padding-left:20px; list-style-type:upper-alpha}
ol.bulletsa li {
padding-left: 10px;
background-repeat: no-repeat;
background-position: 3px left;
margin-bottom:10px;
}


