@charset "UTF-8";
/*  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,
	b, u, i, center,
	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-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
/*  reset css end */

/* body formatting */	

#homepage {
	text-align: left;
	margin-top: 50%;
	margin-left: 60px;
	font: 1em/1.3em Arial Helvetica, sans-serif;
}

#contact {
	text-align: left;
	margin-top: 45%;
	margin-left: 60px;
	border-color: #FFF;
	font: 1em/1.3em Arial Helvetica, sans-serif;
}

#images {
	text-align: left;
	margin-top: 5%;
	margin-left: 60px;
	border-color: #FFF;
	font: 1em/1.3em Arial Helvetica, sans-serif;
}


/* body formatting end */	


/* misc css */
	
	a { 
		color: #000;
		text-decoration: none; 
		}

	a:hover {
		color: #999;
		text-decoration: underline; 
		}

	h2 { 
		font-size: 130%;
		font-weight: normal;
	 	}
 
	h3 { 
		font-size: 100%;
	 	}

	h4 { 
		font-size: 90%; 
	 	}

	h5 { 
		font-size: x-small;
	 	}

	p {
		margin: 20px 0;
		}

	blockquote {
		padding: 5px 10px;
		}

	.fltrt { 
		float: right;
		margin-left: 8px;
		}
	
	.fltlft { 
		float: left;
		margin-right: 8px;
		}
	.clearfloat { 
		clear:both;
	    height:0;
	    font-size: 1px;
	    line-height: 0px;
		}
	
/* misc css end */	


/* Slideshow styles */

.wrapper {
    margin:0px 0;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    width:100%;
    border: 0px solid #000;
    text-align:left;
}

img {
	border-width: 0;
}
.image {

	margin:0 auto 10px auto;
}
.image img {
    /* padding:6px; */
    display:block;
    background-color: #fff;
    margin-top: 10px;
}
.navigation, .navigation a {
	text-decoration: none;
    margin-top:9px;
	font-size: 90%;
    font-weight:normal;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:10px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}


/* Slideshow styles end */