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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset*/


body{
	font-family: 'Muli', sans-serif, Georgia, Times, serif;
	font-size:100%;
	}
	
p{
	font-family: 'Muli', sans-serif, Georgia, Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color:#666;
	}

p a{
	text-decoration:none;
	font-weight:600;
	color:#666;}

p a:hover{
		color:#FF3300;}

p a:visited{
	color:#666;}
	
#Quote{
	font-size:0.8em;
	font-style:oblique;
	}
	
h1{
	font-size: 2.5em;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	}
	
h2{
	font-size: 1.5em;
	font-family: 'Muli', sans-serif, Georgia, Times, serif;
	color:#666;
	}
	
	h3{
	font-size: 1.8em;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	}
	
	h4{
	font-size: 1.2em;
	font-family: 'Muli', sans-serif, Georgia, Times, serif;
	font-weight:400;
	color:#000;
	
	}

#Nav a{
	font-size: .9em;
	font-family: 'Raleway 600', Helvetica, Arial, sans-serif;
	}
	
	#ContentContact a{
		text-decoration:none;
		color:#666;}
		
#ContentContact a:hover{
		color:#FF3300;}

.gallery {
	width: 100%;
overflow-x: hidden;
    position: relative;
    outline: none;
}

.gallery-all{
    display: table;   /* Allow the centering to work */
    margin: 0 auto;


	}

.gallery-all a{
    float: left;
    width: 170px;
    height: 203px;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 2px 2px;
    background: #fff url(../Images/thumb_bg.jpg) no-repeat center center;
    background-size: 110% 110%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-all a img{
    opacity: 0.95;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
	
img, object, embed, video {
	max-width: 100%;
}
iframe, object, embed{max-width: 100%;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
#ContentLeft iframe{
	width:100%;
	}

.Line{
	border-top:#333;
	border-style:solid;
	border-width:4px;
	width:100%;}