/* ----- CSS ----- */

*{
	margin: 0;
	padding: 0;
}

html,body{
	margin: 0;
	padding: 0;
	background: #f4f3ec;
	height: 100%;
	color: #20348b;
	font-family: "Lucida Grande",Helvetica, Arial, sans-serif;
	font-size: 14px;
}

/* ----- IDS ----- */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px;
	overflow: auto;
}

#container{
	width: 900px;
	position: relative;
	margin: 0 auto;
}
 
#header {
	height: 120px;
	border-bottom: 20px solid #1397b5;
	position: relative;
	margin-bottom: 20px;
}
   
#footer {
	font-size: 10px;
	border-top: 1px solid #DDD;
	padding-top: 7px;
	height: 24px;
	width: 900px;
	margin: 0 auto;
	text-align: right;
	color: #95B248;
}

/* ----- CONTACT PAGE ----- */

.contact {
	overflow: auto;
	line-height: 140%;
}

.contact_left {
	width: 480px;
	float: left;
}

.contact_right {
	width: 360px;
	padding: 20px;
	float: right;
	background: #9DCE65;
	font-weight: bold;
}

#contact_form label {
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: bold;
}

#contact_form .textfield {
	float: left;
	width: 260px;
	border: 1px solid #222;
	margin-bottom: 10px;
	padding: 3px 0px;
}

.about_content {
	overflow: auto;
	line-height: 140%;
	background-color: #CDEFA4;
	padding: 20px; 
}

/* ----- CLASSES ----- */

.logo {
	background: url(../img/logo.png) no-repeat;
	position: absolute;
	height: 85px;
	width: 174px;
	left: 0px;
	top: 20px;
	display: block;
}

.headline {
	overflow: auto;
}

.read_more {
	font-size: 80%;
	padding-left: 5px;
}

.green_box {
	padding: 10px;
	background-color: #9DCE65;
	color: white;
	margin-top: 5px;
}

.headline .intro_text {
	float: right;
	width: 410px;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	position: relative;
	padding-top: 12px;
}

.headline .video {
	height: 280px;
	width: 430px;
	padding: 20px;
	background-color: #d9d6bb;
	float: left;
}

.index_content {
	margin-top: 20px;
	clear: both;
	background: #CDEFA4;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.index_content .left_content {
	float: left;
	width: 390px;
	font-weight: bold;
	font-size: 14px;
	line-height: 160%;
	position: relative;
	padding: 20px 20px 0px 20px;
}

.index_content .right_content {
	float: right;
	width: 450px;
	position: relative;
}

.index_content .right_content ul {
	margin-top: 20px;
} 

.index_content .right_content li {
	width: 113px;
	height: 113px;
	background: white;
	padding: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.photo_gallery ul {
	margin-top: 20px;
} 

.photo_gallery li {
	width: 113px;
	height: 113px;
	background: white;
	padding: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.hide{
	display:none;
}

.show{
	display:block;
}

.clear {
	clear: both;
}

.push {
	clear: both;
	height: 54px;
}

.title {
	font-size: 16px;
	color: black;
}

h3.title {
	letter-spacing: -0.09em;
	font-size: 20px;
	color: black;
	margin-bottom: 13px;
	border-bottom: 1px solid #20348B;
	padding-bottom: 2px;
}

.indent {
	margin-left: 82px;
}

.index_content .right_content li.omega {
	margin-right: 0;
}

.index_content .right_content li.alpha {
	margin-bottom: 0;
}

/* ----- HEADINGS ----- */

h1.title {
	font-size: 48px;
	font-weight: bold;
	margin: 20px 0px;
	letter-spacing: -2px;
}

h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol, ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
	border: none;
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	text-decoration: none;
	color: #00AAFF;
	font-weight: bold;
}

a:hover{
	color: #000;
}


/* ----- FORMS ----- */

form{
}
fieldset{
	border: none;
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* Navigation + Header elements */

#navigation ul {
	position: absolute;
	right: 0px;
	bottom: 15px;
	font-family: Trebuchet MS, Arial, sans-serif;
}

#navigation li {
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
}

#navigation ul a {
	color:#20348b;
	display:block;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:12px;
	text-transform:uppercase;
	background-color: transparent;
}

#navigation ul a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:4px 12px;
}

#navigation ul a:focus, #navigation ul a:active, #navigation ul a:hover {
	color: #FFF;
	background-color:#9ccd64;
}

#home #navigation .home, #about #navigation .about, #photos #navigation .photos, #contact #navigation .contact {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#9ccd64;
	color:#FFFFFF;
}
