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

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/blueBG.jpg);
	background-repeat: repeat;
}

.header{
	position: relative;
	width:1024px;
	height: 230px;
}

.navbar{
	position: relative;
	width:1024px;
	height: 35px;
}

.container{
	position: relative;
	width: 100%;
	color: #CFF;
	text-align: left;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top:0px;
	padding:0px;
}

.pageTitle{
	width: 500px;
	padding: 10px;
	margin-top: 25px;
	margin-left: 23px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #036;
}

.videoTitle{
	width: 340px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.content{
	width: 500px;
	height: 400px;
	margin-left: 23px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	z-index: 2;
}

.contentAuto{
	width: 500px;
	height: 400px;
	margin-left: 23px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	z-index: 2;
}

#video {
	position: absolute;
	left:615px;
	top:405px;
	width:340px;
	height:285px;
	z-index:1;
}

a {
	text-decoration: none;
	color: #ccc;
}

ul {
	list-style-type: square;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.contributeButton {
	position: absolute;
	left:644px;
	top:280px;
	width:280px;
	height:114px;
	z-index: 2;
}

.googleCal {
	position: absolute;
	left:605px;
	top:400px;
	width:350px;
	height:400px;
	z-index: 2;
	background-color: #FFF;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.twitterWidget {
	position: absolute;
	left:647px;
	top:395px;
	width:275px;
	height:270px;
	z-index: 2;
}

/* why i am running page */

#videoWhy{
	position:absolute;
	left:625px;
	top:405px;
	width:340px;
	height:285px;
	z-index:1;
}


.pageTitleWhy{
	width: 525px;
	padding: 10px;
	margin-top: 25px;
	margin-left: 23px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #036;
}

.contentWhy{
	width: 525px;
	height: 400px;
	margin-left: 23px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	z-index: 2;
}

/* your concerns page */

#videoConcern {
	position:absolute;
	left:615px;
	top:405px;
	width:340px;
	height:285px;
	z-index:1;
}

.contentConcern{
	width: 500px;
	height: 1550px;
	margin-left: 23px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	z-index: 2;
}

/* interactive page */

.contentInteractive{
	width: 500px;
	height: auto;
	margin-left: 23px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	z-index: 2;
}

/* bio page */

#videoBio {
	position: absolute;
	left:625px;
	top:405px;
	width:340px;
	height:285px;
	z-index:1;
}

.contentBio{
	width: 500px;
	height: 900px;
	margin-left: 23px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	z-index: 2;
}

.moreAboutRobert{
	position:absolute;
	margin-left:615px;
	top:390px;
	width:250px;
	height: auto;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	z-index: 2;
}


.photo {
	border: #FFF solid 4px;
	margin: 10px;
}

.photoParagraph {
	border: #FFF solid 4px;
	margin-top: 5px;
	margin-right: 15px;
	float: left;
}

.photoParagraph1 {
	border: #FFF solid 4px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.photoParagraph2 {
	border: #FFF solid 4px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: right;
}

.photoParagraphRight {
	border: #FFF solid 4px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}

#clearfooter {
height: 35px;
}

.footer{
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7px;
	line-height: 14px;
	color: #ccc;
	width: 100%;
	height: 30px;
	padding: 5px;
	text-align: center;
	background-color: #660000;
	background-repeat: repeat;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .3em;
}
