@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	}
	
html {
	font-size: 100%;
}

body {
	background-attachment: fixed;
	background-image: url(images/skyline.jpg);
	background-repeat: no-repeat;
	font-size: 62.5%;
	background-color: #060;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:2em;
	color:#CDEB8B;
	letter-spacing: 0.1em;
}

#wrapper {
	height: auto;
	width: 875px;
	margin-right: auto;
	margin-left: 295px;
}



/*-----------Home-------------*/

#header {
	height: 50px;
	width: 875px;
	border-bottom-style: none;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	
}
#columns {
	height: auto;
	width: 875px;
}
#leftcol {
	float: left;
	height: auto;
	width: 415px;
	padding-right: 10px;
	padding-left: 10px;
}
#rightcol {
	float: right;
	height: auto;
	width: 415px;
	padding-right: 10px;
	padding-left: 10px;
}

/*--------------Main Graphic--------------------*/
#MainPicture_Home {
	background-image: url(images/carbonfootprint.jpg);
	background-repeat: no-repeat;
	height: 435px;
	width: 875px;
}

#MainPicture_AboutME {
	background-image: url(images/AboutMe.jpg);
	background-repeat: no-repeat;
	height: 435px;
	width: 875px;
}

#MainPicture_Services {
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	height: 435px;
	width: 875px;
}

#MainPicture_Clients {
	background-image: url(images/Clients.jpg);
	background-repeat: no-repeat;
	height: 435px;
	width: 875px;
}

/*--------------Main Picture content box----------------------*/
.MainPicture_content{
	height: auto;
	width: 425px;
	float: right;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #FFFF88;
	margin-top: 130px;
	
}

.MainPicture_content p{
	font-size: 1.2em;
	line-height: 1.2em;
	height: auto;
	margin-top: 120px;
	padding-right: 40px;
	
}

.MainPicture_contentServices{
	height: auto;
	width: 425px;
	float: right;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #73880A;
	margin-top: 150px;
	
}

.MainPicture_contentServices p{
	font-size: 1.2em;
	line-height: 1.2em;
	height: auto;
	margin-top: 160px;
	padding-left: 60px;
	
}

.MainPicture_contentClients{
	height: auto;
	width: 320px;
	float: left;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #FFFF88;
	margin-top: 70px;
	
}

.MainPicture_contentClients p{
	font-size: 1.2em;
	line-height: 1.2em;
	height: auto;
	padding-left: 10px;
	
}

/*NAVIGATION*/
#navigation {
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 875px;
	position: relative;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	
}

#navigation ul li {
	list-style-type: none;
	float: right;
	height: 23px;
	margin-top: 0px;
	
}

#navigation ul li a {
			display:		block;
}

#btnHome {
	text-decoration: none;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -540px 0px;
	text-indent: -10000px;
	overflow: hidden;
	height: 23px;
	width: 67px;
}
#btnHome:hover {
	background-position: -540px -23px;
}
#btnHome.current {
	background-position: -540px -23px;
}

#btnAboutMe {
	text-decoration: none;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -606px 0px;
	text-indent: -10000px;
	overflow: hidden;
	height: 23px;
	width: 99px;
}
#btnAboutMe:hover {
	background-position: -606px -23px;
}
#btnAboutMe.current {
	background-position: -606px -23px;
}

#btnServices {
	text-decoration: none;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -708px 0px;
	text-indent: -10000px;
	overflow: hidden;
	height: 23px;
	width: 91px;
}
#btnServices:hover {
	background-position: -708px -23px;
}
#btnServices.current {
	background-position: -708px -23px;
}

#btnClients {
	text-decoration: none;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -795px 0px;
	text-indent: -10000px;
	overflow: hidden;
	height: 23px;
	width: 79px;
}
#btnClients:hover {
	background-position: -795px -23px;
}
#btnClients.current {
	background-position: -795px -23px;
}

/*------Body--------*/

#content_dropshadow {
	background-image: url(images/content_DropShadow.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 875px;
}

.Content_bckgrnd {
	background-image: url(images/content_bckgrnd.png);
	background-repeat: repeat-y;
	height: 374px;
	width: 875px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	line-height: 0px;
	font-weight: lighter;
	color: #BED2EA;
	padding-top: 15px;
}

h3{
	margin-top:1.5em;
	line-height:1.5em;
	font-size:1.2em;
}

h3, p {
	margin-left: 1em;
}

h3+p{
	text-indent:1.5em;	
}


p {
	font-size: 1.4em;
	margin-bottom: 1.4em;
	/*width: 710px;*/
}

.bold{
	font-weight: bold;
		
}
#footer {
	height: 24px;
	width: 875px;
	color: #000;
	text-align: center;
	display: block;
}

.footer_DropShadow {
	background-image: url(images/footer_DropShadow.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 875px;
}
#footer_backgrnd {
	background-image: url(images/footer_bckgrnd.png);
	background-repeat: repeat-y;
	height: 192px;
	width: 875px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#footer2{
	color: #000;
	text-align: center;
	width: 875px;
	height: auto;
	
}

/*----------------Pop Up Info Bubble-------------*/

#moreinfo1{
	/*text-decoration: none;
	text-indent: -10000px;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;*/
	top:291px;
	left:205px;
}

.floatingpanel{
	display: block;
	height: 109px;
	width: 131px;
	margin-top: 0px;
	margin-left: -3px;
	padding-top: 32px;
	padding-right: 13px;
	padding-left: 13px;
	position: relative;
	color: #333333;
	background-image: url(images/floatingpanel.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 0px;
	display:none;
}

a:hover .floatingpanel{
	display:block;	
}

.floatingpanel h2{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:white;
}

.floatingpanel p{
	color: white;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

.moreinfo{
	text-decoration: none;
	text-indent: -10000px;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;	
}


/*---------Footer Navigation Hyperlinks----------------*/

/*#footer a{
	color:#C30;
	text-decoration: none;
}*/

#footer a:link{
	color:#006E2E;
	font-size: 1.4em;
	font-style: normal;
	text-decoration: none;
}

#footer a:visited{
	color:#006E2E;
	font-size: 1.4em;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover{
	color:#000;
	font-weight: bold;
}

/*#footer a:active{
	color:#333;
	font-size: 1.3em;
	font-style: normal;
}*/

#footer2 a:link{
	color:#000;
	font-size: 1.1em;
	text-decoration: none;
	font-style: normal;
}

#footer2 a:visited{
	color:#000;
	font-size: 1.1em;
	font-style: normal;
	text-decoration: none;
}

#footer2 a:hover{
	color:#333;
	font-weight: bold;
}

/*-----------Ordered List---------------*/
ol ul{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
}

ol {
	list-style-position: inside;
	list-style-image: none;
	font-size: 1.3em;
}




/*---------Hyperlinks----------------*/

.hyperlink a:link{
	color: #FFFF88;
	text-decoration: none;
}

.hyperlink a:visited{
	color: #FFFF88;
	text-decoration: none;
		
}

/*a {
	color:#C30;
	text-decoration: none;
}

a:link{
	color:#006E2E;
	font-size: 1.3em;
	font-style: normal;
}

a:visited{
	color:#999;
}

a:hover{
	color:#000;
	font-weight: bold;
}

a:active{
	color:#999;
}*/

