/* Basic Styling
=======================*/

body {
	font: 70%/1.4 "Arial", Verdana, Helvetica, sans-serif;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
h1 {
	font-size: 1.7em;
	color: #009933;
	text-transform: none;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 1.1;
}
h2 {
	margin-bottom: 0;
	padding-right: 20px;
	margin-left: 30px;
	color: #009933;
	font-weight: normal;
	font-size: 1.2em;
}
h3 {
	text-align: left;
	padding: 0px;
	color: #009933;
	margin-left: 30px;
	margin-top: 0px;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	color:#000000;
	text-transform: uppercase;
}
h5 {
	font-size: 2em;
	color: #009933;
	text-transform: none;
	margin-left: 30px;
	margin-top: 30px;
	line-height: 1.2;
	letter-spacing: -1px;
}
#intro {
	font-weight: bold;
	font-size: 1.2em;
}
a:link, a:visited {
	color:#009933;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#FF9933;
}
/* Layout
=======================*/

body {
	text-align: center;
	min-width: 640px;
}
#wrapper {
	width: 100%;
	text-align: center;
	background: #ffffff;
	margin: 0 auto;
}
#title {
	width: 780px;
	height: 42px;
	float: left;
}
#content {
	width: 100%;
	float: right;
	background-image: url(images/bg/000.gif);
	background-repeat: repeat-x;
}
#mainContent {
	width: 75%;
	margin: 0;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 30px;
}
#secondaryContent {
	width: 158px;
	float: right;
	height: 650px;
	background-repeat: repeat-x;
	background-image: url(images/mailinglist/mailinglist.jpg);
}
#footer {
	clear: both;
}
/* hide this style from IE5 Mac \*/
#footer {
	text-align: center;
	background-color: #009933;
	line-height: 3;
	color: #FFFFFF;
}
#footer  a {
	padding: 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer  .first  a {
	border-left: none;
	text-decoration: none;
}
#footer  a:hover {
	padding: 0px 5px;
	color: #FFCC00;
	text-decoration: none;
}
/* mainNav */

#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
	color: #000000;
}
#mainNav a:hover {
	color: #FFFFFF;
}
#mainNav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	text-transform: uppercase;
	background-image: url(images/bg/mainNavBg2.jpg);
	text-align: center;
}
#mainNav li {
	float: left;
	list-style-position: inside;
	display: inline;
}
/* this looks optional, but it should be better. It starts with _ because only IE should understand */
 
/* Hide from IE5 mac \*/
 
/* This shouldn't be a block, otherwise IE ignores the inline mode
#mainNav li a {
 display: block;
}
*/
 
/* end hack */


#mainNav li a {
	margin: 0;
	padding: 0 2em;
	line-height: 3em;
	background: url(images/mainNavBorder.gif) repeat-y left top;
	height: 32px;
}
#mainNav .first a {
	background: none;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}
#mainNav .first a:hover {
	background: none;
	border-right-style: solid;
	border-right-width: 1px;
}
/* Faux column */

#wrapper {
	background: url(images/bg.gif) repeat-y left top;
}
.mailinglist {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.2;
	text-align: left;
}
#mainLocations {
	margin: 0;
	list-style: url(none) none;
	border: 1px solid #FF9900;
	text-align: left;
	float: left;
}
#mainLocation li {
	float: left;
	list-style-position: inside;
	width: 160px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	padding: 10px;
	border: 1px solid #FF9900;
}
#mainLocation li a {
	display: block;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}
.correction {
	vertical-align: top;
}
#flashContent {
	background-image: url(images/bg/bg.jpg);
	background-position: 0;
	background-repeat: repeat-x;
	margin: 0;
}
#flashContent2 {
	height: 300px;
	width: 250px;
	float: right;
	margin-left: 60px;
	margin-bottom: 60px;
}
.rImg {
	float: right;
}

