body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ddd url(images/bodybg.gif) top center repeat-y;
}

h1 {
font-size: 140%;
background: url(images/h1.gif) no-repeat;
padding: 5px 0 5px 30px;
color: #3399ff;
}

h2 {
font-size: 110%;
color: #666;
}

h3 {
font-size: 90%;
text-transform: uppercase;
color: #666;
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
width: 90%;
padding-bottom: 5px;
}

p {
font-size: 80%;
margin-top: 5px;
}

a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}

#text ul {
list-style-type: none;
padding: 0em;
margin: 0em;
}

#text ul li {
background-image: url(images/tick.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 5px 5px 5px 25px;
font-size: 70%;
}
/*
ul {
list-style-image:url(../images/tick.gif);
}

ul li {
font-size: 70%;
font-weight:bold;
}
*/
.testimonial {
font-style:italic;
font-size: 80%;
margin: 0 5px;
}

p.signoff {
font-style:italic;
font-size: 70%;
margin: 5px;
text-align: right;
font-weight: bold;
color:#006699;
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 777px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

#header {
	width:777px;
	height:79px;
	background:url(images/header.jpg) center no-repeat;
	text-align:right;
}

#header img {
	margin: 30px 10px 0 0;
}

#navigation {
	width:777px;
	height:37px;
	background: url(images/navigation.jpg) no-repeat;
}

#nav {
	font-size:12px;
	padding: 1px 0 0 3px;
}

#nav a, #nav a:link, #nav a:visited {
color: #0000CC;
}

#nav, #nav ul {
	margin: 0;
	list-style: none; 	
}

#nav li a {
	display: block;
	width: 125px;
	text-align:center;
	text-decoration: none;
	font-weight:bold;
	
}

#nav li a:hover, { 
	background-color:#ccc;
}

#nav li ul li {
	background: #fff;
	filter: alpha(opacity=80);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 	-moz-opacity: 0.80; opacity:0.8;
}

#nav li ul li:hover {
	background: #fff;
	filter: alpha(opacity=95);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
 	-moz-opacity: 0.95; opacity:0.95;
}

#nav li ul li a {
	display: block;
	width: 125px;
	text-decoration: none;
	line-height: normal;
	font-weight:bold;
	text-align:center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
} 

#nav li {     
	float: left;     
	width: 125px;
	line-height:36px;
	margin-right: 4px;
	
}

#nav li ul {
	position: absolute;
	width: 125px;
	left: -999em; 
}
 
#nav li:hover ul, #nav li.sfhover ul {
     left: auto; 
}
#text ol {
	font-size: 80%;
	list-style-type: disc;
	list-style-image: none;
	margin-top: 0px;
	padding-top: 0px;
}


#nav li:hover ul {
margin: 0;
padding: 0;
}


#banner {
	width:777px;
	height:237px;
	background: url(images/banner.jpg) no-repeat;
}

#content {
	min-height:400px;            /* ie hack to set minimum height of element */
	height:auto !important;      /* ie hack */
	height:400px;                /* ie hack */
}

#leftcolumn {
	width:180px;
	min-height:300px;            /* ie hack to set minimum height of element */
	height:auto !important;      /* ie hack */
	height:300px;                /* ie hack */
	margin-left: 14px;
	background: #e6f0fc url(images/leftcol_bottom.gif) bottom center no-repeat;
	float: left;
	padding: 20px 10px 10px 10px;
	display: inline;
}
#leftcolumn p {
	margin-bottom: 5px;
}


#text {
	float: left;
	width: 543px;
	/*height: 304px;*/
	padding: 10px;
}


#footer {
	clear:left;
	width:757px;
	height:23px;
	background: url(images/footer.jpg) center no-repeat;
	padding: 10px;
	text-align:right;
	font-weight: bold;
	font-size: 65%;
	line-height: 23px;
}
.img-left {
	float: left;
	padding-right: 10px;
}
.img-right {
	float: right;
	padding-left: 10px;
}

.hide {
	visibility:hidden;
}