body {
background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
}
#container {
width:800px;
margin:5px auto 20px auto;
border:1px solid #000;
background:#fff;
}
#header {
height:100px;
background:url(images/header3.jpg) top left repeat-x #a0da2b;
border-bottom:10px solid #77a13d;
}
#content {
width:550px;
padding:10px;
float:right;
clear:both;
}
#pagetitle {
margin:0;
padding:0;
font-family:Georgia;
font-weight:normal;
color:#060;
font-size:2.2em;
border-bottom:1px solid #ccc;
}
h1, h2 {
color:#060;
font-size:1.7em;
font-family:Georgia;
font-weight:normal;
font-style:italic;
margin-bottom:0px;
padding:0;
}
#content p {
font-size:1.5em;
color:#000;
}
#content .p2 {
font-size:1.5em;
color:#000;
margin:0;
line-height:19px;	
}
#content a {
font-weight:normal;
}
#content a:hover {
font-weight:normal;
}
#content ul li {
margin:0;
padding:0;
list-style-type:disc;
font-size:15px;
color:#000;
}
.location {
margin:10px 0 0 0;
}
.location p {
font-size:1.5em;
color:#000;
margin:0;
}

#sidebar {
width:200px;
padding:10px;
float:left;
margin:0;
}

#sidebar ul {
margin:0;
padding:0;
border-bottom:1px solid #ccc;
}
#sidebar ul li {
margin:0;
padding:0;
list-style:none;
border:1px solid #ccc;
border-bottom:none;
}
#sidebar ul li a {
display:block;
padding:3px;
width:192px;
background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
color:#060;
text-indent:15%;
text-decoration:none;
}

#sidebar ul li a:hover {
background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}
#logos {
text-align:center;
margin:25px 0 0 0;
}
#logos img {
border:0;
}
.links p {
text-align:center;
}
.links img {
border:0;
}
#footer {
clear:both;
border-top:1px solid #000;
background:#77a13d;
padding:5px 0 5px 0;
color:#fff;
text-align:center;
line-height:1.3em;
}

a {
color:#060;
font-weight:bold;
}

.floatright {
float:right;
width: 145px;
margin: 4px 0px 4px 4px;
 }
#form {
width:160px;
}
#form p {
font-weight: bold;
font-size:1.5em; 
color:#006699;
}
#form img {
background-color: #006699;
float:right;
margin-right:5px;
margin-top:3px;
border:0;
}
.inputtext {
border:1px solid #999;
}
#safesubscribe {
margin-top:-10px;
}
#safesubscribe img {
border:0;

}
#emailmarketing {
font-size:10px;
color:#999;
}
#emailmarketing p {
text-decoration:none;
font-size:0.9em;
color:#999;
}



/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#fff;
	
	width:675px;	
	min-height:200px;
	border:2px solid #000;
	padding-left:5px;

	
	/* 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.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


































