/*---------------------------------------------------------
  Reset
  ---------------------------------------------------------*/

html, body, div, span, a, img, h1, h2, h3, h4, h5, h6, p, ol, ul, li, b, big, em, sub, sup, iframe, img {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: justify;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	background: transparent; 
}

footer, header, nav{
	display: block; 
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}

ul{
	list-style: none;
}

nav ul{
	list-style-type: none;
}


/*---------------------------------------------------------
  Grid
  ---------------------------------------------------------*/

.container {
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	width: 1044px;
	margin: 0 auto;
	overflow: hidden;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	margin-bottom: 18px;
}

.clearfloat{
	clear: both;
	content: "&nbsp;";
}

.row .grid_1 {
	width: 67px;
}

.row .grid_2 {
	width: 154px;
}

.row .grid_3 {
	width: 241px;
}

.row #news {
	width: 240px;
}

.row .grid_4 {
	width: 328px;
}

.row .grid_5 {
	width: 415px;
}

.row .grid_6 {
	width: 502px;
}

.row .grid_7 {
	width: 589px;
}

.row .grid_8 {
	width: 676px;
}

.row .grid_9 {
	width: 763px;
}

.row .grid_10 {
	width: 850px;
}

.row .grid_11 {
	width: 937px;
}

.row .grid_12, .clearfloat {
	width: 1024px;
}

#header .row, #footer .row {
	display: block;
    margin: 0 auto;
    text-align: center;
}

#header #logo{
	height: 60px;
	width: 150px;
	z-index: 20;
	position: relative;
	text-decoration: none;
	display: inline-block;
    float: none;
}

#header #logo img {
	height: 50px;
	margin-bottom: -10px;
}

.lh_2{
	height: 54px;
}

img.lh_2{
	border : 1px solid #888;
}

img.lh_2:hover{
	border : 1px solid #d19307;
}

.row .margin-bottom-null{
	margin-bottom: 0;
}

.box-right{
	padding-top: 0px;
	padding-right: 0px;
}

.box-right *{
	left: 0px;
	padding-right: 6px;
}

.full_width{
	width: 100%;
}

.padding-bottom-null{
	padding-bottom: 0;
}

.padding-left-null{
	padding-left: 0 !important;
	padding-right: 20px !important;
}

.padding-top{
	padding-top: 24px;
}

#footer-menu div{
	margin-bottom: 6px;
}


/*---------------------------------------------------------
  Background
  ---------------------------------------------------------*/

body{
}

.row{
	background-color: #fff;
}

.box-right{
	border-right: 10px solid #ff6b21a;
	background-color: #ffffff;
}

hr{
	width: 100%;
	border: none;
	border-top : 2px solid #d19307;
	padding-bottom: 12px;
}


/*---------------------------------------------------------
  Type
  
  font-family: 'garage';
  src: url('Garage-Regular.eot?#iefix') format('embedded-opentype'),  url('Garage-Regular.woff') format('woff'), url('Garage-Regular.ttf')  format('truetype'), url('Garage-Regular.svg#Garage-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  
  'Lucida Sans', Helvetica, Arial, sans-serif;
  ---------------------------------------------------------*/


@font-face {
  font-family: 'orator';
  src:  url('Orator-Std-Medium.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

body{
 	font-family: 'orator';
	color: #555555;
	text-shadow: 0 0 1px transparent;
}
 
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	position: relative;
	line-height: 1.2em;
	color: #d19307;
	margin-bottom: 12px;
}

h1{
	font-family: 'orator';
	font-size: 40px;
}

h2{
	font-family: 'orator';
	font-weight: normal;
	font-size: 20px;
}

h2.center {
	text-align: center;
}

h2 span.small {
	font-size: 24px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 20px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
	padding-top: 4px;
}

p{
	word-spacing: 1px;
	hyphenate-lines: 3;
	text-indent: 18px;
	margin-bottom: 18px;
	hyphenate: auto;
}

p {
	position: relative;
	line-height: 1.4em;
	font-size: 13px;
}

h2 a.facebook {
	color: #3B5998;
	border-bottom-color: #3B5998;
}

h2 a.facebook:hover {
	color: #555555;
	border-bottom-color: #555555;
}

.row #mc_embed_signup .button {
	background-color: #d19307;
	border-radius: 0;
  	font-family: 'orator';
  	font-size: 18px;
  	height: 35px;
}

.row #mc_embed_signup .button:hover {
	background-color: #555555;
}

/*---------------------------------------------------------
  Variant
  ---------------------------------------------------------*/

b, .b{
	font-weight: bold;
}

em, .em{
	font-style: oblique;
}

.u{
	text-decoration: underline;
}

sup, .sup, sub, .sub{
	line-height: 0;
	font-size: 8px;
}

sup, .sup{
	vertical-align: super;
}

sub, .sub{
	vertical-align: sub;
}

center, .center{
	text-align: center;
}

.right{
	text-align: right;
}

.float_left{
	float: left;
}

.legend, .no-indent, .small-text p{
	text-indent: 0;
	padding-top: 4px;
}

.indent{
	text-indent: 10px;
}

.sc{
	font-variant: small-caps;
}

big, .big{
	font-size: 1.2em;
}

.legend{
	text-transform: uppercase;
	font-size: 0.5em;
}

.red{
	color: #d19307;
}

.box-right h6{
	color: #d19307;
}

.box-right h6.yellow{
	color: #d19307;
}

.box-right p{
	color: #eec466;
}

/*---------------------------------------------------------
  Links
  ---------------------------------------------------------*/
  
a{
	color: #555;
	text-decoration: none;
	border-bottom: 0px dotted #000;
}

a:hover, .clickable:hover{
	color: #d19307;
	text-decoration: none;
	border-bottom: 0px dotted #d19307;
}

a.pict {
	text-decoration: none;
	border-bottom: none;
}

h5 a{
	color: #d19307;
	text-decoration: none;
	border-bottom: 0px dotted #d19307;
}

h5 a:hover{
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

.box-right a{
	color: #d19307;
	border-bottom: 0px dotted #ffffff;
}

.box-right a:hover{
	color: #555;
	border-bottom: 0px dotted #e7ad9f;
}

/*---------------------------------------------------------
  Menus
  ---------------------------------------------------------*/

.menu{
    margin: 0 auto;
    padding: 0;
    position: relative;
	z-index: 10;
	display: inline-block;
}

.menu li{
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    display: inline-block;
	float: left;
}

.menu li a {
    position: relative;
	color: #d19307;
	font-family: 'orator';
	font-size: 22px;
	height: auto;
	padding: 38px 20px 0px;
	text-align: center;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

.menu li a:hover, .menu li a.active {
	color: #555555;
}

#menu-top {
    height: 54px;
}

#menu-bottom {
	text-align: center;
}

#menu-bottom li a {
	font-size: 20px;
	padding: 10px 20px 4px;
}

#facebook{
	height: 54px;
	width: 113px;
	float: left;
	display: block;
	top: auto;
	bottom: 0;
	background: transparent url(/img/contact/facebook.jpg) 0 -54px no-repeat;
}

#facebook:hover{
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-color: transparent;
}