@CHARSET "UTF-8";

*{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	vertical-align: bottom;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, sans-serif;
}

img{
	border: none;
}

p{
	font-size: 12px;
	color: #595959;
}

a{
	color: #E46B12;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	color: #595959;
}

a:focus {
	outline: 0;
}
						
										/*LOGIN*/
													
#logintable{
	background-color: #B9AEB2;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.loginContainer{
	text-align: center;
	vertical-align: top;
	padding-top: 100px;
}

.loginFont{
	font-family: verdana;
	font-weight: bold;
	color: #6D6769;
}

					/*//////////////////////////////////////////////////*/
					
div.mainContainer {
	text-align: center;
	position: relative;
	top: 18px;
	width: 960px;
	margin: auto;
}

.mainTable {
	width: 960px;
	height: 100%;
}

.projectsContainer {
	text-align: center;
	/*height:310px;*/
}

.projectsContainer img{
}

.projectsContainer a{
	position: relative;
	top: -23px;
}

/*.quote {
	position: relative;
	top: 10px;
}*/

.footerContainer {
	text-align: center;
	height: 70px;
}

						/*////////////////////////////  NEWSLETTER  ////////////////////////////*/

.subscribeNewsletterTitle {
	color: #EC6A08;
	text-align: center;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
}

.subscribeNewsletterSubtitle {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.formLabel{
	color: #EC6A08;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.1;
	line-height: 1.5em;
}

a.newsletterError {
	color: red;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: center;
}

a:hover.newsletterError:hover {
	color: red;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	text-align: center;
}

.newsletterConfirm {
	color: #36843D;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 0.8em;
}

#emailForm {
	background-color: #DAD5D2;
	border: none;
	width: 190px;
	color: #898691;
	font-weight: bold;
	padding-left: 3px;
}

#button {
	background-color: #ACA1A5;
	border: none;
	margin-top: 3px;
	padding-left: 2px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	width: 190px;
	text-align: left;
	cursor: pointer;
}

.privacyLink {
	color: #595959;
}

.privacyLink:hover {
	color: #828282;
}

.privacyContainer {
	margin-top: 20px;
	padding: 5px;
	background-color: #E8E8E8;
	display: none;
}

.privacyContainerVisible {
	margin-top: 20px;
	padding: 5px;
	background-color: #E8E8E8;
	visibility: visible;
}

						/*//////////////////////////////////////////////////////////////////////*/
						
