
html, body
{
	height: 100%;
	width: 100%;
	display: block;
	margin: 0px auto;
}

body
{
	margin: 0px;
	padding: 0px;
	background: lightgray url(../images/bg01.png) repeat;
	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;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #0f8ca5;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

.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;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper {
	background: lightgray url(../images/bg01.png) repeat;
}

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

.clearfix
{
	clear: both;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{
	position: relative;
	height: 150px;
}

/*********************************************************************************/
/* Logo                                                                        */
/*********************************************************************************/

#logo
{
   margin: 0px auto;
	position: absolute;
	font-size: 22px;auto
}

#logo a
{
   text-decoration: none;
}

#logo a p
{
   padding-top: 50px;
   padding-left: 40px;
   color: white;
   font-family:  calibri, arial, sans-serif;
}
/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
	
#menu ul
{
	display: block;
}
	
#menu li
{
	display: block;
	float: left;
	text-align: center;
}
	
#menu li a, #menu li span
{
	display: block;
	padding: 1em 1.5em;
	height: 150px;
	letter-spacing: 0.20em;
	line-height: 150px;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	outline: 0;
	color: white;
}
	
#menu li:hover a, #menu li.active a, #menu li.active span
{

}
	
#menu .current_page_item a:hover
{	
	background: white;
	color: #0f8ca5;
	height: 170px;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

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

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

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

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar
{
	float: left;
	width: 345px;
}
	
#sidebar .title h2
{
	font-size: 1.6em;
}
	
#sidebar .box1
{
	margin-bottom: 3em;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer
{
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	margin: 0px auto;
	display: block;
	width: 100%;
	height: 800px;
	background: url('../images/header.jpg') no-repeat top center;
	min-width: 1400px;
}

#header-wrapper:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg01.png');
	opacity: .1;
}

#header-wrapper2
{
	display: block;
	background: rgba(0,0,0,.1);
	box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.05);
	height: 200px;
}



ul.style2
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	
ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0;
}
	
ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

/*********************************************************************************/
/* Bottom line                                                                    */
/*********************************************************************************/

#bottom_line
{
	background: #0f8ca5;
   width: 100%;
   height: 400px;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
	overflow: hidden;
	padding: 5em 0em;
}
	
#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: #6F6F6F;
}
	
#copyright a
{
	text-decoration: none;
	color: #8C8C8C;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title
{
	margin-bottom: 3em;
}

.title h2
{
	letter-spacing: 0.20em;
	font-weight: 700;
	font-size: 2em;
	color: #171717;
}
	
.title .byline
{
	letter-spacing: 0.15em;
	font-weight: 400;
	font-size: 0.90em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button
{
	display: inline-block;
	margin-top: 2em;
	padding: 1em 3em;
	background: black;
	border-radius: 10px;
	-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;
	font-weight: 600;
	font-size: 0.90em;
	color: white;
}

.button:hover
{
   background: white;
   color: black;
}
		
.button:active
{
}
			

/*********************************************************************************/
/* 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: right;
	width: 370px;
}