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

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.3;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;

}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* ---------------- TYPOGRAPHY---------------- */


p {
	text-align: left;
	color: #366;
	font: 0.8em/1.4em Lucida, Verdana, sans-serif;
}

p.mail

h1	{
	font: 1em/1.6em Verdana, sans-serif;
	color: silver;
	border-top-color: #c1bca4;
}


h1	{
	color: #c1bca4;
	text-align: left;
	font: normal normal 2em "Lucida Grande", serif;
}

h2	{
	color: #366;
	font: italic 1.4em "Trebuchet MS", serif;
	text-align: left;
}

h3	{
	font: 1em/140% Trebuchet MS;
	color: silver;
}


h4	{
	font: 1em Verdana, sans-serif;
	color:#1C1C1C;
	padding: 9px;
	margin-left: 20px;
}

h5 {
	color: #366;
	font: italic bold 1em Trebuchet;
	border-top-color: #fff;
}

h6 {
	font: 0.6em Verdana, sans-serif;
	color: #333;
	margin-left: 20px;

}

/* ---------------- GENERAL STYLES---------------- */

hr {
	color:  rgba(183,206,255,0.17);

}

a {
	text-decoration: none;
	color: #c1bca4;
	font-size: 1em;
}

a:hover {
	text-decoration: none;
	color: rgba(255,143,0,0.75);
	font-size: 1em;
}


img.floatLeft { 
    float: left; 
    margin-right: 30px;
	border: px solid rgba(44,65,147,0.32);
}

img.floatLeftFoot { 
    float: left; 
    margin-right: 15px;
	border: px solid rgba(44,65,147,0.32);
}

img.floatLeftContent {
	float: left; 
    margin-right: 30px;
    border: none;
}


img.floatRight { 
    float: right; 
    margin: 4px; 
    border: 3px double #2c4193;
}

img.floatRightLogo { 
    float: right; 
    margin: 4px; 
    border: none;
}

/* ---------------- BORDERS---------------- */


body {
	margin:0;
	padding:20px;
	background: #06f none;
	font: 1em/normal Lucida, Verdana, sans-serif;
	color: #074eb6;
}
#top,#bottom,#left,#right {
position:fixed;
background:black;
}
#top,#bottom {
left:0;
width:100%;
height:16px;
}
#top {
top:0;
}
#bottom {
	bottom:0;
}

#left,#right {
top:0;
height:100%;
width:16px;
}
#left {
left:0;
}
#right {
right:0;
}

/* ---------------- BACKGROUND---------------- */


#grass {
	display: block;
	position: fixed;
	bottom: 10px;
	background: url(images/grass16.png) scroll;
	width: 1600px;
	height: 450px;
	left: 5px;

}

#darkling {
	width: 1200px;
	height: 1200px;
	left: 5px;
	z-index: 99;
	background-repeat: repeat-x;
}

#moontree {
	display: block;
	position: fixed;
	background: url(images/moontree.png) scroll;
	width: 1200px;
	height: 354px;
	left: 5px;
	top: 5px;
}

/* ----------------NAVIGATION---------------- */

#navbar {
	width: 500px;
	height: 49px;
	background-color: transparent;
	background-image: url(images/navbar.png);
	display: block;
	position: relative;
	left: 400px;
	top: -15px;
}
	

#navbar ul {
	display: inline;
	width: 500px;	
	height: 40px;
}


#navbar ul li {
	text-align: center;
	float: left;
	cursor: hand;
	padding-top: 15px;
}


#navbar ul li a {

	width: 80px;	
	height: 40px;
	display: block;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	color: #c1bca4;
	font-size: 0.8em;
}

#navbar ul li a:hover {
	color: rgba(255,143,0,0.75);
}

#navbar ul li a:active {
	color: #c1bca4;
}

/* ---------------- CONTENT---------------- */

#birds {
	width: 500px;
	height: 200px;
	background-color: transparent;
	background-image: url(images/birds.png);
	display: block;
	position: relative;
	left: 400px;
	top: -15px;
}

#fish {
	width: 500px;
	height: 200px;
	background-color: transparent;
	background-image: url(images/fish.png);
	display: block;
	position: relative;
	left: 400px;
	top: -15px;
}

#sidebar {
	height: auto;
	width: 150px;
	float: left;
	display: block;
	padding-top: 20px;
	padding-left: 20px;
}

.sidebarTitle {
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 70px;
}

#contop {
	width: 500px;
	height: 22px;
	background-color: transparent;
	background-image: url(images/con_top.png);
	display: block;
	position: relative;
	left: 400px;
	top: -15px;
}

#content {
	width: 440px;
	height: auto;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-left: 400px;
	color: #fff;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0px;
	background-image: url(images/con_bod.png);
	top: -15px;
}

/* ----------------FOOTER---------------- */

#footer {
	width: 440px;

	border-bottom: 1px solid #fff;
	border-top: 5px solid #0d1534;
	display: inline-block;
	position: relative;
	background: url(images/con_bod.png) repeat-y;
	padding: 30px;
	clear: both;
	left: 400px;
	top: -15px;
}

#footer ul li {
	font-size: 0.8em;
	float: left;
	line-height: 1.4em;
	margin-left: 20px;
	margin-top: 10px;
	width: 200px;
	height: 100px;
}

#footer ul li a {
	color: #7d2126;
	text-decoration: none;
}

#footer ul li a:hover {
	color: rgba(255,143,0,0.75);
}

.copyright {
	text-align: center;
	color: #5b5a5a;
	font-size: 0.6em;
	line-height: 1.5em;
	margin-top:30px;
	clear: both;
}

.clear { 
	clear: both;
}

/* ----------------CONTACT FORM---------------- */

.form {
	margin-left: 30px;
	padding-top: 20px;
	margin-right: 30px;
}

.message-text { 
} 

.required-text {
} 

.form-input-field {
	background-color: #c1bca4;
} 

.form-input-button { 
}