body {
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt "Trebuchet MS", Arial, Tahoma, Verdama, sans-serif;
	background: #FFFFFF;
}

a {
	color: #555;
	display: inline-block;
	text-decoration: none;
}
b.slash,
a:hover {
	color: #B6CF03;
}

.container {
	width: 100%;
}

#page {
	background: white;
	margin: 0;
	text-align: center;
	position: relative;
}

#header {
	margin: 100px 0 10px 20px;
	text-align: left;
}
#header a {
	visibility: hidden;
	cursor: default;
}

#content {
	height: 450px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.screen {
	display: inline-block;
	height: 450px;
	min-width: 900px;
	position: absolute;
	width: 100%;
}

#intro {
	background-color: #7F7F7F;
	height: 250px;
	margin: 0 auto;
	padding-top: 200px;

}
#home {
	background-color: #FFFFFF;
	text-align: left;
}
#home #contacts {
	color: #5D5D5D;
	float: left;
	font-size: .65em;
	height: 450px;
	position: relative;
	text-transform: uppercase;
	width: 595px;
}
#home #contacts img {
	left: 0;
	position: absolute;
	top: 0;
}

#home #newsletters {
	float: left;
	margin: 100px 50px 50px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
#home #newsletters h2 {
	color: #B6CF03;
	font-size: 1em;
	text-align: left;
}
#home #newsletters > a {
	background: url(/images/arrows_vert.gif) transparent top left no-repeat;
	height: 11px;
	width: 21px;
}
#home #newsletters > a.first-child {
}
#home #newsletters > a.last-child {
	background-position: bottom left;
}
#home #newsletters > a.first-child:hover {
	background-position: top right;
}
#home #newsletters > a.last-child:hover {
	background-position: bottom right;
}
#home #newsletters div.viewport {
	height: 140px;
	margin: 20px 0 10px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 200px;
}
#home #newsletters ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#home #newsletters ul li {
	font-size: .8em;
	margin-top: 1.5em;
}
#home #newsletters ul li.first-child {
	margin-top: 0;
}
#home #newsletters ul li a {
	color: #5D5D5D;
}
#home #newsletters ul li a:hover {
	color: #B6CF03;
}
#home form {
	bottom: 10px;
	font-size: 0.65em;
	left: 645px;
	position: absolute;
	text-transform: uppercase;
}
#home form label {
	letter-spacing: 0.1em;
}
#home form input {
	background-color: #ddd;
	border: none;
	color: #777;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: inherit;
	outline: none;
	padding-left: 3px;
	width: 15em;
}
#home form button {
	background: none;
	border: none;
	color: #B6CF03;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	width: 4em;
}

#newsletter div.viewport {
	overflow: hidden;
}
#newsletter > a {
	background: none white;
	display: inline-block;
	height: 450px;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 10;
}
#newsletter > a.first-child {
	left: 0;
}
#newsletter > a.last-child {
	right: 0;
}
#newsletter div.viewport img {
	left: 0;
	position: absolute;
	top: 0;
}
#newsletter_nav {
	display: inline-block;
	height: 13px;
	margin: 20px auto;
	text-align: center;
	visibility: hidden;
}
#newsletter_nav > a {
	background: url(/images/arrows_horz2.gif) transparent top left no-repeat;
	width: 7px;
	height: 13px;
	right: 0;
}
#newsletter_nav > a.first-child {
}
#newsletter_nav > a.last-child {
	background-position: top right;
}
#newsletter_nav > a.first-child:hover {
	background-position: bottom left;
}
#newsletter_nav > a.last-child:hover {
	background-position: bottom right;
}
#newsletter_nav div {
	color: #5D5D5D;
	display: inline-block;
	font-size: .75em;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	text-transform: uppercase;
	vertical-align: top;
}

#footer {
	color: #AAAAAA;
	font-size: 0.65em;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
#footer a {
	color: inherit;
}
#footer a:hover {
	color: #B6CF03;
}
#footer span.first-child {
	float: left;
	margin: 10px 0 0 5px;
}
#footer span.last-child {
	float: right;
	margin: 10px 5px 0 0;
}

.ui-widget-content {
	border: none;
}
.ui-dialog .ui-dialog-title {
	color: #5D5D5D;
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar {
	background: transparent;
	border: none;
	padding-left: 2.5em;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

