/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, h1, h2, h3, h4, h5, h6, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, 
sub, sup, tt, var, dd, dl, dt, li, ol, ul , 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

ul, li { list-style: none; }


a {color: #666;}
a:hover {color: #f78977;}

body {
	margin:0;
	padding:0;
	background: #C7E06D url(images/main_bk2.jpg) repeat-x left top;
	color: #030;
	font: normal 80% Tahoma,sans-serif;
	height: 100%;
	line-height: 20px;
}

p		{padding: 10px; }

h1 {
	font-size: 1.2em;
	color: #000000;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}

/* Structure DIV elements */

#container {
	width: 800px;
	margin: 0 auto;
}


#header{
	width: 800px;
	margin: 0 auto;
	margin-top:10px;
}

#wrapper {
	width:800px;
	margin:0px auto;
}

#section{
	display: block;
	margin: 0 auto;
	width: 800px;
}
#col1, #col2 {
	float: left;
	
}
	
#col1 {
	display: block;
	text-align: left;
	margin-top:4px;
	width: 295px;
	background: #FFF url(images/bot_side.gif) no-repeat  bottom;

	}

#col2 {
	text-align: left;
	padding: 16px 5px;
	width: 484px;
	
	}	

#footer {
	clear: both;
	font-size: 9px;
	color: #006600;
	text-align: right;
	letter-spacing: normal;
}

.newest{
	background: #000 url(images/new_bk.jpg) repeat-x left top;
	border: 1px solid #B6D644;
	font-size: 1.4em;
	font-weight: bold;
	
	}

.newswindow{
	margin: 0 auto;
	display:block;
	width:450px;
	/*background: #000 url(images/new_bk.jpg) repeat-x left top; */
	border-top: 1.2px solid #030;
	border-bottom: 1.2px solid #030;

text-align:center;

	}

.newswindow img{padding: 8px 5px; border:none;}

#newtext {
	font-size: 1.2em;
	line-height: 18px;
	letter-spacing: .20em;
}

.info {
	padding: 0px 40px 50px 45px;
	text-align:justify;
}

.sub {
	font-size: 1.3em;
	color: #003300;
	padding-left: 6px;
	padding-bottom: 6px;
	font-weight:bold;
}

li{
	padding-left:20px;
	list-style-position: inside;
	list-style-type: square;	
}

.whowearePic{
	float:left;
	padding:0 20px 10px 20px;}
	
.slidePic{
	float:left;
		padding:0 10px 10px 0px;}

