* {
font-family: "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
margin: 0px 0px 10px;
font-weight: normal;
}

h1 {
font-size: 22px;
color: #fff;
border-bottom: 1px solid #7d8e41;
text-transform: uppercase;
}

h2 {
font-size: 16px;
color: #fff;
}

h3 {
font-size: 13px;
color: #fff;
}

p, li {
font-size: 12px;
color: #dae0bd;
}

.small {
font-size: 11px;
color: #eee;	
}

a {
text-decoration: none;
color: #fff;
}

a:hover {
color: #005568;
}

p,
#content ul,
#content ol,
#content li {
margin: 10px 0px;
}

strong,
b {
color: #fff;
}

#content ul,
#content ol {
padding: 0px 30px;
}

/*block_content */
.block_content {
display: block;
border-bottom: 1px solid #7d8e41;
margin: 0px 0px 20px;
}

.block_content img {
padding: 0px 20px 20px 0px;
}

.floatLeft {
float: left;
}

.floatRight {
float: right;
}

.readmore {
margin: 20px 0px 5px;
text-align: right;
}

#content .lineup {
list-style-type: none;
padding: 0px;
}

#content .lineup li {
background-image: url(../images/list_bullet.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0px 15px;
margin: 0px 0px 7px;
}

#content .lineup a {
color: #fff;
font-size: 16px;
}

#content .lineup a:hover {
color: #dae0bd;
font-size: 16px;
}

/* PASSPORT */
.passport {
background-color: #a6b467;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
padding: 20px 0px 20px 10px;
margin: 23px 0px 0px;
}

.passport a {
color: #6d802e;
font-size: 12px;
display: block;
}

.passport a span {
margin: 0px;
display: block;
}

.passport a .title {
font-size: 24px;
color: #fff;
margin: 0px 0px 5px;
}

.passport a:hover .title {
color: #6d802e;
}


/* CONTACT */
#contact h2 {
font-size: 24px;
text-transform: uppercase;
margin: 0px 0px 20px;
border: none;
}

#contact h3 {
font-size: 15px;
color: #a8b184;
}

#contact p {
color: #697c2a;
}

#contact a {
color: #a8b184;
text-decoration: none;
}

#contact a:hover {
text-decoration: underline;
}

#left #text {
padding: 0px 40px;
margin: 50px 0px 0px;
}

#left p {
color: #58595B;
}

#left h2{
font-size: 24px;
font-weight: normal;
text-transform: uppercase;
color: #929497;
}

.green {
color: #97A34E;
}

.blue {
color: #1F5567;
}

.block {
display: block;
padding-bottom: 10px;
margin: 35px 0px 0px;
border-bottom: 1px solid #e5e5e5;
}

#follow {
display: block;
padding: 8px 0px;
margin: 0px;
border-bottom: 1px solid #e5e5e5;
}

#follow h2 {
margin: 0px;
float: left;
line-height: 48px;
}

#facebook {
position: relative;
float: right;
width: 48px;
height: 48px;
overflow: hidden;
}

#facebook a {
display: block;
width: 48px;
height: 48px;
padding: 48px 0px 0px;
background-image: url(../images/icon_facebook.png);
background-repeat: no-repeat;
}






/* ICONS */
#icons {
width: 100%;
height: 65px;
background-image: url(../images/icons_shadow.gif);
background-repeat: no-repeat;
background-position: bottom;
overflow: hidden;
margin: 20px 0px;
}

#icons ul {
position: relative;
float: left;
left: 50%;
list-style-type: none;
height: 48px;
}

#icons li {
position: relative;
float: left;
right: 50%;
width: 48px;
height: 48px;
margin: 0px 5px;
background-repeat: no-repeat;
overflow: hidden;
}

#icons li a {
display: block;
width: 48px;
height: 48px;
padding: 48px 0px 0px;
}

.facebook a {
background-image: url(../images/icon_facebook.png);
}

.twitter a {
background-image: url(../images/icon_twitter.png);
}

.myspace a {
background-image: url(../images/icon_myspace.png);
}

.youtube a {
background-image: url(../images/icon_youtube.png);
}

/*arrow / back */
.arrow a,
.back a {
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: left;
padding: 0px 0px 0px 20px;
}

.back a {
background-image: url(../images/back.gif);
}


/*table */
table {
border-collapse: collapse;
border: none;
}

td {
padding: 0px;
vertical-align: top;
}

/* FORM */
.block_form {
padding: 10px 30px 20px;
margin: 0px 0px 20px;
background-color: #93a444;
}

.block_form table {
position: relative;
display: block;
width: 100%;
}

.block_form table td {
padding: 5px 20px 5px 0px;
vertical-align: middle;
font-size: 12px;
color: #dae0bd;
}

.block_form td label {
white-space: nowrap;
text-align: right;
font-size: 12px;
color: #dae0bd;
}

.block_form .input,
.block_form select {
border: 1px solid #ccc;
font-size: 11px;
}

.block_form .text,
.block_form textarea,
.block_form select {
padding: 4px;
width: 100%;
}

.block_form .number {
padding: 4px;
margin: 0px 10px 0px 0px;
width: 25px;
}

.block_form .code {
padding: 4px;
margin: 10px 10px 0px 0px;
width: 200px;
}

.block_form textarea {
height: 50px;
padding: 4px 2px;
resize: none;
}

.block_form .text,
.block_form textarea {
margin: 5px 0px 0px;
}

.block_form .checkbox {
margin: 0px 5px;
}

.block_form .submit {
background-color: #eee;
color: #005581;
padding: 4px 16px;
}

.block_form .submit:active {
background-color: #fff;
border: 1px solid #ddd;
}

.error {
padding: 10px 30px;
margin: 0px 0px 20px;
background-color: #812c00;
color: #fff;
font-size: 16px;
}

.success {
padding: 10px 30px;
margin: 0px 0px 20px;
background-color: #8eb72e;
color: #fff;
font-size: 16px;
}

.align_right {
text-align: right;
}


/* newsletter_form  */
#newsletter_form {
margin: 0px 0px 20px;
}

#newsletter_form label {
color: #93a445;
font-size: 12px;
}

#newsletter_form input {
margin: 2px 0px 5px;
border: 1px solid #ccc;
height: 20px;
width: 100%;
}

#newsletter_form .button {
width: 100px;
}


/* */
.hide {
display: none;
}
