﻿
.location
{
	margin :0;
	padding :0;
	height:40px;	
	text-align:center;
}

.location h2
{
	margin :0;
	padding :0;	
	font-size:2.0em; 
	font-weight:normal; 
	color:#003333;
}

.row
{
	margin: 0px 0 20px 20px;
	padding: 20px 0 20px 20px;
	width:900px;
	border: 1px solid #e8e8e8;	
	background:#fafafa;
	font-size:1.1em;
	
}

.caption
{
     font-weight:normal;
     font-size:1.3em;
     color:#003333;     
     font-style:italic;
     font-weight:600;
}

p
{
	line-height: 1.3em;
}


/*BULLETS*/
.list_red_bullet 
{
	 list-style-type:none;
	 padding:0;
	 margin:0;
}

.list_red_bullet li {
	background: url(../Images/bullet_red.gif) left center no-repeat;
	padding : 0px 0 0 17px;
	margin: 5px 0 10px 0;
}
