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

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
	
To target non-javascript running browsers, add the following class to the beginning of the selector:
	.no_js
*/

em {
	color:#FF00FF;
}

* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;				/* Sticky footer - do not override */
	letter-spacing:1px;
	background-color:rgba(255,255,255,1.00);
	color:#78756f;
	font-family: 'Libre Franklin', sans-serif;
	font-size:.9em;
	line-height: 1.5em;
}

#wrapper {
	min-height: 100%;			/* Sticky footer - do not override */
	height: auto !important;	/* Sticky footer - do not override */
	height: 100%;				/* Sticky footer - do not override */
	margin: 0 auto -56px;		/* Sticky footer - margin-borrom must equal height of #footer, .push */
	overflow:hidden;
	width:100%;
}

/* Controls how wide the content is */
.innerWrapper{
	display: block;
    margin: 0 auto;
	max-width:1368px;
}

#footer, .push {
	clear:both;					/* Sticky footer - do not override*/
	height: 56px;				/* Sticky footer - height must equal margin-bottom of #wrapper */
}

/* Basic, typographic, positioning elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

img,
#middle .noBorder,
#logo a{
	border:0;
}

p{
	margin:0;
	padding:0;
}

.center{
	text-align:center;
}

h1 a {
	float:left;
	background-image:url(../images/logo.svg);
	display: block;
    height: 100px;
	width: 300px;
	padding-top:0px;
	margin:0px 0px 0px 30px;
    text-indent: -9999px; 
}

h2 {
	text-transform:uppercase;
	letter-spacing:0px;
	text-align:center;
	margin:0 auto;
	width:52%;
	background:#3f3f3f;
	color:rgba(255,255,255,1.0);
	font-family: 'Libre Franklin', sans-serif;
	font-size:2.3em;
	font-weight:700;
	padding:20px 0px;
}

h3 {
	color:#78756f;
	font-family: 'Libre Franklin', sans-serif;
	font-size:1.7em;
	line-height: 1.5em;
	font-weight:normal;
	text-align:center;
    left: 0; 
    width: 52%;
	padding:40px 0px;
	letter-spacing:.01px;
	margin:0 auto;
}

h4 {
	width:185px;
	height:120px;
	background-image:url(../images/map.svg);
	text-align:left;
	float:left;
}

h5 {
	width:185px;
	height:120px;
	background-image:url(../images/nysda.svg);
	text-align:right;
	float:right;
}

h6 {
	padding-top:80px;
	text-align:center;
	margin:0 auto;
	text-transform:uppercase;
	font-family: 'Libre Franklin', sans-serif;
	font-weight:600;
	font-size: 3em;
	color:#fff;
	line-height:normal;
	letter-spacing:normal;
}

h8 a {
	float:none;
	background-image:url(../images/logo.svg);
	display: block;
    height: 100px;
	width: 300px;
	padding-top:0px;
	margin:0 auto;
	text-align:center;
    text-indent: -9999px; 
}

.h1Btm {
	text-align:center;
	margin:0 auto;
}

table {
	margin-bottom:20px;
}

.bolded{
	display:block;
	font-weight:bold;
}

.directions{
	margin:0 0 20px;
}

.space {
	height:70px;
}


/* ----------- Header ------------------------------------------------------------------------------------------------------------------ */

#header{
	border-bottom:3px solid #47c8f5;
	background-color:#1c3664;
	color:#FFFFFF;
	font-size:1em;
	margin:0 auto;
	max-width:2000px;
	width:100%;
	height:140px;
	letter-spacing: 1px;
}

#headerSubmit{
	border-bottom:3px solid #47c8f5;
	background-color:#1c3664;
	color:#FFFFFF;
	font-size:1em;
	margin:0 auto;
	max-width:2000px;
	width:100%;
	height:140px;
	letter-spacing: 1px;
}

.sticky{
  max-width:2000px;
  position:fixed;
  top:0;
  background: #1c3664;
  width: 100%;
  height:40px;
  z-index:9000;
}


/* ----------- Logo ------------------------------------------------------------------------------------------------------------------ */

#logo {
	padding-top:10px;
}


/* ----------- Navigation ------------------------------------------------------------------------------------------------------------------ */

#sticky{
  display:none;
}

#nav{
	font-family: 'Libre Franklin', sans-serif;
	font-size:1.2em;
	left:0;
	font-weight:300;
	text-align:left;
	float:right;
	height:auto;
	margin:0 auto;
	padding:89px 30px 0px 0px;
	display:block;
	list-style-type:none;
}

#menu {
	float:right;
	display:block;
	height:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav #menu p{
	cursor:pointer;
	display:none;
}

#nav #menu ul{
	list-style:none;
	margin:0 auto;
	width:100%;
	height:auto;
}

#nav #menu ul li{
	display:inline-block;
}

.ie7 #nav #menu ul li{
	display:inline; 
	zoom:1;
}


/* second level */

#nav #menu li ul li ul {
	display: none;
     position: absolute;
     height:100px;
	background-color:#47c8f5;
	z-index:9000;
	width:235px;
}

#nav #menu li ul li:hover ul {
	display:block;
}

#nav #menu li ul li ul li {
	width:100%;
	padding:0px;
	display: none;
	display:block;
}

#nav #menu li ul li ul a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	text-decoration:none;
	width:auto;
	font-size:1.3em;
	text-align:left;
	margin:0px 0px 0px 23px;
	
	/*CSS3 properties*/
	-webkit-transition:  .3s;
    -moz-transition:     .3s;
    -ms-transition:      .3s;
    -o-transition:       .3s;
    transition:          .3s;
}

#nav #menu li ul li ul a:hover, #nav #menu li ul li ul .current a {
	color:#fff;
}

#nav #menu li ul li ul li:hover, #nav #menu li ul li .current {
	background-color:#1c3664;
}

#nav #menu ul li a {
	color:#fff;
    display:block;
	text-decoration:none;
	text-align:left;
	margin:0px 22px 22px 22px;
	text-transform:uppercase;
	
	/*CSS3 properties*/
	-webkit-transition:  .3s;
    -moz-transition:     .3s;
    -ms-transition:      .3s;
    -o-transition:       .3s;
    transition:          .3s;
}

#nav #menu ul li a:hover, #nav #menu li .current a {
	text-decoration:none;
	color:#47c8f5;
}

#nav ul#menu{
	display:block;
}


/* ----------- Banner ------------------------------------------------------------------------------------------------------------------ */

#banner, #banner2{
	overflow:hidden;
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:2000px;
}


/* ----------- Container ------------------------------------------------------------------------------------------------------------------ */

#container{
	max-width:2000px;
	width:100%;
	height:100%;
	position:relative;
}

#container ul{
	max-width:2000px;
	width:100%;
	height:100%;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}


/* ----------- Middle ------------------------------------------------------------------------------------------------------------------ */

#middle{
	clear:both;	
}


/* ----------- Gallery ------------------------------------------------------------------------------------------------------------------ */

.galleryHolder{
	list-style:none;
	margin:0 auto;
	padding:30px 0px;
}

.photo-thumb{
	float:left;
	width:25%;
	padding:0px;
	zoom: 1;
	
	/*CSS3 properties*/
	-webkit-transition: opacity .5s;
    -moz-transition:    opacity .5s;
    -ms-transition:     opacity .5s;
    -o-transition:      opacity .5s;
    transition:         opacity .5s;  /* smooths the opacity changes */
}

.photo-thumb img{
	height:auto;
	max-width:100%;
}

.photo-thumb.faded {
	filter: alpha(opacity=50); /* transparency for IE*/
    opacity: 0.5;
}


/* ----------- Suppliers Gallery ------------------------------------------------------------------------------------------------------------------ */

.suppliersHolder{
	margin:0 auto;
	text-align:center;
	width:70%;
	list-style:none;
	padding-bottom:60px;
}

.photo-thumb-suppliers{
	float:left;
	width:33.3%;
	padding-bottom:30px;
	zoom: 1;
}

.photo-thumb-suppliers img{
	height:auto;
	max-width:60%;
}
 

/* ----------- Content ------------------------------------------------------------------------------------------------------------------ */

#content {
	background-color:#FFFFFF;
}

#content ul li {
	list-style:none;
}

#textBlock {
	font-size:1.3em;
	color:#3f3f3f;
	padding:30px 0px;
}

#textBlock2 {
	font-size:1.3em;
	color:#3f3f3f;
	padding:30px 0px;
	background-color:#ccc;
}

#textBlock #columns{
	width:94%;
	padding:30px 0px;
	/* Column Rules */	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

#textBlock2 #columns{
	width:94%;
	padding:30px 0px;
	/* Column Rules */	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

#textBlock #columns ul {
	padding:15px 0px 15px 15px;
}

#textBlock #columns ul li {
	line-height:2em;
}

#textBlock p, #textBlock2 p {
	font-style:normal;
	padding:10px 0px;
	line-height:1.5em;
}

#textBlock2 p b {
	text-transform:uppercase;
}

#textBlock2 a, #textBlock2 a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#3f3f3f;
}
	

.reveal {
    overflow:hidden;
    height: auto;
}

.one, .three, .five, .seven, .nine, .eleven, .thirteen, .fifteen, .seventeen, .nineteen, .twentyone, .twentythree {
	width:100%;
    position: relative;
    top: 0;
    z-index: 1;
	cursor:pointer;
}

.two, .four, .six, .eight, .ten, .twelve, .fourteen, .sixteen, .eighteen, .twenty, .twentytwo, .twentyfour {
    display: none;
	height: auto;
}

#textBlock img {
	border:none;
	width:100%;
	padding:0px 20px 20px 0px;
}

#textBlock2 #columns img {
	border:none;
	width:20%;
	padding:0px 20px 20px 0px;
}



/* ----------- Button ------------------------------------------------------------------------------------------------------------------ */

.button {
	padding-top:45px;
}

.button a {
	width:185px;
	height:110px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	padding:20px;
	border:3px solid;
	border-radius:10px;
	border-color:#FFF;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	
	/*CSS3 properties*/
	-webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;  /* smooths the opacity changes */
}

.button a:hover {
	color:#1c3664;
	background-color:#FFF;
	text-decoration:none;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.buttonSubmit {
	padding:20px 0px;
}

.buttonSubmit a {
	width:185px;
	height:110px;
	text-align:center;
	text-decoration:none;
	color:#1c3664;
	padding:20px;
	border:3px solid;
	border-radius:10px;
	border-color:#1c3664;
	
	/*CSS3 properties*/
	-webkit-transition:  .3s;
    -moz-transition:     .3s;
    -ms-transition:      .3s;
    -o-transition:       .3s;
    transition:          .3s;
}

.buttonSubmit a:hover {
	color:#FFF;
	background-color:#1c3664;
	text-decoration:none;
}

.transbox {
    background:#1c3664;
    margin: 0 auto;
    max-width: 2000px;
	padding:20px;
	margin-bottom: 50px;
}

.transbox ul {
	font-family: 'Libre Franklin', sans-serif;
	font-weight:300;
	font-size:1.1em;
	margin:0 auto;
	line-height:1.6em;
	list-style:none;
	margin:0 auto;
}

.transbox li{
	text-align:center;
	float: left;
	width:33%;
}


/* ----------- Contact ------------------------------------------------------------------------------------------------------------------ */

.contact {
	background-color:#1c3664;
	margin-top:30px;
	padding-top:20px;
}

.contact p {
	text-align:center;
	padding-top:30px;
	font-size:1.3em;
	margin:0 auto;
	line-height:1.7em;
	width:100%;
	color:#fff;
}

.contact p b {
	font-size:1.5em;
}

.contact a {
	text-decoration:none;
	color:#47c8f5;
}


/* ----------- Form ------------------------------------------------------------------------------------------------------------------ */

#form {
		text-align:center;
		margin:0 auto;
		width:46%;
		float:none;
		padding-right:0px;
		padding-left:0px;
}

#form .title {
	font-size:.9em;
	letter-spacing: 0.03em;
}

.form-control {
    margin-bottom: 20px;
	width:100%;
	height:30px;
}

.form-control-half-left {
    margin-bottom: 20px;
	width:48%;
	height:30px;
	float:left;
}

.form-control-half-right {
    margin-bottom: 20px;
	width:48%;
	height:30px;
	float:right;
}

.btn-send {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	margin-top:10px;
	padding:10px;
}

.error, .cmxform em{
	color:#000;
}

.recaptcha {
	border:0;
    margin:0 auto 30px;
	padding:5px;
	width: 318px;
}

form h3{
	color:#f4c6bd;
	font-size:1.2em;
	margin: 20px;
}

input[type=text], textarea {
	width:100%;
}

form.cmxform fieldset {
	border:0;
    margin-bottom: 30px;
	padding:5px;
}

form.cmxform legend {
    font-weight: bold;
    margin: 0 10px;
	padding:0 0 2px;
}

form.cmxform label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

form.cmxform fieldset ol {
	border-top:1px solid #6A6C6B;
    margin: -5px 10px 0;
    padding: 10px 0 0;
}
form.cmxform fieldset li {
    list-style: none outside none;
    margin: 0 !important;
    padding: 5px;
}
form.cmxform fieldset fieldset {
    border: medium none;
    margin: 3px 0 0;
	padding:0;
}
form.cmxform fieldset fieldset legend {
    font-weight: normal;
    padding: 0 0 5px;
}
form.cmxform fieldset fieldset label {
    display: block;
    width: auto;
}
form.cmxform em, h4 em {
    color: #FF0000;
    font-style: normal;
    font-weight: bold;
}
form.cmxform label {
    width:90%;
}
form.cmxform fieldset fieldset label {
    margin-left: 123px;
}

.formBtns{
	margin-left:185px;
	margin-top:0;
}

form.cmxform fieldset fieldset select {
    margin-left: 123px;
}

form.cmxform label.error{
	font-size:1em;
	margin:2px 0 0;
	width:300px;
}

#feedback{
	border-bottom: 1px solid #000;
	margin:20px 0 0;
}

#feedback h3{
	border:0;
	padding-bottom:10px;
}


/* ----------- Footer ------------------------------------------------------------------------------------------------------------------ */

#footer{
	height:70px;			 /* Sticky footer - height correction to include border (push height - border width) */
	margin:0 auto;
}


/* ----------- Copyright ------------------------------------------------------------------------------------------------------------------ */

#copyright {
	border-top:3px solid #fff; 
	text-align:center;
	background-color:#3f3f3f;
	height:100%;
	width:100%;
	margin:0 auto;
	padding-top:50px;
	text-transform:uppercase;
}

#copyright p {
	font-family: 'Libre Franklin', sans-serif;
	font-weight:100;
	letter-spacing:1px;
	line-height:1.7em;
	font-size:.9em;
	color:#ccc;
}

#copyright a {
	color:#ccc;
	text-decoration:none;
}

#copyright a:hover {
	color:#fff;
	text-decoration:none;
}


/*=================== TABLET =========================*/

@media (min-device-width:1024px) and (max-width:1200px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){
	body, .innerWrapper, #header, #middle, #content, #sidebar, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		margin:0 auto;
		width:100%;
	}
	
	#wrapper{
		background:none;
		width:100%;
	}
	
	
/* ----------- Headers ------------------------------------------------------------------------------------------------------------------ */
	
	h1 a{
		float:none;
		display: block;
		text-align:center;
		margin:0 auto;
		background-repeat:no-repeat;
	}
	
	h3 {
		width: 70%;
	}

	h5 {
		width:165px;
		height:100px;
		background-image:url(../images/nysdaTablet.svg);
		text-align:right;
		float:right;
	}
	
	.left{
		margin-left:20px;
	}
	
	.right{
		margin-right:0px;
	}
	
	.space {
		height:40px;
	}
	
	
/* ----------- Header ------------------------------------------------------------------------------------------------------------------ */

#header{
	height:191px;
}
	

/* ----------- Navigation ------------------------------------------------------------------------------------------------------------------ */

	#nav {
		float:none;
		text-align:center;
		margin:0 auto;
		width:100%;
		padding:40px 0px 0px 0px;
	}
	
	#nav #menu {	 
	}
	
	#nav #menu ul {
		padding-top:0px;
		padding-bottom:0px;
	}
	
	#nav #menu ul a{
		margin-top:20px;
		text-align:center;
	}
	
	#nav ul{
		padding:0;
	}
	
	#nav ul, #middle{
		width:100%;
	}


/* ----------- Button ------------------------------------------------------------------------------------------------------------------ */
	
.button a {
	padding:15px;
}


/* ----------- Gallery ------------------------------------------------------------------------------------------------------------------ */
	
.photo-thumb{
	width:25%;
}


/* ----------- Suppliers Gallery ------------------------------------------------------------------------------------------------------------------ */

.suppliersHolder{
	width:90%;
}

.photo-thumb-suppliers{
	width:50%;
}

.photo-thumb-suppliers img{
	max-width:45%;
}


/* ----------- Form ------------------------------------------------------------------------------------------------------------------ */

	#form {
		padding-right:20px;
		width:70%;
	}
	
}


/*=================== PHONE =========================*/

@media (min-device-width:1024px) and (max-width:840px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){
	
	html, body{
	}
	
	#logo {
		padding-top:0px;
	}
	
	.space {
		height:0px;
	}
	

/* ----------- Headers ------------------------------------------------------------------------------------------------------------------ */

	h1 a{
		float:left;
		background-image:url(../images/logoPhone.svg);
		display: block;
		text-align:left;
		background-repeat:no-repeat;
		width:223px;
		height:60px;
		margin-left:10px;
		position: fixed;
   		left: 0px;
    		top: 0px;
   		 z-index: 9000;
	}
	
	h2 {
		font-size:2em;
		padding-left:0px;
		padding-right:0px;
		width:100%;
	}
	
	h3 {
		font-size:1.5em;
		text-align:center;
		margin:0 auto;
		width:90%;
		padding-bottom:40px;
	}

	h5, h4 {
		display:none;
	}
	
	h6 {
		font-size:2em;
	}


/* ----------- Banner ------------------------------------------------------------------------------------------------------------------ */

	#banner, #banner2 {
		z-index:10;
	}
	

/* ----------- Header ------------------------------------------------------------------------------------------------------------------ */
	
	#header {
		height:60px;
		border-bottom:none;
	}
	
	
/* ----------- Navigation ------------------------------------------------------------------------------------------------------------------ */
	
	#sticky{
		border-bottom:3px solid #47c8f5;
		display:block;
  		position:fixed;
  		top:0;
  		width: 100%;
  		height:60px;
  		z-index:999;
	}

.noBackground {
	background-color:#1c3664;
	width: 100%;
}


/* ----------- Slide Out Menu ------------------------------------------------------------------------------------------------------------------ */
	
	#nav {
		display:none;
	}
	
	#slideOutMenu {
		display:block;
	}
	
	#slideOutMenu img {
		display:block;
		text-align:right;
		float:right;
		margin-top:0px;
	}
	
	.menu {
		overflow-x:hidden;
		position:relative;
		right:0;
	}

	.menu-toggle {
		float:right;
	}

	.menu-open {
		right:0;
	}

	.menu-open .menu-side {
		right:0;
	}

	.menu-side,
	.menu {
		-webkit-transition: right 0.5s ease;
		-moz-transition: right 0.5s ease;
		transition: right 0.5s ease;
	}

	.menu-side {
		margin-top:63px;
		display:block;
		background-color:rgba(0,0,0,.95);
		position:fixed;
		top:0;
		right:-100%;
		width:100%;
		height:100%;
		font-family: 'Libre Franklin', sans-serif;
		font-weight:300;
		text-transform:uppercase;
	    padding-top:20px;
		float:none;
		z-index:2;
	}

/* adjustment for IE7*/
.ie7 .menu-side{
	margin-top:-98px;
}

.menu-side a {
	color:#666;
	text-decoration:none;
	 font-size:1.5em;
	
	/*CSS3 properties*/
	-webkit-transition: color .5s;
    	-moz-transition:    color .5s;
    	-ms-transition:     color .5s;
    	-o-transition:      color .5s;
   	transition:         color .5s;  /* smooths the opacity changes */
}

.menu-side a:hover, .menu-side .current a {
	text-decoration:none;
	color:#46c7f4;
}

.menu-side ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

.menu-side li {
	padding:20px 0px 0px 20px;
	text-align:left;
	width:100%;
	display:inline-block;
	text-decoration:none;
}

.menu-side ul li {
	display:inline-block;
}

.ie7 .menu-side ul li{
	display:inline;
	zoom:1;
}
	

/* ----------- Content ------------------------------------------------------------------------------------------------------------------ */
	
	#content {
		text-align:center;
	}
	
	#textBlock, #textBlock2 {
		font-size:1.3em;
		 padding: 30px 15px;
	}
	
	#textBlock #columns, #textBlock2 #columns {
		font-size:100%;
		padding:0px;
		/* Column Rules */	
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    		-moz-column-count: 1; /* Firefox */
    		column-count: 1;
	}
	
	#textBlock #columns ul {
	padding-left:0px;
}

	#textBlock p, #textBlock2 p {
		padding-top:20px;
		width:100%;
		line-height:1.5em;
	}
	
	#textBlock img, #textBlock2 #columns img {
		width:100%;
		margin-right:0px;
		text-align:center;
		padding:20px 0px;
	}
	

/* ----------- Suppliers Gallery ------------------------------------------------------------------------------------------------------------------ */

.suppliersHolder{
	width:90%;
}

.photo-thumb-suppliers{
	width:100%;
}

.photo-thumb-suppliers img{
	height:auto;
	max-width:50%;
}

	
/* ----------- Gallery ------------------------------------------------------------------------------------------------------------------ */
	
.photo-thumb {
	float:left;
	width:33.3%;
	padding:0px;
	zoom: 1;
	
	/*CSS3 properties*/
	-webkit-transition: opacity .5s;
    -moz-transition:    opacity .5s;
    -ms-transition:     opacity .5s;
    -o-transition:      opacity .5s;
    transition:         opacity .5s;  /* smooths the opacity changes */
}


/* ----------- Button ------------------------------------------------------------------------------------------------------------------ */
	
	.button {
		padding-bottom:40px;
	}
	
	.transbox {
		padding:10px;
	}
	
	.transbox li {
		width:100%;
	}
	
	
/* ----------- Footer ------------------------------------------------------------------------------------------------------------------ */

#footer{
	height:70px;			 /* Sticky footer - height correction to include border (push height - border width) */
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0 auto;
	letter-spacing:1px;
	line-height:1.7em;
}


/* ----------- Copyright ------------------------------------------------------------------------------------------------------------------ */

	#copyright {
		padding:0;
		color:#FFFFFF;
		height:100%;
		width:100%;
		margin:0 auto;
		padding-top:30px;
	}
	

/* ----------- Form ------------------------------------------------------------------------------------------------------------------ */
	
	#form {
		padding-right:0px;
		width:90%;
	}
	
	form {
		text-align:center;
		width:100%;
	}

	