
/* ------------------------------------------------------------------------- */

html {
	position: relative; 
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #f5f5f5;
	margin: 20px 0;
}

.container {
	width: 560px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}

/* ------------------------------------------------------------------------- */

#header {
	min-height: 81px;
	position: relative;
	overflow: hidden;
}

#header #logo {
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px;
	padding-right: 10px;
}

#header #logo.logo-no-padding{
	padding: 0;
}

#ribbon {
	line-height: 18px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	font-size: 14px;
	padding: 6px 15px;
	border-bottom: 25px solid #f5f5f5;
}

/* ------------------------------------------------------------------------- */

#content {
	padding: 25px 15px 10px 15px;
}

#footer {
	background: #f5f5f5;
	font-size: 14px;
	text-align: left;
	padding: 15px 15px 0 15px;
	line-height: 20px;
	color: #999999;
	text-align: center;
	padding-top: 20px;
}

#footer p {
	margin-bottom: 15px;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

#invalid {
	padding: 20px;	
}

/* ------------------------------------------------------------------------- */

#newsletter-form {
    margin: 20px 0 20px 0;
    padding: 0;
}

#newsletter-form form {
    position: relative;
}

#newsletter-form label,
#newsletter-form .label {
    display: block;
	margin-bottom: 5px;
}

#newsletter-form .control {
    overflow: hidden;
    margin: 5px 0 25px 0;
}

#newsletter-form .control.robotron {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

#newsletter-form .control.textfield input,
#newsletter-form .control.textarea textarea {
    color: #000;
    background: #f7f7f7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 8px 6px;
    margin: 0;
    width: 100%;
    float: left;
}

#newsletter-form .control.textarea textarea {
    height: 200px;
}

#content a.button,
#newsletter-form .control.submit-button button {
    color: #fff;
    background: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px 0 0 0;
    padding: 10px 12px;
    cursor: pointer;
    border: 0;
}

#newsletter-form .control.validate-alert label,
#newsletter-form .control.validate-alert .label,
#newsletter-form .validate-alert-text {
    color: #dc0000;
}

#newsletter-form .control.topic-chooser.validate-alert label {
	color: #000;
}

#content .alert p,
#newsletter-form p {
    margin: 5px 0;
}

#newsletter-form p.required-msg {
    text-align: right;
    font-size: 14px;
}

#newsletter-form .control.select {
	margin-top: 10px;
}

#newsletter-form .control.topic-chooser .label {
	margin-bottom: 10px;
}

#newsletter-form .control.topic-chooser .checkboxes label {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
	padding-bottom: 7px;
}

#newsletter-form .control.topic-chooser .checkboxes input {
	width: 13px;chooser
	height: 13px;
	padding: 0;
	margin: 0 5px 0 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
}

#newsletter-form .control.topic-chooser br {
	display: none;
}

#content .alert,
#newsletter-form .alert {
	border: 1px solid #dc0000;
	padding: 5px 15px;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

#newsletter-form .control.topic-chooser .checkboxes input.topic-group {
	margin-left: 22px;
}

/* ------------------------------------------------------------------------- */

#content a {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
}

#content h1 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#content h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
	line-height: 20px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li p,
#content ol li p {
	margin: 0;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------------- */

.clearer {
	clear: both;
}

.spacer {
	height: 15px;
	display: block;
	clear: both;
}

.hide { 
	display: none;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 600px) {
	.container {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.col {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* ------------------------------------------------------------------------- */

