/* standard elements */
* {
	margin: 0;
	padding: 0;
	font: normal 11px "verdana",sans-serif;
	line-height:15px;
}

ul { list-style: outside url(../images/li.gif);
	margin-left:15px;
	margin-bottom:15px;
}

ol { 
	padding-left:3px;
	list-style: outside;
	list-style-type:decimal;
	margin-bottom:15px;	
	text-align:justify;
	margin-left:20px;
}

blockquote{
	margin:0;
	margin-left:15px;
}

body {
	background: #cecece url(../images/stripes.jpg) repeat;
	color: #333;
	font: normal 62.5% "verdana",sans-serif;
	font-size: 9px;
	line-height: 15px;
}
/* structure */
.main-container {
	margin: 0 auto;
	width: 800px;
}

.top-div {
	margin:0;
    padding-left: 15px;
	height:140px;
	background: url(../images/top-div.jpg) no-repeat;
}

.bottom-div-black {
	margin:0;
    padding-left: 15px;
	height:30px;
	background: url(../images/bottom-div-black.jpg) no-repeat;
}

.top-div-nav {
	padding-right:20px;
	text-align:right;
	height:40px;	
	padding-top:10px;
	color:#fff;
}

.top-div-nav a{
	text-decoration:none;
	font-size:13px;
}

span.top-nav {
	padding:5px;
}

a.home {
	color:#fff;
	background:url(../images/home.gif) no-repeat;
	padding-left:20px;
	text-decoration:none;
	cursor:pointer;
}

a:hover.home {
	color:#edfe5d;
}

a.about {
	color:#fff;
	background:url(../images/about.gif) no-repeat;
	padding-left:20px;
	text-decoration:none;
	cursor:pointer;
}

a:hover.about{
	color:#edfe5d;
}

a.contact {
	color:#fff;
	background:url(../images/phone.gif) no-repeat;
	padding-left:20px;
	text-decoration:none;
	cursor:pointer;
}

a:hover.contact {
	color:#edfe5d;
}

a.sitemap {
	color:#fff;
	background:url(../images/sitemap.gif) no-repeat;
	padding-left:20px;
	text-decoration:none;
	cursor:pointer;
}

a:hover.sitemap {
	color:#edfe5d;
}

.top-div-search {
	padding-right:20px;
	text-align:right;
	height:60px;
	line-height:60px;
	padding-top:0px;
	color:#fff;
}

.main-navigation {
	text-align:center;
	line-height:30px;
	height:30px;
	width:770px;
}

.main-navigation a{
	padding-left:7px;
	padding-right:7px;
	background: url(../images/menu-divider.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	font-family: "Verdana", "Trebuchet MS";
	font-size:12px;
	padding-bottom:3px;
}

.main-navigation a.first {
	background: none;
}

.main-navigation a:hover{
	font-size:12px;
	border-bottom:5px solid #fefefe; 
}

table {
	margin-bottom:10px;
}

td {
	padding:2.5px;
}

/* header */
.header-home {
	margin: 0;
    padding-left:0px;
	padding-top: 7px;
	height:196px;
	background: url(../images/banner-frame.gif) no-repeat;
}

.header-free {
	margin: 0;
    padding-left:0px;
	padding-top: 7px;
	height:196px;
	background: url(../images/banner-frame.gif) no-repeat;
}

.header-free img{
	float:none;
	margin-left:15px;
}

.header-about-us {
	margin: 0;
    padding: 0;
	height:100px;
	background: url(../images/banner5.jpg) no-repeat;
}

.header-is {
	margin: 0;
    padding: 0;
	height:100px;
	background: url(../images/lasalle-gate.jpg) no-repeat;
}

.header-space {
	margin: 0;
    padding: 0;
	height:160px;
}

.header-under-construction {
	margin: 0;
    padding: 0;
	height:203px;
	background: url(../images/banner-under-construction.png) no-repeat;
}

.wrap-container {
	margin: 0;
    padding: 0;
}

.header-low-div {
	margin:0;
    padding: 0;
}

.menu-green {
	margin:0;
    padding: 0;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	height:25px;
	line-height:25px;
	background: url(../images/menu-div.png) repeat-x;
}

.menu-green a{
	font-family: "Lucida Grande", "Trebuchet MS";
	color:#fff;
	font-size:14px;
	text-decoration:none
}

.menu-green a:hover{
	color:#edfe5d;
}

.menu-span {
	padding:10px;
}

.wrap-main {
	margin:0;
    padding: 0;
	background: url(../images/container.gif) repeat-y;
}

.wrap-content {
	width:770px;
	margin-left:15px;
	margin-right:15px;
}

.content-left {
	float:left;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:200px;
}

#news {
	font-weight:100;
	border:0;
}

#news:hover{
	font-weight:100;
	border-bottom:1px solid #cccccc;
}

.content-right {
	float:right;
	width:550px;
}

.content-right .content-right-home {
	float:left;
	width:530px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.the-content {
	padding:5px;
	padding-bottom:0;
	border-top:0;
	border:1px solid #dddddd;
}

.content-right .content-right-home a{
	color:#4c7d2a;
	border-bottom:1px dotted #333;
	text-decoration:none;
	font-weight:bold;
}

.content-right .content-right-home a:hover{
	color:#4c7d2a;
	border-bottom:1px dotted #333;
}

.content-right .content-right-mini {
	padding-top: 5px;
	float:right;
	width:130px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:10px;
	position:relative;
	background:#ececec;
	margin-right:1px;
}

.content-right .content-right-mini a{
	background: #ececec;	
	color: #333;
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;	
}


.content-right-main {
	padding-top:10px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:20px;
}

.content-right-main li a {
	color:#666666;
	text-decoration: none;
	background:none;
	padding:0;
}
.content-right-main li a:hover {
	color:#4c7d2a;
}

.content-right-main a {
	color:#4c7d2a;
	font-weight:bold;
	text-decoration:none;
}

.viewtable
{
	border-collapse:collapse;
}

.viewtable th
{
	background:#009933;
	padding:3px;
	color:#fff;
	font-weight:bold;
}

.viewtable td
{
	border-bottom:1px solid #ddd;
	padding:3px;
}

a.arrow	 {
	background: url(../images/arrow-downright.png) no-repeat;
	color:#4c7d2a;
	border-bottom:1px dotted #aaa;
	font-weight:bold;
	padding-left:12px;
	text-decoration:none;
}

.content-menu {
	padding-top:2.5px;
	padding-bottom:4px;
	background:#eeeeee;
	margin-bottom:10px;
	font-size:9px;
}

.content-menu a{
	color:#4c7d2a;
	font-weight:100;
	text-decoration:none;
}


.content-menu a:hover{
	color:#4c7d2a;
	border-bottom:1px dotted #aaa;
}

a.heading {
	background:none;
}

.content-right-main a:hover {
	border-bottom:1px dotted #555;
}

.content-right strong {
	color:#666666;
	font-weight:bold;
}

strong.highlight {
	background:#FFFFCC;
	font-weight:100;
}

h3.menu-title {
	font-family: "Lucida Grande", "Trebuchet MS";
	background: url(../images/h3-menu.jpg) no-repeat;
	font-size:15px;
	height:25px;
	padding-left:5px;
	color:#333333;
	font-weight:bold;
	line-height:25px;
	border:1px solid #999999;
}

h3.paragraph-title {
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size:16px;
	color:#CC6600;
	font-weight:bold;
	margin-bottom:10px;
	line-height:20px;
}

h4
{
 font-weight:bold;
 color:#009900;
 font-size:9pt;
 padding-bottom:10px;
}

h2.paragraph-subtitle {
	background: #000000 url(../images/h2-bar.gif) no-repeat;
	font-family: "Lucida Grande", "Trebuchet MS";
	height:25px;
	font-size:18px;
	line-height:25px;
	padding-left:5px;
	color:#ffffff;
	margin-bottom:10px;
	border:1px solid #375d0e;
}

a.heading-subtitle {
	background: #000000 url(../images/h2-bar.gif) no-repeat;
	font-family: "Lucida Grande", "Trebuchet MS";
	height:25px;
	font-size:18px;
	line-height:25px;
	color:#ffffff;
}

a:hover.heading-subtitle {
	border:0;
}

a.heading-title {
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size:16px;
	color:#CC6600;
	font-weight:bold;
	margin-bottom:5px;
	background:none;
	padding-left:0;
	border:0;
}

a:hover.heading-title {
	border:0;
}

.navigation {
	margin-bottom:15px;
	font-size:12px;
}

.navigation ul {margin:0; margin-top: 5px; padding: 0; text-align:left;}
.navigation li {
	border-bottom: 1px solid #bbb;
	list-style: none;
	list-style-image:none;
}
.navigation li a {
	background: #ececec;	
	color: #333;
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #c2e47e;
	color: #333;
}

.breadcrums {
	padding-left:10px;
	padding-top:5px;
	color:#999999;
	font-size:9px;
}

.breadcrums a{
	font-size:9px;
	color:#999999;
	text-decoration:none;
}

.breadcrums a:hover{
	font-size:9px;
	color:#333333;
	border-bottom:1px dotted #333333;
}

h1.content-title {
	font-family: "Lucida Grande", "Trebuchet MS";
	color:#4c7d2a;
	font-size:20px;
	display:block;
	padding-top:5px;
	padding-bottom:10px;
	border-bottom:1px dotted #4c7d2a;
	margin-right:1px;
	padding-left:10px;
}

p.par{
	color:#555555;
	font-size:11px;
	margin-top:5px;
	padding-bottom:10px;
	line-height:17px;
}

.clearer {
	clear:both;
}

.footer-links{
	background:url(../images/footer-links.jpg) no-repeat top center;
	height:25px;
	line-height:25px;
	text-align:center;
}

.footer-links a{
	font-size:11px;
	color:#222;
	text-decoration:none;
}

.footer-links a:hover {
	font-size:11px;
	color:#222;
	border-bottom:1px dotted #000;
}

.footer {
	font-family: "Lucida Grande", "Trebuchet MS";
	margin:0;
    padding: 0;
	height:70px;
	background:url(../images/footer-div.jpg) repeat-y;
	color:#fff;
	text-align:center;
	padding:20px;
	padding-top:40px;
}

.tip {font:10px/12px Arial,Helvetica,sans-serif; border:solid 1px #666666; width:250px; 
      padding:1px; position:absolute; z-index:100; visibility:hidden; color:#333333;
      top:20px; left:90px; background-color:#ffffcc; layer-background-color:#ffffcc;}
#t1 {width:130px;}
#t2 {width:264px;}
#t3 {font:bold 14pt verdana,arial,sans-serif; background-color:#ffcccc; layer-background-color:#ffcccc;}

		.news-date {width:100%; color:#999999; float:right; margin-bottom:5px; font-style:italic;}
		
		.read-more {width:100%; text-align:right; color:#999999; float:right; margin-bottom:5px; font-weight:bold}
		.read-more a {color:#009933;}
		.read-more a:hover {text-decoration:underline;}
