/*styles for Cindy Seifert homepage*/

html {
height: 100%;
width: 100%;
margin: 0 0 0 0;
}
body {
margin: 0 0 0 0;
background: #ec6c39  url(images/landingbg.gif) top left repeat-y;
font-family: 'Palatino Linotype','Book Antigua', 'Times New Roman', serif;
}
p {
font-size: 16px;
line-height: 14px;
}
h1,h2,h3 {
}
a, a:visited, a:hover, a:active {
text-decoration: none;
border: none;
}
img a:hover {
border: 0;
}

/*content layout*/
#wrapper {
width: 1200px;
margin-top: 0;
margin-left: 0;
}
#top {
width: 1200px;
height: 160px;
margin: 0;
padding: 0;
background: transparent url(images/topbg.jpg) no-repeat;
}
#header {
width: 1200px;
height: 409px;
margin: 0;
padding: 0;
background: transparent url(images/thunderbird-bg.jpg) no-repeat;
}
#content {
margin: 0;
padding: 0;
width: 1200px;
background: transparent url(images/mainbg.jpg) top left no-repeat;
min-height: 991px;
}
/*top email div*/
.emaildiv {
position: absolute;
margin-top: 70px;
margin-left: 390px;
border: none;
}
.emaildiv img {
border: none;
}
.emaildiv img a, .emaildiv img a:hover {
text-decoration: none;
color: transparent;
border: none;
}
/*nav*/
.nav {
float: left;
width: 500px;
margin-top: 125px;
margin-left: 125px;
padding: 0px;
background: transparent;
}
.nav a, .nav a:hover {
float: left;
color: #000;
text-decoration: none;
border: 1px solid #000;
}
.nav img a, .nav img a:hover {
float: left;
color: #000;
text-decoration: none;
border: 1px solid #000;
padding: 0;
}
/*about section*/
.about {
float: right;
margin-top: 125px;
margin-right: 0px;
padding: 5px;
width: 500px;
background: transparent url(images/ghost.png) repeat;
border-top: 3px solid #333;
border-right: 3px solid #333;
border-bottom: 3px solid #d20cb3;
border-left: 3px solid #d20cb3;
}
.about p {
color: #000;
}
.about h2 {
color: #ab3405;
font-size: 22px;
font-style: italic;
}
.aboutimage {
float:right;
margin-top: 0;
margin-bottom: 2px;
margin-left: 3px;
border: none;
}
.aboutimage p {
font-size: 10px;
font-family: arial, helvetica, sans-serif;
margin-top: 1px;
margin-bottom: 2px;
color: #000;
}
.aboutimage a, .aboutimage a:hover {
color: #000;
text-decoration: none;
}
.aboutimage img a , .aboutimage img a:hover {
border: none;
}
.contact {
margin: 0 2px;
padding: 0 2px;
}
.contact p {
margin-left: 10px;
} 
.contact img {
float: left;
margin-right: 5px;
}
.contact img a, .contact img a:hover {
border: none;
}
.contact a, .contact a:hover {
color: transparent;
text-decoration: none;
}
/*slideshow*/
.slideshow {
float: right;
width: 500px;
height: 300px;
margin-top: 50px;
margin-right: 0px;
padding: 0;
background: transparent;
border-top: 3px solid #d20cb3;
border-right: 3px solid #333;
border-bottom: 3px solid #333;
border-left: 3px solid #d20cb3;
}
.slideshow a, .slideshow a:hover {
text-decoration: none;
border: none;
}
/*----CSS FOR SLIDESHOW SCRIPT----*/
#imageSlideshowHolder {
margin: 0px;
float: left;		
width: 500px;
height: 300px;
border: none;
position: relative;	/* Don't remove this line */
}
/* Don't change these values */
#imageSlideshowHolder img {
position: absolute;
left: 0px;
top: 0px;
}

/*footer*/
#footer {
clear: both;
width: 800px;
margin-top: 0px;
margin-left: 200px;
margin-bottom: 0px;
padding-bottom: 20px;
}
#footer p {
font-family: verdana, sans-serif;
font-size: 11px;
color: #000;
text-align: center;
}
#footer a {
color: #e079aa;
text-decoration: none;
}
#footer a:hover {
color: #e19cdb;
text-decoration: underline;
}
