@charset "UTF-8";


/* CSS RESET */

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 {

	background-color	: #d4d10f;
	font-family			: Arial, Helvetica, sans-serif;
}

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;
}



/* index*/

#container {
	width	: 100%;
	margin	: auto;
	height	: 100%;
	
	}
	
#container #content {}
		
	/* logo*/
	
	#container #content .logo {
		margin		: auto;
		margin-top	: 300px;
		width		: 307px;

		}
		
		#container .logo img {
			border: 0px;
	
	
			}	
		
		
	/* data*/	
	
	#data {

		margin		: auto;
		margin-top	: 20px;
		text-align	: center;
		
		}
		
	#container #data .services {
			color			: #000;
			font-size		: 17px;
			text-transform	: uppercase;
			text-align		: center;
			
		}	
		
		#container #data .services .divisor {
				height			: 1px;
				background-color: #000;
				margin			: 18px 0px 18px 0px;
			
					}
					
		#container #data .squares {
				margin-top	: 210px;
			}
			
		#container #data address {
			color			: #000;
			font-size		: 14px;
			line-height		: 25px;
			margin-top		: 20px;
			}
			
			#container #data address a {				
				color: #000;
				text-decoration:none;
				}
				
				#container #data address a:hover {
					color			: #fff;
					text-decoration	: underline;
				}