.new_content_area
{
    width: 925px;
	background-color: #F8F8F8;
    position: relative;
    padding-bottom: 7px;
}

.template1 {
    width: 925px;
	background-color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
    border: solid blue 0px;
}

.template1 h1 {
	font: 76% Arial, Helvetica, sans-serif;
    font-size: 15px; 
    font-weight: bold; 
    color: #db1e26; 
    padding: 10px;
}
.template1 h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: bold; 
	padding-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-right:20px;
	line-height:18px;    
    color: #000000; 
}

.template1 p {
	padding-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-right:20px;
	line-height:18px;
	width: 884px;
}
.template1 a:link {
    text-decoration:none;
    color: #000099;
    font-weight: bold;
}
.template1 a.certificate {
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	text-decoration: none; 
	color: black; 
	font-weight: bold; 
}
.template1 img.banner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* ---------------- Thumbed list layout ----> */
.template1.thumbed_list {
    width: 100%;
    text-align: left;
    vertical-align: middle;
}

.template1 ul.tb_list {
    list-style-type:none; 
    display:block; 
    text-align: left;
    padding: 20px; 
    background:none;
}
.template1 ul.tb_list li {
    display:block;
    margin-bottom: 20px;
    background-image: url(./../images/tb_list_item-bg.jpg);
    padding: 0px;
    border: solid #e3e2e2 1px;
}
.template1 ul.tb_list li img {
    width: 130px;
    padding: 2px;
}
.template1 ul.tb_list li p {
    width: 95%;
    color: black;
    padding-left: 10px;
}
.template1 ul.tb_list li a {
    text-decoration:none;
    padding-left: 10px;
    color: #00007B;
    font-weight: bold;
}
.template1 a.inline_link {
    text-decoration:underline;
    color: #aa0000;
    font-weight: bold;
}
/* -------- contact layout ------ */
.template1.google_map {
    overflow: visible;
    border: solid black 1px;
    padding: 0px;
    text-align: center;
    /* margin-left: auto; */
}
.template1..contact_form {
    border: solid green 0px;
    width: 100%;
    padding-left: auto;
    padding-right: auto;
    margin-left: 50px;
}
.template1..EmailField {
    width: 250px; 
    height: 20px
}
.template1..EmailMessage {
    width: 250px; 
    height: 200px
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;
}

edit {
    font-weight: bold;
    color: #FF0000;       
}










