/*------------------------------------------------*/
/* Main CSS functionality used across entire site */
/*------------------------------------------------*/
@charset "utf-8";

* { 
  padding: 0px;
  margin: 0px;
}

body {
	background-color: #FFFFFF;
  	font-size: 12px;
  	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  	color:#000000;  
  	padding:0px;
  	margin:0px;
  	height: 100%;
}

a {
	border: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

h1 {
	display: none;
}

#pageTop {
	background: #FFFFFF;
}

#logo {
	padding-top: 10px;
	padding-left: 10px;
}

#txtName {
	margin-top: -77px;
	margin-left: 127px;
}

#topHeaderBar { 
	background: url(../Images/BGImages/headerBG.gif) repeat-x;
	height: 141px;
	margin-bottom: -15px;
	position: relative;
}

#nav {
	height: 72px;
	margin-top: -60px;
	margin-left: 180px;
	position: relative;
}

#navBar {
	white-space: nowrap;
	padding-top: 26px;
}

#navBar li {
	list-style-type: none;
	display: inline;
	font-size: 16px;
	border-right-style: solid;
	border-right-color: #d6d6d6;
}

#navBar li a {
	padding: 7px 20px;
	color: #686868;
	text-decoration: none;
}

#navBar li a:hover {
	color:#8dabad;
}


#navBar li ul {
	position: absolute;
	visibility: hidden;
	margin-top: 15px;
	z-index: 9999;
}
		
#navBar li ul li {	
	padding-bottom: 10px;
	float: none;
	display: block;
	background: #FFFFFF;
	margin-left: 98px;
	font-size: 12px;
}
		
#navBar li ul li a {	
	background: #FFFFFF;
}
		
#navBar li ul li a:hover {
	background: #FFFFFF;
}

#content {
	height: 450px;
	background: #d05273;
}

#contentOther {
	height: 450px;
	background: #79aac4;
}

#contentOther img {
	margin-left: 100px;
	border-left: #FFFFFF solid 3px;
	border-right: #FFFFFF solid 3px;
}

#contentShotList {
	height: 1350px;
	background: #79aac4;
	margin-top: 420px;
}

#bioText {
	margin-top: -420px;
	margin-left: 450px;
	width: 450px;
	font-size: 14px;
	color: #FFFFFF;
}

#bioText h2 {
	text-align: center;
}

#contactText {
	margin-top: -420px;
	margin-left: 450px;
	width: 450px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

#contactMsg {
	margin-top: 100px;
	margin-left: 100px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}


#shotListMsg {
	margin-top: 100px;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 100px;
}


#shotListText {
	margin-top: -420px;
	margin-left: 100px;
	width: 600px;
	font-size: 14px;
	color: #FFFFFF;
}

#shotListText h1 {
	display: block;
	color: #FFFFAA;
	text-decoration: underline;
}

#shotListText h3 span {
	text-decoration: underline;
}

#exampleShotList {
	font-size: 14px;
	color: #FFFFAA;
	margin-top: -950px;
	margin-left: 650px;
	width: 400px;
}

#exampleShotList p {
	font-size: 18px;
	text-decoration: underline;
}

#exampleTimeline {
	font-size: 14px;
	color: #FFFFAA;
	margin-top: 100px;
	margin-left: 650px;
	width: 400px;
}

#exampleTimeline p {
	font-size: 18px;
	text-decoration: underline;
}

#timelineTxt {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: -300px;
	width: 500px;
	margin-left: 100px;
	font-style: italic;
}

#investmentText {
	margin-top: -420px;
	margin-left: 450px;
	width: 450px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

#investmentText a {
	color: #FFFFFF;
	font-style: italic;
}

#page {
	height: 550px;
	background: #d05273;
}

#footer {
	background: #FFFFFF;
	height: 40px;
	position: relative;
}

#footerText {
	text-align: center;
	margin-top: 30px;
	font-size: 10px;
	color: #bcb4a7;
}

.fadein { 
	position:relative; 
	margin: 0px auto;
	width:675px; 
	height:448px; 
}
.fadein img { 
	position:absolute;
	left:0; 
	top:0; 
	border-left: #FFFFFF solid 3px;
	border-right: #FFFFFF solid 3px;
}