
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #E6E6E6;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

p, ol, ul
{
	margin-top: 0px;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #05598A;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


.container
	{
		width: 1024px;
		margin: 0 auto;
	}

.container2
	{
		width: 675px;
		margin: 0 auto;
	}

 
/* Header */
 

#header
{
	 float: left;
	height: 180px;
	margin-top: 3em;
	margin-bottom: 1em;
}

/* Logo */

	#logo
	{
		position: absolute;
		top: 2em;
		left: 0;
		width: 100%;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 600;
		color: #FFF;
	}

	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		margin-left: 0.50em;
		color: #FFF;
	}
	
	#logo .icon-leaf
	{
		color: #698C10;
	}
 

 /* Page */

	#page
	{
		position: relative;
		overflow: hidden;
		padding: 0em 0em 5em 0em;
	}


/* Content*/

	#content
	{
		float: right;
		width: 675px;
		 
		 
	}
	

/* Sidebar  */

	#sidebar
	{
	 
		float: left;
		width: 300px;
		background: url(images/bg02.png) repeat;
	}
	
	
	ul.style2
	{
		margin: 0;
		padding: 10em 0 10em 3em;
		list-style: none;
		
	}
	
	ul.style2 li
	{
		
		padding: 0.80em 0;
		font-size: 1em;
		font-weight: 600;
		 color: #999999; 
		text-transform: uppercase;
	}
	
 ul.style2 a
	{
		color: #999999; 
	}



ul.style3
	{
		margin: 0;
		padding: 25em 0 5em 3em;
		list-style: none;
		
	}
	
	ul.style3 li
	{
		
		padding: 0.80em 0;
		font-size: 1em;
		font-weight: 600;
		 color: #999999; 
		text-transform: uppercase;
	}
	
 ul.style3 a
	{
		color: #999999; 
	}
  
#sidebar a:hover, #menu .active a {
	 
	text-decoration: none;
	color: #eee;
}

#sidebar .active a {

text-decoration: none;
	color: #eee;
}




/* Footer  */ 

	#footer
	{
		overflow: hidden;
		padding: 3em 1em 1em 1em;
		 
	}
	
	#footer p
	{
		letter-spacing: 0.05em;
		text-align: left;
		font-size: 0.80em;
		 
	}
	
	#footer a
	{
		 
	}

/* Heading Titles  */
	.title
	{
		margin-bottom: 2em;
	}

	.title h2
	{
		letter-spacing: 0em;
		font-weight: 700;
		font-size: 2em;
		color: #171717;
		text-transform: none;
	}
	
	.title .byline
	{
		letter-spacing: 0.1em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1em;
		color: #6F6F6F;
	}
 

/* Two Column */

	#two-column
	{
		padding-top: 3em;
	}
	
	#two-column .title h2
	{
		font-size: 1.6em;
	}
	
	#two-column #tbox1
	{
		float: left;
		width: 370px;
	}

	#two-column #tbox2
	{
		float: left;
		width: 370px;
	}

	#two-column #tbox1 ul.style2,
	#two-column #tbox2 ul.style2
	{
		margin-top: 2.2em;
	}



/* Table */

 table.nolines
{border-collapse:collapse;
 margin-left: 0px;
table-layout: fixed;
     
}
 
table.nolines td
{ 
vertical-align:top;
padding:9px;
}

table.gridtable {
 color:#333333;
	font-size: 10pt;
	color: #2D3956;
	border-width: 1px;
	border-collapse: collapse;
	table-layout: fixed;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;

}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;

}



 
 
 /*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/
 
 


#slider1 {
    width: 550px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	clear: both;
	 
	 
}


#slider1Content {
    width: 550px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
 

}


.slider1Image {
    float: left;
  position: relative;
	display: none;
	
 
	
}

.slider1Image span {
    position: absolute;
	font-size: .9em;
    padding: 10px 20px;
    width: 510px;
    background-color: #494949;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #ffffff;
    display: none;
 
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 10px;
}
 
.right {
	right: 0;
	bottom: 0;
	width: 510px !important;
	height: 25px;
	 
}

#slider1 h2 {font-size: 1.6em; padding:  5px  }