/*----------------------------HTML, BODY-------------*/

body, html {
	background: #868376;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin: 0px;
	font-size: 11px;
	color: #666666;
	padding: 0px;
}


/*----------------------------CONTAINER-------------*/

#container {
	background: url(assets/bkg_image.jpg) no-repeat center center;
	height: 750px;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
#container_cv {
	background: url(assets/cv_bkg_image.jpg) no-repeat center 10px;
	height: auto;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
#content {
	height: 700px;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}
#content_birds {
	height: 700px;
	width: 950px;
	margin: 0px auto;
	padding: 0px;
}
.birds_landing {
	background: url(assets/landing_birds.jpg) no-repeat left 25px;
	margin-top: 30px;
}
#left_main {
	float: left;
	width: 550px;
	line-height: 1.9em;
	margin-top: 60px;
	margin-left: 30px;
	height: 600px;
}
#content_cv {
	height: auto;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: url(assets/cv_bkg_image_bottom.jpg) no-repeat bottom;
	float: none;
}
#content_cv  p {
	margin-bottom: 0px;
	margin-top: 8px;
}
#left_cv {
	float: left;
	width: 340px;
	line-height: 1.2em;
	margin-top: 100px;
	margin-left: 40px;
	height: 1000px;
	text-align: right;
}
#right_cv {
	float: right;
	width: 540px;
	line-height: 1.4em;
	margin-right: 60px;
	margin-top: 100px;
	height: auto;
	overflow: hidden;
	margin-bottom: 100px;
}
h1 {
	color: #58988F;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: -2px;
}
.statement_bg_image {
	background: url(assets/statement_image.jpg) no-repeat right bottom;
}
.contact_bg_image {
	background: url(assets/contact.jpg) no-repeat right bottom;
}
.links_bg_image {
	background: url(assets/links_image.jpg) no-repeat right bottom;
}
#right_main {
	float: right;
	width: 300px;
	line-height: 1.9em;
	margin-right: 40px;
	margin-top: 60px;
	height: 637px;
	overflow: hidden;
}
#left_main p {
	margin-left: 80px;
}
#right_main a:link, #right_main a:visited {
	color: #333333;
	text-decoration: none;
}
#right_main a:hover {
	color: #478d83;
	text-decoration: underline;
}
#right_main img a {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}
#right_main img a:link {
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}

#centered_main {
	float: right;
	width: 870px;
	line-height: 1.9em;
	margin-right: 40px;
	margin-top: 60px;
	height: 637px;
	text-align: center;
	margin-left: 40px;
}
/*-------end container---------------------------*/

/*----------------------------NAVIGATION-------------*/
#navigation {
	width: 930px;
	position: relative;
	margin: 0px;
	color: #478D83;
	overflow: hidden;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	line-height: 28px;
	float: left;
}
#navigation ul {
	margin: 1px 10px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

#navigation ul li{
	float:left;
	margin: 0px;
	padding: 0px;
	}
#navigation ul li a {
	display: block;
	margin: 0px;
	padding: 0px 10px;
	color: #478d83;
}
#navigation ul li a:link,#navigation ul li a:visited{
	margin-right: 3px;
	color: 478d83;
	text-decoration: none;	
	}
#navigation ul li a:hover,#navigation ul li a:active {
	color: #FFFFFF;
	background: #868376;	
}
#navigation ul li a.current,#navigation ul li a.current:active,#navigation ul li a.current:hover {
	color: #FFFFFF;
	background: #868376;
	cursor: default;
}

#breadcrumb  {
	color: #333333;
	height: 25px;
	width: 400px;
	float: left;
	margin-left: 40px;
	text-decoration: none;
}
.breadcrumb {
	color: #478d83;
}
#breadcrumb a,#breadcrumb a:active,#breadcrumb a:visited {
	color: #333333;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #478d83;
}


#clear {
	clear: both;
}

/*-------end navigation---------------------------*/


/*----------------------------FOOTER-------------*/
#footer {
	height: 40px;
	width: 930px;
	line-height: 1.9em;
	color: #BFBAAC;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	clear: both;
	margin: 5px auto 0px;
}
#footer a, #footer a:active, #footer a:visited{
	color: #BFBAAC;
	text-decoration: underline;
}
#footer a:hover{
	color: #F2EDD8;
}
.border {
	border: 2px solid #333333;
}
#paypal {
	width: 930px;
	position: relative;
	margin: 0px;
	color: #478D83;
	overflow: hidden;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	line-height: 28px;
	text-align: center;
	float: left;
	clear: both;
}
