
html, body
{
	height: 100%;
  	position: relative; /* Fix for absolute positioning */
}

body
{
	margin: 0px;
	padding: 0px;
	background: #FFF;
	/*background: url('images/map4-1200_inv.jpg') no-repeat fixed center top / cover #48342E;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #6c6c6c;
	float: center;
	width: 100%;	
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	
}

p
{
	line-height: 180%;
}

sup
{
	font-size: 6pt;
}

strong
{
}

a
{
	color: #e05f3b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.container
{
	margin: 0px auto;
	width: 980px;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
{
	display: inline-block;
	padding: 1.3em 3em;
	background: #2D2D2D;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}

.button:hover
{
	border-color: rgba(255, 255, 255, 0.75);
	background-color: #e05f3b;
	color: #FFF;
}

.button:active
{
}

.button-big
{
	padding: 1.6em 4em;
	font-size: 1.4em;
	font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{	
	margin-top: 1em;
	margin-bottom: 1.2em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.6em;
	/*line-height: 35px;
	font-family: tara_title_fontregular;*/
	color: #323232;
	/*background-color:#FBFBFB;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px 8px 2px;*/
}

.innertitle h3
{
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom: 0.4em;
	padding-top: 0.5em;
	/*line-height: 35px;
	font-family: tara_title_fontregular;*/
	color: #323232;
	/*background-color:#FBFBFB;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px 8px 2px;*/
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
#header-wrapper
{
	background: #FFF;
}

#header
{
	position: relative;
	height: 100px;
	padding-bottom: 4px;
	border-bottom: 1px solid #EEE;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper
{
	background: #FFF;
}

#page
{
	overflow: hidden;
	padding: 0.1em 0em;
	border-bottom: 2px solid #E3E3E3;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content,#content1,#content2,#content3,#content4,#content5
{
	float: left;
	width: 640px;
	/*background-color:#FBFBFB;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px 8px 2px;*/
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 10px;

}

#content_large
{
	float: left;
	width: 980px;
	/*background-color:#FBFBFB;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 5px 8px 2px;*/
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 10px;

}

#contentend
{
	float: left;
	width: 640px;
	margin-bottom: 10px;

}

.contentlist ol
{	
	list-style-type:lower-roman;
	padding-left:20px;
}

.contentlist ul
{	
	padding-left:20px;
}

/*********************************************************************************/
/* DATATABLE                                                                     */
/*********************************************************************************/

	#datatable
{
	float: left;
	width: 980px;
	font-size: 11px;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

.sidebar
{
	float: right;
	width: 280px;
	margin-top: 0em;
}

#stwo-col
{
	margin-top: 2em;
}

#stwo-col h2
{
	display: block;
	padding-bottom: 1.5em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

#stwo-col .sbox1
{
	float: left;
	width: 130px;
}

#stwo-col .sbox2
{
	float: right;
	width: 130px;
}

.infobox
{
	margin-top:2em;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	background-color: #f8f8f8;
}

.infobox tbody td
{
	border-top: 1px solid #DDD;
}

.infobox thead td,th
{
	padding-bottom: 10px;	
}

.infobox .th_left
{
	text-align:left;
	font-weight: 600;	
}



[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: middle;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0px;
    display: inline-block;
}

.imageinfobox
{
	margin-top:2em;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	text-align: center;
	background-color: transparent;
}


.imageinfobox a
{
	outline: none;
}

.imageinfobox b
{
	font-weight: 700;
}

.imageinfobox img 
{
	width: 80%;
	height: 80%; 
 	
  	-webkit-transition: all 1s ease;
     	-moz-transition: all 1s ease;
       	-o-transition: all 1s ease;
      	-ms-transition: all 1s ease;
         transition: all 1s ease;
}

.imageinfobox img:hover
{ 
	-webkit-transform: scale(1.05);
 	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}


