body {
	font-family: Arial, Helvetica, sans-serif;
}

table.main {
	margin: 0;
    padding: 0;
    border-left: 1px solid #36840B;
	border-top: 1px solid #36840B;
    border-right: 1px solid #36840B;
	border-bottom: 1px solid #36840B;
    width: 760px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}

table.footer {
    margin: 0;
    padding: 0;
	width: 760px;
	background-color: #FFFFFF;
    vertical-align: top;  
	text-align: left;
}


td.content {
    margin: 0;
    padding: 8px 8px;
    width: 600px;
    background-color: #FFFFFF;
    vertical-align: top;  
	text-align: left;
}

td.content p {
        padding-top: 0;
        margin-top: 0;
    }
	
td.leftcol {
    margin: 0;
    padding: 4px;
    width: 160px;
	border-right: 1px dotted #77AA5B;
    background-color: #D4E4D1;
    vertical-align: top;
}


p {
    font-size: 12px;
    text-align: left;
}

p.firstpara {
	font-size: 12px;
    text-align: left;
	margin-top: 0;
}

p.small {
	font-size: 10px;
    text-align: center;
	margin-top: 0;
}

p.leftnav {
	margin: 1px 1px 10px 1px;
    padding: 0 1px 0 3px;
	color: #5A508D;  
	font-size: .84em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	text-decoration: none;
	background-color: #DAE8D8;
	display: block;
}

p.leftnav a {
	text-decoration: none;
	padding: 0 1px 0 3px;
	color: #5A508D;  
	border-top: 2px solid #F6FCF5;
	border-right: 2px solid #90AD8C;
	border-bottom: 2px solid #90AD8C;
	border-left: 2px solid #F6FCF5;
	display: block;
}

p.leftnav a:hover {
	color: #9B3732; 
	padding: 0 1px 0 3px;
	border-top: 2px solid #90AD8C;
	border-right: 2px solid #F6FCF5;
	border-bottom: 2px solid #F6FCF5;
	border-left: 2px solid #90AD8C;
	text-decoration: none;
	background-color: #CDE1CA;
	display: block;
}


p.shade {
	margin: 1px 1px 10px 1px;
    padding: 0 1px 0 3px;
	color: #5A508D;  
	font-size: .75em;
	line-height: 1.4em;
	text-align: right;
	text-decoration: none;
	background-color: #FCE9F5;
	display: block;
}


h1 {
    margin: 0;
	padding: 0;
	font-size: 16px;
    text-align: left;
}

h2 {
    margin: 0;
	padding: 0;
	font-size: 14px;
    text-align: left;
	color: #5A508D; 
}


h3 {
    margin: 0;
	padding: 0;
	font-size: 14px;
    text-align: left;
	color: #5A508D; 
	font-style: italic;
}


h4 {
    margin: 0;
	padding: 0;
	font-size: 14px;
    text-align: left;
	color: #ffffff; 
}


.center {
    margin: 5;
    padding: 0;
    text-align: center;
}


.imageleft {
    margin: 0px;
    padding: 5px;
    float:left;
	font-size: 10px;
	color: #5A508D;
	text-align: center;
}


.imageright {
    margin: 0px;
    padding: 5px;
	font-size: 10px;
	color: #5A508D;
	text-align: center;
    float: right;
}

.small {
    margin: 0px;
    padding: 5px;
	font-size: 10px;
	color: #5A508D;
	text-align: center;
	font-style: normal;
}

.testimonial {
    margin: 0px;
    padding: 0px;
	font-size: 13px;
	color: #AB2C51;
	text-align: left;
	font-style: italic;
}



li {
    font-size: 14px;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:480px;	
	min-height:360px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close-w.png);
	position:absolute;
	right:1px;
	top:1px;
	cursor:pointer;
	height:32px;
	width:46px;
}

#triggers {
text-align:center;
}

#triggers img {
cursor:pointer;
margin:0 5px;
background-color:#fff;
border:1px solid #ccc;
padding:2px;

-moz-border-radius:4px;
-webkit-border-radius:4px;

}

/* styling for elements inside overlay */
.details {
position:absolute;
top:320px;
right:50px;
font-size:15px;
color:#fff;
width:240px;
}

.details h4 {
color:#aba;
font-size:15px;
margin:0 0 -10px 0;
}

a:link {
	color: #5A508D;  
}

a:visited {
	color: #5A508D;  
}

a:hover {
	color: #5A508D; 
}

a:active {
	color: #5A508D; 
}
 




