
/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body{
	background-color: grey;
	background-image: url(../img/bg.png);
	font-family: 'Josefin Sans', 'Georgia', Times, serif;
	font-size: 16px;
	line-height: 25px;
}

a{
	color: #000;	
}
strong{
	font-weight: bold;	
}
em{
	font-style: italic;	
}

h1{
	font-family: 'Dancing Script', Georgia, Times, serif;
	font-size: 45px;
	line-height: 60px;
	color: #000;
}

h2{
	font-family: 'Dancing Script', Georgia, Times, serif;
	font-size: 24px;
	line-height: 60px;
}

h1#welcome{
	float: left;
	width: 350px;
	margin: 0;
}
#content{
	margin: 50px auto;
	width: 100%;
	overflow: hidden;
}
#contentThanks{
	width: 700px;
	margin-top: 25px;
	margin-left: 90px;
}

.main{
	float: left;
	margin-left: 90px;
}

.gallery{
	margin: 0 0 50px 90px;
}
.mainInfo{
	float: left;
	width: 500px;
	margin: 0 50px;
}
#bottomContent{
	margin: 50px 0 50px 90px;
	clear: both;
	overflow: hidden;
}	

.info, .infoLast{
	width: 300px;
	float: left;
	margin-right: 50px;
}

.infoLast{
	margin-right: 0;	
}

#header{
	height: 200px;
	background-color: white;
	border-bottom: medium solid #F4F5C2;
}
#header img{
	margin: 25px 35px 25px 90px;
	float: left;
}
#slideshow{
	width:739px;
	z-index:0;	
	float: left;
	background-image:url(../img/example-frame.png);
}

#nav{
	float: left;	
	margin: 145px 0 0 0;
}
#nav li{
	display: inline;	
	padding: 0 10px;
	font-size: 20px;
}

#nav li a{
	text-decoration: none;
	color: #000;
}
#footer p {
	float: right;
	padding: 35px 15px 0 0;
}

/*
	Slideshow
*/

#slides {
	z-index:100;
	padding-left: 84px;
	padding-top: 17px;
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	background-repeat: no-repeat;
}

.pagination li.current a {
	background-position:0 -12px;
}

#footer{
	height: 100px;
	background-color: #F4F5C2;
	clear: both;
}

#contactForm{
	width: 405px;
	text-align: right;
	height: 275px;
	padding-top: 10px;
}
#contactForm input, textarea{
	width: 250px;	
	margin-top: 7px;
	margin-right: 10px;
}
#contactForm .left-col{
	float: left;
	width: 30%;
	line-height: 30px;
}
#contactForm .right-col{
	float: right;
}
#contactForm textarea{
	height: 150px;	
}


.clear{
	clear: both;	
}

#contactForm .submit-button{
	width: auto;	
}

.contactInfo{
	width: 400px;
	float: left;
}

#thanks{
	width: 700px;
	margin: auto;
	margin-top: 200px;
}	

#thanks p a{
	color: #F4A7C9;
	font-weight: bolder;
}	