/*Page Layout Formatting*/
#bodyText {
	margin-left: 170px;
	margin-right: 40px;
	padding-top: 10px;
	font-family:"Times New Roman", Times, serif;
	color: #535353;
}
#bodyText p {
	margin-top: 0px;
}

#webDesigned {
	margin-left: 20px;
	width:140px;
}

/*Header Setting*/
#header1 h1 {
	display: none;
}
#header1 {
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(images/pageBanner1.gif);
	background-position: 20px 50%;
	background-color:#c9cefa;
}

#header2 h2 {
	display: none;
}

#header2 {
	background-image: url(images/pageBanner2.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	height: 30px;
	background-color:#3976ac;
}

/*Menu Settings*/
#menuBar a {
	display: block;
 	margin-top:1em;
	margin-left: 20px;
}
#menuBar {
	width: 160px;
	float: left;
	padding-top: 1em;
}

a span{
	display:none;
}
	
a: link{
	display:block;
	background-repeat:no-repeat;
	background-position: top left;
}

a#homeButton {
	width:61px;
	height:22px;
	background-image:url(images/Buttons/homeButton.gif);
}

a#homeButton:hover {
	background-image:url(images/Buttons/homeButtonOver.gif);
}

a#whatButton {
	width:103px;
	height: 22px;
	background-image:url(images/Buttons/whatButton.gif);
}

a#whatButton:hover {
	background-image:url(images/Buttons/whatButtonOver.gif);
}

a#aboutButton {
	width:100px;
	height:22px;
	background-image:url(images/Buttons/aboutButton.gif);
}

a#aboutButton:hover {
	background-image:url(images/Buttons/aboutButtonOver.gif);
}

a#contactButton {
	width:108px;
	height: 22px;
	background-image:url(images/Buttons/contactButton.gif);
}

a#contactButton:hover {
	background-image:url(images/Buttons/contactButtonOver.gif);
}

/*Image Settings*/
.floatRight {
	float: right;
	margin-left: 1em;
}

/* Specific to 'What I Do' Pages */
#whatIDoMenu {
	float: right;
	background-color:#3976ac;
	width: 175px; 
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 1em;
	clear: right;
}

#whatIDoMenu a {
	display: block;
 	margin-top:1em;
	margin-left: 10px;
}
a#journalismButton {
	width:92px;
	height:16px;
	background-image:url(images/Buttons/journalismButton.gif);
}

a#journalismButton:hover {
	background-image:url(images/Buttons/journalismButtonOver.gif);
}

a#meetingsButton {
	width:110px;
	height:30px;
	background-image:url(images/Buttons/meetingsButton.gif);
}

a#meetingsButton:hover {
	background-image:url(images/Buttons/meetingsButtonOver.gif);
}

a#consensusButton {
	width:105px;
	height:29px;
	background-repeat:no-repeat;
	background-image:url(images/Buttons/consensusButton.gif);
}

a#consensusButton:hover {
	background-image:url(images/Buttons/consensusButtonOver.gif);
}

a#medEdButton {
	width:85px;
	height:29px;
	background-image:url(images/Buttons/medEdButton.gif);
}

a#medEdButton:hover {
	background-image:url(images/Buttons/medEdButtonOver.gif);
}
a#newslettersButton {
	width:120px;
	height:34px;
	background-repeat:no-repeat;
	background-image:url(images/Buttons/newslettersButton.gif);
}

a#newslettersButton:hover {
	background-image:url(images/Buttons/newslettersButtonOver.gif);
}
a#projMgmtButton {
	width:118px;
	height:33px;
	background-image:url(images/Buttons/projMgmtButton.gif);
}

a#projMgmtButton:hover {
	background-image:url(images/Buttons/projMgmtButtonOver.gif);
}
a#editingButton {
	width:57px;
	height:16px;
	background-image:url(images/Buttons/editingButton.gif);
}

a#editingButton:hover {
	background-image:url(images/Buttons/editingButtonOver.gif);
}
a#pressRelButton {
	width:135px;
	height:45px;
	background-image:url(images/Buttons/pressRelButton.gif);
}

a#pressRelButton:hover {
	background-image:url(images/Buttons/pressRelButtonOver.gif);
}
a#internetButton {
	width:148px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(images/Buttons/internetButton.gif);
}

a#internetButton:hover {
	background-image:url(images/Buttons/internetButtonOver.gif);
}
a#videoButton {
	width:65px;
	height:30px;
	background-image:url(images/Buttons/videoButton.gif);
}

a#videoButton:hover {
	background-image:url(images/Buttons/videoButtonOver.gif);
}
a#featuresButton {
	width:70px;
	height:16px;
	background-image:url(images/Buttons/featuresButton.gif);
}

a#featuresButton:hover {
	background-image:url(images/Buttons/featuresButtonOver.gif);
}
a#imagesButton {
	width:65px;
	height:16px;
	background-image:url(images/Buttons/imagesButton.gif);
}

a#imagesButton:hover {
	background-image:url(images/Buttons/imagesButtonOver.gif);
}

/* Images for image page */
.imagePageImages {
	margin: 10px;
}

/* For Contact Me Form */
#address {
	font-size:  small;
	font-style: normal;
	margin-left: 20px;
}

#photoCredit {
	font-size: small;
	font-style: italic;
}

