/* GLOBAL SELECTORS --------------------------------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313131;
	background: #868787 url(../img/backSlice.jpg) top left repeat-x;
}
a {
	outline: none;
}
a img {
	border: none;
}
input, textarea, select {
	/*
	-webkit-appearance: none;
	*/
	outline-style: none;
}


/* PAGE --------------------------------------------------------------------------------------------------------------------------- */

#page {
	width: 1012px !important;
	width: 1016px;
	margin: 60px auto 0px auto;
	padding-bottom: 50px;
}
#leftColumn {
	float: left;
	width: 138px;
	/*
	height: 578px;
	*/
	padding: 10px;
	margin-top: 78px;
	color: #545454;
	line-height: 14px;
	border: 1px solid #8b8c8c;
	background-color: #c1c1c1;
}
#leftColumn h3 {
	width: 138px;
	font-weight: bold;
	font-size: 12px;
}
#leftColumn p {
	text-align: left;
}
#leftColumn a {
	color: #545454;
}
#centerColumn {
	float: left;
	width: 652px;
	margin-left: 20px;
}
#rightColumn {
	float: left;
	width: 160px;
	height: 600px;
	margin-top: 78px;
	margin-left: 18px;
}


/* HEADER ------------------------------------------------------------------------------------------------------------------------- */

#header {
	width: 652px;
	padding-bottom: 23px;
}
#logo {
	position: relative;
	width: 400px;
	height: 100px;
	margin-left: 126px;
	overflow: hidden;
}
h1 {
	width: 400px;
	padding-top: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #7d7d7d;
	text-align: center;
}
h2 {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #7d7d7d;
	text-align: center;
}
#logo a {
	position: absolute;
	display: block;
	width: 480px;
	height: 50px;
	left: 0px;
	top: 0px;
}


/* FORM --------------------------------------------------------------------------------------------------------------------------- */

#formText {
	float: left;
	display: block;
	width: 389px;
	height: 20px;
	padding: 3px 5px;
	margin: 7px 0px 7px 125px !important;
	margin: 7px 0px 7px 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #313131;
	background-color: #ededed;
	border-top: none;
	border-right: 1px solid #9e9f9f;
	border-bottom: 1px solid #9e9f9f;
	border-left: none;
}
#sendLink {
	float: left;
	display: block;
	width: 100px;
	height: 28px;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #313131;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	display: none;
}


/* CAPTCHA ------------------------------------------------------------------------------------------------------------------------ */

#checkBox {
	clear: both;
	width: 650px;
}
#captchaCaption {
	float: left;
	width: 69px;
	padding-top: 10px;
	margin-left: 126px !important;
	margin-left: 63px;
	font-size: 11px;
	line-height: 11px;
}
#securityImage {
	float: left;
	display: block;
	width: 153px;
	height: 40px;
	margin-left: 10px;
	border-top: none;
	border-right: 1px solid #9e9f9f;
	border-bottom: 1px solid #9e9f9f;
	border-left: none;
}
#securityCode {
	float: left;
	display: block;
	width: 143px;
	height: 20px;
	margin-top: 7px;
	margin-left: 10px;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #313131;
	border-top: none;
	border-right: 1px solid #9e9f9f;
	border-bottom: 1px solid #9e9f9f;
	border-left: none;
	background-color: #ededed;
}
#submitButton {
	float: left;
	display: block;
	width: 100px;
	height: 28px;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #313131;
	text-align: left;
	border: none;
	background: none;
	cursor: pointer;
}


/* ERROR MESSAGES ----------------------------------------------------------------------------------------------------------------- */

#dialogMsg {
	width: 650px;
	margin: 20px 0px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.backLink {
	display: block;
	width: 100px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #313131;
	margin: 10px 0px 0px 275px !important;
	margin: 10px 0px 0px 0px;
}


/* WALL --------------------------------------------------------------------------------------------------------------------------- */

#wall {
	list-style-type: none;
	width: 650px;
}
#wall li {
	display: inline;
	float: left;
	width: 118px;
	height: 7.1em;
	padding: 5px;
	border-right: 1px solid #8b8c8c;
	border-bottom: 1px solid #8b8c8c;
	margin: 1px 0px 0px 1px;
	background-color: #ededed;
	text-align: center;
}
#wall li p {
	width: 118px;
	color: #484848;
}
.bigSize {
	font-size: 18px;
}
.mediumSize {
	font-size: 14px;
}
.smallSize {
	font-size: 11px;
}
#textBox {
	width: 650px;
}
#submitForm {
	width: 650px;
	margin-top: 13px;
}


/* FOOTER ------------------------------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 650px;
	padding-top: 15px;
	color: #dbdbdb;
}
#footer p {
	width: 650px;
	font-size: 10px;
	text-align: center;
}
#footer p a {
	color: #dbdbdb;
	text-decoration: none;
}
#footer p a:hover {
	color: #dbdbdb;
	text-decoration: underline;
}


/* MAINTENANCE -------------------------------------------------------------------------------------------------------------------- */

#maintenanceMsg {
	width: 650px;
	height: 250px;
	padding-top: 50px;
}
#maintenanceMsg p {
	width: 650px;
	font-size: 18px;
	text-align: center;
}
