﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    /*font-family: 'Trebuchet MS' , 'Comic Sans MS';*/
    color: #232323;
    background-color: #fff;

    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #222222;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Exo', sans-serif;*/
    font-family: 'Shadows Into Light Two', cursive;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizelegibility;
}

header, footer, nav, section {
    display: block;
}


.content-wrapper {
    margin: 0 auto;
    max-width: 1009px;
}


A
{
    color: #ef3931;
    text-decoration: none;
    font-weight:600;
}

A:link
{
    color: #ef3931;
}

A:hover
{
    color: #000000;
    text-decoration: underline;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}



/*menu styles*/
#menu {
    /*padding: 2px;
   background-color:#fff;*/
   padding-top:20px; 
   padding-left:10px; 
   padding-bottom: 5px;
}

#menu ul { 
    list-style-type: none; 
    margin: 0;
    padding: 0;
    /*text-align: center;*/

}

#menu ul li { 
    display: inline; 
    padding-right:1.5em;
}

#menu ul li a { 
    text-decoration: none; 

    /*border:solid;
    background-color:#ffffff;
    border-color:#ffffff;*/
    padding-right: 5px;

}

#menu a:hover { 
    text-decoration: underline; 

}

/*menu styles*/


/*box styles*/
.t {background: url('box/box_02.gif') 0 0 repeat-x;position:relative}
.b {background: url('box/box_08.gif') 0 100% repeat-x;position:relative}
.l {background: url('box/box_04.gif') 0 0 repeat-y;position:relative}
.r {background: url('box/box_06.gif') 100% 0 repeat-y;position:relative}
.bl {
    background: url('box/box_07.gif') no-repeat 0 100%;;position:relative
}
.br {background: url('box/box_09.gif') 100% 100% no-repeat;position:relative}
.tl {background: url('box/box_01.gif') 0 0 no-repeat;position:relative}
.tr {background: url('box/box_03.gif') 100% 0 no-repeat;position:relative; }
/*box styles*/



/*nivo styles*/
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:45px;
	background: url(../images/transparent.png) repeat;
	color:#fff;
	width:250px;
	z-index:8;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;  
}
.nivo-caption p {
	padding:15px 20px;
	margin:0;
  font-size: 16px;
  color: #fff;
}

.nivo-caption p h1 {
	padding:15px 20px;
	margin:0;
  font-size: 28px;
  color: #fff;
}

.nivo-caption p h2 {
	padding:15px 20px;
	margin:0;
  font-size: 26px;
  color: #fff;
}

.nivo-caption p h3 {
	padding:15px 20px;
	margin:0;
  font-size: 24px;
  color: #fff;
}

.nivo-caption p h4 {
	padding:15px 20px;
	margin:0;
  font-size: 22px;
  color: #fff;
}

.nivo-caption p h5 {
	padding:15px 20px;
	margin:0;
  font-size: 20px;
  color: #fff;
}

.nivo-caption p h6 {
	padding:15px 20px;
	margin:0;
  font-size: 18px;
  color: #fff;
}

