body {
	
	background: #FFF;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #464646;
	text-align: justify;
	
	}

/*///////// TYPOGRAPHY ////////*/

h1 {
	
	height: 100px;
	width: 200px;
	background: url() 0 0 no-repeat ; 
	text-indent: -999em;
	float: left;
	
	}

h2 {
	
	color: #232F0A;
	font-size: 26px;
	margin: 0 0 0 0;
	
	}

h3 {
	
	color: #232F0A;
	font-size: 18px;
	margin: ;
	
	}

a:link,
a:visited { 
	
	font-weight: bold;
	color: #232F0A;
	
	}

a:hover,
a:active { 
		
	color: #888;
	
	}

br {
	
	clear: left;
	
	}

hr {
	
	display: none;
	
	}

.header-img {
	
	margin: 0 0 0 0;
	
	}


.clear-all {
	
	clear: both
	
	}

/*///////// DROP DOWN MENU ////////*/


#menu {	
	
	margin: 50px 0 0 0px;
	padding: 0 15px 0 0;
	clear:;
	float: right;
	width: 550px;
	
	}

#menu li {	
	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
	
	}

#menu li a {	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 80px;
	background: #FFF;
	color: #232F0A;
	text-align: center;
	text-decoration: none
	
		
	}

#menu li a:hover {	
	
	background: #232F0A;
	color:#FFF;
	
	}
	
#menu ul li a.active:link,
#menu ul li a.active:visited,
#menu ul li a.active:hover,
#menu ul li a.active:active {

	border-top: 2px solid #232f0a;
	background: #FFF;
	color: #232f0a;
	display: block;
	cursor: default;
	
	}

#menu div {	
	
	position: absolute;
	z-index: 1;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #fff
	
	}

	#menu div a {	
		
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFF;
		color: #232F0A;
		font: 11px arial
		
		}

	#menu div a:hover {	
		
		background: #232F0A;
		color: #FFF
		
		}




/*///////// Slider Gallery ////////*/


.svwp {
	
	margin: 0 auto;
	width: 750px; 
	height: 250px; 
	background: #fff;
	
	} /*preloader stuff. do not modify!*/ 

.svwp ul{
	
	position: relative; 
	left: -999em;
	
	}/*preloader stuff. do not modify!*/ 

.slideViewer { /*this is the gallery container*/ 
  
	position: relative; 
	overflow: hidden;  
	margin: 10px 0 10px 0; 
	padding: 0; 
	background: #fff; 
	
	} 


.slideViewer ul {  /*this is your list of images*/ 
	
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
	margin: 0;  
	padding: 0; 
	
	} 
.slideViewer ul li { /*each LI item is floated; the whole list is now displayed as if its in one row*/ 
	
	float:left; 
	
	} 
 
/*typographic info*/ 

.slideViewer span.typo{  
	
	padding: 6px; /* do not modify padding (yet)*/ 
	background: #232f0a; 
	color: #FFF; 
	font: normal 12px;
	font-weight: bold;
	
	
	} 
 
.thumbSlider { /*the thumbnails slider contanier*/ 
	
	overflow: hidden; 
	width: 1%; 
	background: #fff; 
	
	} 

.thumbSlider ul { /*the thumbnails list of images*/ 
	
	list-style-type: none; 
	margin: 0;  
	padding: 0; 
	
	} 

.thumbSlider ul li{  
	
	float:left; 
	margin: 0; 
	
	} 

.thumbSlider a{ /*the link wrapped around each thumbnail. dynamically.*/ 
	
	color: #fff; 
	text-decoration: none; 
	
	} 

.thumbSlider a img{ 
	
	border: 0; 
	display: block; 
	padding: 0; 
	
	} 

.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */ 
/* width, height and top values are dynamically added by the script. Do not modify. */ 
	
	position:relative;  
	left: 0; 
	font-size: 0.01em; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	
	} 
	 
a.left, a.right { /*the left and right buttons (links)*/ 
	
	background: transparent; /* could be any color  */ 
	color: #ff0000; 
	font: bold 16px Arial; 
	overflow: hidden; 
	
	} 

a.left span, a.right span{ } 

a.left img, a.right img{ 
	
	border: 0; 
	
	} 

a.l_dis, a.r_dis { 
	
	background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */ 
	cursor: default; 
	
	} 

a.l_dis span, a.r_dis span { 
	
	display: none; 
	
	} 

a:focus {
	
	outline:none;
	
	} 

/*///////// COMMON DIVS ////////*/

#wrapper {
	
	clear: left;
	width: 800px;
	margin: 0 auto;
	
	}


	
#logo {
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: right;
	float:left;
	width:200px;

	
}


#content

{
	clear: left;
	background: #fff;
	padding: 0px 0px 0 0px;
	width: 750px;
}





#contentleft {
	
	clear: left;
	float: left;
	width: 420px;
	margin: 20px 25px 10px 0;
	
	}
	
#contentright {
	
	background: ;
	float: left;
	width: 280px;
	text-align: justify;
	margin: 20px 0 0 20px;
	
	}

.left-top {
	
	
	float: left;
	background:;

	
	}
	
.left-next {
	 

	 float: left;
	 
	 }
	

.twitter {
	
	float:left;
	
}

.right-top {
	
	
	color: #464646;
	
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 19px;
	float: left;
	padding: 0;
	
	
	}
	
.right-top	a:link,
.right-top a:visited { 
	
	font-weight: bold;
	color: #7d7d7e;
	text-decoration: none;
	
	}

.right-top a:hover,
.right-top a:active { 
		
	color: #232f0a;
	
	}
	
.right-top h2 {
	
	margin: 15px 0 15px 0px;
	font-size: 18px;
	color: #232f0a;
	
	}
	
.right-top img {
	
	
	
}

.right-top p {
	
	
	
	}
		

.flash { 

	width:420px;
	float: left; 
	margin: 0 0 0 0; 
	
	}
.googlemap {

	
	font-size: 14px;
	line-height: 24px;
	margin:0 0 10px 0;
	
	}

/*///////// Contact////////*/

#contactleft {

		width: 420px;
		float:left;
		clear: left;
		
		}
		
#contactright {

		width: 300px;
		float: right;
		clear:right;
		margin: 0 0 0 0;
		
		}

/*///////// Employment ////////*/

#halfleft {

	margin:10px 0 0 0;
	padding: 0;
	float: left;
	clear:left;
	width: 300px;
	
}

#halfright {

	padding: 0;
	margin: 10px 0 0 0;
	float:right;
	clear:right;
	width: 420px;
	

}

#halfright h2 {

	text-align: center;
	font-size: 16px;
	color: #232f0a;
	
	}
	
#halfright h3 {

	text-align: left;
	font-size: 14px;
	color: #232f0a;
	
	}

#halfright p {

	text-align: justify;
	font-size: 12px;
	color: #7d7d7e;
	
	}

/*///////// FOOTER ////////*/

#footer {
	
	clear: left;
	color: #7d7d7e;
	font-size: 11px;
	margin: 10px 0 0 0;
	
	}

#footer a:link,
#footer a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #888;

}

#footer a:hover,
#footer a:active
{
	color: #222;

}