
/* --------------------------------------------------------------------------------------------------------------------------------------- 

GLOBAL STYLES

--------------------------------------------------------------------------------------------------------------------------------------- */

@import url("module_reset.css");
@import url("module_header.css");
@import url("module_navigation.css");
@import url("module_maincontent.css");
@import url("module_homepage.css");
@import url("module_sidebar.css");
@import url("module_lightbox.css");
@import url("module_calendar.css");
@import url("module_footer.css");


* { margin: 0; padding: 0; }

body { 
	width: 100%; font: 62.5% Arial, sans-serif; color: #333; text-align: center;
	background: #00823f;
}

img { border: 0; }
table, th, td { font-size: 1.0em; }
h1, h2, h3, h4, h5, h6 { font-size: 1.0em; } 
input, textarea, select { font-size: 1.0em; }
a, a:visited { color: #0072bc; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
ul, ul li { list-style: none; }

.clearer { clear: both; height: 0; line-height: 0px; }

.w50 { width: 50px; } 
.w100 { width: 100px; }
.w150 { width: 150px; } 
.w200 { width: 200px; } 
.w250 { width: 250px; } 
.w300 { width: 300px; } 
.w350 { width: 350px; } 
.w400 { width: 400px; } 
.w450 { width: 450px; } 
.w500 { width: 500px; } 
.w550 { width: 550px; } 
.w600 { width: 600px; } 
.w650 { width: 650px; } 
.w700 { width: 700px; } 

#outerWrapper { width: 100%; background: #67c161 url("../images/bg.jpg") repeat-x center top; display: block; }
#wrapper { margin: 0 auto; padding: 0 20px 10px 20px; width: 940px; min-height: 900px; _height: 900px; display: block; background: #fff; font-size: 1.1em; text-align: left; }

h1, h2, h3, h4, h5, h6, div.eventTitle, .call2actionHeading { font-family: "Frutiger Linotype", sans-serif; font-weight: bold; }

